
@media all{     
  body {  
    font-family:sans-serif;
    font-weight:400;
    text-transform:none;
    font-size:17px;
    line-height:1.5;
  }  
}  
  body {  
    color:var(--contrast);
  }  
@media all{ 
  * { 
    box-sizing: inherit;
  } 

   .site-main > * { 
    margin-bottom: 20px;
  } 

   .separate-containers .site-main > :last-child { 
    margin-bottom: 0;
  } 
}     


@media all{ 
  body { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  body { 
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
    font-weight: 400; 
    text-transform: none; 
    font-size: 17px; 
    line-height: 1.5;
  } 
}     

body { 
    background-color: #7B3A4A; 
    color: var(--contrast);
} 

@media all{ 
  html { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  html { 
    font-family: sans-serif; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 

  html { 
    box-sizing: border-box;
  } 
}     

:root { 
    --contrast: #222222; 
    --contrast-2: #7B3A4A; 
    --contrast-3: #b2b2be; 
    --base: #f0f0f0; 
    --base-2: #f7f8f9; 
    --base-3: #ffffff; 
    --accent: #1e73be;
} 

:root { 
    --gp-search-modal-bg-color: var(--base-3); 
    --gp-search-modal-text-color: var(--contrast); 
} 

@media all{ 
  .inside-article  { 
    padding: 40px;
  } 
}     

.inside-article  { 
    background-color: var(--base-3);
} 

@media all{ 
  *,:after,:before { 
    box-sizing: inherit;
  } 

  .page-header, .sidebar .widget, .site-main > * { 
    margin-bottom: 20px;
  } 

  .one-container .site-main > :last-child, .separate-containers .site-main > :last-child { 
    margin-bottom: 0;
  } 

  .entry-header { 
    word-wrap: break-word;
  } 

  .entry-content { 
    counter-reset: footnotes;
  } 

  .entry-content:not(:first-child) { 
    margin-top: 2em;
  } 

  h1 { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  h1 { 
    font-family: inherit; 
    font-size: 100%; 
    font-style: inherit; 
    font-weight: inherit;
  } 

  h1 { 
    font-size: 42px; 
    margin-bottom: 20px; 
    line-height: 1.2em; 
    font-weight: 400; 
    text-transform: none;
  } 
}     

h1 { 
    font-weight: 800; 
    font-size: 40px;
} 

h1 { 
    color: #7B3A4A;
} 

@media all{ 
  .entry-title { 
    margin-bottom: 0;
  } 

  p { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  p { 
    margin-bottom: 1.5em;
  } 

  .sue-section { 
    position: relative; 
    width: 100%; 
    margin: 0;
  } 

  h2 { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  h2 { 
    font-family: inherit; 
    font-size: 100%; 
    font-style: inherit; 
    font-weight: inherit;
  } 

  h2 { 
    font-size: 35px; 
    margin-bottom: 20px; 
    line-height: 1.2em; 
    font-weight: 400; 
    text-transform: none;
  } 
}     

h2 { 
    font-weight: 600; 
    font-size: 33px;
} 

h2 { 
    color: #7B3A4A;
} 

@media all{ 
  h3 { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  h3 { 
    font-family: inherit; 
    font-size: 100%; 
    font-style: inherit; 
    font-weight: inherit;
  } 

  h3 { 
    font-size: 29px; 
    margin-bottom: 20px; 
    line-height: 1.2em; 
    font-weight: 400; 
    text-transform: none;
  } 
}     

h3 { 
    font-weight: 600; 
    font-size: 26px;
} 

@media all{ 
  ol { 
    box-sizing: border-box;
  } 

  ol { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  ol { 
    margin: 0 0 1.5em 3em;
  } 

  ol { 
    list-style: decimal;
  } 

  .su-button-center { 
    text-align: center;
  } 

  strong { 
    font-weight: 700;
  } 

  a { 
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
  } 

  a { 
    text-decoration: none;
  } 
}     

a { 
    color: var(--accent);
} 

a { 
    text-decoration: underline;
} 

a[rel~="nofollow"] { 
    outline: .14em dotted red !important; 
    outline-offset: .2em;
} 

a:hover,a:active { 
    color: var(--contrast);
} 

@media all{ 
  .sue-section-background { 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background-position: left top; 
    background-repeat: no-repeat;
  } 

  .sue-section-content { 
    width: 90%; 
    margin: 0 auto; 
    position: relative;
  } 
}     

a[rel~="nofollow"], a[rel~="sponsored"], a[rel~="ugc"] { 
    outline: .14em dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  li { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  .su-button { 
    display: inline-block!important; 
    text-align: center; 
    text-decoration: none!important; 
    box-sizing: content-box!important; 
    transition: all .2s;
  } 

  :where(img[class*="wp-image-"])  { 
    height: auto; 
    max-width: 100%;
  } 

  img { 
    height: auto; 
    max-width: 100%;
  } 

  .aligncenter { 
    clear: both;
  } 

  .aligncenter { 
    clear: both; 
    display: block; 
    margin: 0 auto;
  } 

  .size-full { 
    max-width: 100%; 
    height: auto;
  } 
}     

a[rel~="nofollow"] img { 
    outline: 2px dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  .sue-section-content h2  { 
    color: inherit;
  } 

  .sue-content-wrap > :first-child  { 
    margin-top: 0;
  } 

  .su-list { 
    margin-bottom: 1.5em;
  } 

  .sue-content-wrap > :last-child  { 
    margin-bottom: 0;
  } 
}     

a[rel~="nofollow"] img, a[rel~="sponsored"] img, a[rel~="ugc"] img { 
    outline: 2px dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  .sue-section-content h3  { 
    color: inherit;
  } 

  .su-button span  { 
    display: block!important; 
    text-decoration: none!important; 
    box-sizing: content-box!important; 
    transition: all .2s;
  } 


  ul { 
    box-sizing: border-box;
  } 

  ul { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  ul { 
    margin: 0 0 1.5em 3em;
  } 

  ul { 
    list-style: disc;
  } 

  .su-list ul  { 
    margin: 0!important; 
    padding: 0!important; 
    list-style: none!important;
  } 

  i { 
    font-style: italic;
  } 

  .sui { 
    display: inline-block; 
    font: normal normal normal 14px/1 ShortcodesUltimateIcons; 
    font-size: inherit; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 

  .su-button i  { 
    display: inline-block; 
    width: 1em; 
    height: 1em; 
    margin: 0 .5em 0 0!important; 
    text-align: center; 
    line-height: 1em;
  } 

  .sui-arrow-circle-right:before { 
    content: "\f0a9";
  } 

  .su-list ul li  { 
    position: relative; 
    display: block!important; 
    margin: 0!important; 
    padding: 4px 0 4px 2em!important; 
    list-style-type: none!important; 
    line-height: 1.3em;
  } 

  .su-list ul li > i  { 
    position: absolute; 
    left: 0; 
    top: 4px; 
    width: 1.3em; 
    height: 1.3em; 
    line-height: 1.3em; 
    text-align: center;
  } 
}     


/* These were inline style tags. Uses id+class to override almost everything */
#style-x8iFD.style-x8iFD {  
   margin:0px 0px 0px 0px;  
   border-top:0px solid #cccccc;  
   border-bottom:0px solid #cccccc;  
}  
#style-q38c4.style-q38c4 {  
   background-color:#f5fff4;  
   background-position:left top;  
   background-size:cover;  
}  
#style-gRROH.style-gRROH {  
   padding:30px 0px 30px 0px;  
   max-width:960px;  
   text-align:left;  
   color:#333333;  
   text-shadow:0 1px 10px #ffffff;  
}  
#style-tbhAC.style-tbhAC {  
   text-align: center;  
}  
#style-1eVFD.style-1eVFD {  
   color:#FFFFFF;  
   background-color:#da0009;  
   border-color:#af0008;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
}  
#style-GSa3F.style-GSa3F {  
   color:#FFFFFF;  
   padding:8px 24px;  
   font-size:18px;  
   line-height:27px;  
   border-color:#e64d53;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
   text-shadow:none;  
   -moz-text-shadow:none;  
   -webkit-text-shadow:none;  
}  
#style-3NwIz.style-3NwIz {  
   font-size:18px;  
   color:#FFFFFF;  
}  
#style-G7maD.style-G7maD {  
   margin:0px 0px 0px 0px;  
   border-top:0px solid #cccccc;  
   border-bottom:0px solid #cccccc;  
}  
#style-Rvpiv.style-Rvpiv {  
   background-color:#f5fff4;  
   background-position:left top;  
   background-size:cover;  
}  
#style-hm7AY.style-hm7AY {  
   padding:30px 0px 30px 0px;  
   max-width:960px;  
   text-align:left;  
   color:#333333;  
   text-shadow:0 1px 10px #ffffff;  
}  
#style-AcDLm.style-AcDLm {  
   text-align: center;  
}  
#style-oftTa.style-oftTa {  
   color:#FFFFFF;  
   background-color:#da0009;  
   border-color:#af0008;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
}  
#style-g4sai.style-g4sai {  
   color:#FFFFFF;  
   padding:8px 24px;  
   font-size:18px;  
   line-height:27px;  
   border-color:#e64d53;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
   text-shadow:none;  
   -moz-text-shadow:none;  
   -webkit-text-shadow:none;  
}  
#style-G8Db4.style-G8Db4 {  
   font-size:18px;  
   color:#FFFFFF;  
}  


