body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: none;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: none;
}
#FlexGrid24
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid24-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 210px 210px 210px 120px 1fr 350px 20px;
   grid-template-rows: 113px auto 44px auto auto;
   grid-template-areas:
      "logo logo logo logo new new new"
      "st st st st st st st"
      "bread bread bread bread bread bread bread"
      "hd hd hd hd hd hd hd"
      "text3 text3 text3 text3 text3 text3 text3";
}
#FlexGrid24 .logo
{
   display: flex;
   grid-area: logo;
   background-color: transparent;
   background-image: url('images/TNlogomain.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .new
{
   display: flex;
   grid-area: new;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: center;
}
#FlexGrid24 .st
{
   display: flex;
   grid-area: st;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .bread
{
   display: flex;
   grid-area: bread;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: space-between;
}
#FlexGrid24 .hd
{
   display: flex;
   grid-area: hd;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .text3
{
   display: flex;
   grid-area: text3;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid1-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 580px 580px 20px;
   grid-template-rows: 10px auto auto 20px;
   grid-template-areas:
      "left white white white right"
      "left head head head right"
      "left name name age_dep right"
      "left co co co right";
}
#FlexGrid1 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .white
{
   display: flex;
   grid-area: white;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .head
{
   display: flex;
   grid-area: head;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .name
{
   display: flex;
   grid-area: name;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #233E7B;
   border-right-color: #233E7B;
   border-bottom-color: #233E7B;
   border-left-color: #233E7B;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .age_dep
{
   display: flex;
   grid-area: age_dep;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #233E7B;
   border-right-color: #233E7B;
   border-bottom-color: #233E7B;
   border-left-color: #233E7B;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .co
{
   display: flex;
   grid-area: co;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #233E7B;
   border-right-color: #233E7B;
   border-bottom-color: #233E7B;
   border-left-color: #233E7B;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid2-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 620px 600px 20px;
   grid-template-rows: 20px 30px;
   grid-template-areas:
      "left prob prob right"
      "white white white white";
}
#FlexGrid2 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .prob
{
   display: flex;
   grid-area: prob;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .white
{
   display: flex;
   grid-area: white;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid13-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 305px 305px 305px 305px 20px;
   grid-template-rows: auto auto auto 30px auto;
   grid-template-areas:
      "left prob prob prob prob right"
      "left prov prov dest dest right"
      "left prob1 prob1 prob1 prob1 right"
      "left prob3 prob3 prob3 prob3 right"
      "left single multi top_up multi_top right";
}
#FlexGrid13 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #3973AC;
   border-left-color: #000000;
   padding: 0;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prob
{
   display: flex;
   grid-area: prob;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prov
{
   display: flex;
   grid-area: prov;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .dest
{
   display: flex;
   grid-area: dest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .prob1
{
   display: flex;
   grid-area: prob1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prob3
{
   display: flex;
   grid-area: prob3;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .single
{
   display: flex;
   grid-area: single;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .multi
{
   display: flex;
   grid-area: multi;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .top_up
{
   display: flex;
   grid-area: top_up;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .multi_top
{
   display: flex;
   grid-area: multi_top;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid30-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 80px 210px 310px 310px 310px 20px;
   grid-template-rows: 20px auto;
   grid-template-areas:
      "left white white white white white right"
      "left single single single single single right";
}
#FlexGrid30 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .white
{
   display: flex;
   grid-area: white;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .single
{
   display: flex;
   grid-area: single;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid15-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 80px 210px 310px 310px 310px 20px;
   grid-template-rows: 20px auto;
   grid-template-areas:
      "left white white white white white right"
      "left multi multi multi multi multi right";
}
#FlexGrid15 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .white
{
   display: flex;
   grid-area: white;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .multi
{
   display: flex;
   grid-area: multi;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid20-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 80px 210px 310px 310px 310px 20px;
   grid-template-rows: 20px auto;
   grid-template-areas:
      "left white white white white white right"
      "left multi_top_up multi_top_up multi_top_up multi_top_up multi_top_up right";
}
#FlexGrid20 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .white
{
   display: flex;
   grid-area: white;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .multi_top_up
{
   display: flex;
   grid-area: multi_top_up;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid19-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 80px 210px 310px 310px 310px 20px;
   grid-template-rows: 20px auto;
   grid-template-areas:
      "left white white white white white right"
      "left top_up top_up top_up top_up top_up right";
}
#FlexGrid19 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .white
{
   display: flex;
   grid-area: white;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .top_up
{
   display: flex;
   grid-area: top_up;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid21
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid21-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 1220px 20px;
   grid-template-rows: auto;
   grid-template-areas:
      "left but right";
}
#FlexGrid21 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid21 .but
{
   display: flex;
   grid-area: but;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0066C9;
   border-right-color: #0066C9;
   border-bottom-color: #0066C9;
   border-left-color: #0066C9;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid21 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid6-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 620px 600px 20px;
   grid-template-rows: 20px 40px;
   grid-template-areas:
      "left prob prob right"
      "white white white white";
}
#FlexGrid6 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .prob
{
   display: flex;
   grid-area: prob;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .white
{
   display: flex;
   grid-area: white;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid22
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid22-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 190px 210px 210px 210px 200px 200px 20px;
   grid-template-rows: auto auto auto auto 20px;
   grid-template-areas:
      "left tip0 tip0 tip0 tip0 tip0 tip0 right"
      "left tip1 tip1 tip1 tip1 tip1 tip1 right"
      "left el3 el3 el3 el3 el3 el3 right"
      "left el2 el2 el2 el2 el2 el2 right"
      "left bottom bottom bottom bottom bottom bottom right";
}
#FlexGrid22 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .tip0
{
   display: flex;
   grid-area: tip0;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #800000;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el3
{
   display: flex;
   grid-area: el3;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el2
{
   display: flex;
   grid-area: el2;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .bottom
{
   display: flex;
   grid-area: bottom;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid25-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 190px 210px 210px 210px 200px 200px 20px;
   grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto 10px;
   grid-template-areas:
      "left tip0 tip0 tip0 tip0 tip0 tip0 right"
      "left tip1 tip1 tip1 tip1 tip1 tip1 right"
      "left el3 el3 el3 el3 el3 el3 right"
      "left el2 el2 el2 el2 el2 el2 right"
      "left e21 e21 e21 e21 e21 e21 right"
      "left e22 e22 e22 e22 e22 e22 right"
      "left e23 e23 e23 e23 e23 e23 right"
      "left e24 e24 e24 e24 e24 e24 right"
      "left e25 e25 e25 e25 e25 e25 right"
      "left e26 e26 e26 e26 e26 e26 right"
      "left e27 e27 e27 e27 e27 e27 right"
      "left e28 e28 e28 e28 e28 e28 right"
      "left e29 e29 e29 e29 e29 e29 right"
      "left e30 e30 e30 e30 e30 e30 right"
      "left e31 e31 e31 e31 e31 e31 right"
      "left el9 el9 el9 el9 el9 el9 right"
      "left eelig eelig eelig eelig ee1 ee1 right"
      "left bottom bottom bottom bottom bottom bottom right";
}
#FlexGrid25 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .tip0
{
   display: flex;
   grid-area: tip0;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #800000;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el3
{
   display: flex;
   grid-area: el3;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el2
{
   display: flex;
   grid-area: el2;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e21
{
   display: flex;
   grid-area: e21;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e22
{
   display: flex;
   grid-area: e22;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e23
{
   display: flex;
   grid-area: e23;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e24
{
   display: flex;
   grid-area: e24;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e25
{
   display: flex;
   grid-area: e25;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e26
{
   display: flex;
   grid-area: e26;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e27
{
   display: flex;
   grid-area: e27;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e28
{
   display: flex;
   grid-area: e28;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e29
{
   display: flex;
   grid-area: e29;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e30
{
   display: flex;
   grid-area: e30;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e31
{
   display: flex;
   grid-area: e31;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el9
{
   display: flex;
   grid-area: el9;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .eelig
{
   display: flex;
   grid-area: eelig;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .ee1
{
   display: flex;
   grid-area: ee1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .bottom
{
   display: flex;
   grid-area: bottom;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid23-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 1220px 20px;
   grid-template-rows: 20px 20px auto auto;
   grid-template-areas:
      "left white right"
      "left sick right"
      "left claim right"
      "left tip13 right";
}
#FlexGrid23 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .white
{
   display: flex;
   grid-area: white;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .sick
{
   display: flex;
   grid-area: sick;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid23 .claim
{
   display: flex;
   grid-area: claim;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid23 .tip13
{
   display: flex;
   grid-area: tip13;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid12-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 80px 760px 160px 160px 20px;
   grid-template-rows: 48px auto auto 30px;
   grid-template-areas:
      "left white white white white white right"
      "left tip2 tip2 tip2 tip2 tip2 right"
      "left text text text text text right"
      "left sin sin sin sin sin right";
}
#FlexGrid12 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .white
{
   display: flex;
   grid-area: white;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip2
{
   display: flex;
   grid-area: tip2;
   background-image: linear-gradient(to top, #FFFFFF 0%, #EDF4F8 100%);
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .text
{
   display: flex;
   grid-area: text;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .sin
{
   display: flex;
   grid-area: sin;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid31-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: auto auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w2 w2 w2 w2 w2 right"
      "left c1 tip2 tip2 tip2 q1c right"
      "left stab_c stab_c stab_c stab_c stab_c right"
      "left w4 w4 w4 w4 w4 right"
      "left d1 tip4 tip4 tip4 q1d right"
      "left stab_d stab_d stab_d stab_d stab_d right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid31 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w2
{
   display: flex;
   grid-area: w2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip2
{
   display: flex;
   grid-area: tip2;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1c
{
   display: flex;
   grid-area: q1c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .stab_c
{
   display: flex;
   grid-area: stab_c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w4
{
   display: flex;
   grid-area: w4;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .d1
{
   display: flex;
   grid-area: d1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip4
{
   display: flex;
   grid-area: tip4;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1d
{
   display: flex;
   grid-area: q1d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .stab_d
{
   display: flex;
   grid-area: stab_d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid7-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q2a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q2b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w2 w2 w2 w2 w2 right"
      "left c1 tip2 tip2 tip2 q2c right"
      "left stab_c stab_c stab_c stab_c stab_c right"
      "left w4 w4 w4 w4 w4 right"
      "left d1 tip4 tip4 tip4 q2d right"
      "left stab_d stab_d stab_d stab_d stab_d right"
      "left ww1 ww1 ww1 ww1 ww1 right"
      "left e1 tip5 tip5 tip5 q2e right"
      "left stab_e stab_e stab_e stab_e stab_e right"
      "left ww2 ww2 ww2 ww2 ww2 right"
      "left f1 tip_7 tip_7 tip_7 q2f right"
      "left stab_f stab_f stab_f stab_f stab_f right"
      "left ww3 ww3 ww3 ww3 ww3 right"
      "left g1 tip8 tip8 tip8 q2g right"
      "left stab_g stab_g stab_g stab_g stab_g right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid7 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2a
{
   display: flex;
   grid-area: q2a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2b
{
   display: flex;
   grid-area: q2b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w2
{
   display: flex;
   grid-area: w2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip2
{
   display: flex;
   grid-area: tip2;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2c
{
   display: flex;
   grid-area: q2c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .stab_c
{
   display: flex;
   grid-area: stab_c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w4
{
   display: flex;
   grid-area: w4;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .d1
{
   display: flex;
   grid-area: d1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip4
{
   display: flex;
   grid-area: tip4;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2d
{
   display: flex;
   grid-area: q2d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .stab_d
{
   display: flex;
   grid-area: stab_d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .ww1
{
   display: flex;
   grid-area: ww1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .e1
{
   display: flex;
   grid-area: e1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip5
{
   display: flex;
   grid-area: tip5;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2e
{
   display: flex;
   grid-area: q2e;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_e
{
   display: flex;
   grid-area: stab_e;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .ww2
{
   display: flex;
   grid-area: ww2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .f1
{
   display: flex;
   grid-area: f1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip_7
{
   display: flex;
   grid-area: tip_7;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2f
{
   display: flex;
   grid-area: q2f;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_f
{
   display: flex;
   grid-area: stab_f;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .ww3
{
   display: flex;
   grid-area: ww3;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .g1
{
   display: flex;
   grid-area: g1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip8
{
   display: flex;
   grid-area: tip8;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2g
{
   display: flex;
   grid-area: q2g;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_g
{
   display: flex;
   grid-area: stab_g;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid10-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w2 w2 w2 w2 w2 right"
      "left c1 tip2 tip2 tip2 q1c right"
      "left stab_c stab_c stab_c stab_c stab_c right"
      "left w4 w4 w4 w4 w4 right"
      "left d1 tip4 tip4 tip4 q1d right"
      "left stab_d stab_d stab_d stab_d stab_d right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid10 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w2
{
   display: flex;
   grid-area: w2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip2
{
   display: flex;
   grid-area: tip2;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1c
{
   display: flex;
   grid-area: q1c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .stab_c
{
   display: flex;
   grid-area: stab_c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w4
{
   display: flex;
   grid-area: w4;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .d1
{
   display: flex;
   grid-area: d1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip4
{
   display: flex;
   grid-area: tip4;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1d
{
   display: flex;
   grid-area: q1d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .stab_d
{
   display: flex;
   grid-area: stab_d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid4-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid4 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid5-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w2 w2 w2 w2 w2 right"
      "left c1 tip_c tip_c tip_c q5c right"
      "left stab_5_c stab_5_c stab_5_c stab_5_c stab_5_c right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid5 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w2
{
   display: flex;
   grid-area: w2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip_c
{
   display: flex;
   grid-area: tip_c;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q5c
{
   display: flex;
   grid-area: q5c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .stab_5_c
{
   display: flex;
   grid-area: stab_5_c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid8-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w2 w2 w2 w2 w2 right"
      "left c1 tip_c tip_c tip_c q5c right"
      "left stab_5_c stab_5_c stab_5_c stab_5_c stab_5_c right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid8 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w2
{
   display: flex;
   grid-area: w2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip_c
{
   display: flex;
   grid-area: tip_c;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q5c
{
   display: flex;
   grid-area: q5c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .stab_5_c
{
   display: flex;
   grid-area: stab_5_c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid9-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left q1 q1 q1 q1 q1 right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left zag_stab zag_stab zag_stab zag_stab zag_stab right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right"
      "left w2 w2 w2 w2 w2 right"
      "left c1 tip_c tip_c tip_c q5c right"
      "left stab_5_c stab_5_c stab_5_c stab_5_c stab_5_c right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid9 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .zag_stab
{
   display: flex;
   grid-area: zag_stab;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .zag_stab_b
{
   display: flex;
   grid-area: zag_stab_b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w2
{
   display: flex;
   grid-area: w2;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip_c
{
   display: flex;
   grid-area: tip_c;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q5c
{
   display: flex;
   grid-area: q5c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .stab_5_c
{
   display: flex;
   grid-area: stab_5_c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid11-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 60px 1fr 300px 160px 240px 20px;
   grid-template-rows: 20px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px;
   grid-template-areas:
      "left w7 w7 w7 w7 w7 right"
      "left quest quest quest quest quest right"
      "left w5 w5 w5 w5 w5 right"
      "left a1 tip3 tip3 tip3 q1a right"
      "left w1 w1 w1 w1 w1 right"
      "left b1 tip1 tip1 tip1 q1b right"
      "left w3 w3 w3 w3 w3 right"
      "left c1 tip_c tip_c tip_c q1c right"
      "left w4 w4 w4 w4 w4 right"
      "left d1 tip_d tip_d tip_d q1d right"
      "left q1 q1 q1 q1 q1 right"
      "left notes notes notes notes notes right"
      "left w6 w6 w6 w6 w6 right";
}
#FlexGrid11 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w7
{
   display: flex;
   grid-area: w7;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .quest
{
   display: flex;
   grid-area: quest;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w5
{
   display: flex;
   grid-area: w5;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .a1
{
   display: flex;
   grid-area: a1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip3
{
   display: flex;
   grid-area: tip3;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1a
{
   display: flex;
   grid-area: q1a;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .w1
{
   display: flex;
   grid-area: w1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .b1
{
   display: flex;
   grid-area: b1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1b
{
   display: flex;
   grid-area: q1b;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .w3
{
   display: flex;
   grid-area: w3;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .c1
{
   display: flex;
   grid-area: c1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip_c
{
   display: flex;
   grid-area: tip_c;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1c
{
   display: flex;
   grid-area: q1c;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .w4
{
   display: flex;
   grid-area: w4;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .d1
{
   display: flex;
   grid-area: d1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip_d
{
   display: flex;
   grid-area: tip_d;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1d
{
   display: flex;
   grid-area: q1d;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q1
{
   display: flex;
   grid-area: q1;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .notes
{
   display: flex;
   grid-area: notes;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .w6
{
   display: flex;
   grid-area: w6;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid51-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 190px 210px 210px 210px 210px 190px 20px;
   grid-template-rows: 20px auto auto;
   grid-template-areas:
      "left white white white white white white right"
      "left tip0 tip0 tip0 tip0 tip0 tip0 right"
      "left tip1 tip1 tip1 tip1 tip1 tip1 right";
}
#FlexGrid51 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .white
{
   display: flex;
   grid-area: white;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .tip0
{
   display: flex;
   grid-area: tip0;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .tip1
{
   display: flex;
   grid-area: tip1;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid38
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid38-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 20px 1220px 20px;
   grid-template-rows: auto auto 100px auto;
   grid-template-areas:
      "left sick right"
      "left claim right"
      "left cap right"
      "left tip13 right";
}
#FlexGrid38 .left
{
   display: flex;
   grid-area: left;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .sick
{
   display: flex;
   grid-area: sick;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid38 .right
{
   display: flex;
   grid-area: right;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .claim
{
   display: flex;
   grid-area: claim;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid38 .cap
{
   display: flex;
   grid-area: cap;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #6196CB;
   border-right-color: #6196CB;
   border-bottom-color: #6196CB;
   border-left-color: #6196CB;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid38 .tip13
{
   display: flex;
   grid-area: tip13;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#age
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 220px 10px 20px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#age:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: center;
   min-width: 140px;
   padding: 0;
   margin: 0 0 0 100px;
   text-align: right;
}
#wb_Text5
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text5 div
{
   text-align: right;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   margin: 0 0 0 40px;
   text-align: right;
}
#wb_Text1
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text1 div
{
   text-align: right;
}
#name_1
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 20px 10px 20px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#name_1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 30px 0 20px 0 ;
   text-align: center;
}
#wb_Text2
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 49px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text17
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text17 div
{
   text-align: justify;
}
#wb_Text25 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text25
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text25 div
{
   text-align: justify;
}
#Editbox24
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox24:focus
{
   outline: 0;
}
#Editbox25
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox25:focus
{
   outline: 0;
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_Text21
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 37px;
}
#wb_Text21 p, #wb_Text21 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text27
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text27 div
{
   text-align: justify;
}
#wb_Text28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_Text28
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 37px;
}
#wb_Text28 p, #wb_Text28 ul
{
   margin: 0;
   padding: 0;
}
#Editbox68
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox68:focus
{
   outline: 0;
}
#email
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 0 10px 10px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Work Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#email:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox71
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox71:focus
{
   outline: 0;
}
#email_conf
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 0 10px 10px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Work Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#email_conf:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#ThemeableButton1
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 29px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
   margin: 20px 0 20px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   text-align: center;
   vertical-align: top;
}
#ThemeableButton1 .ui-button
{
   position: absolute;
   padding: 0;
}
#ThemeableButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20116%20116%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M115%200%20C117%201%2c%20118%203%2c%20118%205%20L101%20104%20C101%20106%2c%20100%20107%2c%2099%20108%20C98%20108%2c%2097%20109%2c%2096%20109%20C95%20109%2c%2094%20108%2c%2093%20108%20L65%2096%20L50%20115%20C49%20116%2c%2048%20117%2c%2046%20117%20C45%20117%2c%2045%20117%2c%2044%20117%20C43%20116%2c%2042%20116%2c%2042%20115%20C41%20114%2c%2041%20113%2c%2041%20112%20L41%2089%20L97%2022%20L29%2082%20L2%2071%20C0%2070%2c%20%2d1%2069%2c%20%2d1%2066%20C%2d1%2064%2c%200%2063%2c%202%2062%20L110%20%2d1%20C111%20%2d1%2c%20111%20%2d1%2c%20112%20%2d1%20C113%20%2d1%2c%20114%20%2d1%2c%20115%200%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 29px;
   height: 29px;
}
#ThemeableButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%233370B7%22%20viewBox%3d%220%200%20116%20116%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M115%200%20C117%201%2c%20118%203%2c%20118%205%20L101%20104%20C101%20106%2c%20100%20107%2c%2099%20108%20C98%20108%2c%2097%20109%2c%2096%20109%20C95%20109%2c%2094%20108%2c%2093%20108%20L65%2096%20L50%20115%20C49%20116%2c%2048%20117%2c%2046%20117%20C45%20117%2c%2045%20117%2c%2044%20117%20C43%20116%2c%2042%20116%2c%2042%20115%20C41%20114%2c%2041%20113%2c%2041%20112%20L41%2089%20L97%2022%20L29%2082%20L2%2071%20C0%2070%2c%20%2d1%2069%2c%20%2d1%2066%20C%2d1%2064%2c%200%2063%2c%202%2062%20L110%20%2d1%20C111%20%2d1%2c%20111%20%2d1%2c%20112%20%2d1%20C113%20%2d1%2c%20114%20%2d1%2c%20115%200%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20116%20116%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M115%200%20C117%201%2c%20118%203%2c%20118%205%20L101%20104%20C101%20106%2c%20100%20107%2c%2099%20108%20C98%20108%2c%2097%20109%2c%2096%20109%20C95%20109%2c%2094%20108%2c%2093%20108%20L65%2096%20L50%20115%20C49%20116%2c%2048%20117%2c%2046%20117%20C45%20117%2c%2045%20117%2c%2044%20117%20C43%20116%2c%2042%20116%2c%2042%20115%20C41%20114%2c%2041%20113%2c%2041%20112%20L41%2089%20L97%2022%20L29%2082%20L2%2071%20C0%2070%2c%20%2d1%2069%2c%20%2d1%2066%20C%2d1%2064%2c%200%2063%2c%202%2062%20L110%20%2d1%20C111%20%2d1%2c%20111%20%2d1%2c%20112%20%2d1%20C113%20%2d1%2c%20114%20%2d1%2c%20115%200%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton1.ui-corner-all
{
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
}
#ThemeableButton1.ui-corner-all
{
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
}
#ThemeableButton1.ui-button
{
   background-color: #6196CB;
   background-image: none;
   border: 1px solid #3973AC;
   color: #FFFFFF;
}
#ThemeableButton1.ui-state-hover, #ThemeableButton1.ui-button:hover
{
   border-color: #3973AC;
   background-color: #FFFFFF;
   background-image: none;
   color: #3370B7;
}
#ThemeableButton1.ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#ThemeableButton1.ui-state-active, #ThemeableButton1.ui-button:active
{
   border-color: #2E6DA4;
   background-color: #6196CB;
   background-image: none;
   color: #FFFFFF;
}
#wb_q1a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q1a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1a_yes, #wb_q1a_yes *, #wb_q1a_yes *::before, #wb_q1a_yes *::after
{
   box-sizing: border-box;
}
#wb_q1a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q1a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q1a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1a_no, #wb_q1a_no *, #wb_q1a_no *::before, #wb_q1a_no *::after
{
   box-sizing: border-box;
}
#wb_q1a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q1b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q1b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1b_yes, #wb_q1b_yes *, #wb_q1b_yes *::before, #wb_q1b_yes *::after
{
   box-sizing: border-box;
}
#wb_q1b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q1b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q1b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1b_no, #wb_q1b_no *, #wb_q1b_no *::before, #wb_q1b_no *::after
{
   box-sizing: border-box;
}
#wb_q1b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox4
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox4:focus
{
   outline: 0;
}
#Editbox6
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox6:focus
{
   outline: 0;
}
#Editbox9
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox9:focus
{
   outline: 0;
}
#Editbox10
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox10:focus
{
   outline: 0;
}
#select_1_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_1_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox27
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox27:focus
{
   outline: 0;
}
#Editbox5
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox5:focus
{
   outline: 0;
}
#Editbox8
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox8:focus
{
   outline: 0;
}
#select_1_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_1_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text40 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text40
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 35px;
}
#wb_Text40 div
{
   text-align: justify;
}
#wb_Text41 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text41
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text41 div
{
   text-align: justify;
}
#wb_Text43 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text43
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text43 div
{
   text-align: justify;
}
#wb_Text44 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text44
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 35px;
}
#wb_Text44 div
{
   text-align: justify;
}
#Editbox2
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox2:focus
{
   outline: 0;
}
#Editbox78
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox78:focus
{
   outline: 0;
}
#Editbox50
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox50:focus
{
   outline: 0;
}
#Editbox51
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox51:focus
{
   outline: 0;
}
#Select17
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#Select17:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Select18
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#Select18:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox52
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox52:focus
{
   outline: 0;
}
#wb_q8a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q8a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8a_yes, #wb_q8a_yes *, #wb_q8a_yes *::before, #wb_q8a_yes *::after
{
   box-sizing: border-box;
}
#wb_q8a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q8a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q8a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8a_no, #wb_q8a_no *, #wb_q8a_no *::before, #wb_q8a_no *::after
{
   box-sizing: border-box;
}
#wb_q8a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox53
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox53:focus
{
   outline: 0;
}
#Editbox54
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox54:focus
{
   outline: 0;
}
#wb_q8b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q8b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8b_yes, #wb_q8b_yes *, #wb_q8b_yes *::before, #wb_q8b_yes *::after
{
   box-sizing: border-box;
}
#wb_q8b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox55
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox55:focus
{
   outline: 0;
}
#wb_q8b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q8b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8b_no, #wb_q8b_no *, #wb_q8b_no *::before, #wb_q8b_no *::after
{
   box-sizing: border-box;
}
#wb_q8b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox58
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox58:focus
{
   outline: 0;
}
#Editbox59
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox59:focus
{
   outline: 0;
}
#Editbox60
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox60:focus
{
   outline: 0;
}
#Editbox61
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox61:focus
{
   outline: 0;
}
#Editbox64
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox64:focus
{
   outline: 0;
}
#wb_q8c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q8c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8c_no, #wb_q8c_no *, #wb_q8c_no *::before, #wb_q8c_no *::after
{
   box-sizing: border-box;
}
#wb_q8c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q8c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q8c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8c_yes, #wb_q8c_yes *, #wb_q8c_yes *::before, #wb_q8c_yes *::after
{
   box-sizing: border-box;
}
#wb_q8c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox65
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox65:focus
{
   outline: 0;
}
#Editbox66
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox66:focus
{
   outline: 0;
}
#wb_q8d_no
{
   margin: 10px 0 10px 20px;
}
#wb_q8d_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8d_no, #wb_q8d_no *, #wb_q8d_no *::before, #wb_q8d_no *::after
{
   box-sizing: border-box;
}
#wb_q8d_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8d_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8d_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8d_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8d_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox67
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox67:focus
{
   outline: 0;
}
#Editbox69
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox69:focus
{
   outline: 0;
}
#wb_q8d_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q8d_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8d_yes, #wb_q8d_yes *, #wb_q8d_yes *::before, #wb_q8d_yes *::after
{
   box-sizing: border-box;
}
#wb_q8d_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q8d_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q8d_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q8d_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q8d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q8d_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox70
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: #EDF4F8;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox70:focus
{
   outline: 0;
}
#q8_text
{
   box-sizing: border-box;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   margin: 6px 0 10px 0 ;
   overflow: auto;
   resize: none;
}
#q8_text:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 20px 0 20px;
   text-align: justify;
}
#wb_Text3
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text3 div
{
   text-align: justify;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   margin: 0 10px 0 0 ;
   text-align: right;
}
#wb_Text8
{
   color: #B22222;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text8 div
{
   text-align: right;
}
#Editbox74
{
   box-sizing: border-box;
   line-height: 33px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox74:focus
{
   outline: 0;
}
#Editbox75
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox75:focus
{
   outline: 0;
}
#wb_single
{
   margin: 6px 0 10px 0 ;
}
#wb_single
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_single, #wb_single *, #wb_single *::before, #wb_single *::after
{
   box-sizing: border-box;
}
#wb_single input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_single label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_single label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_single label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_single input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_single input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_multi
{
   margin: 6px 0 10px 0 ;
}
#wb_multi
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_multi, #wb_multi *, #wb_multi *::before, #wb_multi *::after
{
   box-sizing: border-box;
}
#wb_multi input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_multi label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_multi label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_multi label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_multi input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_multi input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_multi_top
{
   margin: 6px 0 10px 0 ;
}
#wb_multi_top
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_multi_top, #wb_multi_top *, #wb_multi_top *::before, #wb_multi_top *::after
{
   box-sizing: border-box;
}
#wb_multi_top input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_multi_top label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_multi_top label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_multi_top label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_multi_top input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_multi_top input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_top_up
{
   margin: 6px 0 10px 0 ;
}
#wb_top_up
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_top_up, #wb_top_up *, #wb_top_up *::before, #wb_top_up *::after
{
   box-sizing: border-box;
}
#wb_top_up input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_top_up label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_top_up label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_top_up label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_top_up input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_top_up input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#destination
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#destination:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#province
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#province:focus
{
   border-color: #1E90FF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(30,144,255,0.60);
   outline: 0;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 30px 0 20px 0 ;
   text-align: center;
}
#wb_Text9
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 49px;
}
#wb_Text9 p, #wb_Text9 ul
{
   margin: 0;
   padding: 0;
}
#state
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#state:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text15
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text15 div
{
   text-align: center;
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text18
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text18 div
{
   text-align: center;
}
#wb_Text37 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text37
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text37 div
{
   text-align: center;
}
#wb_Text45 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text45
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text45 div
{
   text-align: center;
}
#Editbox137
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox137:focus
{
   outline: 0;
}
#days
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 10px 10px 20px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#days:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox143
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox143:focus
{
   outline: 0;
}
#multi_days
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#multi_days:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox145
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox145:focus
{
   outline: 0;
}
#total_days
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 10px 10px 20px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#total_days:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#existing_days
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 0 10px 20px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#existing_days:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox147
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox147:focus
{
   outline: 0;
}
#Editbox148
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox148:focus
{
   outline: 0;
}
#Editbox149
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox149:focus
{
   outline: 0;
}
#longest
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 10px 10px 10px 20px;
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#longest:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#multi_days_ex
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#multi_days_ex:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox150
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox150:focus
{
   outline: 0;
}
#Editbox151
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox151:focus
{
   outline: 0;
}
#Editbox152
{
   box-sizing: border-box;
   line-height: 31px;
   margin: 0;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox152:focus
{
   outline: 0;
}
#trip_text
{
   box-sizing: border-box;
   border: 1px solid #3973AC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   margin: 10px 0 10px 0 ;
   overflow: auto;
   resize: none;
}
#trip_text:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text49 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 20px 40px;
   text-align: center;
}
#wb_Text49
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text49 div
{
   text-align: center;
}
#wb_Text54 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 20px 40px;
   text-align: left;
}
#wb_Text54
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text54 div
{
   text-align: left;
}
#wb_Text55 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 20px 0 20px;
   text-align: left;
}
#wb_Text55
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 43px;
}
#wb_Text55 div
{
   text-align: left;
}
#wb_Text56 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 30px 0 10px 0 ;
   text-align: center;
}
#wb_Text56
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 49px;
}
#wb_Text56 p, #wb_Text56 ul
{
   margin: 0;
   padding: 0;
}
#ThemeableButton2
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 29px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton2
{
   border-radius: 4px;
   margin: 20px 0 20px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#ThemeableButton2
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ThemeableButton2 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButton2
{
   color: inherit;
}
#wb_ThemeableButton2 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20116%20116%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M23%2071%20L23%2078%20C23%2079%2c%2022%2080%2c%2020%2080%20L14%2080%20C13%2080%2c%2012%2079%2c%2012%2078%20L12%2071%20C12%2070%2c%2013%2069%2c%2014%2069%20L20%2069%20C22%2069%2c%2023%2070%2c%2023%2071%20Z%20M31%2055%20L31%2061%20C31%2063%2c%2030%2063%2c%2029%2063%20L14%2063%20C13%2063%2c%2012%2063%2c%2012%2061%20L12%2055%20C12%2053%2c%2013%2053%2c%2014%2053%20L29%2053%20C30%2053%2c%2031%2053%2c%2031%2055%20Z%20M23%2038%20L23%2044%20C23%2046%2c%2022%2047%2c%2020%2047%20L14%2047%20C13%2047%2c%2012%2046%2c%2012%2044%20L12%2038%20C12%2037%2c%2013%2036%2c%2014%2036%20L20%2036%20C22%2036%2c%2023%2037%2c%2023%2038%20Z%20M89%2071%20L89%2078%20C89%2079%2c%2088%2080%2c%2087%2080%20L31%2080%20C29%2080%2c%2028%2079%2c%2028%2078%20L28%2071%20C28%2070%2c%2029%2069%2c%2031%2069%20L87%2069%20C88%2069%2c%2089%2070%2c%2089%2071%20Z%20M47%2055%20L47%2061%20C47%2063%2c%2047%2063%2c%2045%2063%20L39%2063%20C37%2063%2c%2037%2063%2c%2037%2061%20L37%2055%20C37%2053%2c%2037%2053%2c%2039%2053%20L45%2053%20C47%2053%2c%2047%2053%2c%2047%2055%20Z%20M39%2038%20L39%2044%20C39%2046%2c%2038%2047%2c%2037%2047%20L31%2047%20C29%2047%2c%2028%2046%2c%2028%2044%20L28%2038%20C28%2037%2c%2029%2036%2c%2031%2036%20L37%2036%20C38%2036%2c%2039%2037%2c%2039%2038%20Z%20M64%2055%20L64%2061%20C64%2063%2c%2063%2063%2c%2062%2063%20L56%2063%20C54%2063%2c%2053%2063%2c%2053%2061%20L53%2055%20C53%2053%2c%2054%2053%2c%2056%2053%20L62%2053%20C63%2053%2c%2064%2053%2c%2064%2055%20Z%20M56%2038%20L56%2044%20C56%2046%2c%2055%2047%2c%2053%2047%20L47%2047%20C46%2047%2c%2045%2046%2c%2045%2044%20L45%2038%20C45%2037%2c%2046%2036%2c%2047%2036%20L53%2036%20C55%2036%2c%2056%2037%2c%2056%2038%20Z%20M81%2055%20L81%2061%20C81%2063%2c%2080%2063%2c%2078%2063%20L72%2063%20C71%2063%2c%2070%2063%2c%2070%2061%20L70%2055%20C70%2053%2c%2071%2053%2c%2072%2053%20L78%2053%20C80%2053%2c%2081%2053%2c%2081%2055%20Z%20M105%2071%20L105%2078%20C105%2079%2c%20105%2080%2c%20103%2080%20L97%2080%20C95%2080%2c%2095%2079%2c%2095%2078%20L95%2071%20C95%2070%2c%2095%2069%2c%2097%2069%20L103%2069%20C105%2069%2c%20105%2070%2c%20105%2071%20Z%20M72%2038%20L72%2044%20C72%2046%2c%2071%2047%2c%2070%2047%20L64%2047%20C62%2047%2c%2062%2046%2c%2062%2044%20L62%2038%20C62%2037%2c%2062%2036%2c%2064%2036%20L70%2036%20C71%2036%2c%2072%2037%2c%2072%2038%20Z%20M89%2038%20L89%2044%20C89%2046%2c%2088%2047%2c%2087%2047%20L80%2047%20C79%2047%2c%2078%2046%2c%2078%2044%20L78%2038%20C78%2037%2c%2079%2036%2c%2080%2036%20L87%2036%20C88%2036%2c%2089%2037%2c%2089%2038%20Z%20M105%2038%20L105%2061%20C105%2063%2c%20105%2063%2c%20103%2063%20L89%2063%20C87%2063%2c%2086%2063%2c%2086%2061%20L86%2055%20C86%2053%2c%2087%2053%2c%2089%2053%20L95%2053%20L95%2038%20C95%2037%2c%2095%2036%2c%2097%2036%20L103%2036%20C105%2036%2c%20105%2037%2c%20105%2038%20Z%20M111%2086%20L111%2030%20L6%2030%20L6%2086Z%20%20M122%2029%20L122%2087%20C122%2090%2c%20121%2092%2c%20119%2094%20C117%2095%2c%20115%2096%2c%20112%2096%20L5%2096%20C2%2096%2c%200%2095%2c%20%2d2%2094%20C%2d4%2092%2c%20%2d5%2090%2c%20%2d5%2087%20L%2d5%2029%20C%2d5%2026%2c%20%2d4%2024%2c%20%2d2%2022%20C0%2020%2c%202%2020%2c%205%2020%20L112%2020%20C115%2020%2c%20117%2020%2c%20119%2022%20C121%2024%2c%20122%2026%2c%20122%2029%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 29px;
   height: 29px;
}
#wb_ThemeableButton2:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%233370B7%22%20viewBox%3d%220%200%20116%20116%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M23%2071%20L23%2078%20C23%2079%2c%2022%2080%2c%2020%2080%20L14%2080%20C13%2080%2c%2012%2079%2c%2012%2078%20L12%2071%20C12%2070%2c%2013%2069%2c%2014%2069%20L20%2069%20C22%2069%2c%2023%2070%2c%2023%2071%20Z%20M31%2055%20L31%2061%20C31%2063%2c%2030%2063%2c%2029%2063%20L14%2063%20C13%2063%2c%2012%2063%2c%2012%2061%20L12%2055%20C12%2053%2c%2013%2053%2c%2014%2053%20L29%2053%20C30%2053%2c%2031%2053%2c%2031%2055%20Z%20M23%2038%20L23%2044%20C23%2046%2c%2022%2047%2c%2020%2047%20L14%2047%20C13%2047%2c%2012%2046%2c%2012%2044%20L12%2038%20C12%2037%2c%2013%2036%2c%2014%2036%20L20%2036%20C22%2036%2c%2023%2037%2c%2023%2038%20Z%20M89%2071%20L89%2078%20C89%2079%2c%2088%2080%2c%2087%2080%20L31%2080%20C29%2080%2c%2028%2079%2c%2028%2078%20L28%2071%20C28%2070%2c%2029%2069%2c%2031%2069%20L87%2069%20C88%2069%2c%2089%2070%2c%2089%2071%20Z%20M47%2055%20L47%2061%20C47%2063%2c%2047%2063%2c%2045%2063%20L39%2063%20C37%2063%2c%2037%2063%2c%2037%2061%20L37%2055%20C37%2053%2c%2037%2053%2c%2039%2053%20L45%2053%20C47%2053%2c%2047%2053%2c%2047%2055%20Z%20M39%2038%20L39%2044%20C39%2046%2c%2038%2047%2c%2037%2047%20L31%2047%20C29%2047%2c%2028%2046%2c%2028%2044%20L28%2038%20C28%2037%2c%2029%2036%2c%2031%2036%20L37%2036%20C38%2036%2c%2039%2037%2c%2039%2038%20Z%20M64%2055%20L64%2061%20C64%2063%2c%2063%2063%2c%2062%2063%20L56%2063%20C54%2063%2c%2053%2063%2c%2053%2061%20L53%2055%20C53%2053%2c%2054%2053%2c%2056%2053%20L62%2053%20C63%2053%2c%2064%2053%2c%2064%2055%20Z%20M56%2038%20L56%2044%20C56%2046%2c%2055%2047%2c%2053%2047%20L47%2047%20C46%2047%2c%2045%2046%2c%2045%2044%20L45%2038%20C45%2037%2c%2046%2036%2c%2047%2036%20L53%2036%20C55%2036%2c%2056%2037%2c%2056%2038%20Z%20M81%2055%20L81%2061%20C81%2063%2c%2080%2063%2c%2078%2063%20L72%2063%20C71%2063%2c%2070%2063%2c%2070%2061%20L70%2055%20C70%2053%2c%2071%2053%2c%2072%2053%20L78%2053%20C80%2053%2c%2081%2053%2c%2081%2055%20Z%20M105%2071%20L105%2078%20C105%2079%2c%20105%2080%2c%20103%2080%20L97%2080%20C95%2080%2c%2095%2079%2c%2095%2078%20L95%2071%20C95%2070%2c%2095%2069%2c%2097%2069%20L103%2069%20C105%2069%2c%20105%2070%2c%20105%2071%20Z%20M72%2038%20L72%2044%20C72%2046%2c%2071%2047%2c%2070%2047%20L64%2047%20C62%2047%2c%2062%2046%2c%2062%2044%20L62%2038%20C62%2037%2c%2062%2036%2c%2064%2036%20L70%2036%20C71%2036%2c%2072%2037%2c%2072%2038%20Z%20M89%2038%20L89%2044%20C89%2046%2c%2088%2047%2c%2087%2047%20L80%2047%20C79%2047%2c%2078%2046%2c%2078%2044%20L78%2038%20C78%2037%2c%2079%2036%2c%2080%2036%20L87%2036%20C88%2036%2c%2089%2037%2c%2089%2038%20Z%20M105%2038%20L105%2061%20C105%2063%2c%20105%2063%2c%20103%2063%20L89%2063%20C87%2063%2c%2086%2063%2c%2086%2061%20L86%2055%20C86%2053%2c%2087%2053%2c%2089%2053%20L95%2053%20L95%2038%20C95%2037%2c%2095%2036%2c%2097%2036%20L103%2036%20C105%2036%2c%20105%2037%2c%20105%2038%20Z%20M111%2086%20L111%2030%20L6%2030%20L6%2086Z%20%20M122%2029%20L122%2087%20C122%2090%2c%20121%2092%2c%20119%2094%20C117%2095%2c%20115%2096%2c%20112%2096%20L5%2096%20C2%2096%2c%200%2095%2c%20%2d2%2094%20C%2d4%2092%2c%20%2d5%2090%2c%20%2d5%2087%20L%2d5%2029%20C%2d5%2026%2c%20%2d4%2024%2c%20%2d2%2022%20C0%2020%2c%202%2020%2c%205%2020%20L112%2020%20C115%2020%2c%20117%2020%2c%20119%2022%20C121%2024%2c%20122%2026%2c%20122%2029%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton2:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20116%20116%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M23%2071%20L23%2078%20C23%2079%2c%2022%2080%2c%2020%2080%20L14%2080%20C13%2080%2c%2012%2079%2c%2012%2078%20L12%2071%20C12%2070%2c%2013%2069%2c%2014%2069%20L20%2069%20C22%2069%2c%2023%2070%2c%2023%2071%20Z%20M31%2055%20L31%2061%20C31%2063%2c%2030%2063%2c%2029%2063%20L14%2063%20C13%2063%2c%2012%2063%2c%2012%2061%20L12%2055%20C12%2053%2c%2013%2053%2c%2014%2053%20L29%2053%20C30%2053%2c%2031%2053%2c%2031%2055%20Z%20M23%2038%20L23%2044%20C23%2046%2c%2022%2047%2c%2020%2047%20L14%2047%20C13%2047%2c%2012%2046%2c%2012%2044%20L12%2038%20C12%2037%2c%2013%2036%2c%2014%2036%20L20%2036%20C22%2036%2c%2023%2037%2c%2023%2038%20Z%20M89%2071%20L89%2078%20C89%2079%2c%2088%2080%2c%2087%2080%20L31%2080%20C29%2080%2c%2028%2079%2c%2028%2078%20L28%2071%20C28%2070%2c%2029%2069%2c%2031%2069%20L87%2069%20C88%2069%2c%2089%2070%2c%2089%2071%20Z%20M47%2055%20L47%2061%20C47%2063%2c%2047%2063%2c%2045%2063%20L39%2063%20C37%2063%2c%2037%2063%2c%2037%2061%20L37%2055%20C37%2053%2c%2037%2053%2c%2039%2053%20L45%2053%20C47%2053%2c%2047%2053%2c%2047%2055%20Z%20M39%2038%20L39%2044%20C39%2046%2c%2038%2047%2c%2037%2047%20L31%2047%20C29%2047%2c%2028%2046%2c%2028%2044%20L28%2038%20C28%2037%2c%2029%2036%2c%2031%2036%20L37%2036%20C38%2036%2c%2039%2037%2c%2039%2038%20Z%20M64%2055%20L64%2061%20C64%2063%2c%2063%2063%2c%2062%2063%20L56%2063%20C54%2063%2c%2053%2063%2c%2053%2061%20L53%2055%20C53%2053%2c%2054%2053%2c%2056%2053%20L62%2053%20C63%2053%2c%2064%2053%2c%2064%2055%20Z%20M56%2038%20L56%2044%20C56%2046%2c%2055%2047%2c%2053%2047%20L47%2047%20C46%2047%2c%2045%2046%2c%2045%2044%20L45%2038%20C45%2037%2c%2046%2036%2c%2047%2036%20L53%2036%20C55%2036%2c%2056%2037%2c%2056%2038%20Z%20M81%2055%20L81%2061%20C81%2063%2c%2080%2063%2c%2078%2063%20L72%2063%20C71%2063%2c%2070%2063%2c%2070%2061%20L70%2055%20C70%2053%2c%2071%2053%2c%2072%2053%20L78%2053%20C80%2053%2c%2081%2053%2c%2081%2055%20Z%20M105%2071%20L105%2078%20C105%2079%2c%20105%2080%2c%20103%2080%20L97%2080%20C95%2080%2c%2095%2079%2c%2095%2078%20L95%2071%20C95%2070%2c%2095%2069%2c%2097%2069%20L103%2069%20C105%2069%2c%20105%2070%2c%20105%2071%20Z%20M72%2038%20L72%2044%20C72%2046%2c%2071%2047%2c%2070%2047%20L64%2047%20C62%2047%2c%2062%2046%2c%2062%2044%20L62%2038%20C62%2037%2c%2062%2036%2c%2064%2036%20L70%2036%20C71%2036%2c%2072%2037%2c%2072%2038%20Z%20M89%2038%20L89%2044%20C89%2046%2c%2088%2047%2c%2087%2047%20L80%2047%20C79%2047%2c%2078%2046%2c%2078%2044%20L78%2038%20C78%2037%2c%2079%2036%2c%2080%2036%20L87%2036%20C88%2036%2c%2089%2037%2c%2089%2038%20Z%20M105%2038%20L105%2061%20C105%2063%2c%20105%2063%2c%20103%2063%20L89%2063%20C87%2063%2c%2086%2063%2c%2086%2061%20L86%2055%20C86%2053%2c%2087%2053%2c%2089%2053%20L95%2053%20L95%2038%20C95%2037%2c%2095%2036%2c%2097%2036%20L103%2036%20C105%2036%2c%20105%2037%2c%20105%2038%20Z%20M111%2086%20L111%2030%20L6%2030%20L6%2086Z%20%20M122%2029%20L122%2087%20C122%2090%2c%20121%2092%2c%20119%2094%20C117%2095%2c%20115%2096%2c%20112%2096%20L5%2096%20C2%2096%2c%200%2095%2c%20%2d2%2094%20C%2d4%2092%2c%20%2d5%2090%2c%20%2d5%2087%20L%2d5%2029%20C%2d5%2026%2c%20%2d4%2024%2c%20%2d2%2022%20C0%2020%2c%202%2020%2c%205%2020%20L112%2020%20C115%2020%2c%20117%2020%2c%20119%2022%20C121%2024%2c%20122%2026%2c%20122%2029%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton2 .ui-corner-all, #wb_ThemeableButton2 .ui-corner-left
{
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
}
#wb_ThemeableButton2 .ui-corner-all, #wb_ThemeableButton2 .ui-corner-right
{
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
}
#wb_ThemeableButton2 .ui-button
{
   background-color: #6196CB;
   background-image: none;
   border: 1px solid #3973AC;
   color: #FFFFFF;
}
#wb_ThemeableButton2 .ui-state-hover, #wb_ThemeableButton2 .ui-button:hover
{
   border-color: #3973AC;
   background-color: #FFFFFF;
   background-image: none;
   color: #3370B7;
}
#wb_ThemeableButton2 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton2 .ui-state-active, #wb_ThemeableButton2 .ui-button:active
{
   border-color: #2E6DA4;
   background-color: #6196CB;
   background-image: none;
   color: #FFFFFF;
}
#Editbox155
{
   box-sizing: border-box;
   line-height: 16px;
   margin: 0;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox155:focus
{
   outline: 0;
}
#wb_Text58 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 100px 0 100px;
   text-align: center;
}
#wb_Text58
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text58 div
{
   text-align: center;
}
#Banner2
{
   margin: 0 0 30px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Editbox156
{
   box-sizing: border-box;
   line-height: 28px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #0474BC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox156:focus
{
   outline: 0;
}
#wb_Breadcrumb2
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Breadcrumb2
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #0066CC;
   border-radius: 4px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#Breadcrumb2 > li
{
   display: inline-block;
   font-size: 16px;
   text-transform: none;
}
#Breadcrumb2 a
{
   color: #000000;
   text-decoration: none;
}
#Breadcrumb2 a:hover
{
   color: #FF0000;
   text-decoration: none;
}
#Breadcrumb2 > .active
{
   color: #0963AD;
}
#Breadcrumb2 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb2 > li + li:before
{
   content: ">";
   padding: 0 5px;
   color: #000000;
}
.Extension1 .hide 
{
   display: none!important;
}
.Extension1 .show 
{
   display: block!important;
}
.Extension1 .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.Extension1 .nav, .Extension1 .navbar-text
{
   font-family: Arial;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   color: #316495;
   text-align: left;
}
.Extension1 .nav, .Extension1 *
{
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   list-style: none;
}
.Extension1 .nav:before,
.Extension1 .nav:after 
{
   content: " ";
   display: table;
}
.Extension1 .nav:after 
{
   clear: both;
}
.Extension1 .navbar-text
{
   color: #316497;
   margin: 0;
   padding: 10px 10px 10px 0px;
}
.Extension1 .nav a 
{
   text-decoration: none;
}
.Extension1 .nav a:hover,
.Extension1 .nav a:focus 
{
   color: #76a3d2;
}
.Extension1 .nav ul
{
   margin-top: 0;
   margin-bottom: 10px;
}
.Extension1 .nav ul ul
{
   margin-bottom: 0;
}
.Extension1 .container 
{
   margin-right: auto;
   margin-left: auto;
}
.Extension1 .container:before,
.Extension1 .container:after 
{
   content: " ";
   display: table;
}
.Extension1 .container:after 
{
   clear: both;
}
.Extension1 .container:before,
.Extension1 .container:after 
{
   content: " ";
   display: table;
}
.Extension1 .container:after 
{
  clear: both;
}
.Extension1 .collapse 
{
   display: none;
}
.Extension1 .collapse.in 
{
   display: block;
}
.Extension1 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
}
.Extension1 .caret 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.Extension1 .dropdown 
{
   position: relative;
}
.Extension1 .dropdown-toggle:focus 
{
   outline: 0;
}
.Extension1 .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   border: 1px solid #316496;
   border: 1px solid rgba(49,100,150,0.20);
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.18);
   box-shadow: 0 6px 12px rgba(0,0,0,0.18);
   background-clip: padding-box;
}
.Extension1 .dropdown-menu .divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #316496;
}
.Extension1 .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #316495;
   white-space: nowrap;
}
.Extension1 .dropdown-menu>li>a:hover,
.Extension1 .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #FFFFFF;
   background-color: #316496;
}
.Extension1 .dropdown-menu>.active>a,
.Extension1 .dropdown-menu>.active>a:hover,
.Extension1 .dropdown-menu>.active>a:focus 
{
   color: #fff;
   text-decoration: none;
   outline: 0;
   background-color: #FFFFFF;
}
.Extension1 .open>.dropdown-menu 
{
   display: block;
}
.Extension1 .open>a 
{
   outline: 0;
}
.Extension1 .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.Extension1 .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.Extension1 .nav>li 
{
   position: relative;
   display: block;
}
.Extension1 .nav>li>a 
{
   position: relative;
   display: block;
   padding: 10px 10px 10px 10px;
}
.Extension1 .nav .open>a,
.Extension1 .nav .open>a:hover,
.Extension1 .nav .open>a:focus 
{
   background-color: #ccc;
   border-color: #FFFFFF;
}
.Extension1 .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #316496;
}
.Extension1 .nav>li>a>img 
{
   max-width: none;
}
.Extension1 .nav .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1
{
   position: relative;
   border: 1px solid transparent;
}
.Extension1:before,
.Extension1:after 
{
   content: " ";
   display: table;
}
.Extension1:after 
{
   clear: both;
}
.Extension1:before,
.Extension1:after 
{
   content: " ";
   display: table;
}
.Extension1:after 
{
   clear: both;
}
.Extension1 .navbar-header:before,
.Extension1 .navbar-header:after 
{
   content: " ";
   display: table;
}
.Extension1 .navbar-header:after 
{
   clear: both;
}
.Extension1-navbar-collapse 
{
   border-color: #316496;
   border-top: 1px solid transparent;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
   max-height: 700px;
   overflow-x: visible;
   padding-left: 0px;
   padding-right: 0px;
   -webkit-overflow-scrolling: touch;
}
.Extension1-navbar-collapse:before,
.Extension1-navbar-collapse:after 
{
   content: " ";
   display: table;
}
.Extension1-navbar-collapse:after 
{
   clear: both;
}
.Extension1-navbar-collapse:before,
.Extension1-navbar-collapse:after 
{
   content: " ";
   display: table;
}
.Extension1-navbar-collapse:after 
{
   clear: both;
}
.Extension1-navbar-collapse.in 
{
   overflow-y: auto;
}
.Extension1 .navbar-toggle 
{
   position: relative;
   float: left;
   padding: 11px 10px 10px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 4px;
}
.Extension1 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.Extension1 .navbar-toggle .icon-bar+.icon-bar 
{
   margin-top: 4px;
}
.Extension1 .navbar-nav 
{
   margin: 6px -15px;
}
.Extension1 .navbar-nav>li>.dropdown-menu 
{
   margin-top: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}
.Extension1 .navbar-text 
{
   float: left;
}
.Extension1 .navbar-nav>li>a 
{
   color: #316495;
}
.Extension1 .navbar-nav>li>a:hover,
.Extension1 .navbar-nav>li>a:focus 
{
   background-color: #316496;
   color: #FFFFFF;
   text-decoration: none;
}
.Extension1 .navbar-nav>.active>a,
.Extension1 .navbar-nav>.active>a:hover,
.Extension1 .navbar-nav>.active>a:focus 
{
   color: #FFFFFF;
   background-color: #316496;
}
.Extension1 .navbar-toggle 
{
   border-color: transparent;
}
.Extension1 .navbar-toggle:hover,
.Extension1 .navbar-toggle:focus 
{
   background-color: transparent;
}
.Extension1 .navbar-toggle .icon-bar 
{
   background-color: #316497;
}
.Extension1-navbar-collapse
{
   border-color: #316496;
}
.Extension1 .navbar-nav>.dropdown>a:hover .caret,
.Extension1 .navbar-nav>.dropdown>a:focus .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1 .navbar-nav>.open>a,
.Extension1 .navbar-nav>.open>a:hover,
.Extension1 .navbar-nav>.open>a:focus 
{
   background-color: #316496;
   color: #FFFFFF;
}
.Extension1 .navbar-nav>.open>a .caret,
.Extension1 .navbar-nav>.open>a:hover .caret,
.Extension1 .navbar-nav>.open>a:focus .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1 .navbar-nav>.dropdown>a .caret 
{
   border-top-color: #316495;
   border-bottom-color: #316495;
}
.Extension1 .navbar-link 
{
   color: #316495;
}
.Extension1 .navbar-link:hover 
{
   color: #FFFFFF;
}
.Extension1 .navbar-header
{
   background-color: #FFFFFF;
   color: #316497;
}
#Extension1 .menu-icon
{
   font-size: 16px;
   margin-right: 8px;
   width: 16px;
}
@media (min-width: 1240px) 
{
.Extension1 .navbar-right .dropdown-menu 
{
   right: 0;
   left: auto;
}
.Extension1 .navbar-header 
{
   float: left;
}
.Extension1-navbar-collapse 
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.Extension1-navbar-collapse.collapse 
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.Extension1-navbar-collapse.in 
{
   overflow-y: auto;
}
.Extension1-navbar-collapse .navbar-text:last-child 
{
   margin-right: 0;
}
.Extension1 .navbar-toggle, #Extension1-navbar-text
{
   display: none;
}
.Extension1 .navbar-nav 
{
   margin: 0;
}
.Extension1 .navbar-nav>li 
{
   float: left;
}
.Extension1 .container>.navbar-header,
.Extension1 .container>.Extension1-navbar-collapse 
{
   margin-right: 0;
   margin-left: 0;
}
.Extension1 .navbar-nav>.dropdown>a:hover .caret,
.Extension1 .navbar-nav>.dropdown>a:focus .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1 .navbar-nav > li 
{
   float: left;
}
.Extension1 .navbar-nav > li + li 
{
   margin-left: 6px;
}
.Extension1 .navbar-nav > li > a 
{
   border-radius: 7px;
   color: #316497;
   background-color: #FFFFFF;
   border: 1px solid #316497;
}
.Extension1 .navbar-nav > li.active > a, .Extension1 .navbar-nav > li.active > a:focus, .Extension1 .navbar-nav > li.active > a:hover 
{
   color: #FFFFFF;
   background-color: #6196CB;
   border-color: #316497;
}
}
@media (max-width: 1240px) 
{
.Extension1 
{
   background-color: #FFFFFF;
   border-color: #316497;
}
.Extension1 .navbar-nav 
{
   margin: 0;
}
.Extension1 .navbar-nav .open .dropdown-menu 
{
   position: static;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.Extension1 .navbar-nav .open .dropdown-menu>li>a,
.Extension1 .navbar-nav .open .dropdown-menu .dropdown-header 
{
   padding: 5px 15px 5px 25px;
}
.Extension1 .navbar-nav .open .dropdown-menu>li>a 
{
   line-height: 20px;
}
.Extension1 .navbar-nav .open .dropdown-menu>li>a:hover,
.Extension1 .navbar-nav .open .dropdown-menu>li>a:focus 
{
   background-image: none;
}
}
@media (min-width: 1240px) 
{
.Extension1 .navbar-nav>li>a 
{
   color: #316497;
}
.Extension1 .navbar-nav>li>a:hover,
.Extension1 .navbar-nav>li>a:focus 
{
   color: #FFFFFF;
   background-color: #6196CB;
   border-color: #316497;
}
.Extension1 .navbar-nav>.active>a,
.Extension1 .navbar-nav>.active>a:hover,
.Extension1 .navbar-nav>.active>a:focus 
{
   color: #FFFFFF;
   background-color: #6196CB;
}
.Extension1 .navbar-toggle 
{
   border-color: #333;
}
.Extension1 .navbar-toggle:hover,
.Extension1 .navbar-toggle:focus 
{
   background-color: #333;
}
.Extension1 .navbar-toggle .icon-bar 
{
   background-color: #fff;
}
.Extension1-navbar-collapse
{
   border-color: #356ba2;
}
.Extension1 .navbar-nav>.open>a,
.Extension1 .navbar-nav>.open>a:hover,
.Extension1 .navbar-nav>.open>a:focus 
{
   background-color: #6196CB;
   color: #FFFFFF;
   border-color: #316497;
}
.Extension1 .navbar-nav>.dropdown>a:hover .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #316497;
   border-bottom-color: #316497;
}
.Extension1 .navbar-nav > li.active > a > .caret,
.Extension1 .navbar-nav > li.active > a:hover > .caret,
.Extension1 .navbar-nav > li.active > a:focus > .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1 .navbar-nav>.open>a .caret,
.Extension1 .navbar-nav>.open>a:hover .caret,
.Extension1 .navbar-nav>.open>a:focus .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension1 .navbar-link 
{
   color: #316497;
}
.Extension1 .navbar-link:hover 
{
   color: #fff;
}
}
#wb_Extension1{
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Heading1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 30px 20px 0 20px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading1
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text60 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text60
{
   color: #0066CC;
   font-family: Lato;
   font-weight: 400;
   font-style: italic;
   font-size: 29px;
   line-height: 35px;
}
#wb_Text60 p, #wb_Text60 ul
{
   margin: 0;
   padding: 0;
}
#Editbox157
{
   box-sizing: border-box;
   line-height: 108px;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox157:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 40px 0 0 0 ;
   padding: 0;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading2
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Editbox198
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 0;
   border: 0px solid #DDDDDD;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #0474BC;
   font-family: Lato;
   font-weight: bold;
   font-style: italic;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 0 10px 8px 0;
}
#Editbox198:focus
{
   outline: 0;
}
#wb_TextMenu2
{
   background-color: transparent;
   background-image: none;
   color: #0474BC;
   font-family: Lato;
   font-size: 24px;
   margin: 0 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   overflow: hidden;
}
#wb_TextMenu2 span
{
   margin: 0 0px 0 40px;
}
#wb_Text61 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 20px 0 20px;
   text-align: left;
}
#wb_Text61
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 43px;
}
#wb_Text61 div
{
   text-align: left;
}
#wb_Text63 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 20px 10px 40px;
   text-align: justify;
}
#wb_Text63
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text63 div
{
   text-align: justify;
}
#wb_el_yes
{
   margin: 20px 0 20px 0 ;
}
#wb_el_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_el_yes, #wb_el_yes *, #wb_el_yes *::before, #wb_el_yes *::after
{
   box-sizing: border-box;
}
#wb_el_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_el_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_el_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_el_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_el_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_el_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_el_no
{
   margin: 0;
}
#wb_el_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_el_no, #wb_el_no *, #wb_el_no *::before, #wb_el_no *::after
{
   box-sizing: border-box;
}
#wb_el_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_el_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_el_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_el_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_el_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_el_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox158
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 0 0 0 10px;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Work Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox158:focus
{
   outline: 0;
}
#Editbox159
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 0 0 0 10px;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Work Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox159:focus
{
   outline: 0;
}
#wb_Text65 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 20px 20px 20px 0 ;
   text-align: right;
}
#wb_Text65
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text65 div
{
   text-align: right;
}
#HorizontalLine2
{
   border-color: #3973AC;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 30px 0 10px 0 ;
   padding: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text57 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 40px;
   text-align: justify;
}
#wb_Text57
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 20px;
   line-height: 32px;
}
#wb_Text57 div
{
   text-align: justify;
}
#wb_Text62 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text62
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text62 div
{
   text-align: justify;
}
#wb_Text64 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text64
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text64 div
{
   text-align: justify;
}
#wb_Text66 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text66
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text66 div
{
   text-align: justify;
}
#wb_Text67 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text67
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text67 div
{
   text-align: justify;
}
#wb_Text68 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text68
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text68 div
{
   text-align: justify;
}
#wb_Text69 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text69
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text69 div
{
   text-align: justify;
}
#wb_Text70 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text70
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text70 div
{
   text-align: justify;
}
#wb_Text71 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text71
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text71 div
{
   text-align: justify;
}
#wb_Text72 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 80px;
   text-align: justify;
}
#wb_Text72
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 32px;
}
#wb_Text72 div
{
   text-align: justify;
}
#wb_Text73 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 40px;
   text-align: justify;
}
#wb_Text73
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 20px;
   line-height: 32px;
}
#wb_Text73 div
{
   text-align: justify;
}
#wb_Text74 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 20px 10px 40px;
   text-align: justify;
}
#wb_Text74
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 20px;
   line-height: 25px;
}
#wb_Text74 div
{
   text-align: justify;
}
#wb_Text75 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 40px;
   text-align: justify;
}
#wb_Text75
{
   color: #0066CC;
   font-family: Lato;
   font-weight: normal;
   font-size: 20px;
   line-height: 32px;
}
#wb_Text75 div
{
   text-align: justify;
}
#FlexGrid26
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid26-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1260px;
   font-size: 0;
   grid-template-columns: 210px 210px 210px 210px 210px 210px;
   grid-template-rows: auto;
   grid-template-areas:
      "top top top top top top";
}
#FlexGrid26 .top
{
   display: flex;
   grid-area: top;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#ThemeableButton3
{
   font-family: Montserrat;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
   margin: 30px 20px 60px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   text-align: center;
   vertical-align: top;
}
#ThemeableButton3 .ui-button
{
   position: absolute;
   padding: 0;
}
#ThemeableButton3 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%233973AC%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M74%2050%20C75%2049%2c%2075%2049%2c%2075%2048%20C75%2047%2c%2075%2047%2c%2074%2046%20L55%2027%20L50%2022%20C49%2022%2c%2049%2021%2c%2048%2021%20C47%2021%2c%2047%2022%2c%2046%2022%20L41%2027%20L22%2046%20C22%2047%2c%2021%2047%2c%2021%2048%20C21%2049%2c%2022%2049%2c%2022%2050%20L27%2055%20C27%2055%2c%2028%2055%2c%2029%2055%20C29%2055%2c%2030%2055%2c%2030%2055%20L42%2044%20L42%2072%20C42%2073%2c%2042%2073%2c%2043%2074%20C43%2074%2c%2044%2075%2c%2045%2075%20L52%2075%20C52%2075%2c%2053%2074%2c%2053%2074%20C54%2073%2c%2054%2073%2c%2054%2072%20L54%2044%20L66%2055%20C66%2055%2c%2067%2055%2c%2067%2055%20C68%2055%2c%2069%2055%2c%2069%2055%20Z%20M85%2027%20C88%2033%2c%2090%2040%2c%2090%2048%20C90%2056%2c%2088%2063%2c%2085%2069%20C81%2076%2c%2076%2081%2c%2069%2084%20C63%2088%2c%2056%2090%2c%2048%2090%20C40%2090%2c%2033%2088%2c%2027%2084%20C20%2081%2c%2015%2076%2c%2012%2069%20C8%2063%2c%206%2056%2c%206%2048%20C6%2040%2c%208%2033%2c%2012%2027%20C15%2020%2c%2020%2015%2c%2027%2012%20C33%208%2c%2040%206%2c%2048%206%20C56%206%2c%2063%208%2c%2069%2012%20C76%2015%2c%2081%2020%2c%2085%2027%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#ThemeableButton3:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%233973AC%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M74%2050%20C75%2049%2c%2075%2049%2c%2075%2048%20C75%2047%2c%2075%2047%2c%2074%2046%20L55%2027%20L50%2022%20C49%2022%2c%2049%2021%2c%2048%2021%20C47%2021%2c%2047%2022%2c%2046%2022%20L41%2027%20L22%2046%20C22%2047%2c%2021%2047%2c%2021%2048%20C21%2049%2c%2022%2049%2c%2022%2050%20L27%2055%20C27%2055%2c%2028%2055%2c%2029%2055%20C29%2055%2c%2030%2055%2c%2030%2055%20L42%2044%20L42%2072%20C42%2073%2c%2042%2073%2c%2043%2074%20C43%2074%2c%2044%2075%2c%2045%2075%20L52%2075%20C52%2075%2c%2053%2074%2c%2053%2074%20C54%2073%2c%2054%2073%2c%2054%2072%20L54%2044%20L66%2055%20C66%2055%2c%2067%2055%2c%2067%2055%20C68%2055%2c%2069%2055%2c%2069%2055%20Z%20M85%2027%20C88%2033%2c%2090%2040%2c%2090%2048%20C90%2056%2c%2088%2063%2c%2085%2069%20C81%2076%2c%2076%2081%2c%2069%2084%20C63%2088%2c%2056%2090%2c%2048%2090%20C40%2090%2c%2033%2088%2c%2027%2084%20C20%2081%2c%2015%2076%2c%2012%2069%20C8%2063%2c%206%2056%2c%206%2048%20C6%2040%2c%208%2033%2c%2012%2027%20C15%2020%2c%2020%2015%2c%2027%2012%20C33%208%2c%2040%206%2c%2048%206%20C56%206%2c%2063%208%2c%2069%2012%20C76%2015%2c%2081%2020%2c%2085%2027%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton3:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%233973AC%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M74%2050%20C75%2049%2c%2075%2049%2c%2075%2048%20C75%2047%2c%2075%2047%2c%2074%2046%20L55%2027%20L50%2022%20C49%2022%2c%2049%2021%2c%2048%2021%20C47%2021%2c%2047%2022%2c%2046%2022%20L41%2027%20L22%2046%20C22%2047%2c%2021%2047%2c%2021%2048%20C21%2049%2c%2022%2049%2c%2022%2050%20L27%2055%20C27%2055%2c%2028%2055%2c%2029%2055%20C29%2055%2c%2030%2055%2c%2030%2055%20L42%2044%20L42%2072%20C42%2073%2c%2042%2073%2c%2043%2074%20C43%2074%2c%2044%2075%2c%2045%2075%20L52%2075%20C52%2075%2c%2053%2074%2c%2053%2074%20C54%2073%2c%2054%2073%2c%2054%2072%20L54%2044%20L66%2055%20C66%2055%2c%2067%2055%2c%2067%2055%20C68%2055%2c%2069%2055%2c%2069%2055%20Z%20M85%2027%20C88%2033%2c%2090%2040%2c%2090%2048%20C90%2056%2c%2088%2063%2c%2085%2069%20C81%2076%2c%2076%2081%2c%2069%2084%20C63%2088%2c%2056%2090%2c%2048%2090%20C40%2090%2c%2033%2088%2c%2027%2084%20C20%2081%2c%2015%2076%2c%2012%2069%20C8%2063%2c%206%2056%2c%206%2048%20C6%2040%2c%208%2033%2c%2012%2027%20C15%2020%2c%2020%2015%2c%2027%2012%20C33%208%2c%2040%206%2c%2048%206%20C56%206%2c%2063%208%2c%2069%2012%20C76%2015%2c%2081%2020%2c%2085%2027%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton3.ui-corner-all
{
   border-bottom-left-radius: 5px;
   border-top-left-radius: 5px;
}
#ThemeableButton3.ui-corner-all
{
   border-bottom-right-radius: 5px;
   border-top-right-radius: 5px;
}
#ThemeableButton3.ui-button
{
   background-color: #EDF4F8;
   background-image: none;
   border: 1px solid #3370B7;
   color: #000000;
}
#ThemeableButton3.ui-state-hover, #ThemeableButton3.ui-button:hover
{
   border-color: #3370B7;
   background-color: #FFFFFF;
   background-image: none;
   color: #3973AC;
}
#ThemeableButton3.ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#ThemeableButton3.ui-state-active, #ThemeableButton3.ui-button:active
{
   border-color: #3370B7;
   background-color: #EDF4F8;
   background-image: none;
   color: #000000;
}
#FlexGrid27
{
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid27-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
   font-size: 0;
   grid-template-columns: 100px 326px 1fr 326px 100px;
   grid-template-rows: auto auto;
   grid-template-areas:
      "prob prob prob prob prob"
      "tm tm tm tm l1";
}
#FlexGrid27 .prob
{
   display: flex;
   grid-area: prob;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .tm
{
   display: flex;
   grid-area: tm;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid27 .l1
{
   display: flex;
   grid-area: l1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text78 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: left;
}
#wb_Text78
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
}
#wb_Text78 div
{
   text-align: left;
}
#FlexGrid3
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 40px;
   grid-template-areas:
      "footer footer footer footer";
}
#FlexGrid3 .footer
{
   display: flex;
   grid-area: footer;
   background-image: linear-gradient(to top, #6196CB 0%, #EDF4F8 100%);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 360px;
   padding: 0;
   margin: 10px 10px 10px 10px;
   text-align: right;
}
#wb_Text4
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text4 div
{
   text-align: right;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text6
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text6 div
{
   text-align: left;
}
#Editbox3
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox3:focus
{
   outline: 0;
}
#Editbox7
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox7:focus
{
   outline: 0;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text10
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text10 div
{
   text-align: justify;
}
#select_1_d2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_d2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_1_d1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_d1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text11
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text11 div
{
   text-align: justify;
}
#Editbox12
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox12:focus
{
   outline: 0;
}
#wb_q1c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q1c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1c_yes, #wb_q1c_yes *, #wb_q1c_yes *::before, #wb_q1c_yes *::after
{
   box-sizing: border-box;
}
#wb_q1c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q1c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q1c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1c_no, #wb_q1c_no *, #wb_q1c_no *::before, #wb_q1c_no *::after
{
   box-sizing: border-box;
}
#wb_q1c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox18
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox18:focus
{
   outline: 0;
}
#wb_q1d_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q1d_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1d_yes, #wb_q1d_yes *, #wb_q1d_yes *::before, #wb_q1d_yes *::after
{
   box-sizing: border-box;
}
#wb_q1d_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1d_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1d_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1d_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1d_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox28
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox28:focus
{
   outline: 0;
}
#wb_q1d_no
{
   margin: 10px 0 10px 20px;
}
#wb_q1d_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1d_no, #wb_q1d_no *, #wb_q1d_no *::before, #wb_q1d_no *::after
{
   box-sizing: border-box;
}
#wb_q1d_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q1d_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q1d_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q1d_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q1d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q1d_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox72
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox72:focus
{
   outline: 0;
}
#Editbox73
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox73:focus
{
   outline: 0;
}
#select_1_c2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_c2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox77
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox77:focus
{
   outline: 0;
}
#Editbox79
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox79:focus
{
   outline: 0;
}
#select_1_c1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_1_c1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox76
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox76:focus
{
   outline: 0;
}
#edit2a
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#edit2a:focus
{
   outline: 0;
}
#Editbox80
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox80:focus
{
   outline: 0;
}
#wb_Text46 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text46
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text46 div
{
   text-align: justify;
}
#select_2_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_2_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text47 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text47
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text47 div
{
   text-align: justify;
}
#Editbox81
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox81:focus
{
   outline: 0;
}
#wb_RadioButton5
{
   margin: 10px 0 10px 20px;
}
#wb_RadioButton5
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_RadioButton5, #wb_RadioButton5 *, #wb_RadioButton5 *::before, #wb_RadioButton5 *::after
{
   box-sizing: border-box;
}
#wb_RadioButton5 input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_RadioButton5 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_RadioButton5 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_RadioButton5 label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_RadioButton5 input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_RadioButton5 input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_RadioButton6
{
   margin: 10px 0 10px 20px;
}
#wb_RadioButton6
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_RadioButton6, #wb_RadioButton6 *, #wb_RadioButton6 *::before, #wb_RadioButton6 *::after
{
   box-sizing: border-box;
}
#wb_RadioButton6 input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_RadioButton6 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_RadioButton6 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_RadioButton6 label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_RadioButton6 input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_RadioButton6 input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox82
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox82:focus
{
   outline: 0;
}
#Editbox83
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox83:focus
{
   outline: 0;
}
#Editbox85
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox85:focus
{
   outline: 0;
}
#Editbox86
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox86:focus
{
   outline: 0;
}
#select_2_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text48 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text48
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text48 div
{
   text-align: justify;
}
#Editbox87
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox87:focus
{
   outline: 0;
}
#Editbox88
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox88:focus
{
   outline: 0;
}
#Editbox89
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox89:focus
{
   outline: 0;
}
#select_2_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text50 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text50
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text50 div
{
   text-align: left;
}
#Editbox90
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox90:focus
{
   outline: 0;
}
#wb_Text51 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text51
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text51 div
{
   text-align: justify;
}
#Editbox91
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox91:focus
{
   outline: 0;
}
#select_2_c1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_c1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox92
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox92:focus
{
   outline: 0;
}
#select_2_c2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_c2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox132
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox132:focus
{
   outline: 0;
}
#wb_Text52 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text52
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text52 div
{
   text-align: justify;
}
#Editbox134
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox134:focus
{
   outline: 0;
}
#Editbox135
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox135:focus
{
   outline: 0;
}
#select_2_d1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_d1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox136
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox136:focus
{
   outline: 0;
}
#select_2_d2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_d2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox138
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox138:focus
{
   outline: 0;
}
#Editbox94
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox94:focus
{
   outline: 0;
}
#Editbox95
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox95:focus
{
   outline: 0;
}
#Editbox96
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox96:focus
{
   outline: 0;
}
#Editbox97
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox97:focus
{
   outline: 0;
}
#Editbox98
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox98:focus
{
   outline: 0;
}
#Editbox99
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox99:focus
{
   outline: 0;
}
#Editbox101
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox101:focus
{
   outline: 0;
}
#Editbox102
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox102:focus
{
   outline: 0;
}
#Editbox103
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox103:focus
{
   outline: 0;
}
#select_2_e1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_e1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_2_f1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_f1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_2_g1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_g1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_2_e2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_e2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_2_f2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_f2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_2_g2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_2_g2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text12
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text13
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text14
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 25px;
}
#wb_Text14 div
{
   text-align: left;
}
#wb_q2e_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2e_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2e_yes, #wb_q2e_yes *, #wb_q2e_yes *::before, #wb_q2e_yes *::after
{
   box-sizing: border-box;
}
#wb_q2e_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2e_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2e_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2e_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2e_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2e_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2e_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2e_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2e_no, #wb_q2e_no *, #wb_q2e_no *::before, #wb_q2e_no *::after
{
   box-sizing: border-box;
}
#wb_q2e_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2e_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2e_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2e_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2e_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2e_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2f_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2f_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2f_yes, #wb_q2f_yes *, #wb_q2f_yes *::before, #wb_q2f_yes *::after
{
   box-sizing: border-box;
}
#wb_q2f_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2f_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2f_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2f_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2f_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2f_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2f_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2f_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2f_no, #wb_q2f_no *, #wb_q2f_no *::before, #wb_q2f_no *::after
{
   box-sizing: border-box;
}
#wb_q2f_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2f_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2f_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2f_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2f_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2f_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2g_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2g_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2g_yes, #wb_q2g_yes *, #wb_q2g_yes *::before, #wb_q2g_yes *::after
{
   box-sizing: border-box;
}
#wb_q2g_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2g_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2g_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2g_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2g_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2g_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2g_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2g_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2g_no, #wb_q2g_no *, #wb_q2g_no *::before, #wb_q2g_no *::after
{
   box-sizing: border-box;
}
#wb_q2g_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2g_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2g_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2g_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2g_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2g_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2d_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2d_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2d_yes, #wb_q2d_yes *, #wb_q2d_yes *::before, #wb_q2d_yes *::after
{
   box-sizing: border-box;
}
#wb_q2d_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2d_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2d_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2d_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2d_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2d_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2d_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2d_no, #wb_q2d_no *, #wb_q2d_no *::before, #wb_q2d_no *::after
{
   box-sizing: border-box;
}
#wb_q2d_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2d_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2d_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2d_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2d_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2c_yes, #wb_q2c_yes *, #wb_q2c_yes *::before, #wb_q2c_yes *::after
{
   box-sizing: border-box;
}
#wb_q2c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2c_no, #wb_q2c_no *, #wb_q2c_no *::before, #wb_q2c_no *::after
{
   box-sizing: border-box;
}
#wb_q2c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2b_no, #wb_q2b_no *, #wb_q2b_no *::before, #wb_q2b_no *::after
{
   box-sizing: border-box;
}
#wb_q2b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2b_yes, #wb_q2b_yes *, #wb_q2b_yes *::before, #wb_q2b_yes *::after
{
   box-sizing: border-box;
}
#wb_q2b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q2a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2a_yes, #wb_q2a_yes *, #wb_q2a_yes *::before, #wb_q2a_yes *::after
{
   box-sizing: border-box;
}
#wb_q2a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q2a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q2a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2a_no, #wb_q2a_no *, #wb_q2a_no *::before, #wb_q2a_no *::after
{
   box-sizing: border-box;
}
#wb_q2a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q2a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q2a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q2a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q2a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q2a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#box2fyes
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#box2fyes:focus
{
   outline: 0;
}
#Editbox139
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox139:focus
{
   outline: 0;
}
#Editbox141
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox141:focus
{
   outline: 0;
}
#Editbox142
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox142:focus
{
   outline: 0;
}
#Editbox144
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox144:focus
{
   outline: 0;
}
#Editbox146
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox146:focus
{
   outline: 0;
}
#Editbox153
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox153:focus
{
   outline: 0;
}
#Editbox154
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox154:focus
{
   outline: 0;
}
#Editbox160
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox160:focus
{
   outline: 0;
}
#Editbox161
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox161:focus
{
   outline: 0;
}
#Editbox163
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox163:focus
{
   outline: 0;
}
#box3a
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#box3a:focus
{
   outline: 0;
}
#Editbox164
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox164:focus
{
   outline: 0;
}
#wb_Text39 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text39
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text39 div
{
   text-align: justify;
}
#select_3_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_3_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text53 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text53
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text53 div
{
   text-align: justify;
}
#Editbox165
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox165:focus
{
   outline: 0;
}
#wb_q3a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q3a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3a_yes, #wb_q3a_yes *, #wb_q3a_yes *::before, #wb_q3a_yes *::after
{
   box-sizing: border-box;
}
#wb_q3a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q3a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q3a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3a_no, #wb_q3a_no *, #wb_q3a_no *::before, #wb_q3a_no *::after
{
   box-sizing: border-box;
}
#wb_q3a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox166
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox166:focus
{
   outline: 0;
}
#Editbox167
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox167:focus
{
   outline: 0;
}
#wb_q3b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q3b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3b_yes, #wb_q3b_yes *, #wb_q3b_yes *::before, #wb_q3b_yes *::after
{
   box-sizing: border-box;
}
#wb_q3b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox168
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox168:focus
{
   outline: 0;
}
#wb_q3b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q3b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3b_no, #wb_q3b_no *, #wb_q3b_no *::before, #wb_q3b_no *::after
{
   box-sizing: border-box;
}
#wb_q3b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox169
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox169:focus
{
   outline: 0;
}
#Editbox170
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox170:focus
{
   outline: 0;
}
#select_3_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text59 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text59
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text59 div
{
   text-align: justify;
}
#Editbox171
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox171:focus
{
   outline: 0;
}
#Editbox172
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox172:focus
{
   outline: 0;
}
#Editbox173
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox173:focus
{
   outline: 0;
}
#select_3_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text76 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text76
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text76 div
{
   text-align: left;
}
#Editbox174
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox174:focus
{
   outline: 0;
}
#wb_Text77 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text77
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text77 div
{
   text-align: justify;
}
#Editbox175
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox175:focus
{
   outline: 0;
}
#select_3_c1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_c1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox176
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox176:focus
{
   outline: 0;
}
#select_3_c2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_c2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_q3c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q3c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3c_yes, #wb_q3c_yes *, #wb_q3c_yes *::before, #wb_q3c_yes *::after
{
   box-sizing: border-box;
}
#wb_q3c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox177
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox177:focus
{
   outline: 0;
}
#wb_q3c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q3c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3c_no, #wb_q3c_no *, #wb_q3c_no *::before, #wb_q3c_no *::after
{
   box-sizing: border-box;
}
#wb_q3c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox178
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox178:focus
{
   outline: 0;
}
#wb_Text79 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text79
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text79 div
{
   text-align: justify;
}
#Editbox179
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox179:focus
{
   outline: 0;
}
#select_3_d1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_d1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox180
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox180:focus
{
   outline: 0;
}
#select_3_d2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_3_d2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox181
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox181:focus
{
   outline: 0;
}
#Editbox182
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox182:focus
{
   outline: 0;
}
#wb_q3d_no
{
   margin: 10px 0 10px 20px;
}
#wb_q3d_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3d_no, #wb_q3d_no *, #wb_q3d_no *::before, #wb_q3d_no *::after
{
   box-sizing: border-box;
}
#wb_q3d_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3d_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3d_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3d_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3d_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q3d_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q3d_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3d_yes, #wb_q3d_yes *, #wb_q3d_yes *::before, #wb_q3d_yes *::after
{
   box-sizing: border-box;
}
#wb_q3d_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q3d_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q3d_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q3d_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q3d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q3d_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox183
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox183:focus
{
   outline: 0;
}
#box4a
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#box4a:focus
{
   outline: 0;
}
#Editbox11
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox11:focus
{
   outline: 0;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text16
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text16 div
{
   text-align: justify;
}
#select_4_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_4_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_4_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_4_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text19
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text19 div
{
   text-align: justify;
}
#ox4a_yes
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#ox4a_yes:focus
{
   outline: 0;
}
#wb_q4a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q4a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4a_yes, #wb_q4a_yes *, #wb_q4a_yes *::before, #wb_q4a_yes *::after
{
   box-sizing: border-box;
}
#wb_q4a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q4a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q4a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q4a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q4a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q4a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q4a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q4a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4a_no, #wb_q4a_no *, #wb_q4a_no *::before, #wb_q4a_no *::after
{
   box-sizing: border-box;
}
#wb_q4a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q4a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q4a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q4a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q4a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q4a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox14
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox14:focus
{
   outline: 0;
}
#Editbox15
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox15:focus
{
   outline: 0;
}
#wb_q4b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q4b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4b_yes, #wb_q4b_yes *, #wb_q4b_yes *::before, #wb_q4b_yes *::after
{
   box-sizing: border-box;
}
#wb_q4b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q4b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q4b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q4b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q4b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q4b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q4b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q4b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4b_no, #wb_q4b_no *, #wb_q4b_no *::before, #wb_q4b_no *::after
{
   box-sizing: border-box;
}
#wb_q4b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q4b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q4b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q4b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q4b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q4b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox17
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox17:focus
{
   outline: 0;
}
#Editbox19
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox19:focus
{
   outline: 0;
}
#select_4_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_4_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text20
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text20 div
{
   text-align: justify;
}
#Editbox20
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox20:focus
{
   outline: 0;
}
#Editbox21
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox21:focus
{
   outline: 0;
}
#Editbox105
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox105:focus
{
   outline: 0;
}
#select_4_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_4_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text22
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text22 div
{
   text-align: left;
}
#Editbox184
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox184:focus
{
   outline: 0;
}
#Editbox1
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox1:focus
{
   outline: 0;
}
#box5b
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#box5b:focus
{
   outline: 0;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text7
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text7 div
{
   text-align: justify;
}
#select_5_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_5_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_5_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_5_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text23
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text23 div
{
   text-align: justify;
}
#Editbox16
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox16:focus
{
   outline: 0;
}
#wb_q5a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q5a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5a_yes, #wb_q5a_yes *, #wb_q5a_yes *::before, #wb_q5a_yes *::after
{
   box-sizing: border-box;
}
#wb_q5a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q5a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q5a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q5a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q5a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q5a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q5a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q5a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5a_no, #wb_q5a_no *, #wb_q5a_no *::before, #wb_q5a_no *::after
{
   box-sizing: border-box;
}
#wb_q5a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q5a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q5a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q5a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q5a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q5a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox22
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox22:focus
{
   outline: 0;
}
#Editbox23
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox23:focus
{
   outline: 0;
}
#wb_q5b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q5b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5b_no, #wb_q5b_no *, #wb_q5b_no *::before, #wb_q5b_no *::after
{
   box-sizing: border-box;
}
#wb_q5b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q5b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q5b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q5b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q5b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q5b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q5b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q5b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5b_yes, #wb_q5b_yes *, #wb_q5b_yes *::before, #wb_q5b_yes *::after
{
   box-sizing: border-box;
}
#wb_q5b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q5b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q5b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q5b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q5b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q5b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox26
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox26:focus
{
   outline: 0;
}
#Editbox29
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox29:focus
{
   outline: 0;
}
#select_5_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_5_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text24
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text24 div
{
   text-align: justify;
}
#Editbox30
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox30:focus
{
   outline: 0;
}
#Editbox31
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox31:focus
{
   outline: 0;
}
#Editbox32
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox32:focus
{
   outline: 0;
}
#select_5_c1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_5_c1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text26 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text26
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text26 div
{
   text-align: left;
}
#Editbox33
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox33:focus
{
   outline: 0;
}
#Editbox34
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox34:focus
{
   outline: 0;
}
#wb_Text29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text29
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text29 div
{
   text-align: justify;
}
#Editbox35
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox35:focus
{
   outline: 0;
}
#Editbox36
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox36:focus
{
   outline: 0;
}
#select_5_c2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_5_c2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_5_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_5_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_q5c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q5c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5c_yes, #wb_q5c_yes *, #wb_q5c_yes *::before, #wb_q5c_yes *::after
{
   box-sizing: border-box;
}
#wb_q5c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q5c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q5c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q5c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q5c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q5c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q5c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q5c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5c_no, #wb_q5c_no *, #wb_q5c_no *::before, #wb_q5c_no *::after
{
   box-sizing: border-box;
}
#wb_q5c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q5c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q5c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q5c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q5c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q5c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox37
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox37:focus
{
   outline: 0;
}
#Editbox38
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox38:focus
{
   outline: 0;
}
#box6a
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#box6a:focus
{
   outline: 0;
}
#Editbox39
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox39:focus
{
   outline: 0;
}
#wb_Text30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text30
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text30 div
{
   text-align: justify;
}
#select_6_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_6_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_6_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_6_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text31
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text31 div
{
   text-align: justify;
}
#Editbox40
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox40:focus
{
   outline: 0;
}
#wb_q6a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q6a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6a_yes, #wb_q6a_yes *, #wb_q6a_yes *::before, #wb_q6a_yes *::after
{
   box-sizing: border-box;
}
#wb_q6a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q6a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q6a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q6a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q6a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q6a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q6a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q6a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6a_no, #wb_q6a_no *, #wb_q6a_no *::before, #wb_q6a_no *::after
{
   box-sizing: border-box;
}
#wb_q6a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q6a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q6a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q6a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q6a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q6a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox41
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox41:focus
{
   outline: 0;
}
#Editbox42
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox42:focus
{
   outline: 0;
}
#wb_q6b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q6b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6b_no, #wb_q6b_no *, #wb_q6b_no *::before, #wb_q6b_no *::after
{
   box-sizing: border-box;
}
#wb_q6b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q6b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q6b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q6b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q6b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q6b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q6b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q6b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6b_yes, #wb_q6b_yes *, #wb_q6b_yes *::before, #wb_q6b_yes *::after
{
   box-sizing: border-box;
}
#wb_q6b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q6b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q6b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q6b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q6b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q6b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox43
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox43:focus
{
   outline: 0;
}
#Editbox44
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox44:focus
{
   outline: 0;
}
#select_6_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_6_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text32 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text32
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text32 div
{
   text-align: justify;
}
#Editbox45
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox45:focus
{
   outline: 0;
}
#Editbox46
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox46:focus
{
   outline: 0;
}
#Editbox47
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox47:focus
{
   outline: 0;
}
#select_6_c1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_6_c1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text33 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text33
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text33 div
{
   text-align: left;
}
#Editbox48
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox48:focus
{
   outline: 0;
}
#Editbox49
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox49:focus
{
   outline: 0;
}
#wb_Text34 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text34
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text34 div
{
   text-align: justify;
}
#Editbox106
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox106:focus
{
   outline: 0;
}
#Editbox107
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox107:focus
{
   outline: 0;
}
#select_6_c2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_6_c2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_6_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_6_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_q6c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q6c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6c_yes, #wb_q6c_yes *, #wb_q6c_yes *::before, #wb_q6c_yes *::after
{
   box-sizing: border-box;
}
#wb_q6c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q6c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q6c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q6c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q6c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q6c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q6c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q6c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6c_no, #wb_q6c_no *, #wb_q6c_no *::before, #wb_q6c_no *::after
{
   box-sizing: border-box;
}
#wb_q6c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q6c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q6c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q6c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q6c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q6c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox108
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox108:focus
{
   outline: 0;
}
#Editbox109
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox109:focus
{
   outline: 0;
}
#box7a
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#box7a:focus
{
   outline: 0;
}
#Editbox110
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox110:focus
{
   outline: 0;
}
#wb_Text35 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text35
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text35 div
{
   text-align: justify;
}
#select_7_b2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_7_b2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_7_b1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_7_b1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text36 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text36
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text36 div
{
   text-align: justify;
}
#Editbox111
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox111:focus
{
   outline: 0;
}
#wb_q7a_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q7a_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7a_yes, #wb_q7a_yes *, #wb_q7a_yes *::before, #wb_q7a_yes *::after
{
   box-sizing: border-box;
}
#wb_q7a_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q7a_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q7a_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q7a_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q7a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q7a_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q7a_no
{
   margin: 10px 0 10px 20px;
}
#wb_q7a_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7a_no, #wb_q7a_no *, #wb_q7a_no *::before, #wb_q7a_no *::after
{
   box-sizing: border-box;
}
#wb_q7a_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q7a_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q7a_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q7a_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q7a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q7a_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox112
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox112:focus
{
   outline: 0;
}
#Editbox113
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox113:focus
{
   outline: 0;
}
#wb_q7b_no
{
   margin: 10px 0 10px 20px;
}
#wb_q7b_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7b_no, #wb_q7b_no *, #wb_q7b_no *::before, #wb_q7b_no *::after
{
   box-sizing: border-box;
}
#wb_q7b_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q7b_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q7b_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q7b_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q7b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q7b_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q7b_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q7b_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7b_yes, #wb_q7b_yes *, #wb_q7b_yes *::before, #wb_q7b_yes *::after
{
   box-sizing: border-box;
}
#wb_q7b_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q7b_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q7b_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q7b_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q7b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q7b_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox114
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox114:focus
{
   outline: 0;
}
#Editbox115
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox115:focus
{
   outline: 0;
}
#select_7_a2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_7_a2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text38 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 40px 0 20px;
   text-align: justify;
}
#wb_Text38
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 37px;
}
#wb_Text38 div
{
   text-align: justify;
}
#Editbox116
{
   box-sizing: border-box;
   line-height: 29px;
   margin: 10px 0 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #B22222;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox116:focus
{
   outline: 0;
}
#Editbox117
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox117:focus
{
   outline: 0;
}
#Editbox118
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox118:focus
{
   outline: 0;
}
#select_7_c1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_7_c1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text80 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text80
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text80 div
{
   text-align: left;
}
#Editbox119
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox119:focus
{
   outline: 0;
}
#Editbox120
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 8px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox120:focus
{
   outline: 0;
}
#wb_Text81 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 40px 10px 10px;
   text-align: justify;
}
#wb_Text81
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 21px;
   line-height: 30px;
}
#wb_Text81 div
{
   text-align: justify;
}
#Editbox121
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 40px;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox121:focus
{
   outline: 0;
}
#Editbox122
{
   box-sizing: border-box;
   line-height: 27px;
   margin: 0 10px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   text-align: right;
   padding: 4px 4px 4px 4px;
}
#Editbox122:focus
{
   outline: 0;
}
#select_7_c2
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 240px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_7_c2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#select_7_a1
{
   border: 1px solid #EA6760;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#select_7_a1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_q7c_yes
{
   margin: 10px 0 10px 20px;
}
#wb_q7c_yes
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7c_yes, #wb_q7c_yes *, #wb_q7c_yes *::before, #wb_q7c_yes *::after
{
   box-sizing: border-box;
}
#wb_q7c_yes input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q7c_yes label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q7c_yes label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q7c_yes label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q7c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q7c_yes input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_q7c_no
{
   margin: 10px 0 10px 20px;
}
#wb_q7c_no
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7c_no, #wb_q7c_no *, #wb_q7c_no *::before, #wb_q7c_no *::after
{
   box-sizing: border-box;
}
#wb_q7c_no input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
}
#wb_q7c_no label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_q7c_no label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #EA6760;
   border-radius: 50%;
}
#wb_q7c_no label::after
{
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_q7c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
   transform: scale(0.66, 0.66);
}
#wb_q7c_no input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#Editbox123
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 12px 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox123:focus
{
   outline: 0;
}
#Editbox124
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 10px 0 10px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
}
#Editbox124:focus
{
   outline: 0;
}
#wb_Text82 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 10px 10px 0 10px;
   text-align: left;
}
#wb_Text82
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text82 div
{
   text-align: left;
}
#screen
{
   box-sizing: border-box;
   line-height: 16px;
   margin: 0;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#screen:focus
{
   outline: 0;
}
#page_from
{
   box-sizing: border-box;
   line-height: 16px;
   margin: 0;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#page_from:focus
{
   outline: 0;
}
#select_7_c2
{
   display: block;
   width: 265px;
   height: 40px;
}
#q7c_yes
{
   display: block;
}
#select_7_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_7_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_6_c2
{
   display: block;
   width: 265px;
   height: 40px;
}
#q6c_no
{
   display: block;
}
#select_6_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_6_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#q6a_no
{
   display: block;
}
#select_5_c2
{
   display: block;
   width: 265px;
   height: 40px;
}
#q5c_no
{
   display: block;
}
#select_5_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_5_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#Editbox26
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox16
{
   display: block;
   width: 60px;
   height: 32px;
}
#select_4_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#q4b_yes
{
   display: block;
}
#select_4_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_3_d2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_3_c2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_3_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_3_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_2_g2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_2_f2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_2_e2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_2_d2
{
   display: block;
   width: 265px;
   height: 40px;
}
#q2d_no
{
   display: block;
}
#Editbox94
{
   display: block;
   width: 40px;
   height: 32px;
}
#select_2_c2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_2_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_2_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_1_d2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_1_c2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_1_b2
{
   display: block;
   width: 265px;
   height: 40px;
}
#select_1_a2
{
   display: block;
   width: 265px;
   height: 40px;
}
#Editbox5
{
   display: block;
   width: 210px;
   height: 35px;
}
#multi_days
{
   display: block;
   width: 110px;
   height: 40px;
}
#wb_Breadcrumb2
{
   display: inline-block;
   width: 578px;
   height: 30px;
   vertical-align: top;
}
#page_from
{
   display: block;
   width: 96px;
   height: 26px;
}
#q8d_no
{
   display: block;
}
#select_7_c1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_7_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_7_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_6_c1
{
   display: block;
   width: 110px;
   height: 40px;
}
#wb_q6c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#select_6_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#wb_q6b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#select_6_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#wb_q6a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#select_5_c1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_5_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_5_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_4_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#Editbox15
{
   display: block;
   width: 60px;
   height: 32px;
}
#select_4_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_3_d1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_3_c1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_3_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_3_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_g1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_f1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_e1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_d1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_c1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_2_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#Editbox79
{
   display: block;
   width: 290px;
   height: 33px;
}
#select_1_d1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_1_c1
{
   display: block;
   width: 110px;
   height: 40px;
}
#select_1_b1
{
   display: block;
   width: 110px;
   height: 40px;
}
#q1b_yes
{
   display: block;
}
#select_1_a1
{
   display: block;
   width: 110px;
   height: 40px;
}
#Editbox6
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox27
{
   display: block;
   width: 136px;
   height: 37px;
}
#HorizontalLine2
{
   display: block;
   width: 600px;
}
#state
{
   display: block;
   width: 108px;
   height: 40px;
}
#q8c_yes
{
   display: block;
}
#Editbox53
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox14
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q2d_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox92
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox7
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox78
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox24
{
   display: block;
   width: 40px;
   height: 32px;
}
#el_yes
{
   display: block;
}
#total_days
{
   display: block;
   width: 110px;
   height: 40px;
}
#province
{
   display: block;
   width: 300px;
   height: 40px;
}
#name_1
{
   display: block;
   width: 323px;
   height: 40px;
}
#screen
{
   display: block;
   width: 96px;
   height: 26px;
}
#email
{
   display: block;
   width: 350px;
   height: 40px;
}
#Editbox68
{
   display: block;
   width: 260px;
   height: 38px;
}
#Editbox52
{
   display: block;
   width: 60px;
   height: 32px;
}
#box7a
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox39
{
   display: block;
   width: 40px;
   height: 32px;
}
#wb_q6a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#ox4a_yes
{
   display: block;
   width: 60px;
   height: 32px;
}
#q3a_yes
{
   display: block;
}
#Editbox91
{
   display: block;
   width: 210px;
   height: 35px;
}
#wb_q2b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox85
{
   display: block;
   width: 210px;
   height: 35px;
}
#q1c_no
{
   display: block;
}
#q1c_yes
{
   display: block;
}
#Editbox25
{
   display: block;
   width: 40px;
   height: 32px;
}
#el_no
{
   display: block;
}
#wb_el_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#existing_days
{
   display: block;
   width: 110px;
   height: 40px;
}
#Editbox198
{
   display: block;
   width: 501px;
   height: 37px;
}
#email_conf
{
   display: block;
   width: 350px;
   height: 40px;
}
#Editbox69
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox51
{
   display: block;
   width: 40px;
   height: 32px;
}
#q7b_yes
{
   display: block;
}
#wb_q6b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox38
{
   display: block;
   width: 60px;
   height: 32px;
}
#q5b_no
{
   display: block;
}
#Editbox1
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox184
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox180
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox182
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q3d_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox183
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox181
{
   display: block;
   width: 60px;
   height: 32px;
}
#q3b_no
{
   display: block;
}
#q2d_yes
{
   display: block;
}
#Editbox90
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox86
{
   display: block;
   width: 290px;
   height: 35px;
}
#wb_q1c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox12
{
   display: block;
   width: 60px;
   height: 32px;
}
#Banner2
{
   border-width: 0;
   display: none;
   width: 220px;
   height: 40px;
}
#q8b_no
{
   display: block;
}
#Editbox50
{
   display: block;
   width: 40px;
   height: 32px;
}
#q7a_no
{
   display: block;
}
#box5b
{
   display: block;
   width: 40px;
   height: 32px;
}
#q5a_yes
{
   display: block;
}
#Editbox11
{
   display: block;
   width: 40px;
   height: 32px;
}
#q4a_no
{
   display: block;
}
#wb_q3b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox87
{
   display: block;
   width: 136px;
   height: 37px;
}
#Editbox2
{
   display: block;
   width: 210px;
   height: 33px;
}
#wb_multi_top
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_TextMenu2
{
   display: inline-block;
   width: 489px;
   height: 36px;
}
#Editbox66
{
   display: block;
   width: 40px;
   height: 32px;
}
#q8b_yes
{
   display: block;
}
#q6b_no
{
   display: block;
}
#wb_q5b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q5a_no
{
   display: block;
}
#wb_q4b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q4a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox179
{
   display: block;
   width: 210px;
   height: 33px;
}
#Editbox178
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox176
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox175
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox177
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox174
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox173
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox172
{
   display: block;
   width: 210px;
   height: 33px;
}
#Editbox170
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox171
{
   display: block;
   width: 136px;
   height: 37px;
}
#wb_q2g_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q2f_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q2e_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q2d_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q2c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q2b_no
{
   display: block;
}
#wb_q2b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox80
{
   display: block;
   width: 40px;
   height: 32px;
}
#wb_q2a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#edit2a
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox28
{
   display: block;
   width: 60px;
   height: 32px;
}
#q1d_yes
{
   display: block;
}
#Editbox10
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox3
{
   display: block;
   width: 40px;
   height: 32px;
}
#q1a_yes
{
   display: block;
}
#wb_el_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#longest
{
   display: block;
   width: 110px;
   height: 40px;
}
#days
{
   display: block;
   width: 110px;
   height: 40px;
}
#wb_single
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_Extension1
{
   display: block;
   position: relative;
   width: 100%;
}
#Editbox67
{
   display: block;
   width: 60px;
   height: 32px;
}
#q8d_yes
{
   display: block;
}
#wb_q8b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox40
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox29
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox168
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox167
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox164
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox169
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox166
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q3a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox165
{
   display: block;
   width: 60px;
   height: 32px;
}
#q2g_yes
{
   display: block;
}
#Editbox160
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox161
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox163
{
   display: block;
   width: 60px;
   height: 32px;
}
#age
{
   display: block;
   width: 80px;
   height: 40px;
}
#ThemeableButton3
{
   display: block;
   width: 223px;
   height: 46px;
}
#ThemeableButton1
{
   display: block;
   width: 300px;
   height: 50px;
}
#Editbox55
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox64
{
   display: block;
   width: 60px;
   height: 32px;
}
#q7b_no
{
   display: block;
}
#q6c_yes
{
   display: block;
}
#Editbox41
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox35
{
   display: block;
   width: 210px;
   height: 35px;
}
#box4a
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox154
{
   display: block;
   width: 60px;
   height: 32px;
}
#q2c_yes
{
   display: block;
}
#Editbox153
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox155
{
   display: none;
   width: 96px;
   height: 26px;
}
#ThemeableButton2
{
   width: 100%;
   height: 100%;
}
#Editbox159
{
   display: block;
   width: 96px;
   height: 38px;
}
#Editbox158
{
   display: block;
   width: 80px;
   height: 38px;
}
#Editbox152
{
   display: block;
   width: 151px;
   height: 39px;
}
#Editbox151
{
   display: block;
   width: 333px;
   height: 39px;
}
#Editbox150
{
   display: block;
   width: 316px;
   height: 39px;
}
#wb_multi
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox156
{
   display: block;
   width: 360px;
   height: 36px;
}
#Editbox157
{
   display: none;
   width: 148px;
   height: 116px;
}
#Editbox71
{
   display: block;
   width: 260px;
   height: 38px;
}
#q8_text
{
   display: block;
   width: 1055px;
   height: 100px;
}
#wb_q8c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox54
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox65
{
   display: block;
   width: 60px;
   height: 32px;
}
#q8a_yes
{
   display: block;
}
#Editbox42
{
   display: block;
   width: 60px;
   height: 32px;
}
#box6a
{
   display: block;
   width: 40px;
   height: 32px;
}
#wb_q5c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox34
{
   display: block;
   width: 40px;
   height: 32px;
}
#q5b_yes
{
   display: block;
}
#Editbox141
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox142
{
   display: block;
   width: 60px;
   height: 32px;
}
#q2e_yes
{
   display: block;
}
#Editbox144
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox83
{
   display: block;
   width: 60px;
   height: 32px;
}
#q2a_no
{
   display: block;
}
#Editbox146
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q1d_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox149
{
   display: block;
   width: 393px;
   height: 39px;
}
#Editbox148
{
   display: block;
   width: 151px;
   height: 39px;
}
#Editbox147
{
   display: block;
   width: 252px;
   height: 39px;
}
#Editbox145
{
   display: block;
   width: 253px;
   height: 39px;
}
#Editbox143
{
   display: block;
   width: 151px;
   height: 39px;
}
#top_up
{
   display: block;
}
#destination
{
   display: block;
   width: 316px;
   height: 40px;
}
#Editbox70
{
   display: block;
   width: 96px;
   height: 33px;
}
#wb_q8d_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q7c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q7b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q7b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q7a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox43
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox37
{
   display: block;
   width: 60px;
   height: 32px;
}
#q4a_yes
{
   display: block;
}
#q3d_no
{
   display: block;
}
#wb_q3d_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q3c_yes
{
   display: block;
}
#wb_q3c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q3b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q3a_no
{
   display: block;
}
#wb_q3a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#box3a
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox136
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox135
{
   display: block;
   width: 210px;
   height: 33px;
}
#Editbox132
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox134
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox139
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox138
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q1d_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q1c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q1b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q1a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#trip_text
{
   display: block;
   width: 940px;
   height: 60px;
}
#Editbox137
{
   display: block;
   width: 171px;
   height: 39px;
}
#multi_top
{
   display: block;
}
#wb_Heading2
{
   display: block;
   width: 588px;
}
#wb_q8d_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q8c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q8b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q8a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox122
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox121
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox124
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox123
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox120
{
   display: block;
   width: 40px;
   height: 32px;
}
#wb_q6c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox44
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox36
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox99
{
   display: block;
   width: 210px;
   height: 33px;
}
#q2f_no
{
   display: block;
}
#wb_q2a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox73
{
   display: block;
   width: 290px;
   height: 35px;
}
#q1b_no
{
   display: block;
}
#Editbox8
{
   display: block;
   width: 290px;
   height: 35px;
}
#q8a_no
{
   display: block;
}
#Editbox118
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox117
{
   display: block;
   width: 210px;
   height: 33px;
}
#Editbox119
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox113
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox110
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox115
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox114
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox112
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox111
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox116
{
   display: block;
   width: 136px;
   height: 37px;
}
#Editbox45
{
   display: block;
   width: 136px;
   height: 37px;
}
#Editbox31
{
   display: block;
   width: 210px;
   height: 33px;
}
#wb_q2f_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q2f_yes
{
   display: block;
}
#Editbox98
{
   display: block;
   width: 210px;
   height: 33px;
}
#q2c_no
{
   display: block;
}
#Editbox72
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox9
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox61
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox58
{
   display: block;
   width: 136px;
   height: 37px;
}
#wb_q7c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox107
{
   display: block;
   width: 290px;
   height: 35px;
}
#Editbox106
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox109
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox108
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox46
{
   display: block;
   width: 210px;
   height: 33px;
}
#q6a_yes
{
   display: block;
}
#q5c_yes
{
   display: block;
}
#wb_q5c_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q5b_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox22
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q5a_yes
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox30
{
   display: block;
   width: 136px;
   height: 37px;
}
#Editbox105
{
   display: block;
   width: 290px;
   height: 33px;
}
#q3d_yes
{
   display: block;
}
#wb_q3c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q3b_yes
{
   display: block;
}
#Editbox101
{
   display: block;
   width: 290px;
   height: 35px;
}
#wb_q2g_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox102
{
   display: block;
   width: 290px;
   height: 33px;
}
#box2fyes
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox103
{
   display: block;
   width: 290px;
   height: 33px;
}
#q2a_yes
{
   display: block;
}
#multi
{
   display: block;
}
#single
{
   display: block;
}
#Editbox75
{
   display: block;
   width: 200px;
   height: 39px;
}
#wb_Heading1
{
   display: block;
   width: 1220px;
}
#Editbox47
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox33
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox23
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q5a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q4b_no
{
   display: block;
}
#Editbox19
{
   display: block;
   width: 290px;
   height: 35px;
}
#wb_q4a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q3c_no
{
   display: block;
}
#Editbox97
{
   display: block;
   width: 210px;
   height: 33px;
}
#wb_q2e_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q2c_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox88
{
   display: block;
   width: 210px;
   height: 33px;
}
#wb_q1b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#q1a_no
{
   display: block;
}
#wb_ThemeableButton2
{
   display: inline-block;
   width: 359px;
   height: 50px;
}
#wb_top_up
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox74
{
   display: block;
   width: 237px;
   height: 41px;
}
#q8c_no
{
   display: block;
}
#q7c_no
{
   display: block;
}
#q7a_yes
{
   display: block;
}
#Editbox48
{
   display: block;
   width: 60px;
   height: 32px;
}
#q6b_yes
{
   display: block;
}
#Editbox32
{
   display: block;
   width: 290px;
   height: 33px;
}
#Editbox20
{
   display: block;
   width: 136px;
   height: 37px;
}
#q2g_no
{
   display: block;
}
#Editbox96
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox89
{
   display: block;
   width: 290px;
   height: 33px;
}
#q2b_yes
{
   display: block;
}
#Editbox77
{
   display: block;
   width: 210px;
   height: 33px;
}
#q1d_no
{
   display: block;
}
#Editbox18
{
   display: block;
   width: 60px;
   height: 32px;
}
#wb_q1a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q8a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#wb_q7a_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox49
{
   display: block;
   width: 40px;
   height: 32px;
}
#Editbox21
{
   display: block;
   width: 210px;
   height: 33px;
}
#wb_q4b_no
{
   display: inline-block;
   width: 30px;
   height: 30px;
}
#Editbox17
{
   display: block;
   width: 210px;
   height: 35px;
}
#Editbox95
{
   display: block;
   width: 40px;
   height: 32px;
}
#q2e_no
{
   display: block;
}
#Editbox76
{
   display: block;
   width: 60px;
   height: 32px;
}
#Editbox4
{
   display: block;
   width: 60px;
   height: 32px;
}
#multi_days_ex
{
   display: block;
   width: 110px;
   height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#FlexGrid24
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid24-grid
{
   height: auto;
}
#FlexGrid24-grid
{
   margin: 0;
}
#FlexGrid24-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 128px 128px 128px 128px 128px 128px 1fr;
   grid-template-rows: auto auto 48px auto auto;
   grid-template-areas:
      ". logo logo logo new new new ."
      ". st st st st st st ."
      ". bread bread bread bread bread bread ."
      ". hd hd hd hd hd hd ."
      ". text3 text3 text3 text3 text3 text3 .";
}
#FlexGrid24 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .title
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .heading1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid24 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .ad1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .article1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .ad2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .extra
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .article2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .ind
{
   display: none;
   background-color: rgba(210,229,255,0.39);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid24 .coup
{
   display: none;
   background-color: rgba(210,229,255,0.39);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid24 .left1
{
   display: none;
   background-color: #D2E5FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .left1*
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .right1
{
   display: none;
   background-color: #F5F5DC;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .right2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .right*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .hd
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .logo
{
   display: flex;
   background-color: transparent;
   background-image: url('images/TNlogophone.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: space-around;
}
#FlexGrid24 .centr
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .fam
{
   display: none;
   background-color: rgba(210,229,255,0.47);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid24 .row3
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .menu
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .pick1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .pick3
{
   display: none;
   background-color: transparent;
   background-image: url('images/420_240.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .new
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   align-content: space-around;
}
#FlexGrid24 .sec2
{
   display: none;
   background-color: transparent;
   background-image: url('images/HMC-Travel-Medical-Questionnaire_FlexGrid24-sec2_bkgrnd768.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .home
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .sect
{
   display: none;
   background-color: #FFF5EE;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .st
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .pick2
{
   display: none;
   background-color: transparent;
   background-image: url('images/travel6.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .bread
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid24 .prob
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text3
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .what
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text_menu
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .nav
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1
{
   visibility: visible;
   display: grid;
}
#FlexGrid1-grid
{
   height: auto;
}
#FlexGrid1-grid
{
   margin: 0;
}
#FlexGrid1-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 60px 314px 374px 10px 1fr;
   grid-template-rows: 20px auto auto auto;
   grid-template-areas:
      ". left white white white right ."
      ". left head head head right ."
      ". left name name age_dep right ."
      ". left co co co right .";
}
#FlexGrid1 .head
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .name
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid1 .deste
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .dedue
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .dedu
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .calc
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .trip
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .dest
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid1 .expiry
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #3973AC;
   border-bottom-color: #000000;
   border-left-color: #000000;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .num1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .age_dep
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #233E7B;
   border-right-color: #233E7B;
   border-bottom-color: #233E7B;
   border-left-color: #233E7B;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .co
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #233E7B;
   border-right-color: #233E7B;
   border-bottom-color: #233E7B;
   border-left-color: #233E7B;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid2
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   border-radius: 4px;
}
#FlexGrid2-grid
{
   height: auto;
}
#FlexGrid2-grid
{
   margin: 0;
}
#FlexGrid2-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 374px 374px 10px 1fr;
   grid-template-rows: 20px 10px;
   grid-template-areas:
      ". left prob prob right ."
      ". white white white white .";
}
#FlexGrid2 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid2 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .prob
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   border-radius: 7px;
}
#FlexGrid13-grid
{
   height: auto;
}
#FlexGrid13-grid
{
   margin: 0;
}
#FlexGrid13-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 160px 214px 214px 160px 10px 1fr;
   grid-template-rows: auto auto auto 30px auto;
   grid-template-areas:
      ". left prob prob prob prob right ."
      ". left prov prov dest dest right ."
      ". left prob1 prob1 prob1 prob1 right ."
      ". left prob3 prob3 prob3 prob3 right ."
      ". left single multi top_up multi_top right .";
}
#FlexGrid13 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #3973AC;
   border-left-color: #000000;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid13 .prov
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid13 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .single
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .online
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prob1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .wh1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .prob
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .dest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .multi
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .top_up
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .multi_top
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .prob3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .prob2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid30-grid
{
   height: auto;
}
#FlexGrid30-grid
{
   margin: 0;
}
#FlexGrid30-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 60px 156px 190px 190px 152px 10px 1fr;
   grid-template-rows: 20px auto;
   grid-template-areas:
      ". left white white white white white right ."
      ". left single single single single single right .";
}
#FlexGrid30 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid30 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid30 .single
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .option
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid30 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid15-grid
{
   height: auto;
}
#FlexGrid15-grid
{
   margin: 0;
}
#FlexGrid15-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 60px 156px 190px 190px 152px 10px 1fr;
   grid-template-rows: 20px auto;
   grid-template-areas:
      ". left white white white white white right ."
      ". left multi multi multi multi multi right .";
}
#FlexGrid15 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid15 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid15 .multi
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .option
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid15 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid20-grid
{
   height: auto;
}
#FlexGrid20-grid
{
   margin: 0;
}
#FlexGrid20-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 60px 156px 190px 190px 152px 10px 1fr;
   grid-template-rows: 20px auto;
   grid-template-areas:
      ". left white white white white white right ."
      ". left multi_top_up multi_top_up multi_top_up multi_top_up multi_top_up right .";
}
#FlexGrid20 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid20 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid20 .multi_top_up
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .option
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid20 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid19-grid
{
   height: auto;
}
#FlexGrid19-grid
{
   margin: 0;
}
#FlexGrid19-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 60px 156px 190px 190px 152px 10px 1fr;
   grid-template-rows: 20px auto;
   grid-template-areas:
      ". left white white white white white right ."
      ". left top_up top_up top_up top_up top_up right .";
}
#FlexGrid19 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid19 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid19 .top_up
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #3973AC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .option
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid19 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid21-grid
{
   height: auto;
}
#FlexGrid21-grid
{
   margin: 0;
}
#FlexGrid21-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 374px 374px 10px 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      ". left but but right .";
}
#FlexGrid21 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid21 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid21 .but
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0066C9;
   border-right-color: #0066C9;
   border-bottom-color: #0066C9;
   border-left-color: #0066C9;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid21 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid21 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid21 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid6
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   border-radius: 4px;
}
#FlexGrid6-grid
{
   height: auto;
}
#FlexGrid6-grid
{
   margin: 0;
}
#FlexGrid6-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 374px 374px 10px 1fr;
   grid-template-rows: 20px 10px;
   grid-template-areas:
      ". left prob prob right ."
      ". white white white white .";
}
#FlexGrid6 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid6 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid6 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .prob
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22
{
   visibility: visible;
   display: grid;
}
#FlexGrid22-grid
{
   height: auto;
}
#FlexGrid22-grid
{
   margin: 0;
}
#FlexGrid22-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 374px 374px 10px 1fr;
   grid-template-rows: auto auto auto auto 20px;
   grid-template-areas:
      ". left tip0 tip0 right ."
      ". left tip1 tip1 right ."
      ". left el3 el3 right ."
      ". left el2 el2 right ."
      ". left bottom bottom right .";
}
#FlexGrid22 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .text4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid22 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid22 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #FFFFFF;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .tip0
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 3px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .eelig
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .bottom
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .ee1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25
{
   visibility: visible;
   display: grid;
}
#FlexGrid25-grid
{
   height: auto;
}
#FlexGrid25-grid
{
   margin: 0;
}
#FlexGrid25-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 374px 374px 10px 1fr;
   grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto 10px;
   grid-template-areas:
      ". left tip0 tip0 right ."
      ". left tip1 tip1 right ."
      ". left el3 el3 right ."
      ". left el2 el2 right ."
      ". left e21 e21 right ."
      ". left e22 e22 right ."
      ". left e23 e23 right ."
      ". left e24 e24 right ."
      ". left e25 e25 right ."
      ". left e26 e26 right ."
      ". left e27 e27 right ."
      ". left e28 e28 right ."
      ". left e29 e29 right ."
      ". left e30 e30 right ."
      ". left e31 e31 right ."
      ". left el9 el9 right ."
      ". left eelig eelig right ."
      ". left ee1 ee1 right ."
      ". left bottom bottom right .";
}
#FlexGrid25 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .text4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid25 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid25 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #FFFFFF;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .tip0
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 3px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el9
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .eelig
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .bottom
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .ee1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .e21
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e22
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e23
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e24
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e25
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e26
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e27
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e28
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e29
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e30
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e31
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid23-grid
{
   height: auto;
}
#FlexGrid23-grid
{
   margin: 0;
}
#FlexGrid23-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 748px 10px 1fr;
   grid-template-rows: 20px 10px auto auto;
   grid-template-areas:
      ". left white right ."
      ". left sick right ."
      ". left claim right ."
      ". left tip13 right .";
}
#FlexGrid23 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid23 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid23 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .sick
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .claim
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .white1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .tip13
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .white2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid12-grid
{
   height: auto;
}
#FlexGrid12-grid
{
   margin: 0;
}
#FlexGrid12-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 468px 120px 120px 10px 1fr;
   grid-template-rows: 20px auto auto 10px;
   grid-template-areas:
      ". left white white white white right ."
      ". left tip2 tip2 tip2 tip2 right ."
      ". left text text text text right ."
      ". left sin sin sin sin right .";
}
#FlexGrid12 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid12 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip2
{
   display: flex;
   background-image: linear-gradient(to top, #FFFFFF 0%, #EDF4F8 100%);
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .c1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 3px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .apple1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .apple2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .sin
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .q11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .q12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .quest
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .text
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31
{
}
#FlexGrid31-grid
{
   height: auto;
}
#FlexGrid31-grid
{
   margin: 0;
}
#FlexGrid31-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 w2 w2 right ."
      ". left c1 tip2 tip2 tip2 q1c right ."
      ". left stab_c stab_c stab_c stab_c stab_c right ."
      ". left w4 w4 w4 w4 w4 right ."
      ". left d1 tip4 tip4 tip4 q1d right ."
      ". left stab_d stab_d stab_d stab_d stab_d right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid31 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid31 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip4
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .stab_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .stab_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7
{
   visibility: visible;
   display: grid;
}
#FlexGrid7-grid
{
   height: auto;
}
#FlexGrid7-grid
{
   margin: 0;
}
#FlexGrid7-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q2a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q2b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 w2 w2 right ."
      ". left c1 tip2 tip2 tip2 q2c right ."
      ". left stab_c stab_c stab_c stab_c stab_c right ."
      ". left w4 w4 w4 w4 w4 right ."
      ". left d1 tip4 tip4 tip4 q2d right ."
      ". left stab_d stab_d stab_d stab_d stab_d right ."
      ". left ww1 ww1 ww1 ww1 ww1 right ."
      ". left e1 tip5 tip5 tip5 q2e right ."
      ". left stab_e stab_e stab_e stab_e stab_e right ."
      ". left ww2 ww2 ww2 ww2 ww2 right ."
      ". left f1 tip_7 tip_7 tip_7 q2f right ."
      ". left stab_f stab_f stab_f stab_f stab_f right ."
      ". left ww3 ww3 ww3 ww3 ww3 right ."
      ". left g1 tip8 tip8 tip8 q2g right ."
      ". left stab_g stab_g stab_g stab_g stab_g right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid7 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid7 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip4
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip8
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .e1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2e
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .ww1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_e
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .ww2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip5
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .f1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip_7
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2f
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_f
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .ww3
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .g1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2g
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_g
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10
{
   visibility: visible;
   display: grid;
}
#FlexGrid10-grid
{
   height: auto;
}
#FlexGrid10-grid
{
   margin: 0;
}
#FlexGrid10-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 w2 w2 right ."
      ". left c1 tip2 tip2 tip2 q1c right ."
      ". left stab_c stab_c stab_c stab_c stab_c right ."
      ". left w4 w4 w4 w4 w4 right ."
      ". left d1 tip4 tip4 tip4 q1d right ."
      ". left stab_d stab_d stab_d stab_d stab_d right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid10 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid10 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip4
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .stab_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .stab_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4
{
   visibility: visible;
   display: grid;
}
#FlexGrid4-grid
{
   height: auto;
}
#FlexGrid4-grid
{
   margin: 0;
}
#FlexGrid4-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto auto;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid4 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid4 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .stab_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip_c
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q5c
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .stab_5_c
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5
{
   visibility: visible;
   display: grid;
}
#FlexGrid5-grid
{
   height: auto;
}
#FlexGrid5-grid
{
   margin: 0;
}
#FlexGrid5-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 w2 w2 right ."
      ". left c1 tip_c tip_c tip_c q5c right ."
      ". left stab_5_c stab_5_c stab_5_c stab_5_c stab_5_c right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid5 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid5 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q5c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .stab_5_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8
{
   visibility: visible;
   display: grid;
}
#FlexGrid8-grid
{
   height: auto;
}
#FlexGrid8-grid
{
   margin: 0;
}
#FlexGrid8-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 w2 w2 right ."
      ". left c1 tip_c tip_c tip_c q5c right ."
      ". left stab_5_c stab_5_c stab_5_c stab_5_c stab_5_c right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid8 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid8 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q5c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .stab_5_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9
{
   visibility: visible;
   display: grid;
}
#FlexGrid9-grid
{
   height: auto;
}
#FlexGrid9-grid
{
   margin: 0;
}
#FlexGrid9-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left zag_stab zag_stab zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 w2 w2 right ."
      ". left c1 tip_c tip_c tip_c q5c right ."
      ". left stab_5_c stab_5_c stab_5_c stab_5_c stab_5_c right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid9 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid9 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q5c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .stab_5_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11
{
   visibility: visible;
   display: grid;
}
#FlexGrid11-grid
{
   height: auto;
}
#FlexGrid11-grid
{
   margin: 0;
}
#FlexGrid11-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 40px 428px 80px 40px 160px 10px 1fr;
   grid-template-rows: 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 w7 w7 right ."
      ". left quest quest quest quest quest right ."
      ". left w5 w5 w5 w5 w5 right ."
      ". left a1 tip3 tip3 tip3 q1a right ."
      ". left w1 w1 w1 w1 w1 right ."
      ". left b1 tip1 tip1 tip1 q1b right ."
      ". left w3 w3 w3 w3 w3 right ."
      ". left c1 tip_c tip_c tip_c q1c right ."
      ". left w4 w4 w4 w4 w4 right ."
      ". left d1 tip_d tip_d tip_d q1d right ."
      ". left q1 q1 q1 q1 q1 right ."
      ". left notes notes notes notes notes right ."
      ". left w6 w6 w6 w6 w6 right .";
}
#FlexGrid11 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip7b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid11 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .icon
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w3
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .h1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .hospital
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .accident
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .carrier
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .option*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .n2*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q1d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_stab_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .notes
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_a
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_b
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_stab
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_d
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_e
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_f
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51
{
   visibility: visible;
   display: grid;
}
#FlexGrid51-grid
{
   height: auto;
}
#FlexGrid51-grid
{
   margin: 0;
}
#FlexGrid51-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 748px 10px 1fr;
   grid-template-rows: 20px auto auto;
   grid-template-areas:
      ". left white right ."
      ". left tip0 right ."
      ". left tip1 right .";
}
#FlexGrid51 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .text4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid51 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid51 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .tip0
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid51 .left
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 5px;
   border-right-width: 5px;
   border-bottom-width: 0px;
   border-left-width: 5px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .tip2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .warn
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38
{
   visibility: visible;
   display: grid;
}
#FlexGrid38-grid
{
   height: auto;
}
#FlexGrid38-grid
{
   margin: 0;
}
#FlexGrid38-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 10px 748px 10px 1fr;
   grid-template-rows: auto auto 100px auto;
   grid-template-areas:
      ". left sick right ."
      ". left claim right ."
      ". left cap right ."
      ". left tip13 right .";
}
#FlexGrid38 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid38 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid38 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .sick
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .claim
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .white1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .tip13
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .white2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .cap
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #6196CB;
   border-right-color: #6196CB;
   border-bottom-color: #6196CB;
   border-left-color: #6196CB;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#age
{
   width: 70px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#age
{
   line-height: 20px;
}
#wb_Text5
{
   width: 340px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: center;
   min-width: 140px;
}
#wb_Text5
{
   font-size: 19px;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   min-width: 200px;
}
#wb_Text1
{
   font-size: 19px;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#name_1
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#name_1
{
   line-height: 20px;
}
#wb_Text2
{
   width: 449px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text2
{
   font-size: 24px;
   margin: 12px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 34px;
}
#wb_Text17
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text17
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox24
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox24
{
   line-height: 28px;
}
#Editbox25
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox25
{
   line-height: 28px;
}
#wb_Text21
{
   width: 449px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text21
{
   font-size: 27px;
   margin: 12px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#wb_Text27
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text27
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#wb_Text28
{
   width: 449px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text28
{
   font-size: 27px;
   margin: 12px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#Editbox68
{
   width: 260px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox68
{
   line-height: 30px;
}
#email
{
   width: 350px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#email
{
   line-height: 10px;
}
#Editbox71
{
   width: 260px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox71
{
   line-height: 30px;
}
#email_conf
{
   width: 350px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#email_conf
{
   line-height: 10px;
}
#ThemeableButton1
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 20px 0 20px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#ThemeableButton1
{
   font-size: 29px;
   padding: 0;
}
#wb_q1a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox4
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox4
{
   line-height: 12px;
}
#Editbox6
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox6
{
   line-height: 2px;
}
#Editbox9
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox9
{
   line-height: 2px;
}
#Editbox10
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox10
{
   line-height: 2px;
}
#select_1_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_1_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox27
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox27
{
   line-height: 22px;
}
#Editbox5
{
   width: 320px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox5
{
   line-height: 27px;
}
#Editbox8
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox8
{
   line-height: 27px;
}
#select_1_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_1_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text40
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text40
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text41
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text41
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text43
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text43
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text44
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text44
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox2
{
   width: 320px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox2
{
   line-height: 25px;
}
#Editbox78
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox78
{
   line-height: 23px;
}
#Editbox50
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox50
{
   line-height: 28px;
}
#Editbox51
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox51
{
   line-height: 28px;
}
#Select17
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Select18
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox52
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox52
{
   line-height: 2px;
}
#wb_q8a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q8a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox53
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox53
{
   line-height: 12px;
}
#Editbox54
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox54
{
   line-height: 2px;
}
#wb_q8b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox55
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox55
{
   line-height: 2px;
}
#wb_q8b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox58
{
   width: 136px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox58
{
   line-height: 32px;
}
#Editbox59
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox59
{
   line-height: 25px;
}
#Editbox60
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox60
{
   line-height: 23px;
}
#Editbox61
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox61
{
   line-height: 28px;
}
#Editbox64
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox64
{
   line-height: 2px;
}
#wb_q8c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q8c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox65
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox65
{
   line-height: 2px;
}
#Editbox66
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox66
{
   line-height: 28px;
}
#wb_q8d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox67
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox67
{
   line-height: 2px;
}
#Editbox69
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox69
{
   line-height: 2px;
}
#wb_q8d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox70
{
   width: 96px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox70
{
   line-height: 25px;
}
#q8_text
{
   width: 560px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 6px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text3
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 33px;
}
#wb_Text8
{
   width: 356px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text8
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: right;
   line-height: 25px;
}
#Editbox74
{
   width: 237px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox74
{
   line-height: 33px;
}
#Editbox75
{
   width: 200px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox75
{
   line-height: 31px;
}
#wb_single
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_single input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_single label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_single label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_single input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_multi
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_multi input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_multi label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_multi label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_multi input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_multi_top
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_multi_top input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_multi_top label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_multi_top label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_multi_top input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_top_up
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_top_up input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_top_up label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_top_up label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_top_up input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#destination
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#province
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   border: 1px solid #EA6760;
}
#wb_Text9
{
   width: 449px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text9
{
   font-size: 27px;
   margin: 12px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#state
{
   width: 88px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text15
{
   width: 135px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text15
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text18
{
   width: 204px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text18
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text37
{
   width: 202px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text37
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text45
{
   width: 122px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text45
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Editbox137
{
   width: 171px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox137
{
   line-height: 31px;
}
#days
{
   width: 110px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#days
{
   line-height: 10px;
}
#Editbox143
{
   width: 151px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox143
{
   line-height: 31px;
}
#multi_days
{
   width: 110px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox145
{
   width: 253px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox145
{
   line-height: 31px;
}
#total_days
{
   width: 110px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 0 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#total_days
{
   line-height: 20px;
}
#existing_days
{
   width: 120px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#existing_days
{
   line-height: 20px;
}
#Editbox147
{
   width: 196px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox147
{
   line-height: 31px;
}
#Editbox148
{
   width: 64px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox148
{
   line-height: 31px;
}
#Editbox149
{
   width: 393px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox149
{
   line-height: 31px;
}
#longest
{
   width: 110px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 6px 10px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#longest
{
   line-height: 14px;
}
#multi_days_ex
{
   width: 110px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 0 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox150
{
   width: 316px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox150
{
   line-height: 31px;
}
#Editbox151
{
   width: 333px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox151
{
   line-height: 31px;
}
#Editbox152
{
   width: 151px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox152
{
   line-height: 31px;
}
#trip_text
{
   width: 703px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text49
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text49
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: center;
   line-height: 26px;
}
#wb_Text54
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text54
{
   font-size: 19px;
   margin: 0 40px 10px 40px;
   padding: 0;
   text-align: left;
   line-height: 30px;
}
#wb_Text55
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text55
{
   font-size: 21px;
   margin: 10px 20px 10px 20px;
   padding: 0;
   text-align: left;
   line-height: 30px;
}
#wb_Text56
{
   width: 449px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text56
{
   font-size: 27px;
   margin: 12px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#wb_ThemeableButton2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 20px 0 20px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#ThemeableButton2
{
   font-size: 29px;
}
#wb_ThemeableButton2 .ui-button
{
   line-height: 38px;
   padding: 0;
}
#Editbox155
{
   width: 96px;
   height: 26px;
   visibility: hidden;
   display: none;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox155
{
   line-height: 16px;
}
#wb_Text58
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text58
{
   font-size: 19px;
   margin: 0 60px 0 60px;
   padding: 0;
   text-align: center;
   line-height: 30px;
}
#Banner2
{
   visibility: hidden;
   display: none;
   margin: 0 0 30px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Editbox156
{
   width: 375px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
}
#Editbox156
{
   line-height: 28px;
}
#wb_Breadcrumb2
{
   width: 472px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Breadcrumb2
{
   font-weight: normal;
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#Breadcrumb2 > li
{
   font-size: 13px;
}
#Breadcrumb2 > li + li:before
{
   padding: 0 5px;
}
#wb_Extension1
{
   width: 760px;
   height: 36px;
   visibility: hidden;
   display: none;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
.Extension1 .nav, .Extension1 .navbar-text, .Extension1 .dropdown-menu
{
   font-size: 16px;
}
#Extension1 .menu-icon
{
   font-size: 16px;
   width: 16px;
}
#wb_Heading1
{
   width: 551px;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 8px 10px 4px 10px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading1
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_Text60
{
   width: 748px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text60
{
   font-size: 19px;
   margin: 0 0 0 20px;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#Editbox157
{
   width: 190px;
   height: 26px;
   visibility: hidden;
   display: none;
   margin: 92px 30px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 8px 4px;
   text-align: right;
   color: #0072BB;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#Editbox157
{
   line-height: -78px;
}
#wb_Heading2
{
   width: 588px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 40px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   font-size: 27px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading2
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#Editbox198
{
   width: 378px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0 6px 8px 0;
   text-align: right;
   font-size: 21px;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
#Editbox198
{
   line-height: 12px;
}
#wb_TextMenu2
{
   width: 376px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0 6px 6px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: right;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_TextMenu2 span
{
   margin: 0 0px 0 30px;
}
#wb_Text61
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text61
{
   font-size: 21px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#wb_Text63
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text63
{
   font-size: 19px;
   margin: 10px 20px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_el_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 60px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_el_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_el_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_el_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_el_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_el_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_el_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_el_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_el_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_el_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox158
{
   width: 80px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox158
{
   line-height: 30px;
}
#Editbox159
{
   width: 96px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox159
{
   line-height: 30px;
}
#wb_Text65
{
   width: 760px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text65
{
   font-size: 21px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 25px;
}
#HorizontalLine2
{
   width: 400px;
   height: -28px;
   visibility: visible;
   display: inline;
   margin: 30px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#HorizontalLine2
{
   border-color: #3973AC;
   border-bottom-width: -68px;
}
#wb_Text57
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text57
{
   font-size: 19px;
   margin: 0 20px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text62
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text62
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text64
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text64
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text66
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text66
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text67
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text67
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text68
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text68
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text69
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text69
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text70
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text70
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text71
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text71
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text72
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text72
{
   font-size: 19px;
   margin: 0 20px 10px 60px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text73
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text73
{
   font-size: 19px;
   margin: 0 20px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text74
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text74
{
   font-size: 19px;
   margin: 0 20px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text75
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text75
{
   font-size: 19px;
   margin: 0 20px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#FlexGrid26
{
   visibility: visible;
   display: grid;
}
#FlexGrid26-grid
{
   height: auto;
}
#FlexGrid26-grid
{
   margin: 0 0 40px 0 ;
}
#FlexGrid26-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 144px 480px 144px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". top top top ."
      ". . . . .";
}
#FlexGrid26 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid26 .left
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 5px;
   border-left-width: 5px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 10px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid26 .main
{
   display: none;
   background-color: #E7F4FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid26 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid26 .footer
{
   display: none;
   background-color: #E7F4FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid26 .right
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 5px;
   border-bottom-width: 5px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid26 .top
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid26 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#ThemeableButton3
{
   width: 219px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 30px 20px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#ThemeableButton3
{
   font-size: 21px;
   padding: 0;
}
#FlexGrid27
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#FlexGrid27-grid
{
   height: auto;
}
#FlexGrid27-grid
{
   margin: 0;
}
#FlexGrid27-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 256px 256px 256px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". prob prob prob ."
      ". tm tm l1 .";
}
#FlexGrid27 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .left
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid27 .main
{
   display: none;
   background-color: #E7F4FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid27 .footer
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid27 .right
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .prob
{
   display: flex;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .site
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid27 .med
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid27 .link
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: center;
}
#FlexGrid27 .l1
{
   display: flex;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .tm
{
   display: flex;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text78
{
   width: 266px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text78
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 19px;
}
#FlexGrid3
{
   visibility: visible;
   display: grid;
}
#FlexGrid3
{
   height: auto;
}
#FlexGrid3
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 768px 1fr;
   grid-template-rows: 40px;
   grid-template-areas:
      ". footer .";
}
#FlexGrid3 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid3 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid3 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid3 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid3 .footer
{
   display: flex;
   background-image: linear-gradient(to top, #6196CB 0%, #EDF4F8 100%);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid3 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text4
{
   width: 543px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 360px;
}
#wb_Text4
{
   font-size: 19px;
   margin: 0 10px 0 0 ;
   padding: 0;
   text-align: right;
   line-height: 22px;
}
#wb_Text6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text6
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox3
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox3
{
   line-height: 28px;
}
#Editbox7
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox7
{
   line-height: 28px;
}
#wb_Text10
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text10
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#select_1_d2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_1_d1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text11
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox12
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox12
{
   line-height: 2px;
}
#wb_q1c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox18
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox18
{
   line-height: 2px;
}
#wb_q1d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox28
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox28
{
   line-height: 2px;
}
#wb_q1d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox72
{
   width: 320px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox72
{
   line-height: 27px;
}
#Editbox73
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox73
{
   line-height: 27px;
}
#select_1_c2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox77
{
   width: 320px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox77
{
   line-height: 25px;
}
#Editbox79
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox79
{
   line-height: 23px;
}
#select_1_c1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox76
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox76
{
   line-height: 2px;
}
#edit2a
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#edit2a
{
   line-height: 28px;
}
#Editbox80
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox80
{
   line-height: 28px;
}
#wb_Text46
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text46
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#select_2_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text47
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text47
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox81
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox81
{
   line-height: 2px;
}
#wb_RadioButton5
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_RadioButton5 input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_RadioButton5 label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_RadioButton5 label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_RadioButton5 input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_RadioButton6
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_RadioButton6 input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_RadioButton6 label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_RadioButton6 label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_RadioButton6 input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox82
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox82
{
   line-height: 12px;
}
#Editbox83
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox83
{
   line-height: 2px;
}
#Editbox85
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox85
{
   line-height: 27px;
}
#Editbox86
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox86
{
   line-height: 27px;
}
#select_2_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text48
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text48
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#Editbox87
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox87
{
   line-height: 22px;
}
#Editbox88
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox88
{
   line-height: 25px;
}
#Editbox89
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox89
{
   line-height: 23px;
}
#select_2_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text50
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text50
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox90
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox90
{
   line-height: 28px;
}
#wb_Text51
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text51
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox91
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox91
{
   line-height: 27px;
}
#select_2_c1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox92
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox92
{
   line-height: 27px;
}
#select_2_c2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox132
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox132
{
   line-height: 28px;
}
#wb_Text52
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text52
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox134
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox134
{
   line-height: 2px;
}
#Editbox135
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox135
{
   line-height: 25px;
}
#select_2_d1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox136
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox136
{
   line-height: 23px;
}
#select_2_d2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox138
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox138
{
   line-height: 2px;
}
#Editbox94
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox94
{
   line-height: 28px;
}
#Editbox95
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox95
{
   line-height: 28px;
}
#Editbox96
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox96
{
   line-height: 28px;
}
#Editbox97
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox97
{
   line-height: 25px;
}
#Editbox98
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox98
{
   line-height: 25px;
}
#Editbox99
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox99
{
   line-height: 25px;
}
#Editbox101
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox101
{
   line-height: 27px;
}
#Editbox102
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox102
{
   line-height: 23px;
}
#Editbox103
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox103
{
   line-height: 23px;
}
#select_2_e1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_f1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_g1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_e2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_f2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_g2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text12
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: left;
   line-height: 22px;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text14
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_q2e_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2e_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2e_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2e_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2e_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2e_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2e_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2e_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2e_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2e_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2f_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2f_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2f_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2f_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2f_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2f_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2f_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2f_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2f_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2f_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2g_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2g_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2g_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2g_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2g_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2g_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2g_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2g_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2g_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2g_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#box2fyes
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#box2fyes
{
   line-height: 2px;
}
#Editbox139
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox139
{
   line-height: 2px;
}
#Editbox141
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox141
{
   line-height: 2px;
}
#Editbox142
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox142
{
   line-height: 2px;
}
#Editbox144
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox144
{
   line-height: 2px;
}
#Editbox146
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox146
{
   line-height: 2px;
}
#Editbox153
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox153
{
   line-height: 2px;
}
#Editbox154
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox154
{
   line-height: 2px;
}
#Editbox160
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox160
{
   line-height: 2px;
}
#Editbox161
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox161
{
   line-height: 2px;
}
#Editbox163
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox163
{
   line-height: 2px;
}
#box3a
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box3a
{
   line-height: 28px;
}
#Editbox164
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox164
{
   line-height: 28px;
}
#wb_Text39
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text39
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#select_3_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_3_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text53
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text53
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox165
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox165
{
   line-height: 2px;
}
#wb_q3a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q3a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox166
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox166
{
   line-height: 12px;
}
#Editbox167
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox167
{
   line-height: 2px;
}
#wb_q3b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox168
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox168
{
   line-height: 2px;
}
#wb_q3b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox169
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox169
{
   line-height: 27px;
}
#Editbox170
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox170
{
   line-height: 27px;
}
#select_3_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text59
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text59
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#Editbox171
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox171
{
   line-height: 22px;
}
#Editbox172
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox172
{
   line-height: 25px;
}
#Editbox173
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox173
{
   line-height: 23px;
}
#select_3_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text76
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text76
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox174
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox174
{
   line-height: 28px;
}
#wb_Text77
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text77
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#Editbox175
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox175
{
   line-height: 27px;
}
#select_3_c1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox176
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox176
{
   line-height: 27px;
}
#select_3_c2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q3c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox177
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox177
{
   line-height: 2px;
}
#wb_q3c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox178
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox178
{
   line-height: 28px;
}
#wb_Text79
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text79
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox179
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox179
{
   line-height: 25px;
}
#select_3_d1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox180
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox180
{
   line-height: 23px;
}
#select_3_d2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox181
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox181
{
   line-height: 2px;
}
#Editbox182
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox182
{
   line-height: 2px;
}
#wb_q3d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q3d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox183
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox183
{
   line-height: 2px;
}
#box4a
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box4a
{
   line-height: 28px;
}
#Editbox11
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox11
{
   line-height: 28px;
}
#wb_Text16
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text16
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#select_4_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_4_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text19
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text19
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#ox4a_yes
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#ox4a_yes
{
   line-height: 2px;
}
#wb_q4a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q4a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox14
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox14
{
   line-height: 12px;
}
#Editbox15
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox15
{
   line-height: 2px;
}
#wb_q4b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q4b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox17
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox17
{
   line-height: 27px;
}
#Editbox19
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox19
{
   line-height: 27px;
}
#select_4_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text20
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text20
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#Editbox20
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox20
{
   line-height: 22px;
}
#Editbox21
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox21
{
   line-height: 25px;
}
#Editbox105
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox105
{
   line-height: 23px;
}
#select_4_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text22
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text22
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox184
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox184
{
   line-height: 2px;
}
#Editbox1
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox1
{
   line-height: 28px;
}
#box5b
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box5b
{
   line-height: 28px;
}
#wb_Text7
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text7
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#select_5_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_5_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text23
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text23
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox16
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox16
{
   line-height: 2px;
}
#wb_q5a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q5a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox22
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox22
{
   line-height: 12px;
}
#Editbox23
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox23
{
   line-height: 2px;
}
#wb_q5b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q5b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox26
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox26
{
   line-height: 27px;
}
#Editbox29
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox29
{
   line-height: 27px;
}
#select_5_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text24
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text24
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#Editbox30
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox30
{
   line-height: 22px;
}
#Editbox31
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox31
{
   line-height: 25px;
}
#Editbox32
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox32
{
   line-height: 23px;
}
#select_5_c1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text26
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text26
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox33
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox33
{
   line-height: 2px;
}
#Editbox34
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox34
{
   line-height: 28px;
}
#wb_Text29
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text29
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#Editbox35
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox35
{
   line-height: 27px;
}
#Editbox36
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox36
{
   line-height: 27px;
}
#select_5_c2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_5_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q5c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q5c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox37
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox37
{
   line-height: 2px;
}
#Editbox38
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox38
{
   line-height: 2px;
}
#box6a
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box6a
{
   line-height: 28px;
}
#Editbox39
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox39
{
   line-height: 28px;
}
#wb_Text30
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text30
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#select_6_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_6_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text31
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text31
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#Editbox40
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox40
{
   line-height: 2px;
}
#wb_q6a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q6a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox41
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox41
{
   line-height: 12px;
}
#Editbox42
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox42
{
   line-height: 2px;
}
#wb_q6b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q6b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox43
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox43
{
   line-height: 27px;
}
#Editbox44
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox44
{
   line-height: 27px;
}
#select_6_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text32
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text32
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#Editbox45
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox45
{
   line-height: 22px;
}
#Editbox46
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox46
{
   line-height: 25px;
}
#Editbox47
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox47
{
   line-height: 23px;
}
#select_6_c1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text33
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text33
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox48
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox48
{
   line-height: 2px;
}
#Editbox49
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox49
{
   line-height: 28px;
}
#wb_Text34
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text34
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 30px;
}
#Editbox106
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox106
{
   line-height: 27px;
}
#Editbox107
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox107
{
   line-height: 27px;
}
#select_6_c2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_6_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q6c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q6c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox108
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox108
{
   line-height: 2px;
}
#Editbox109
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox109
{
   line-height: 2px;
}
#box7a
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box7a
{
   line-height: 28px;
}
#Editbox110
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox110
{
   line-height: 28px;
}
#wb_Text35
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text35
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#select_7_b2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_7_b1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text36
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text36
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox111
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 30px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox111
{
   line-height: 2px;
}
#wb_q7a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q7a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox112
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox112
{
   line-height: 12px;
}
#Editbox113
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox113
{
   line-height: 2px;
}
#wb_q7b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q7b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox114
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox114
{
   line-height: 27px;
}
#Editbox115
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox115
{
   line-height: 27px;
}
#select_7_a2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text38
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text38
{
   font-size: 19px;
   margin: 10px 0 10px 0 ;
   padding: 0 20px 0 20px;
   text-align: justify;
   line-height: 26px;
}
#Editbox116
{
   width: 136px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox116
{
   line-height: 22px;
}
#Editbox117
{
   width: 130px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox117
{
   line-height: 25px;
}
#Editbox118
{
   width: 257px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox118
{
   line-height: 23px;
}
#select_7_c1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text80
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text80
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Editbox119
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox119
{
   line-height: 2px;
}
#Editbox120
{
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox120
{
   line-height: 28px;
}
#wb_Text81
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text81
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#Editbox121
{
   width: 130px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 10px 0 200px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox121
{
   line-height: 27px;
}
#Editbox122
{
   width: 250px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox122
{
   line-height: 27px;
}
#select_7_c2
{
   width: 300px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 60px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_7_a1
{
   width: 160px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q7c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q7c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox123
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox123
{
   line-height: 2px;
}
#Editbox124
{
   width: 60px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox124
{
   line-height: 2px;
}
#wb_Text82
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text82
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#screen
{
   width: 96px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#screen
{
   line-height: 16px;
}
#page_from
{
   width: 96px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#page_from
{
   line-height: 16px;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#FlexGrid24
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid24-grid
{
   height: auto;
}
#FlexGrid24-grid
{
   margin: 0;
}
#FlexGrid24-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 180px 180px 1fr;
   grid-template-rows: 126px auto auto 40px auto auto;
   grid-template-areas:
      ". logo logo ."
      ". new new ."
      ". st st ."
      ". bread bread ."
      ". hd hd ."
      ". text3 text3 .";
}
#FlexGrid24 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .title
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .heading1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid24 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .ad1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .article1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .ad2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .extra
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .article2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .ind
{
   display: none;
   background-color: #E7F4FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .coup
{
   display: none;
   background-color: #E7F4FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .left1
{
   display: none;
   background-color: #D2E5FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .left1*
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .right1
{
   display: none;
   background-color: #F5F5DC;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .right2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .right*
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .hd
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .logo
{
   display: flex;
   background-color: transparent;
   background-image: url('images/TNlogophone.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-end;
}
#FlexGrid24 .centr
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .home
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-end;
}
#FlexGrid24 .fam
{
   display: none;
   background-color: #E7F4FF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .row3
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .apl1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0066CC;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .fam1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #A9A9A9;
   border-radius: 6px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .fam2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .fam3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid24 .us
{
   display: none;
   background-color: #FAEBD7;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .new
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: space-around;
}
#FlexGrid24 .pick2
{
   display: none;
   background-color: transparent;
   background-image: url('images/travel6.jpg');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .pick3
{
   display: none;
   background-color: transparent;
   background-image: url('images/420_240.jpg');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .menu
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .st
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .bread
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: space-between;
}
#FlexGrid24 .imd
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .prob
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text3
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .what
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .text_menu
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 .nav
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid24 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1
{
   visibility: visible;
   display: grid;
}
#FlexGrid1-grid
{
   height: auto;
}
#FlexGrid1-grid
{
   margin: 0;
}
#FlexGrid1-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 174px 174px 6px 1fr;
   grid-template-rows: 6px auto auto auto auto;
   grid-template-areas:
      ". left white white right ."
      ". left head head right ."
      ". left name name right ."
      ". left age_dep age_dep right ."
      ". left co co right .";
}
#FlexGrid1 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .head
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid1 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid1 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .name
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid1 .age_dep
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid1 .co
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid1 .dedu
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .num1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .expiry
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #3973AC;
   border-bottom-color: #000000;
   border-left-color: #000000;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid2
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   border-radius: 4px;
}
#FlexGrid2-grid
{
   height: auto;
}
#FlexGrid2-grid
{
   margin: 0;
}
#FlexGrid2-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 174px 174px 6px 1fr;
   grid-template-rows: 10px 10px;
   grid-template-areas:
      ". left prob prob right ."
      ". white white white white .";
}
#FlexGrid2 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid2 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .prob
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   border-radius: 7px;
}
#FlexGrid13-grid
{
   height: auto;
}
#FlexGrid13-grid
{
   margin: 0;
}
#FlexGrid13-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto auto auto 10px auto auto auto auto;
   grid-template-areas:
      ". left prob right ."
      ". left prov right ."
      ". left dest right ."
      ". left prob1 right ."
      ". left prob3 right ."
      ". left single right ."
      ". left multi right ."
      ". left top_up right ."
      ". left multi_top right .";
}
#FlexGrid13 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid13 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid13 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prob1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .single
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .dest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prov
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .wh1
{
   display: none;
   background-color: #FF4500;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .prob
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid13 .multi
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .multi_top
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .top_up
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .prob3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 .prob2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid13 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid30-grid
{
   height: auto;
}
#FlexGrid30-grid
{
   margin: 0;
}
#FlexGrid30-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". left white right ."
      ". left single right .";
}
#FlexGrid30 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid30 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .single
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .option
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid30 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .w1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid30 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid15-grid
{
   height: auto;
}
#FlexGrid15-grid
{
   margin: 0;
}
#FlexGrid15-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". left white right ."
      ". left multi right .";
}
#FlexGrid15 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid15 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .multi
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .option
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid15 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .w1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid15 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid20-grid
{
   height: auto;
}
#FlexGrid20-grid
{
   margin: 0;
}
#FlexGrid20-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". left white right ."
      ". left multi_top_up right .";
}
#FlexGrid20 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid20 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .multi_top_up
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .option
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid20 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .w1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid20 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid19-grid
{
   height: auto;
}
#FlexGrid19-grid
{
   margin: 0;
}
#FlexGrid19-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". left white right ."
      ". left top_up right .";
}
#FlexGrid19 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .white
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .tip6a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 5px solid #FFFFFF;
   border-radius: 10px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid19 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .top_up
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .icon
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .summary
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .option
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .h1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .hospital
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .a1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .accident
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .carrier
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid19 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .w1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid19 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid21-grid
{
   height: auto;
}
#FlexGrid21-grid
{
   margin: 0;
}
#FlexGrid21-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 174px 174px 6px 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      ". left but but right .";
}
#FlexGrid21 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid21 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid21 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 .but
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 .menu1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 .menu2
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid21 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid6
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   border-radius: 4px;
}
#FlexGrid6-grid
{
   height: auto;
}
#FlexGrid6-grid
{
   margin: 0;
}
#FlexGrid6-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 174px 174px 6px 1fr;
   grid-template-rows: 10px 10px;
   grid-template-areas:
      ". left prob prob right ."
      ". white white white white .";
}
#FlexGrid6 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid6 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid6 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .prob
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid6 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22
{
   visibility: visible;
   display: grid;
}
#FlexGrid22-grid
{
   height: auto;
}
#FlexGrid22-grid
{
   margin: 0;
}
#FlexGrid22-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto auto auto 10px;
   grid-template-areas:
      ". left tip0 right ."
      ". left tip1 right ."
      ". left el3 right ."
      ". left el2 right ."
      ". left bottom right .";
}
#FlexGrid22 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #800000;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid22 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .notes
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .tip0
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid22 .el3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid22 .el5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 3px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid22 .el4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #0066CC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid22 .el6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid22 .el7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .el9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .eelig
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid22 .bottom
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 .ee1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid22 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25
{
   visibility: visible;
   display: grid;
}
#FlexGrid25-grid
{
   height: auto;
}
#FlexGrid25-grid
{
   margin: 0;
}
#FlexGrid25-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto 10px;
   grid-template-areas:
      ". left tip0 right ."
      ". left tip1 right ."
      ". left el3 right ."
      ". left el2 right ."
      ". left e21 right ."
      ". left e22 right ."
      ". left e23 right ."
      ". left e24 right ."
      ". left e25 right ."
      ". left e26 right ."
      ". left e27 right ."
      ". left e28 right ."
      ". left e29 right ."
      ". left e30 right ."
      ". left e31 right ."
      ". left el9 right ."
      ". left eelig right ."
      ". left ee1 right ."
      ". left bottom right .";
}
#FlexGrid25 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #800000;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid25 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .notes
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .tip0
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3370B7;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid25 .el3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid25 .el5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 3px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid25 .el4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #0066CC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid25 .el6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3370B7;
   border-bottom-color: #3370B7;
   border-left-color: #3370B7;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid25 .el7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .el9
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .eelig
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid25 .bottom
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .ee1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e21
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e22
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e23
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e24
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e25
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e26
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e27
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e28
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e29
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e30
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 .e31
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid25 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid23-grid
{
   height: auto;
}
#FlexGrid23-grid
{
   margin: 0;
}
#FlexGrid23-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 5px 348px 6px 1fr;
   grid-template-rows: 20px 10px auto auto;
   grid-template-areas:
      ". left white right ."
      ". left sick right ."
      ". left claim right ."
      ". left tip13 right .";
}
#FlexGrid23 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid23 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid23 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .sick
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .claim
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .white1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .tip13
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .white2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid23 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid12-grid
{
   height: auto;
}
#FlexGrid12-grid
{
   margin: 0;
}
#FlexGrid12-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 20px auto auto 10px;
   grid-template-areas:
      ". left white white white right ."
      ". left tip2 tip2 tip2 right ."
      ". left text text text right ."
      ". left sin sin sin right .";
}
#FlexGrid12 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .apple1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid12 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .n1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .tip2
{
   display: flex;
   background-image: linear-gradient(to top, #FFFFFF 0%, #EDF4F8 100%);
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .tip1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid12 .apple2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid12 .q11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .q12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .sin
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 .text
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid12 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31
{
}
#FlexGrid31-grid
{
   height: auto;
}
#FlexGrid31-grid
{
   margin: 0;
}
#FlexGrid31-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 right ."
      ". left c1 tip2 tip2 right ."
      ". left q1c q1c q1c right ."
      ". left stab_c stab_c stab_c right ."
      ". left w4 w4 w4 right ."
      ". left d1 tip4 tip4 right ."
      ". left q1d q1d q1d right ."
      ". left stab_d stab_d stab_d right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid31 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid31 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .q1d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip4
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: space-around;
}
#FlexGrid31 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid31 .stab_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 .stab_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid31 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7
{
   visibility: visible;
   display: grid;
}
#FlexGrid7-grid
{
   height: auto;
}
#FlexGrid7-grid
{
   margin: 0;
}
#FlexGrid7-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q2a q2a q2a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q2b q2b q2b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 right ."
      ". left c1 tip2 tip2 right ."
      ". left q2c q2c q2c right ."
      ". left stab_c stab_c stab_c right ."
      ". left w4 w4 w4 right ."
      ". left d1 tip4 tip4 right ."
      ". left q2d q2d q2d right ."
      ". left stab_d stab_d stab_d right ."
      ". left ww1 ww1 ww1 right ."
      ". left e1 tip5 tip5 right ."
      ". left q2e q2e q2e right ."
      ". left stab_e stab_e stab_e right ."
      ". left ww2 ww2 ww2 right ."
      ". left f1 tip_7 tip_7 right ."
      ". left q2f q2f q2f right ."
      ". left stab_f stab_f stab_f right ."
      ". left ww3 ww3 ww3 right ."
      ". left g1 tip8 tip8 right ."
      ". left q2g q2g q2g right ."
      ". left stab_g stab_g stab_g right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid7 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid7 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .q2a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip5
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .q2d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip8
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid7 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip4
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .e1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2e
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .g1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2g
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .stab_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .ww1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_e
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .ww2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .f1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .tip_7
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .q2f
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_f
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 .ww3
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid7 .stab_g
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid7 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10
{
   visibility: visible;
   display: grid;
}
#FlexGrid10-grid
{
   height: auto;
}
#FlexGrid10-grid
{
   margin: 0;
}
#FlexGrid10-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 right ."
      ". left c1 tip2 tip2 right ."
      ". left q1c q1c q1c right ."
      ". left stab_c stab_c stab_c right ."
      ". left w4 w4 w4 right ."
      ". left d1 tip4 tip4 right ."
      ". left q1d q1d q1d right ."
      ". left stab_d stab_d stab_d right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid10 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid10 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip2
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .q1d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid10 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip4
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid10 .stab_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 .stab_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid10 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4
{
   visibility: visible;
   display: grid;
}
#FlexGrid4-grid
{
   height: auto;
}
#FlexGrid4-grid
{
   margin: 0;
}
#FlexGrid4-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid4 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid4 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid4 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .c1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .w2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid4 .stab_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid4 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5
{
   visibility: visible;
   display: grid;
}
#FlexGrid5-grid
{
   height: auto;
}
#FlexGrid5-grid
{
   margin: 0;
}
#FlexGrid5-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 right ."
      ". left c1 tip_c tip_c right ."
      ". left q5c q5c q5c right ."
      ". left stab_5_c stab_5_c stab_5_c right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid5 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid5 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid5 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q5c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid5 .stab_5_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid5 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8
{
   visibility: visible;
   display: grid;
}
#FlexGrid8-grid
{
   height: auto;
}
#FlexGrid8-grid
{
   margin: 0;
}
#FlexGrid8-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 right ."
      ". left c1 tip_c tip_c right ."
      ". left q5c q5c q5c right ."
      ". left stab_5_c stab_5_c stab_5_c right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid8 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid8 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid8 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q5c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid8 .stab_5_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid8 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9
{
   visibility: visible;
   display: grid;
}
#FlexGrid9-grid
{
   height: auto;
}
#FlexGrid9-grid
{
   margin: 0;
}
#FlexGrid9-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto auto 10px auto auto auto 10px auto auto auto 10px auto auto auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left q1 q1 q1 right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left zag_stab zag_stab zag_stab right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left zag_stab_b zag_stab_b zag_stab_b right ."
      ". left w2 w2 w2 right ."
      ". left c1 tip_c tip_c right ."
      ". left q5c q5c q5c right ."
      ". left stab_5_c stab_5_c stab_5_c right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid9 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid9 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .q1d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid9 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w3
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag_stab
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .d1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q5c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w4
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .zag_stab_b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .w2
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid9 .stab_5_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 .stab_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid9 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11
{
   visibility: visible;
   display: grid;
}
#FlexGrid11-grid
{
   height: auto;
}
#FlexGrid11-grid
{
   margin: 0;
}
#FlexGrid11-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 40px 148px 160px 6px 1fr;
   grid-template-rows: 10px auto 10px auto auto 10px auto auto 10px auto auto 10px auto auto 10px auto 10px;
   grid-template-areas:
      ". left w7 w7 w7 right ."
      ". left quest quest quest right ."
      ". left w5 w5 w5 right ."
      ". left a1 tip3 tip3 right ."
      ". left q1a q1a q1a right ."
      ". left w1 w1 w1 right ."
      ". left b1 tip1 tip1 right ."
      ". left q1b q1b q1b right ."
      ". left w3 w3 w3 right ."
      ". left c1 tip_c tip_c right ."
      ". left q1c q1c q1c right ."
      ". left w4 w4 w4 right ."
      ". left d1 tip_d tip_d right ."
      ". left q1d q1d q1d right ."
      ". left q1 q1 q1 right ."
      ". left notes notes notes right ."
      ". left w6 w6 w6 right .";
}
#FlexGrid11 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip7
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid11 .tip7a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .q1a
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q2a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip5
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .q1d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q2d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip8
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EDF4F8;
   border-right-color: #3973AC;
   border-bottom-color: #EDF4F8;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .tip9
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .tip10
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip11
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .tip12
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .tip13
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid11 .n2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w3
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .n3
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .a1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip3
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dashed;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_med
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_stab
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .quest
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .d1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip4
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: dotted;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .app2_d
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .c1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q1c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q2c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w4
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w5
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .e1
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip6
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q2e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_e
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w6
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .b1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1b
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .q2b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_med_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_stab_b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .w7
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .g1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tipf
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app1_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q1g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .app2_g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q2g
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q3a
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .q3b
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .w1
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .notes
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid11 .tip_c
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .zag_stab_c
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 .tip_d
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid11 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51
{
   visibility: visible;
   display: grid;
}
#FlexGrid51-grid
{
   height: auto;
}
#FlexGrid51-grid
{
   margin: 0;
}
#FlexGrid51-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 6px 348px 6px 1fr;
   grid-template-rows: 20px auto auto;
   grid-template-areas:
      ". left white right ."
      ". left tip0 right ."
      ". left tip1 right .";
}
#FlexGrid51 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .tip1
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #FFFFFF;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: space-around;
}
#FlexGrid51 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid51 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .notes
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .tip0
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0963AD;
   border-right-color: #0963AD;
   border-bottom-color: #0963AD;
   border-left-color: #0963AD;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid51 .tip2
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid51 .warn
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: space-around;
}
#FlexGrid51 .white
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid51 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38
{
   visibility: visible;
   display: grid;
}
#FlexGrid38-grid
{
   height: auto;
}
#FlexGrid38-grid
{
   margin: 0;
}
#FlexGrid38-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 5px 348px 6px 1fr;
   grid-template-rows: auto auto 120px auto;
   grid-template-areas:
      ". left sick right ."
      ". left claim right ."
      ". left cap right ."
      ". left tip13 right .";
}
#FlexGrid38 .white
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid38 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid38 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .sick
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .claim
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .white1
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .tip13
{
   display: flex;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #3973AC;
   border-right-color: #3973AC;
   border-bottom-color: #3973AC;
   border-left-color: #3973AC;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .white2
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .left
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .right
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid38 .cap
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #6196CB;
   border-right-color: #6196CB;
   border-bottom-color: #6196CB;
   border-left-color: #6196CB;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid38 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#age
{
   width: 80px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#age
{
   line-height: 16px;
}
#wb_Text5
{
   width: 360px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: center;
   min-width: 140px;
}
#wb_Text5
{
   font-size: 19px;
   margin: 10px 0 4px 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#wb_Text1
{
   width: 320px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text1
{
   font-size: 19px;
   margin: 0 0 4px 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#name_1
{
   width: 320px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#name_1
{
   line-height: 16px;
}
#wb_Text2
{
   width: 282px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text2
{
   font-size: 24px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 37px;
}
#wb_Text17
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text17
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox24
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox24
{
   line-height: 28px;
}
#Editbox25
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox25
{
   line-height: 28px;
}
#wb_Text21
{
   width: 308px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 348px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text21
{
   font-size: 24px;
   margin: 10px 20px 10px 20px;
   padding: 0;
   text-align: center;
   line-height: 37px;
}
#wb_Text27
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text27
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#wb_Text28
{
   width: 348px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 348px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text28
{
   font-size: 24px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 37px;
}
#Editbox68
{
   width: 260px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox68
{
   line-height: 30px;
}
#email
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 10px 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#email
{
   line-height: 20px;
}
#Editbox71
{
   width: 260px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox71
{
   line-height: 30px;
}
#email_conf
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 10px 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#email_conf
{
   line-height: 20px;
}
#ThemeableButton1
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 20px 0 20px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#ThemeableButton1
{
   font-size: 29px;
   padding: 0;
}
#wb_q1a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox4
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox4
{
   line-height: 2px;
}
#Editbox6
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox6
{
   line-height: 2px;
}
#Editbox9
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox9
{
   line-height: 2px;
}
#Editbox10
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox10
{
   line-height: 2px;
}
#select_1_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_1_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox27
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox27
{
   line-height: 9px;
}
#Editbox5
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox5
{
   line-height: 17px;
}
#Editbox8
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox8
{
   line-height: 27px;
}
#select_1_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_1_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text40
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text40
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#wb_Text41
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text41
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#wb_Text43
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text43
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#wb_Text44
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text44
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox2
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox2
{
   line-height: 11px;
}
#Editbox78
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox78
{
   line-height: 21px;
}
#Editbox50
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox50
{
   line-height: 28px;
}
#Editbox51
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox51
{
   line-height: 28px;
}
#Select17
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Select18
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox52
{
   width: 86px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox52
{
   line-height: 4px;
}
#wb_q8a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q8a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox53
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox53
{
   line-height: 2px;
}
#Editbox54
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox54
{
   line-height: 2px;
}
#wb_q8b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox55
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox55
{
   line-height: 2px;
}
#wb_q8b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox58
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox58
{
   line-height: 9px;
}
#Editbox59
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox59
{
   line-height: 11px;
}
#Editbox60
{
   width: 249px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox60
{
   line-height: 21px;
}
#Editbox61
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox61
{
   line-height: 28px;
}
#Editbox64
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox64
{
   line-height: 2px;
}
#wb_q8c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q8c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox65
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox65
{
   line-height: 2px;
}
#Editbox66
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox66
{
   line-height: 28px;
}
#wb_q8d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox67
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox67
{
   line-height: 2px;
}
#Editbox69
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox69
{
   line-height: 2px;
}
#wb_q8d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q8d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q8d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q8d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q8d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox70
{
   width: 96px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox70
{
   line-height: 25px;
}
#q8_text
{
   width: 320px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 6px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text3
{
   font-size: 17px;
   margin: 0 10px 0 20px;
   padding: 0;
   text-align: justify;
   line-height: 31px;
}
#wb_Text8
{
   width: 356px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text8
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#Editbox74
{
   width: 237px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox74
{
   line-height: 23px;
}
#Editbox75
{
   width: 200px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox75
{
   line-height: 31px;
}
#wb_single
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 60px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_single input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_single label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_single label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_single input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_multi
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 60px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_multi input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_multi label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_multi label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_multi input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_multi_top
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 60px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_multi_top input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_multi_top label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_multi_top label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_multi_top input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_top_up
{
   width: 30px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 6px 60px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_top_up input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_top_up label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_top_up label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_top_up input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#destination
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#province
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   border: 1px solid #EA6760;
}
#wb_Text9
{
   width: 252px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text9
{
   font-size: 24px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 37px;
}
#state
{
   width: 97px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text15
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text15
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text18
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text18
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text37
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text37
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text45
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text45
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Editbox137
{
   width: 150px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox137
{
   line-height: 31px;
}
#days
{
   width: 70px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#days
{
   line-height: 10px;
}
#Editbox143
{
   width: 77px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox143
{
   line-height: 31px;
}
#multi_days
{
   width: 100px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox145
{
   width: 196px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox145
{
   line-height: 31px;
}
#total_days
{
   width: 80px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 4px 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#total_days
{
   line-height: 10px;
}
#existing_days
{
   width: 60px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#existing_days
{
   line-height: 20px;
}
#Editbox147
{
   width: 179px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox147
{
   line-height: 31px;
}
#Editbox148
{
   width: 56px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox148
{
   line-height: 31px;
}
#Editbox149
{
   width: 331px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox149
{
   line-height: 31px;
}
#longest
{
   width: 80px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#longest
{
   line-height: 20px;
}
#multi_days_ex
{
   width: 110px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox150
{
   width: 316px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox150
{
   line-height: 31px;
}
#Editbox151
{
   width: 274px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox151
{
   line-height: 31px;
}
#Editbox152
{
   width: 74px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox152
{
   line-height: 31px;
}
#trip_text
{
   width: 318px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text49
{
   width: 328px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text49
{
   font-size: 16px;
   margin: 0 10px 10px 10px;
   padding: 0;
   text-align: center;
   line-height: 26px;
}
#wb_Text54
{
   width: 318px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text54
{
   font-size: 17px;
   margin: 0 10px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text55
{
   width: 328px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text55
{
   font-size: 19px;
   margin: 0 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 26px;
}
#wb_Text56
{
   width: 169px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#wb_Text56
{
   font-size: 24px;
   margin: 10px 20px 10px 20px;
   padding: 0;
   text-align: center;
   line-height: 37px;
}
#wb_ThemeableButton2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 20px 0 20px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#ThemeableButton2
{
   font-size: 29px;
}
#wb_ThemeableButton2 .ui-button
{
   line-height: 38px;
   padding: 0;
}
#Editbox155
{
   width: 96px;
   height: 26px;
   visibility: hidden;
   display: none;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox155
{
   line-height: 16px;
}
#wb_Text58
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text58
{
   font-size: 19px;
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: center;
   line-height: 30px;
}
#Banner2
{
   visibility: hidden;
   display: none;
   margin: 0 0 30px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Editbox156
{
   width: 360px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: right;
}
#Editbox156
{
   line-height: 32px;
}
#wb_Breadcrumb2
{
   width: 352px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Breadcrumb2
{
   font-weight: normal;
   padding: 8px 8px 10px 8px;
   text-align: left;
}
#Breadcrumb2 > li
{
   font-size: 15px;
}
#Breadcrumb2 > li + li:before
{
   padding: 0 5px;
}
#wb_Extension1
{
   width: 358px;
   height: 24px;
   visibility: hidden;
   display: none;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
.Extension1 .nav, .Extension1 .navbar-text, .Extension1 .dropdown-menu
{
   font-size: 16px;
}
#Extension1 .menu-icon
{
   font-size: 16px;
   width: 16px;
}
#wb_Heading1
{
   width: 340px;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 10px 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: center;
   padding: 6px 0 0 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: center;
}
#Heading1
{
   color: #0066CC;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#wb_Text60
{
   width: 320px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text60
{
   font-size: 17px;
   margin: 10px 20px 10px 20px;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#Editbox157
{
   width: 184px;
   height: 52px;
   visibility: visible;
   display: inline;
   margin: 80px 0 -16px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 10px 4px 4px;
   text-align: right;
   color: #0072BB;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#Editbox157
{
   line-height: -20px;
}
#wb_Heading2
{
   width: 360px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading2
{
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#Editbox198
{
   width: 349px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0 10px 8px 0;
   text-align: right;
   font-size: 24px;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
#Editbox198
{
   line-height: 32px;
}
#wb_TextMenu2
{
   width: 350px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 16px 10px 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: center;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_TextMenu2 span
{
   margin: 0 20px 0 0px;
}
#wb_Text61
{
   width: 320px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text61
{
   font-size: 17px;
   margin: 0 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 29px;
}
#wb_Text63
{
   width: 318px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text63
{
   font-size: 17px;
   margin: 0 10px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_el_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 20px 0 20px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_el_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_el_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_el_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_el_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_el_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_el_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_el_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_el_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_el_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox158
{
   width: 80px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox158
{
   line-height: 30px;
}
#Editbox159
{
   width: 96px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0 0 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox159
{
   line-height: 30px;
}
#wb_Text65
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text65
{
   font-size: 19px;
   margin: 10px 20px 0 20px;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#HorizontalLine2
{
   width: 200px;
   height: -28px;
   visibility: visible;
   display: inline;
   margin: 30px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#HorizontalLine2
{
   border-color: #3973AC;
   border-bottom-width: -68px;
}
#wb_Text57
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text57
{
   font-size: 17px;
   margin: 0 10px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text62
{
   width: 298px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text62
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text64
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text64
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text66
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text66
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text67
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text67
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text68
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text68
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text69
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text69
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text70
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text70
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text71
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text71
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text72
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text72
{
   font-size: 17px;
   margin: 0 10px 10px 40px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text73
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text73
{
   font-size: 17px;
   margin: 0 10px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text74
{
   width: 318px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text74
{
   font-size: 17px;
   margin: 0 10px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#wb_Text75
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text75
{
   font-size: 17px;
   margin: 0 10px 10px 20px;
   padding: 0;
   text-align: justify;
   line-height: 27px;
}
#FlexGrid26
{
   visibility: visible;
   display: grid;
}
#FlexGrid26-grid
{
   height: auto;
}
#FlexGrid26-grid
{
   margin: 0;
}
#FlexGrid26-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 180px 180px 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      ". top top .";
}
#FlexGrid26 .left
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 5px;
   border-right-width: 0px;
   border-bottom-width: 5px;
   border-left-width: 5px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-top-left-radius: 10px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 10px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid26 .main
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid26 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid26 .footer
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid26 .right
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border-top-width: 5px;
   border-right-width: 5px;
   border-bottom-width: 5px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-top-left-radius: 0px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid26 .top
{
   display: flex;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid26 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#ThemeableButton3
{
   width: 186px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 30px 6px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#ThemeableButton3
{
   font-size: 19px;
   padding: 0;
}
#FlexGrid27
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#FlexGrid27-grid
{
   height: auto;
}
#FlexGrid27-grid
{
   margin: 0;
}
#FlexGrid27-grid
{
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 180px 180px 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      ". prob prob ."
      ". tm tm .";
}
#FlexGrid27 .left
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid27 .main
{
   display: none;
   background-color: #EDF4F8;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid27 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid27 .footer
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid27 .right
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .prob
{
   display: flex;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .med
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid27 .link
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid27 .tm
{
   display: flex;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid27 .site
{
   display: none;
   background-color: #F9FBFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid27 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text78
{
   width: 272px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text78
{
   font-size: 16px;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 19px;
}
#FlexGrid3
{
   visibility: visible;
   display: grid;
}
#FlexGrid3
{
   height: auto;
}
#FlexGrid3
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 360px 1fr;
   grid-template-rows: 30px;
   grid-template-areas:
      ". footer .";
}
#FlexGrid3 .header
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid3 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid3 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid3 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid3 .footer
{
   display: flex;
   background-image: linear-gradient(to top, #6196CB 0%, #EDF4F8 100%);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid3 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text4
{
   width: 308px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 348px;
}
#wb_Text4
{
   font-size: 19px;
   margin: 0;
   padding: 0 20px 0 20px;
   text-align: center;
   line-height: 22px;
}
#wb_Text6
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text6
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#Editbox3
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox3
{
   line-height: 28px;
}
#Editbox7
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox7
{
   line-height: 28px;
}
#wb_Text10
{
   width: 287px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text10
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_1_d2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_1_d1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text11
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox12
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox12
{
   line-height: 2px;
}
#wb_q1c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q1c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox18
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox18
{
   line-height: 2px;
}
#wb_q1d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox28
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox28
{
   line-height: 2px;
}
#wb_q1d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q1d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q1d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q1d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q1d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox72
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox72
{
   line-height: 17px;
}
#Editbox73
{
   width: 254px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox73
{
   line-height: 27px;
}
#select_1_c2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox77
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox77
{
   line-height: 11px;
}
#Editbox79
{
   width: 249px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox79
{
   line-height: 21px;
}
#select_1_c1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox76
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox76
{
   line-height: 2px;
}
#edit2a
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#edit2a
{
   line-height: 28px;
}
#Editbox80
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox80
{
   line-height: 28px;
}
#wb_Text46
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text46
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_2_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text47
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text47
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox81
{
   width: 86px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 10px 12px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox81
{
   line-height: 4px;
}
#wb_RadioButton5
{
   width: 50px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 20px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_RadioButton5 input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_RadioButton5 label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_RadioButton5 label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_RadioButton5 input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_RadioButton6
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 30px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_RadioButton6 input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_RadioButton6 label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_RadioButton6 label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_RadioButton6 input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox82
{
   width: 38px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 10px 20px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox82
{
   line-height: 4px;
}
#Editbox83
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox83
{
   line-height: 2px;
}
#Editbox85
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox85
{
   line-height: 17px;
}
#Editbox86
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox86
{
   line-height: 27px;
}
#select_2_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text48
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text48
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox87
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox87
{
   line-height: 9px;
}
#Editbox88
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox88
{
   line-height: 11px;
}
#Editbox89
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox89
{
   line-height: 21px;
}
#select_2_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text50
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text50
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox90
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox90
{
   line-height: 28px;
}
#wb_Text51
{
   width: 287px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text51
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox91
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox91
{
   line-height: 17px;
}
#select_2_c1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox92
{
   width: 254px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox92
{
   line-height: 27px;
}
#select_2_c2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox132
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox132
{
   line-height: 28px;
}
#wb_Text52
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text52
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox134
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox134
{
   line-height: 2px;
}
#Editbox135
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox135
{
   line-height: 11px;
}
#select_2_d1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox136
{
   width: 249px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox136
{
   line-height: 21px;
}
#select_2_d2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox138
{
   width: 96px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox138
{
   line-height: 4px;
}
#Editbox94
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox94
{
   line-height: 28px;
}
#Editbox95
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox95
{
   line-height: 28px;
}
#Editbox96
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox96
{
   line-height: 28px;
}
#Editbox97
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox97
{
   line-height: 11px;
}
#Editbox98
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox98
{
   line-height: 11px;
}
#Editbox99
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox99
{
   line-height: 11px;
}
#Editbox101
{
   width: 254px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox101
{
   line-height: 27px;
}
#Editbox102
{
   width: 249px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox102
{
   line-height: 21px;
}
#Editbox103
{
   width: 249px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox103
{
   line-height: 21px;
}
#select_2_e1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_f1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_g1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_e2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_f2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_2_g2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text12
{
   width: 306px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: justify;
   line-height: 21px;
}
#wb_Text14
{
   width: 306px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text14
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: justify;
   line-height: 21px;
}
#wb_q2e_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2e_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2e_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2e_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2e_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2e_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2e_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2e_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2e_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2e_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2f_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2f_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2f_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2f_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2f_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2f_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2f_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2f_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2f_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2f_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2g_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2g_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2g_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2g_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2g_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2g_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2g_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2g_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2g_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2g_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q2a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q2a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q2a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q2a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q2a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#box2fyes
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#box2fyes
{
   line-height: 2px;
}
#Editbox139
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox139
{
   line-height: 2px;
}
#Editbox141
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox141
{
   line-height: 2px;
}
#Editbox142
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox142
{
   line-height: 2px;
}
#Editbox144
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox144
{
   line-height: 2px;
}
#Editbox146
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox146
{
   line-height: 2px;
}
#Editbox153
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox153
{
   line-height: 2px;
}
#Editbox154
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox154
{
   line-height: 2px;
}
#Editbox160
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox160
{
   line-height: 2px;
}
#Editbox161
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox161
{
   line-height: 2px;
}
#Editbox163
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox163
{
   line-height: 2px;
}
#box3a
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box3a
{
   line-height: 28px;
}
#Editbox164
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox164
{
   line-height: 28px;
}
#wb_Text39
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text39
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_3_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_3_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text53
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text53
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox165
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox165
{
   line-height: 2px;
}
#wb_q3a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q3a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox166
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox166
{
   line-height: 2px;
}
#Editbox167
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox167
{
   line-height: 2px;
}
#wb_q3b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox168
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox168
{
   line-height: 2px;
}
#wb_q3b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox169
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox169
{
   line-height: 17px;
}
#Editbox170
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox170
{
   line-height: 27px;
}
#select_3_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text59
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text59
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox171
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox171
{
   line-height: 9px;
}
#Editbox172
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox172
{
   line-height: 11px;
}
#Editbox173
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox173
{
   line-height: 21px;
}
#select_3_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text76
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text76
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#Editbox174
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox174
{
   line-height: 28px;
}
#wb_Text77
{
   width: 287px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text77
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox175
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox175
{
   line-height: 17px;
}
#select_3_c1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox176
{
   width: 254px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox176
{
   line-height: 27px;
}
#select_3_c2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q3c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox177
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox177
{
   line-height: 2px;
}
#wb_q3c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox178
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox178
{
   line-height: 28px;
}
#wb_Text79
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text79
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox179
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox179
{
   line-height: 11px;
}
#select_3_d1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox180
{
   width: 249px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox180
{
   line-height: 21px;
}
#select_3_d2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox181
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox181
{
   line-height: 2px;
}
#Editbox182
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox182
{
   line-height: 2px;
}
#wb_q3d_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3d_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3d_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3d_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3d_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q3d_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q3d_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q3d_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q3d_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q3d_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox183
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox183
{
   line-height: 2px;
}
#box4a
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box4a
{
   line-height: 28px;
}
#Editbox11
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox11
{
   line-height: 28px;
}
#wb_Text16
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text16
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_4_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_4_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text19
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text19
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#ox4a_yes
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#ox4a_yes
{
   line-height: 2px;
}
#wb_q4a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q4a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox14
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox14
{
   line-height: 2px;
}
#Editbox15
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox15
{
   line-height: 2px;
}
#wb_q4b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q4b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q4b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q4b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q4b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q4b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox17
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox17
{
   line-height: 17px;
}
#Editbox19
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox19
{
   line-height: 27px;
}
#select_4_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text20
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text20
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox20
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox20
{
   line-height: 9px;
}
#Editbox21
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox21
{
   line-height: 11px;
}
#Editbox105
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox105
{
   line-height: 21px;
}
#select_4_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text22
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text22
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#Editbox184
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox184
{
   line-height: 2px;
}
#Editbox1
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox1
{
   line-height: 28px;
}
#box5b
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box5b
{
   line-height: 28px;
}
#wb_Text7
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text7
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_5_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_5_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text23
{
   width: 295px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text23
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox16
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox16
{
   line-height: 2px;
}
#wb_q5a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q5a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox22
{
   width: 96px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox22
{
   line-height: 4px;
}
#Editbox23
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox23
{
   line-height: 2px;
}
#wb_q5b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q5b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox26
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox26
{
   line-height: 17px;
}
#Editbox29
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox29
{
   line-height: 27px;
}
#select_5_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text24
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text24
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox30
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox30
{
   line-height: 9px;
}
#Editbox31
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox31
{
   line-height: 11px;
}
#Editbox32
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox32
{
   line-height: 21px;
}
#select_5_c1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text26
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text26
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#Editbox33
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox33
{
   line-height: 2px;
}
#Editbox34
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox34
{
   line-height: 28px;
}
#wb_Text29
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text29
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox35
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox35
{
   line-height: 17px;
}
#Editbox36
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox36
{
   line-height: 27px;
}
#select_5_c2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_5_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q5c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q5c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q5c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q5c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q5c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q5c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox37
{
   width: 78px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 12px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox37
{
   line-height: 2px;
}
#Editbox38
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox38
{
   line-height: 2px;
}
#box6a
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box6a
{
   line-height: 28px;
}
#Editbox39
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox39
{
   line-height: 28px;
}
#wb_Text30
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text30
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_6_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_6_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text31
{
   width: 295px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text31
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox40
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox40
{
   line-height: 2px;
}
#wb_q6a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q6a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox41
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox41
{
   line-height: 2px;
}
#Editbox42
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox42
{
   line-height: 2px;
}
#wb_q6b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q6b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox43
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox43
{
   line-height: 17px;
}
#Editbox44
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox44
{
   line-height: 27px;
}
#select_6_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text32
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text32
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox45
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox45
{
   line-height: 9px;
}
#Editbox46
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox46
{
   line-height: 11px;
}
#Editbox47
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox47
{
   line-height: 21px;
}
#select_6_c1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text33
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text33
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#Editbox48
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox48
{
   line-height: 2px;
}
#Editbox49
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox49
{
   line-height: 28px;
}
#wb_Text34
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text34
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox106
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox106
{
   line-height: 17px;
}
#Editbox107
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox107
{
   line-height: 27px;
}
#select_6_c2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_6_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q6c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q6c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q6c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q6c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q6c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q6c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox108
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox108
{
   line-height: 2px;
}
#Editbox109
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox109
{
   line-height: 2px;
}
#box7a
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#box7a
{
   line-height: 28px;
}
#Editbox110
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox110
{
   line-height: 28px;
}
#wb_Text35
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text35
{
   font-size: 17px;
   margin: 10px 10px 10px 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#select_7_b2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_7_b1
{
   width: 130px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 10px 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text36
{
   width: 295px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text36
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox111
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox111
{
   line-height: 2px;
}
#wb_q7a_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7a_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7a_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7a_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7a_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q7a_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7a_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7a_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7a_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7a_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox112
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox112
{
   line-height: 2px;
}
#Editbox113
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox113
{
   line-height: 2px;
}
#wb_q7b_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7b_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7b_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7b_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7b_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q7b_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7b_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7b_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7b_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7b_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox114
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox114
{
   line-height: 17px;
}
#Editbox115
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox115
{
   line-height: 27px;
}
#select_7_a2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text38
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text38
{
   font-size: 17px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox116
{
   width: 136px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 10px 200px 0 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#Editbox116
{
   line-height: 9px;
}
#Editbox117
{
   width: 129px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox117
{
   line-height: 11px;
}
#Editbox118
{
   width: 300px;
   height: 29px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox118
{
   line-height: 21px;
}
#select_7_c1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Text80
{
   width: 338px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text80
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#Editbox119
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox119
{
   line-height: 2px;
}
#Editbox120
{
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Editbox120
{
   line-height: 28px;
}
#wb_Text81
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text81
{
   font-size: 17px;
   margin: 10px 6px 10px 6px;
   padding: 0;
   text-align: justify;
   line-height: 25px;
}
#Editbox121
{
   width: 172px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 10px 0 0 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox121
{
   line-height: 17px;
}
#Editbox122
{
   width: 300px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Editbox122
{
   line-height: 27px;
}
#select_7_c2
{
   width: 320px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#select_7_a1
{
   width: 140px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_q7c_yes
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 80px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7c_yes input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7c_yes label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7c_yes label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7c_yes input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_q7c_no
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_q7c_no input[type='radio']
{
   width: 30px;
   height: 30px;
}
#wb_q7c_no label::before
{
   width: 30px;
   height: 30px;
   border-color: #EA6760;
}
#wb_q7c_no label::after
{
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
}
#wb_q7c_no input[type='radio']:checked + label::after
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#Editbox123
{
   width: 80px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox123
{
   line-height: 2px;
}
#Editbox124
{
   width: 96px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 10px 0 10px 10px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox124
{
   line-height: 2px;
}
#wb_Text82
{
   width: 300px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   min-width: 300px;
}
#wb_Text82
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 25px;
}
#screen
{
   width: 96px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#screen
{
   line-height: 16px;
}
#page_from
{
   width: 96px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#page_from
{
   line-height: 16px;
}
}
html {
    height: 100%;
    background: linear-gradient(rgba(119, 153, 170, 0.1), rgba(119, 153, 170, 1.0));
    background-attachment: fixed;
}
a {
  outline: none;
  text-decoration: none;
}

a:link {
  color:#0066cc;
  background-color: transparent;
  border-bottom: 2px dotted;
}

a:visited {
 color:#0066cc;
  background-color: transparent;
  border-bottom: 2px dotted;
}

a:hover {
  color: red;
  background-color: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
 font-size:100%;
}
a.menu-item:hover {
  color: #316497;
  background-color: transparent;
  border-top: 0px solid;
  border-bottom: 2px dotted;
}


/* The Modal (background) */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
 
  /* Stay in place */
    z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
   /* padding-top: 15%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 1px solid black;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    font-family: "Open Sans";
	font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  /*text-justify: inter-word;*/
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */

.close {
    color: red;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: rgb(250,251,229);
     font-family: "Open Sans";
				font-size: 14px;
				color: #0066CC;
				line-height: 64px;
				margin-left: 0px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: rgb(250,251,229);
    font-family: "Open Sans";
	font-size: 12px;
	color: #0066CC;
	line-height: 64px;
	margin-left: 0px;
}




