body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   line-height: 1.3;
   margin: 0;
   padding: 0;
}
a
{
   color: #00008B;
   text-decoration: none;
}
a:active
{
   color: #D6000B;
}
a:hover
{
   color: #D6000B;
   text-decoration: underline;
}
#wb_ask2LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#ask2LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#ask2LayoutGrid1 > .col-1, #ask2LayoutGrid1 > .col-2, #ask2LayoutGrid1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#ask2LayoutGrid1 > .col-1, #ask2LayoutGrid1 > .col-2, #ask2LayoutGrid1 > .col-3
{
   flex: 0 0 auto;
}
#ask2LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#ask2LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#ask2LayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 3000px)
{
#ask2LayoutGrid1 > .col-1, #ask2LayoutGrid1 > .col-2, #ask2LayoutGrid1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexFlexContainer1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
   width: 100%;
}
#indexFlexContainer1
{
   display: flex;
   position: relative;
   padding: 0 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 400px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#wb_frame2Image4
{
   margin: 0;
   vertical-align: top;
}
#frame2Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_ask2Text1 
{
   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_ask2Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
}
#wb_ask2Text1 div
{
   text-align: center;
}
  .cookie-notice {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    max-width: 620px;
    margin: 0 auto;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,.18);
  }

  .cookie-notice a {
    color: #fff;
    text-decoration: underline;
  }

  .cookie-notice button {
    border: 0;
    border-radius: 999px;
    padding: 6px 12px;
    background: #fff;
    color: #222;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
  }

  @media (max-width: 480px) {
    .cookie-notice {
      left: 10px;
      right: 10px;
      bottom: 10px;
      font-size: 12px;
      padding: 9px 12px;
    }
  }