@font-face { 
  font-family:"Inter var";
  font-weight:100 900;
  font-display:swap;
  font-style:normal;
  font-named-instance:"Regular";
  src:url("chrome-extension://infppggnoaenmfagbfknfkancpbljcca/Inter-roman-latin.var.woff2") format("woff2");
} 

@media all{     
  body {  
    font-family:sans-serif;
  }  
}  
body { 
/* CSS Variables that may have been missed get put on body */ 
    --tw-bg-opacity:  1;  
} 

@media all{ 
  * { 
    box-sizing: inherit;
  } 

  html { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  html { 
    font-family: sans-serif; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 

  html { 
    box-sizing: border-box;
  } 
}     

@media all{ 
  body { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  body { 
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
    font-weight: 400; 
    text-transform: none; 
    font-size: 20px; 
    line-height: 1.5;
  } 
}     

body { 
    background-color: #7B3A4A; 
    color: var(--contrast);
} 

@media all{ 
  *,:after,:before { 
    box-sizing: inherit;
  } 

  a { 
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
  } 

  a { 
    text-decoration: none;
  } 
}     

a { 
    color: var(--accent);
} 

a { 
    text-decoration: underline;
} 

@media all{ 
  .screen-reader-text { 
    clip: rect(1px,1px,1px,1px); 
    word-wrap: normal!important; 
    border: 0; 
    -webkit-clip-path: inset(50%); 
    clip-path: inset(50%); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
  } 

  .screen-reader-text { 
    border: 0; 
    clip: rect(1px,1px,1px,1px); 
    -webkit-clip-path: inset(50%); 
    clip-path: inset(50%); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute!important; 
    width: 1px; 
    word-wrap: normal!important;
  } 
}     

a:hover,a:active { 
    color: var(--contrast);
} 

@media all{ 
  .site-header { 
    position: relative;
  } 

  .grid-container { 
    margin-left: auto; 
    margin-right: auto; 
    max-width: 1200px;
  } 
}     

.site-header { 
    background-color: #7B3A4A;
} 

@media all{ 
  .container.grid-container { 
    width: auto;
  } 
}     

:host { 
    font-family: 'Inter var' !important; 
    font-size: 16px !important; 
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; 
    --tw-bg-opacity: 1; 
    background-color: rgb(250 250 250 / var(--tw-bg-opacity)); 
    line-height: 1.5;
} 

@media all{ 
  .inside-header { 
    padding: 20px 40px;
  } 

  .inside-header { 
    display: flex; 
    align-items: center;
  } 

  .header-aligned-center:not([class*="nav-float-"]) .inside-header  { 
    justify-content: center; 
    flex-direction: column; 
    text-align: center;
  } 

  .site-content { 
    word-wrap: break-word;
  } 

  .site-content { 
    display: flex;
  } 

  .site-info { 
    text-align: center; 
    font-size: 15px;
  } 
}     

.site-info { 
    background-color: var(--base-3);
} 

@media all{ 
  .site-logo { 
    display: inline-block; 
    max-width: 100%;
  } 
}     

.site-content .content-area  { 
    width: 100%;
} 

@media all{ 
  .inside-site-info { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 20px 40px;
    color: #cccccc;
  } 

  button { 
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
  } 

  button { 
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
    font-weight: 400; 
    text-transform: none; 
    font-size: 17px; 
    line-height: 1.5;
  } 

  button { 
    background: #7B3A4A; 
    color: #fff; 
    border: 1px solid transparent; 
    cursor: pointer; 
    padding: 10px 20px;
  } 

  button { 
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
  } 
}     

button { 
    color: #ffffff; 
    background-color: #7B3A4A;
} 

button:hover { 
    color: #ffffff; 
    background-color: #3f4047;
} 

@media all{ 
  main { 
    display: block;
  } 

  .separate-containers .site-main  { 
    margin: 20px;
  } 

  .separate-containers.no-sidebar .site-main  { 
    margin-left: 0; 
    margin-right: 0;
  } 

  img { 
    height: auto; 
    max-width: 100%;
  } 

  .site-header .header-image  { 
    vertical-align: middle;
  } 

  .site-main > *  { 
    margin-bottom: 20px;
  } 

   .separate-containers .site-main > :last-child { 
    margin-bottom: 0;
  } 

  big { 
    font-size: 125%;
  } 

  .one-container .site-main > :last-child, .separate-containers .site-main > :last-child { 
    margin-bottom: 0;
  } 

  .separate-containers .inside-article  { 
    padding: 40px;
  } 
}     

.separate-containers .inside-article  { 
    background-color: var(--base-3);
} 

@media all{ 
  .entry-header { 
    word-wrap: break-word;
  } 

  .entry-content { 
    counter-reset: footnotes;
  } 

  .entry-content:not(:first-child) { 
    margin-top: 2em;
  } 

  h1 { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  h1 { 
    font-family: inherit; 
    font-size: 100%; 
    font-style: inherit; 
    font-weight: inherit;
  } 

  h1 { 
    font-size: 42px; 
    margin-bottom: 20px; 
    line-height: 1.2em; 
    font-weight: 400; 
    text-transform: none;
  } 
}     

h1 { 
    font-weight: 800; 
    font-size: 40px;
} 

h1 { 
    color: #7B3A4A;
} 

@media all{ 
  .entry-title { 
    margin-bottom: 0;
  } 

  p { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  p { 
    margin-bottom: 1.5em;
  } 

  .sue-section { 
    position: relative; 
    width: 100%; 
    margin: 0;
  } 

  h2 { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  h2 { 
    font-family: inherit; 
    font-size: 100%; 
    font-style: inherit; 
    font-weight: inherit;
  } 

  h2 { 
    font-size: 35px; 
    margin-bottom: 20px; 
    line-height: 1.2em; 
    font-weight: 400; 
    text-transform: none;
  } 
}     

h2 { 
    font-weight: 600; 
    font-size: 38px;
} 

h2 { 
    color: #7B3A4A;
} 

@media all{ 
  h3 { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  h3 { 
    font-family: inherit; 
    font-size: 100%; 
    font-style: inherit; 
    font-weight: inherit;
  } 

  h3 { 
    font-size: 29px; 
    margin-bottom: 20px; 
    line-height: 1.2em; 
    font-weight: 400; 
    text-transform: none;
  } 
}     

h3 { 
    font-weight: 600; 
    font-size: 30px;
} 

@media all{ 
  ol { 
    box-sizing: border-box;
  } 

  ol { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  ol { 
    margin: 0 0 1.5em 3em;
  } 

  ol { 
    list-style: decimal;
  } 

  .su-button-center { 
    text-align: center;
  } 

  strong { 
    font-weight: 700;
  } 
}     

a[rel~="nofollow"] { 
    outline: .14em dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  .sue-section-background { 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background-position: left top; 
    background-repeat: no-repeat;
  } 

  .sue-section-content { 
    width: 90%; 
    margin: 0 auto; 
    position: relative;
  } 
}     

a[rel~="nofollow"], a[rel~="sponsored"], a[rel~="ugc"] { 
    outline: .14em dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  li { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  .su-button { 
    display: inline-block!important; 
    text-align: center; 
    text-decoration: none!important; 
    box-sizing: content-box!important; 
    transition: all .2s;
  } 

  :where(img[class*="wp-image-"])  { 
    height: auto; 
    max-width: 100%;
  } 

  .aligncenter { 
    clear: both;
  } 

  .aligncenter { 
    clear: both; 
    display: block; 
    margin: 0 auto;
  } 

  .size-full { 
    max-width: 100%; 
    height: auto;
  } 
}     

a[rel~="nofollow"] img { 
    outline: 2px dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  .sue-section-content h2  { 
    color: inherit;
  } 

  .sue-content-wrap > :first-child  { 
    margin-top: 0;
  } 

  .su-list { 
    margin-bottom: 1.5em;
  } 

  .sue-content-wrap > :last-child  { 
    margin-bottom: 0;
  } 
}     

a[rel~="nofollow"] img, a[rel~="sponsored"] img, a[rel~="ugc"] img { 
    outline: 2px dotted red !important; 
    outline-offset: .2em;
} 

@media all{ 
  .sue-section-content h3  { 
    color: inherit;
  } 

  .su-button span  { 
    display: block!important; 
    text-decoration: none!important; 
    box-sizing: content-box!important; 
    transition: all .2s;
  } 


  ul { 
    box-sizing: border-box;
  } 

  ul { 
    margin: 0; 
    padding: 0; 
    border: 0;
  } 

  ul { 
    margin: 0 0 1.5em 3em;
  } 

  ul { 
    list-style: disc;
  } 

  .su-list ul  { 
    margin: 0!important; 
    padding: 0!important; 
    list-style: none!important;
  } 

  i { 
    font-style: italic;
  } 

  .sui { 
    display: inline-block; 
    font: normal normal normal 14px/1 ShortcodesUltimateIcons; 
    font-size: inherit; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 

  .su-button i  { 
    display: inline-block; 
    width: 1em; 
    height: 1em; 
    margin: 0 .5em 0 0!important; 
    text-align: center; 
    line-height: 1em;
  } 

  .sui-arrow-circle-right:before { 
    content: "\f0a9";
  } 

  .su-list ul li  { 
    position: relative; 
    display: block!important; 
    margin: 0!important; 
    padding: 4px 0 4px 2em!important; 
    list-style-type: none!important; 
    line-height: 1.3em;
  } 

  .su-list ul li > i  { 
    position: absolute; 
    left: 0; 
    top: 4px; 
    width: 1.3em; 
    height: 1.3em; 
    line-height: 1.3em; 
    text-align: center;
  } 
}     


/* These were inline style tags. Uses id+class to override almost everything */
#style-oADRF.style-oADRF {  
   margin:0px 0px 0px 0px;  
   border-top:0px solid #cccccc;  
   border-bottom:0px solid #cccccc;  
}  
#style-kd6pK.style-kd6pK {  
   background-color:#f5fff4;  
   background-position:left top;  
   background-size:cover;  
}  
#style-eUgvn.style-eUgvn {  
   padding:30px 0px 30px 0px;  
   max-width:960px;  
   text-align:left;  
   color:#333333;  
   text-shadow:0 1px 10px #ffffff;  
}  
#style-EUKUv.style-EUKUv {  
   text-align: center;  
}  
#style-XbWdp.style-XbWdp {  
   color:#FFFFFF;  
   background-color:#da0009;  
   border-color:#af0008;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
}  
#style-Kp7Ko.style-Kp7Ko {  
   color:#FFFFFF;  
   padding:8px 24px;  
   font-size:18px;  
   line-height:27px;  
   border-color:#e64d53;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
   text-shadow:none;  
   -moz-text-shadow:none;  
   -webkit-text-shadow:none;  
}  
#style-8Fjox.style-8Fjox {  
   font-size:18px;  
   color:#FFFFFF;  
}  
#style-UUbTv.style-UUbTv {  
   margin:0px 0px 0px 0px;  
   border-top:0px solid #cccccc;  
   border-bottom:0px solid #cccccc;  
}  
#style-LDkk3.style-LDkk3 {  
   background-color:#f5fff4;  
   background-position:left top;  
   background-size:cover;  
}  
#style-6TVKg.style-6TVKg {  
   padding:30px 0px 30px 0px;  
   max-width:960px;  
   text-align:left;  
   color:#333333;  
   text-shadow:0 1px 10px #ffffff;  
}  
#style-4N4J4.style-4N4J4 {  
   text-align: center;  
}  
#style-z2BkA.style-z2BkA {  
   color:#FFFFFF;  
   background-color:#da0009;  
   border-color:#af0008;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
}  
#style-4G2FF.style-4G2FF {  
   color:#FFFFFF;  
   padding:8px 24px;  
   font-size:18px;  
   line-height:27px;  
   border-color:#e64d53;  
   border-radius:9px;  
   -moz-border-radius:9px;  
   -webkit-border-radius:9px;  
   text-shadow:none;  
   -moz-text-shadow:none;  
   -webkit-text-shadow:none;  
}  
#style-a7NvS.style-a7NvS {  
   font-size:18px;  
   color:#FFFFFF;  
}  
#yt_article_summary_widget_wrapper.style-gUnBb {  
   display: none;  
}  
#style-Hbok2.style-Hbok2 {  
   top: -2px;  
    left: 0px;  
    height: 0px;  
    width: 0px;  
}  
#style-sbBAb.style-sbBAb {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-8Ihyz.style-8Ihyz {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-khGDW.style-khGDW {  
   top: -2px;  
    left: -2px;  
    height: 0px;  
    width: 0px;  
}  
#style-9QI7o.style-9QI7o {  
   top: 218px;  
    left: 352px;  
    height: 0px;  
    width: 0px;  
}  
#style-Zkotb.style-Zkotb {  
   top: 218px;  
    left: 1552px;  
    height: 0px;  
    width: 0px;  
}  
#style-XXyBE.style-XXyBE {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-GmJET.style-GmJET {  
   top: 218px;  
    left: 350px;  
    height: 0px;  
    width: 0px;  
}  
#style-eOVA8.style-eOVA8 {  
   top: 0px;  
    left: 0px;  
    position: absolute;  
}  
#style-4hZrR.style-4hZrR {  
   top: -2px;  
    left: 0px;  
    height: 0px;  
    width: 0px;  
}  
#style-rfJsU.style-rfJsU {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-SK3Tr.style-SK3Tr {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-lh7ve.style-lh7ve {  
   top: -2px;  
    left: -2px;  
    height: 0px;  
    width: 0px;  
}  
#style-hEc6e.style-hEc6e {  
   top: 218px;  
    left: 352px;  
    height: 0px;  
    width: 0px;  
}  
#style-vA1vo.style-vA1vo {  
   top: 218px;  
    left: 1552px;  
    height: 0px;  
    width: 0px;  
}  
#style-VgyWa.style-VgyWa {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-Ch9Zl.style-Ch9Zl {  
   top: 218px;  
    left: 350px;  
    height: 0px;  
    width: 0px;  
}  
#style-tSooA.style-tSooA {  
   top: 0px;  
    left: 0px;  
    position: absolute;  
}  
#snipcss-panel-container.style-lrYrY {  
   right: 70px;  
    top: 533px;  
}  
#style-lT55m.style-lT55m {  
   touch-action: none;  
}  
#style-wxPXj.style-wxPXj {  
   touch-action: none;  
}  
#style-I5Icv.style-I5Icv {  
   top: -2px;  
    left: 0px;  
    height: 0px;  
    width: 0px;  
}  
#style-QM5h3.style-QM5h3 {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-QgKVP.style-QgKVP {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-W8QJ5.style-W8QJ5 {  
   top: -2px;  
    left: -2px;  
    height: 0px;  
    width: 0px;  
}  
#style-h1WVb.style-h1WVb {  
   top: -2px;  
    left: 0px;  
    height: 0px;  
    width: 0px;  
}  
#style-gWO5n.style-gWO5n {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-goTN4.style-goTN4 {  
   top: -4px;  
    left: -4px;  
    height: 0px;  
    width: 0px;  
}  
#style-Ew8AN.style-Ew8AN {  
   top: -2px;  
    left: -2px;  
    height: 0px;  
    width: 0px;  
}  
#style-kJvhW.style-kJvhW {  
   top: 0px;  
    left: 0px;  
    position: absolute;  
}  
#snipcss-kiwi.style-jNpyT {  
   left: 1810px;  
    top: 0px;  
}  
