[flex] {-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0; -webkit-box-sizing:border-box; box-sizing:border-box}

[layout="row"] { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box; }
[layout="column"] {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;-webkit-box-sizing:border-box;box-sizing:border-box; }

[layout="row"] > [flex] {min-width:1px;}
[layout="column"] > [flex] {min-height:1px;}

[flex="nogrow"] {-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}
[flex="noshrink"] {-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}
[flex="none"] {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}
[flex="grow"] {-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;}
[flex="auto"] {-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}

[layout-align="end"],
[layout-align="end center"],
[layout-align="end end"],
[layout-align="end start"],
[layout-align="end stretch"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end
}

[layout-align="start"],
[layout-align="start center"],
[layout-align="start end"],
[layout-align="start start"],
[layout-align="start stretch"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start
}
[layout-align="center"],
[layout-align="center center"],
[layout-align="center end"],
[layout-align="center start"],
[layout-align="center stretch"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
[layout-align="end"],
[layout-align="end center"],
[layout-align="end end"],
[layout-align="end start"],
[layout-align="end stretch"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end
}
[layout-align="space-around"],
[layout-align="space-around center"],
[layout-align="space-around end"],
[layout-align="space-around start"],
[layout-align="space-around stretch"] {
  -ms-flex-pack: distribute;
      justify-content: space-around
}
[layout-align="space-between"],
 [layout-align="space-between center"],
 [layout-align="space-between end"],
 [layout-align="space-between start"],
[layout-align="space-between stretch"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
[layout-align="center start"],
[layout-align="end start"],
[layout-align="space-around start"],
[layout-align="space-between start"],
[layout-align="start start"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start
}
[layout-align="center center"],
[layout-align="end center"],
[layout-align="space-around center"],
[layout-align="space-between center"],
[layout-align="start center"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100%
}
[layout-align="center center"] > *,
[layout-align="end center"] > *,
[layout-align="space-around center"] > *,
[layout-align="space-between center"] > *,
[layout-align="start center"] > * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
[layout-align="center end"],
[layout-align="end end"],
[layout-align="space-around end"],
[layout-align="space-between end"],
[layout-align="start end"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end
}
[layout-align="center stretch"],
[layout-align="end stretch"],
[layout-align="space-around stretch"],
[layout-align="space-between stretch"],
[layout-align="start stretch"] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch
}
[layout-wrap] {-ms-flex-wrap:wrap;flex-wrap:wrap;}

@media only screen and (max-width: 768px) {
  [layout-sm="row"] { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box; }

  [layout-sm="column"] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;-webkit-box-sizing:border-box;box-sizing:border-box; }

  [layout-sm="row"] > [flex] {min-width:0;}
  [layout-sm="column"] > [flex] {min-height:0;}

  [flex-sm="nogrow"] { -webkit-box-flex:0; -ms-flex:0 1 auto; flex:0 1 auto;}
  [flex-sm="noshrink"] { -webkit-box-flex:1; -ms-flex:1 0 auto; flex:1 0 auto;}
  [flex-sm="none"] { -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto;}
  [flex-sm="grow"] { -webkit-box-flex:1; -ms-flex:1 1 100%; flex:1 1 100%;}
  [flex-sm="auto"] { -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto;}

  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end end"],
  [layout-align-sm="end start"],
  [layout-align-sm="end stretch"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }

  [layout-align-sm="start"],
  [layout-align-sm="start center"],
  [layout-align-sm="start end"],
  [layout-align-sm="start start"],
  [layout-align-sm="start stretch"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }
  [layout-align-sm="center"],
  [layout-align-sm="center center"],
  [layout-align-sm="center end"],
  [layout-align-sm="center start"],
  [layout-align-sm="center stretch"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }
  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end end"],
  [layout-align-sm="end start"],
  [layout-align-sm="end stretch"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }
  [layout-align-sm="space-around"],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-around end"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-around stretch"] {
    -ms-flex-pack: distribute;
        justify-content: space-around
  }
  [layout-align-sm="space-between"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-between stretch"] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
  }
  [layout-align-sm="center start"],
  [layout-align-sm="end start"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="start start"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start
  }
  [layout-align-sm="center center"],
  [layout-align-sm="end center"],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="start center"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%
  }
  [layout-align-sm="center center"] > *,
  [layout-align-sm="end center"] > *,
  [layout-align-sm="space-around center"] > *,
  [layout-align-sm="space-between center"] > *,
  [layout-align-sm="start center"] > * {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }
  [layout-align-sm="center end"],
  [layout-align-sm="end end"],
  [layout-align-sm="space-around end"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="start end"] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end
  }
  [layout-align-sm="center stretch"],
  [layout-align-sm="end stretch"],
  [layout-align-sm="space-around stretch"],
  [layout-align-sm="space-between stretch"],
  [layout-align-sm="start stretch"] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch
  }
}

@media only screen and (max-width: 600px) {
  [layout-xs="row"] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; -webkit-box-sizing:border-box; box-sizing:border-box; }
  [layout-xs="column"] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-sizing:border-box; box-sizing:border-box; }

  [layout-xs="row"] > [flex] {min-width:0;}
  [layout-xs="column"] > [flex] {min-height:0;}

  [flex-xs="nogrow"] {-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}
  [flex-xs="noshrink"] {-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}
  [flex-xs="none"] {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}
  [flex-xs="grow"] {-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;}
  [flex-xs="auto"] {-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}

  [layout-align-xs="end"],
  [layout-align-xs="end center"],
  [layout-align-xs="end end"],
  [layout-align-xs="end start"],
  [layout-align-xs="end stretch"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }

  [layout-align-xs="start"],
  [layout-align-xs="start center"],
  [layout-align-xs="start end"],
  [layout-align-xs="start start"],
  [layout-align-xs="start stretch"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }
  [layout-align-xs="center"],
  [layout-align-xs="center center"],
  [layout-align-xs="center end"],
  [layout-align-xs="center start"],
  [layout-align-xs="center stretch"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }
  [layout-align-xs="end"],
  [layout-align-xs="end center"],
  [layout-align-xs="end end"],
  [layout-align-xs="end start"],
  [layout-align-xs="end stretch"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
  }
  [layout-align-xs="space-around"],
  [layout-align-xs="space-around center"],
  [layout-align-xs="space-around end"],
  [layout-align-xs="space-around start"],
  [layout-align-xs="space-around stretch"] {
    -ms-flex-pack: distribute;
        justify-content: space-around
  }
  [layout-align-xs="space-between"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-between stretch"] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
  }
  [layout-align-xs="center start"],
  [layout-align-xs="end start"],
  [layout-align-xs="space-around start"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="start start"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start
  }
  [layout-align-xs="center center"],
  [layout-align-xs="end center"],
  [layout-align-xs="space-around center"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="start center"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%
  }
  [layout-align-xs="center center"] > *,
  [layout-align-xs="end center"] > *,
  [layout-align-xs="space-around center"] > *,
  [layout-align-xs="space-between center"] > *,
  [layout-align-xs="start center"] > * {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }
  [layout-align-xs="center end"],
  [layout-align-xs="end end"],
  [layout-align-xs="space-around end"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="start end"] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end
  }
  [layout-align-xs="center stretch"],
  [layout-align-xs="end stretch"],
  [layout-align-xs="space-around stretch"],
  [layout-align-xs="space-between stretch"],
  [layout-align-xs="start stretch"] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch
  }

}


@media only screen and (max-width: 768px) {
  body.no-flex {
    overflow:scroll;
  }
}

.no-flex [flex] {
  -webkit-box-flex:1;
}
.no-flex [flex="none"] {
  -webkit-box-flex:0;
}
.no-flex [flex="noshrink"] {
  -webkit-box-flex:0;
}
.no-flex [layout-align="end"], .no-flex [layout-align="end center"], .no-flex [layout-align="end end"], .no-flex [layout-align="end start"], .no-flex [layout-align="end stretch"] {
  -webkit-box-pack: end;
}
.no-flex [layout-align="start"], .no-flex [layout-align="start center"], .no-flex [layout-align="start end"], .no-flex [layout-align="start start"], .no-flex [layout-align="start stretch"] {
  -webkit-box-pack: start;
}
.no-flex [layout-align="center"], .no-flex [layout-align="center center"], .no-flex [layout-align="center end"], .no-flex [layout-align="center start"], .no-flex [layout-align="center stretch"] {
  -webkit-box-pack: center;
}
.no-flex [layout-align="end"], .no-flex [layout-align="end center"], .no-flex [layout-align="end end"], .no-flex [layout-align="end start"], .no-flex [layout-align="end stretch"] {
  -webkit-box-pack: end;
}
.no-flex [layout-align="space-around"], .no-flex [layout-align="space-around center"], .no-flex [layout-align="space-around end"], .no-flex [layout-align="space-around start"], .no-flex [layout-align="space-around stretch"] {
  -webkit-box-pack: justify;
}
.no-flex [layout-align="space-between"], .no-flex [layout-align="space-between center"], .no-flex [layout-align="space-between end"], .no-flex [layout-align="space-between start"], .no-flex [layout-align="space-between stretch"] {
  -webkit-box-pack: justify;
}
.no-flex [layout-align="center start"], .no-flex [layout-align="end start"], .no-flex [layout-align="space-around start"], .no-flex [layout-align="space-between start"], .no-flex [layout-align="start start"] {
  -webkit-box-align: start;
}
.no-flex [layout-align="center center"], .no-flex [layout-align="end center"], .no-flex [layout-align="space-around center"], .no-flex [layout-align="space-between center"], .no-flex [layout-align="start center"] {
  -webkit-box-align:center;
}
.no-flex [layout-align="center end"], .no-flex [layout-align="end end"], .no-flex [layout-align="space-around end"], .no-flex [layout-align="space-between end"], .no-flex [layout-align="start end"] {
  -webkit-box-align:end;
}
.no-flex [layout-align="center stretch"], .no-flex [layout-align="end stretch"], .no-flex [layout-align="space-around stretch"], .no-flex [layout-align="space-between stretch"], .no-flex [layout-align="start stretch"] {
  -webkit-box-align:stretch;
}
@media only screen and (max-width: 768px) {
  .no-flex [layout-align-sm="end"], .no-flex [layout-align="end center"], .no-flex [layout-align="end end"], .no-flex [layout-align="end start"], .no-flex [layout-align="end stretch"] {
    -webkit-box-pack: end;
  }
  
  .no-flex [layout-align-sm="start"], .no-flex [layout-align-sm="start center"], .no-flex [layout-align-sm="start end"], .no-flex [layout-align-sm="start start"], .no-flex [layout-align-sm="start stretch"] {
    -webkit-box-pack: start;
  }
  .no-flex [layout-align-sm="center"], .no-flex [layout-align-sm="center center"], .no-flex [layout-align-sm="center end"], .no-flex [layout-align-sm="center start"], .no-flex [layout-align-sm="center stretch"] {
    -webkit-box-pack: center;
  }
  .no-flex [layout-align-sm="end"], .no-flex [layout-align-sm="end center"], .no-flex [layout-align-sm="end end"], .no-flex [layout-align-sm="end start"], .no-flex [layout-align-sm="end stretch"] {
    -webkit-box-pack: end;
  }
  .no-flex [layout-align-sm-sm="space-around"], .no-flex [layout-align-sm="space-around center"], .no-flex [layout-align-sm="space-around end"], .no-flex [layout-align-sm="space-around start"], .no-flex [layout-align-sm="space-around stretch"] {
    -webkit-box-pack: justify;
  }
  .no-flex [layout-align-sm-sm="space-between"], .no-flex [layout-align-sm="space-between center"], .no-flex [layout-align-sm="space-between end"], .no-flex [layout-align-sm="space-between start"], .no-flex [layout-align-sm="space-between stretch"] {
    -webkit-box-pack: justify;
  }
  .no-flex [layout-align-sm-sm="center start"], .no-flex [layout-align-sm="end start"], .no-flex [layout-align-sm="space-around start"], .no-flex [layout-align-sm="space-between start"], .no-flex [layout-align-sm="start start"] {
    -webkit-box-align: start;
  }
  .no-flex [layout-align-sm-sm="center center"], .no-flex [layout-align-sm="end center"], .no-flex [layout-align-sm="space-around center"], .no-flex [layout-align-sm="space-between center"], .no-flex [layout-align-sm="start center"] {
    -webkit-box-align:center;
  }
  .no-flex [layout-align-sm="center end"], .no-flex [layout-align-sm="end end"], .no-flex [layout-align-sm="space-around end"], .no-flex [layout-align-sm="space-between end"], .no-flex [layout-align-sm="start end"] {
    -webkit-box-align:end;
  }
  .no-flex [layout-align-sm-sm="center stretch"], .no-flex [layout-align-sm="end stretch"], .no-flex [layout-align-sm="space-around stretch"], .no-flex [layout-align-sm="space-between stretch"], .no-flex [layout-align-sm="start stretch"] {
    -webkit-box-align:stretch;
  }
}
@media only screen and (max-width: 600px) {
  [hideQuery~="mobile"] {
    display: none !important;
  }
}

@media only screen and (max-width: 769px) and (min-width: 601px) {
  [hideQuery~="tablet"] {
    display: none !important;
  }
}

@media only screen and (min-width: 770px) {
  [hideQuery~="desktop"] {
    display: none !important;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url(f/5708882ee3c4bc65d5950e283cf6df4e.eot);
  src: url(f/5708882ee3c4bc65d5950e283cf6df4e.eot?#iefix) format('embedded-opentype'),
    url(f/1a2af6d8c064f1eaf17e51e90e468097.woff) format('woff'),
    url(f/c6431a660550ede31275f7a9a925742d.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url(f/ea14b158f91e532a661bb64a9d42c793.eot);
  src: url(f/ea14b158f91e532a661bb64a9d42c793.eot?#iefix) format('embedded-opentype'),
    url(f/6d82fd0d97bd44e9484816a35c937ef9.woff) format('woff'),
    url(f/7a9b05039f75d820fedb60744768ec32.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url(f/b0da833ef2db3396698faa73c010a358.eot);
  src: url(f/b0da833ef2db3396698faa73c010a358.eot?#iefix) format('embedded-opentype'),
    url(f/75736de694933175dc1b4c06a06351ce.woff) format('woff'),
    url(f/722107decf04f5e09636aa7d0df907d3.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url(f/d6951e84080fce461369a477ff29865c.eot);
  src: url(f/d6951e84080fce461369a477ff29865c.eot?#iefix) format('embedded-opentype'),
    url(f/12365dee78645ac21eaec216a048746c.woff) format('woff'),
    url(f/e7ef921d259f339b0f08ef452728ae9b.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  src: url(f/30e0599e79df67d95835155794271cbb.woff) format('woff'),
    url(f/11eabca2251325cfc5589c9c6fb57b46.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  src: url(f/80df5da08b99c807a5c6f7ae308e1f89.woff) format('woff'),
    url(f/e07df86cef2e721115583d61d1fb68a6.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  src: url(f/7621adca58a6218dccf5048ae0df901e.woff) format('woff'),
    url(f/58aef543c97bbaf6a9896e8484456d98.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  src: url(f/b76b854c975fb680bb916983d6761a51.woff) format('woff'),
    url(f/a720f17aa773e493a7ebf8b08459e66c.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: normal;
  src:
    local('Caveat Regular'),
    local('Caveat-Regular'),
    url(f/b20ff458bc0dc48c039c68a3dc96173c.ttf) format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: bold;
  src:
    local('Caveat Bold'),
    local('Caveat-Bold'),
    url(f/3001cff3181eefd8db327cd724309a09.ttf) format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
  src:
    local('Roboto Slab'),
    local('Roboto-Slab'),
    url(f/687919fbb3e437dac942ef121c57534e.ttf) format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  src:
    local('Roboto Slab Bold'),
    local('Roboto-Slab-Bold'),
    url(f/e9751dcc14730dd773e4414c232659eb.ttf) format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src:
    local('Roboto Slab Light'),
    local('Roboto-Slab-Light'),
    url(f/4d8f30f8a4b6f8fcc415ff8ba2e73495.ttf) format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src:
    local('Roboto Slab Thin'),
    local('Roboto-Slab-Thin'),
    url(f/d9d99ee1643f5cf568db3c40384b9704.ttf) format('truetype');
}

html,
body {
  height:100%;
}

nns-app {
  height:100%;
  overflow: hidden;
  overflow-y: auto;
}

input, textarea, button {
  border-radius:0;
  font-family:'Noto Sans', Verdana, Arial, Helvetica, Sans-serif;
  font-size:13px;
}
.nns-animated {-webkit-transition:all 0.1s ease-out;transition:all 0.1s ease-out;}
.nns-non-animated {-webkit-transition: none !important;transition: none !important;}
.nns-noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nns-display-block {display:block;}

* {margin:0; padding:0; outline:none;}
img {border:0;}
body {
  height:100%;
  width:100%;
  background:#fff;
  font:14px 'Noto Sans', Verdana, Helvetica, sans-serif;
  color:#606060;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  -webkit-overflow-scrolling:touch;
}

a, button {
  cursor: pointer;
}

nns-app {
  color:rgba(0,0,0, 0.8);
}
nns-app a {text-decoration:none; color:#0096a5; outline:none; cursor:pointer;}
nns-app a:hover {color:#007581;}

.clearfix:before,
.clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

.mobile {display: none}

.font-serif{
  font-family: Roboto Slab,serif;
}
.font-handwritten{
  font-family: Caveat,cursive;
}
.font-mono{
  font-family: Anonymous Pro,monospace;
}

.at-share-btn {
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0!important;
}

.at-resp-share-element .at-share-btn:focus {
  -webkit-transform: translateY(0)!important;
          transform: translateY(0)!important;
}

.at-share-btn-elements{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .mobile {display: block}
  .not-mobile {display: none}
}

@media print {
  nns-header,
  .nns-top-actions,
  .note-top-download {
    display: none !important;
  }
}

/* Material overrides */
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgb(146, 206, 217) !important;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #00A1B7 !important;
}
.mat-progress-spinner circle,.mat-spinner circle{ stroke: #00A1B7 !important; }

.mat-menu-panel.m-auth-drop {
  max-width: initial !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: visible !important;
  /*box-shadow: 0px 8px 7px -4px rgba(0, 0, 0, 0.08),*/
  /*            0px 17px 12px 2px rgba(0, 0, 0, 0.08) !important;*/
}
.mat-menu-panel.m-auth-drop .mat-menu-content:not(:empty) {
  padding: 0 !important;
  /*border-radius: 10px;*/
}

.mat-body-1 {
  line-height: 24px!important;
}
/*!
 * Viewer.js v1.0.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-11-11T20:46:39.199Z
 */
 .viewer-zoom-in::before,
 .viewer-zoom-out::before,
 .viewer-one-to-one::before,
 .viewer-reset::before,
 .viewer-prev::before,
 .viewer-play::before,
 .viewer-next::before,
 .viewer-rotate-left::before,
 .viewer-rotate-right::before,
 .viewer-flip-horizontal::before,
 .viewer-flip-vertical::before,
 .viewer-fullscreen::before,
 .viewer-fullscreen-exit::before,
 .viewer-close::before,
 .viewer-print::before {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS8AAAAUCAYAAADcFLsCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAMUGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE5VDE5OjIwOjE3KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTEwLTA3VDEyOjQ5OjQyKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMC0wN1QxMjo0OTo0MiswMzowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMWRiNDQwNy0wNzE0LTE5NDgtOTRkMy1jMDBhNTY4MDNiZGEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZTdlMWRmYS0yOWM4LWUzNDMtYWM5NC0yOWFjMDFiYmNmOTQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFMzhDODAwRTg2RTZFNDExOERBQkNGMkQ2NjNGRDkzRiIgdGlmZjpPcmllbnRhdGlvbj0iMSIgdGlmZjpYUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOllSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6Q29sb3JTcGFjZT0iMSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjMwMyIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjIwIj4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+MzNBQzhCRkFEN0Q0NjBBODkwRTNFOUQwMkRBRjVFNjI8L3JkZjpsaT4gPHJkZjpsaT4zQjNDNzQzMjc4NEE5MTAyOTlCQzU5MDc1NEZBOTI0RTwvcmRmOmxpPiA8cmRmOmxpPjZFODMwMzZFRUFDM0YyMDc5NEVCNTk3NTJCMTI0NUY0PC9yZGY6bGk+IDxyZGY6bGk+ODUwNzQ3QzlDRTQwODcxRUVFOUUwQjBEQ0FGQkJGOTY8L3JkZjpsaT4gPHJkZjpsaT51dWlkOjM3NURENzA1QzM4RUREMTE5QzcxRDQwNThDMTkxNzcyPC9yZGY6bGk+IDxyZGY6bGk+dXVpZDozN0REMDZBODc2NTNFMTExODQyMkQ5MDc1RkUyOUExMTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6RjlBMTE4MkVFREY4RTIxMTg2OTlCNkM4QkVGQTVEQjg8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMzhDODAwRTg2RTZFNDExOERBQkNGMkQ2NjNGRDkzRiIgc3RFdnQ6d2hlbj0iMjAxNS0wNC0xOVQxOToyMDoxNyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1RkJERkJFNjg0OUU1MTFCNDAzQTMzMjlCODcyNTk0IiBzdEV2dDp3aGVuPSIyMDE1LTA4LTIzVDE2OjA1OjI5KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZmM3NjgwMTYtZDExOS01ZjRmLTg5NDAtMGI3MDdlNmJiYzIxIiBzdEV2dDp3aGVuPSIyMDIwLTEwLTA3VDEyOjQ5OjQyKzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDph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");
   background-repeat: no-repeat;
   background-size: 303px;
   color: transparent;
   display: block;
   font-size: 0;
   height: 20px;
   line-height: 0;
   width: 20px;
 }

 .viewer-zoom-in::before {
   background-position: 0 0;
   content: "Zoom In";
 }

 .viewer-zoom-out::before {
   background-position: -20px 0;
   content: "Zoom Out";
 }

 .viewer-one-to-one::before {
   background-position: -40px 0;
   content: "One to One";
 }

 .viewer-reset::before {
   background-position: -60px 0;
   content: "Reset";
 }

 .viewer-prev::before {
   background-position: -80px 0;
   content: "Previous";
 }

 .viewer-play::before {
   background-position: -100px 0;
   content: "Play";
 }

 .viewer-next::before {
   background-position: -120px 0;
   content: "Next";
 }

 .viewer-rotate-left::before {
   background-position: -140px 0;
   content: "Rotate Left";
 }

 .viewer-rotate-right::before {
   background-position: -160px 0;
   content: "Rotate Right";
 }

 .viewer-flip-horizontal::before {
   background-position: -180px 0;
   content: "Flip Horizontal";
 }

 .viewer-flip-vertical::before {
   background-position: -200px 0;
   content: "Flip Vertical";
 }

 .viewer-fullscreen::before {
   background-position: -220px 0;
   content: "Enter Full Screen";
 }

 .viewer-fullscreen-exit::before {
   background-position: -240px 0;
   content: "Exit Full Screen";
 }

 .viewer-close::before {
   background-position: -260px 0;
   content: "Close";
 }

 .viewer-print {
   margin-left: 15px !important;
 }

 .viewer-print::before {
   background-position: -281px 0;
   content: "Print Image";
 }

 .viewer-container {
   bottom: 0;
   direction: ltr;
   font-size: 0;
   left: 0;
   line-height: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   -webkit-tap-highlight-color: transparent;
   top: 0;
   -ms-touch-action: none;
   touch-action: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

 .viewer-container::-moz-selection,
 .viewer-container *::-moz-selection {
   background-color: transparent;
 }

 .viewer-container::selection,
 .viewer-container *::selection {
   background-color: transparent;
 }

 .viewer-container img {
   display: block;
   height: auto;
   max-height: none !important;
   max-width: none !important;
   min-height: 0 !important;
   min-width: 0 !important;
   width: 100%;
 }

 .viewer-canvas {
   bottom: 0;
   left: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 0;
 }

 .viewer-canvas > img {
   height: auto;
   margin: 15px auto;
   max-width: 90% !important;
   width: auto;
 }

 .viewer-footer {
   bottom: 0;
   left: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   text-align: center;
 }

 .viewer-navbar {
   background-color: rgba(0, 0, 0, 0.5);
   overflow: hidden;
 }

 .viewer-list {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   height: 50px;
   margin: 0;
   overflow: hidden;
   padding: 1px 0;
 }

 .viewer-list > li {
   color: transparent;
   cursor: pointer;
   float: left;
   font-size: 0;
   height: 50px;
   line-height: 0;
   opacity: 0.5;
   overflow: hidden;
   -webkit-transition: opacity 0.15s;
   transition: opacity 0.15s;
   width: 30px;
 }

 .viewer-list > li:hover {
   opacity: 0.75;
 }

 .viewer-list > li + li {
   margin-left: 1px;
 }

 .viewer-list > .viewer-loading {
   position: relative;
 }

 .viewer-list > .viewer-loading::after {
   border-width: 2px;
   height: 20px;
   margin-left: -10px;
   margin-top: -10px;
   width: 20px;
 }

 .viewer-list > .viewer-active,
 .viewer-list > .viewer-active:hover {
   opacity: 1;
 }

 .viewer-player {
   background-color: #000;
   bottom: 0;
   cursor: none;
   display: none;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
 }

 .viewer-player > img {
   left: 0;
   position: absolute;
   top: 0;
 }

 .viewer-toolbar > ul {
   display: inline-block;
   margin: 0 auto 5px;
   overflow: hidden;
   padding: 3px 0;
 }

 .viewer-toolbar > ul > li {
   background-color: rgba(0, 0, 0, 0.5);
   border-radius: 50%;
   cursor: pointer;
   float: left;
   height: 24px;
   overflow: hidden;
   -webkit-transition: background-color 0.15s;
   transition: background-color 0.15s;
   width: 24px;
 }

 .viewer-toolbar > ul > li:hover {
   background-color: rgba(0, 0, 0, 0.8);
 }

 .viewer-toolbar > ul > li::before {
   margin: 2px;
 }

 .viewer-toolbar > ul > li + li {
   margin-left: 1px;
 }

 .viewer-toolbar > ul > .viewer-small {
   height: 18px;
   margin-bottom: 3px;
   margin-top: 3px;
   width: 18px;
 }

 .viewer-toolbar > ul > .viewer-small::before {
   margin: -1px;
 }

 .viewer-toolbar > ul > .viewer-large {
   height: 30px;
   margin-bottom: -3px;
   margin-top: -3px;
   width: 30px;
 }

 .viewer-toolbar > ul > .viewer-large::before {
   margin: 5px;
 }

 .viewer-tooltip {
   background-color: rgba(0, 0, 0, 0.8);
   border-radius: 10px;
   color: #fff;
   display: none;
   font-size: 12px;
   height: 20px;
   left: 50%;
   line-height: 20px;
   margin-left: -25px;
   margin-top: -10px;
   position: absolute;
   text-align: center;
   top: 50%;
   width: 50px;
 }

 .viewer-title {
   color: #ccc;
   display: inline-block;
   font-size: 12px;
   line-height: 1;
   margin: 0 5% 5px;
   max-width: 90%;
   opacity: 0.8;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-transition: opacity 0.15s;
   transition: opacity 0.15s;
   white-space: nowrap;
 }

 .viewer-title:hover {
   opacity: 1;
 }

 .viewer-button {
   background-color: rgba(0, 0, 0, 0.5);
   border-radius: 50%;
   cursor: pointer;
   height: 80px;
   overflow: hidden;
   position: absolute;
   right: -40px;
   top: -40px;
   -webkit-transition: background-color 0.15s;
   transition: background-color 0.15s;
   width: 80px;
 }

 .viewer-button:focus,
 .viewer-button:hover {
   background-color: rgba(0, 0, 0, 0.8);
 }

 .viewer-button::before {
   bottom: 15px;
   left: 15px;
   position: absolute;
 }

 .viewer-fixed {
   position: fixed;
 }

 .viewer-open {
   overflow: hidden;
 }

 .viewer-show {
   display: block;
 }

 .viewer-hide {
   display: none;
 }

 .viewer-backdrop {
   background-color: rgba(0, 0, 0, 0.5);
 }

 .viewer-invisible {
   visibility: hidden;
 }

 .viewer-move {
   cursor: move;
   cursor: -webkit-grab;
   cursor: grab;
 }

 .viewer-fade {
   opacity: 0;
 }

 .viewer-in {
   opacity: 1;
 }

 .viewer-transition {
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
 }

 @-webkit-keyframes viewer-spinner {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 @keyframes viewer-spinner {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 .viewer-loading::after {
   -webkit-animation: viewer-spinner 1s linear infinite;
   animation: viewer-spinner 1s linear infinite;
   border: 4px solid rgba(255, 255, 255, 0.1);
   border-left-color: rgba(255, 255, 255, 0.5);
   border-radius: 50%;
   content: "";
   display: inline-block;
   height: 40px;
   left: 50%;
   margin-left: -20px;
   margin-top: -20px;
   position: absolute;
   top: 50%;
   width: 40px;
   z-index: 1;
 }

 @media (max-width: 767px) {
   .viewer-hide-xs-down {
     display: none;
   }
 }

 @media (max-width: 991px) {
   .viewer-hide-sm-down {
     display: none;
   }
 }

 @media (max-width: 1199px) {
   .viewer-hide-md-down {
     display: none;
   }
 }
@font-face {
  font-display: swap;
  font-family: 'icomoon';
  src:  url(f/3caac82e680af40ba5d38e76683ec0cb.eot);
  src:  url(f/3caac82e680af40ba5d38e76683ec0cb.eot#iefix) format('embedded-opentype'),
    url(f/e2fd358b08984e86a4bfc134b7aa2085.ttf) format('truetype'),
    url(f/06b47bbd71d5cb4ef36787bab4db1101.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}@font-face {
  font-display: swap;
  font-family: 'calibri';
  src:
    local('Calibri Bold'),
    url(f/040437d370ddf95e6d38185708bcc4f1.eot),
    url(f/040437d370ddf95e6d38185708bcc4f1.eot?#iefix) format('embedded-opentype'),
    url(f/476fd74116435d2770040a1b28f370b8.woff2) format('woff2'),
    url(f/08ce1e8104774824faade8d4bd9714e1.woff) format('woff'),
    url(f/8bbb6c83c86c1c22cc84e42c8442698c.ttf) format('truetype');
  font-weight:bold;
  font-style:normal;
}

@font-face {
  font-display: swap;
  font-family: 'calibri';
  src:
    local('Calibri Bold Italic'),
    url(f/5e31b5685e3ada16ca0030aef6d011f0.eot),
    url(f/5e31b5685e3ada16ca0030aef6d011f0.eot?#iefix) format('embedded-opentype'),
    url(f/d0c5878b0cf422b8c349f5abd5e17da2.woff2) format('woff2'),
    url(f/c800fa71be8a7cff3537d4836e850f31.woff) format('woff'),
    url(f/de11d97b80ce38c7b46bb95aa2b3f8c0.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'calibri';
  src:
    local('Calibri Italic'),
    url(f/ecaca0adb82227846ba043463a6a6590.eot),
    url(f/ecaca0adb82227846ba043463a6a6590.eot?#iefix) format('embedded-opentype'),
    url(f/ca160ba57a9af64f35ccd24dcc1f57fa.woff2) format('woff2'),
    url(f/5085266f97626fef951beba817472e99.woff) format('woff'),
    url(f/68e2684a9cb526c21606e03931ff745c.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'calibri';
  src:
    local('Calibri'),
    url(f/d97fe13019eae331bebf3b50d7497162.eot),
    url(f/d97fe13019eae331bebf3b50d7497162.eot?#iefix) format('embedded-opentype'),
    url(f/e2cebea710a4c2d81e30c2b630214789.woff2) format('woff2'),
    url(f/b5699eb13e52634781ee1424384f2a30.woff) format('woff'),
    url(f/73242c09f5aab43defc5ea285eb42235.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-arrow-up-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -218px;
  width: 24px;
  height: 24px;
}
.icon-arrow-up {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -286px -198px;
  width: 16px;
  height: 16px;
}
.icon-attach-archive {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -136px -244px;
  width: 36px;
  height: 28px;
}
.icon-attach-audio {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -174px -244px;
  width: 36px;
  height: 28px;
}
.icon-attach-document {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -212px -244px;
  width: 36px;
  height: 28px;
}
.icon-attach-hover {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -90px;
  width: 30px;
  height: 30px;
}
.icon-attach-image {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -250px -244px;
  width: 36px;
  height: 28px;
}
.icon-attach-other {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px 0px;
  width: 36px;
  height: 28px;
}
.icon-attach-video {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -30px;
  width: 36px;
  height: 28px;
}
.icon-attach-xls {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -60px;
  width: 36px;
  height: 28px;
}
.icon-attach {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -122px;
  width: 30px;
  height: 30px;
}
.icon-attachments-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -244px;
  width: 24px;
  height: 24px;
}
.icon-back {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -276px -152px;
  width: 24px;
  height: 24px;
}
.icon-branding {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -281px -304px;
  width: 16px;
  height: 16px;
}
.icon-building {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -299px -304px;
  width: 16px;
  height: 16px;
}
.icon-check-contrast {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -317px -304px;
  width: 16px;
  height: 16px;
}
.icon-check {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px 0px;
  width: 16px;
  height: 16px;
}
.icon-close-s {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px -278px;
  width: 24px;
  height: 24px;
}
.icon-close-white {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -18px;
  width: 16px;
  height: 16px;
}
.icon-close {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -26px -278px;
  width: 24px;
  height: 24px;
}
.icon-collapse-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -52px -278px;
  width: 24px;
  height: 24px;
}
.icon-day-mode-grey {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -36px;
  width: 16px;
  height: 16px;
}
.icon-day-mode {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -78px -278px;
  width: 24px;
  height: 24px;
}
.icon-delete-hover {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -154px;
  width: 30px;
  height: 30px;
}
.icon-delete {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -304px -186px;
  width: 30px;
  height: 30px;
}
.icon-download-player {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -104px -278px;
  width: 24px;
  height: 24px;
}
.icon-download {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -130px -278px;
  width: 24px;
  height: 24px;
}
.icon-embed {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px -152px;
  width: 44px;
  height: 44px;
}
.icon-empty-folder {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px 0px;
  width: 150px;
  height: 150px;
}
.icon-encrypted {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -152px 0px;
  width: 150px;
  height: 150px;
}
.icon-exit {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -54px;
  width: 16px;
  height: 16px;
}
.icon-expand-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -72px;
  width: 16px;
  height: 16px;
}
.icon-eye-closed {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -90px;
  width: 16px;
  height: 16px;
}
.icon-eye {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -108px;
  width: 16px;
  height: 16px;
}
.icon-fb {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -46px -152px;
  width: 44px;
  height: 44px;
}
.icon-folder {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -156px -278px;
  width: 24px;
  height: 24px;
}
.icon-get-nimbus-clipper {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -218px -198px;
  width: 32px;
  height: 32px;
}
.icon-get-nimbus-note-16 {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -126px;
  width: 16px;
  height: 16px;
}
.icon-get-nimbus-note-24 {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -182px -278px;
  width: 24px;
  height: 24px;
}
.icon-get-nimbus-note {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -252px -198px;
  width: 32px;
  height: 32px;
}
.icon-get-nimbus-screenshot {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px -244px;
  width: 32px;
  height: 32px;
}
.icon-gplus {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -92px -152px;
  width: 44px;
  height: 44px;
}
.icon-hamburger-color {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -144px;
  width: 16px;
  height: 16px;
}
.icon-hamburger {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -162px;
  width: 16px;
  height: 16px;
}
.icon-link-small {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -180px;
  width: 16px;
  height: 16px;
}
.icon-link {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -138px -152px;
  width: 44px;
  height: 44px;
}
.icon-list-color {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -208px -278px;
  width: 24px;
  height: 24px;
}
.icon-list-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -234px -278px;
  width: 24px;
  height: 24px;
}
.icon-list {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -260px -278px;
  width: 24px;
  height: 24px;
}
.icon-loader {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -286px -278px;
  width: 24px;
  height: 24px;
}
.icon-logo-color {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -180px -198px;
  width: 36px;
  height: 36px;
}
.icon-logo-light {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -34px -244px;
  width: 32px;
  height: 32px;
}
.icon-logo {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -68px -244px;
  width: 32px;
  height: 32px;
}
.icon-manage {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -198px;
  width: 16px;
  height: 16px;
}
.icon-more-dark {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -216px;
  width: 16px;
  height: 16px;
}
.icon-next-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -312px -278px;
  width: 24px;
  height: 24px;
}
.icon-night-mode-grey {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -234px;
  width: 16px;
  height: 16px;
}
.icon-nimbus-note {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -102px -244px;
  width: 32px;
  height: 32px;
}
.icon-nimbusnote_colored {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -138px -198px;
  width: 40px;
  height: 40px;
}
.icon-note-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px -304px;
  width: 24px;
  height: 24px;
}
.icon-note {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -252px;
  width: 16px;
  height: 16px;
}
.icon-ok {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -184px -152px;
  width: 44px;
  height: 44px;
}
.icon-pencil {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -260px -304px;
  width: 19px;
  height: 19px;
}
.icon-plates-color {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -26px -304px;
  width: 24px;
  height: 24px;
}
.icon-plates-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -52px -304px;
  width: 24px;
  height: 24px;
}
.icon-plates {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -78px -304px;
  width: 24px;
  height: 24px;
}
.icon-plus-contrast {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -270px;
  width: 16px;
  height: 16px;
}
.icon-plus {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -54px -330px;
  width: 16px;
  height: 15px;
}
.icon-print-def {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -288px;
  width: 16px;
  height: 16px;
}
.icon-print {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -230px -152px;
  width: 44px;
  height: 44px;
}
.icon-reddit {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px -198px;
  width: 44px;
  height: 44px;
}
.icon-redo {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -342px -306px;
  width: 16px;
  height: 16px;
}
.icon-save-loader {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -276px -178px;
  width: 17px;
  height: 17px;
}
.icon-save-nimbus-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -104px -304px;
  width: 24px;
  height: 24px;
}
.icon-save-nimbus {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -130px -304px;
  width: 24px;
  height: 24px;
}
.icon-saved {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -156px -304px;
  width: 24px;
  height: 24px;
}
.icon-search {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: 0px -330px;
  width: 16px;
  height: 16px;
}
.icon-share-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -18px -330px;
  width: 16px;
  height: 16px;
}
.icon-spam-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -182px -304px;
  width: 24px;
  height: 24px;
}
.icon-sync-contrast {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -36px -330px;
  width: 16px;
  height: 16px;
}
.icon-sync {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -72px -330px;
  width: 16px;
  height: 15px;
}
.icon-todo-inv {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -208px -304px;
  width: 24px;
  height: 24px;
}
.icon-twitter {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -46px -198px;
  width: 44px;
  height: 44px;
}
.icon-user {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -234px -304px;
  width: 24px;
  height: 24px;
}
.icon-vk {
  background-image: url(i/fb0c3c85d07caa53ebf54b3a58b8d30e.png);
  background-position: -92px -198px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .icon-arrow-up-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-arrow-up {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-archive {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-audio {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-document {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-hover {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-image {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-other {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-video {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach-xls {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attach {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-attachments-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-back {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-branding {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-building {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-check-contrast {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-check {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-close-s {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-close-white {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-close {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-collapse-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-day-mode-grey {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-day-mode {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-delete-hover {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-delete {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-download-player {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-download {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-embed {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-empty-folder {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-encrypted {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-exit {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-expand-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-eye-closed {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-eye {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-fb {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-folder {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-get-nimbus-clipper {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-get-nimbus-note-16 {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-get-nimbus-note-24 {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-get-nimbus-note {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-get-nimbus-screenshot {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-gplus {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-hamburger-color {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-hamburger {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-link-small {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-link {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-list-color {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-list-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-list {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-loader {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-logo-color {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-logo-light {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-logo {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-manage {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-more-dark {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-next-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-night-mode-grey {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-nimbus-note {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-nimbusnote_colored {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-note-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-note {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-ok {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-pencil {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-plates-color {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-plates-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-plates {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-plus-contrast {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-plus {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-print-def {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-print {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-reddit {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-redo {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-save-loader {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-save-nimbus-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-save-nimbus {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-saved {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-search {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-share-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-spam-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-sync-contrast {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-sync {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-todo-inv {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-twitter {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-user {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
  .icon-vk {
    background-image: url(i/cc2d8dbd90b9316a3ea1c3a67202ac96.png);
    background-size: 358px 346px;
  }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.nns-theme-night .icon-arrow-up-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -218px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-arrow-up {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -19px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-attach-archive {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -136px -244px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach-audio {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -174px -244px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach-document {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -212px -244px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach-hover {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -90px;
  width: 30px;
  height: 30px;
}
.nns-theme-night .icon-attach-image {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -250px -244px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach-other {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px 0px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach-video {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -30px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach-xls {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -60px;
  width: 36px;
  height: 28px;
}
.nns-theme-night .icon-attach {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -122px;
  width: 30px;
  height: 30px;
}
.nns-theme-night .icon-attachments-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -244px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-back {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -276px -152px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-branding {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -37px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-building {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -55px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-check-contrast {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -73px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-check {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -91px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-close-s {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-close-white {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -109px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-close {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -26px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-collapse-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -52px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-day-mode-grey {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -127px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-day-mode {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -78px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-delete-hover {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -154px;
  width: 30px;
  height: 30px;
}
.nns-theme-night .icon-delete {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -304px -186px;
  width: 30px;
  height: 30px;
}
.nns-theme-night .icon-download-player {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -104px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-download {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -130px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-embed {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px -152px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-empty-folder {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px 0px;
  width: 150px;
  height: 150px;
}
.nns-theme-night .icon-encrypted {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -152px 0px;
  width: 150px;
  height: 150px;
}
.nns-theme-night .icon-exit {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -145px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-expand-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -276px -178px;
  width: 17px;
  height: 17px;
}
.nns-theme-night .icon-eye-closed {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -163px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-eye {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -181px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-fb {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -46px -152px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-folder {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -156px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-get-nimbus-clipper {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -218px -198px;
  width: 32px;
  height: 32px;
}
.nns-theme-night .icon-get-nimbus-note-16 {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -199px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-get-nimbus-note-24 {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -182px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-get-nimbus-note {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -252px -198px;
  width: 32px;
  height: 32px;
}
.nns-theme-night .icon-get-nimbus-screenshot {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px -244px;
  width: 32px;
  height: 32px;
}
.nns-theme-night .icon-gplus {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -92px -152px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-hamburger-color {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -281px -304px;
  width: 17px;
  height: 17px;
}
.nns-theme-night .icon-hamburger {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -300px -304px;
  width: 17px;
  height: 17px;
}
.nns-theme-night .icon-link-small {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -217px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-link {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -138px -152px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-list-color {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -208px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-list-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -234px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-list {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -260px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-loader {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -286px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-logo-color {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -180px -198px;
  width: 36px;
  height: 36px;
}
.nns-theme-night .icon-logo-light {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -34px -244px;
  width: 32px;
  height: 32px;
}
.nns-theme-night .icon-logo {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -68px -244px;
  width: 32px;
  height: 32px;
}
.nns-theme-night .icon-manage {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -235px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-more-dark {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -253px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-next-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -312px -278px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-night-mode-grey {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -271px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-nimbus-note {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -102px -244px;
  width: 32px;
  height: 32px;
}
.nns-theme-night .icon-nimbusnote_colored {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -138px -198px;
  width: 40px;
  height: 40px;
}
.nns-theme-night .icon-note-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-note {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -289px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-ok {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -184px -152px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-pencil {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -260px -304px;
  width: 19px;
  height: 19px;
}
.nns-theme-night .icon-plates-color {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -26px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-plates-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -52px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-plates {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -78px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-plus-contrast {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px -307px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-plus {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -54px -330px;
  width: 16px;
  height: 15px;
}
.nns-theme-night .icon-print-def {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -319px -304px;
  width: 17px;
  height: 17px;
}
.nns-theme-night .icon-print {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -230px -152px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-reddit {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px -198px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-redo {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -286px -198px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-save-loader {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -342px 0px;
  width: 17px;
  height: 17px;
}
.nns-theme-night .icon-save-nimbus-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -104px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-save-nimbus {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -130px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-saved {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -156px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-search {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: 0px -330px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-share-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -18px -330px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-spam-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -182px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-sync-contrast {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -36px -330px;
  width: 16px;
  height: 16px;
}
.nns-theme-night .icon-sync {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -72px -330px;
  width: 16px;
  height: 15px;
}
.nns-theme-night .icon-todo-inv {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -208px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-twitter {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -46px -198px;
  width: 44px;
  height: 44px;
}
.nns-theme-night .icon-user {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -234px -304px;
  width: 24px;
  height: 24px;
}
.nns-theme-night .icon-vk {
  background-image: url(i/0c5366f97d553c45835409634d4f80a5.png);
  background-position: -92px -198px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .nns-theme-night .icon-arrow-up-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-arrow-up {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-archive {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-audio {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-document {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-hover {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-image {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-other {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-video {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach-xls {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attach {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-attachments-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-back {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-branding {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-building {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-check-contrast {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-check {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-close-s {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-close-white {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-close {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-collapse-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-day-mode-grey {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-day-mode {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-delete-hover {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-delete {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-download-player {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-download {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-embed {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-empty-folder {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-encrypted {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-exit {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-expand-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-eye-closed {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-eye {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-fb {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-folder {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-get-nimbus-clipper {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-get-nimbus-note-16 {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-get-nimbus-note-24 {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-get-nimbus-note {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-get-nimbus-screenshot {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-gplus {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-hamburger-color {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-hamburger {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-link-small {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-link {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-list-color {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-list-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-list {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-loader {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-logo-color {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-logo-light {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-logo {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-manage {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-more-dark {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-next-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-night-mode-grey {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-nimbus-note {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-nimbusnote_colored {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-note-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-note {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-ok {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-pencil {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-plates-color {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-plates-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-plates {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-plus-contrast {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-plus {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-print-def {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-print {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-reddit {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-redo {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-save-loader {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-save-nimbus-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-save-nimbus {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-saved {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-search {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-share-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-spam-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-sync-contrast {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-sync {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-todo-inv {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-twitter {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-user {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
  .nns-theme-night .icon-vk {
    background-image: url(i/4f591ae87047a2ba7e302a79e4fe8665.png);
    background-size: 359px 346px;
  }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.nns-theme-night ul.nn-checkbox-list li:before {
  background-image: url(i/72d20c208a1bf732fb52064a204403b6.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
.nns-theme-night ul.nn-checkbox-list li.nn-checked:before {
  background-image: url(i/72d20c208a1bf732fb52064a204403b6.png);
  background-position: -16px 0px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .nns-theme-night ul.nn-checkbox-list li:before {
    background-image: url(i/e8986ac320762847b403085cb2cd437a.png);
    background-size: 32px 16px;
  }
  .nns-theme-night ul.nn-checkbox-list li.nn-checked:before {
    background-image: url(i/e8986ac320762847b403085cb2cd437a.png);
    background-size: 32px 16px;
  }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
ul.nn-checkbox-list li:before {
  background-image: url(i/7238de2423a5e8bea89e443ed34a05bc.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
ul.nn-checkbox-list li.nn-checked:before {
  background-image: url(i/7238de2423a5e8bea89e443ed34a05bc.png);
  background-position: -16px 0px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  ul.nn-checkbox-list li:before {
    background-image: url(i/13a5b75638a355a47e5a9763f1394559.png);
    background-size: 32px 16px;
  }
  ul.nn-checkbox-list li.nn-checked:before {
    background-image: url(i/13a5b75638a355a47e5a9763f1394559.png);
    background-size: 32px 16px;
  }
}
@font-face {
  font-display: swap;
  font-family: 'videogular';
  src:  url(f/535a6d96e96b8bc4549ff31d0c90b634.eot);
  src:  url(f/535a6d96e96b8bc4549ff31d0c90b634.eot) format('embedded-opentype'),
    url(f/ab020f4923f88c9e6b00fc1b54873b78.ttf) format('truetype'),
    url(f/0b8f5ffeb073ed30e02aca347bd9f9bb.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="vg-icon-"], [class*=" vg-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'videogular' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.vg-icon-closed_caption:before {
  content: "\E006";
}
.vg-icon-pause:before {
  content: "\E018";
}
.vg-icon-play_arrow:before {
  content: "\E01B";
}
.vg-icon-repeat:before {
  content: "\E023";
}
.vg-icon-replay:before {
  content: "\E025";
}
.vg-icon-skip_next:before {
  content: "\E027";
}
.vg-icon-skip_previous:before {
  content: "\E028";
}
.vg-icon-stop:before {
  content: "\E02A";
}
.vg-icon-volume_down:before {
  content: "\E030";
}
.vg-icon-volume_mute:before {
  content: "\E031";
}
.vg-icon-volume_off:before {
  content: "\E032";
}
.vg-icon-volume_up:before {
  content: "\E033";
}
.vg-icon-hd:before {
  content: "\E035";
}
.vg-icon-forward_10:before {
  content: "\E038";
}
.vg-icon-forward_30:before {
  content: "\E039";
}
.vg-icon-replay_10:before {
  content: "\E03B";
}
.vg-icon-replay_30:before {
  content: "\E03C";
}
.vg-icon-fullscreen:before {
  content: "\E20C";
}
.vg-icon-fullscreen_exit:before {
  content: "\E20D";
}

vg-player video {
    width: 100%;
    height: 100%;
}

.vg-icon-play_arrow:before{
    background:#000;
    border-radius:50%;
}
/*theme night*/
nimbus-auth.nns-theme-night .ndsgn-auth-form-content{
  background: #414b4c;
  border-color: #2f3737;
  color: rgba(255,255,255, 0.6);
}
nimbus-auth.nns-theme-night .ndsgn-auth-form-top-icon-img{
  background: url(/auth/images/nimbus-note-dark.svg) no-repeat center;
}
nimbus-auth.nns-theme-night .ndsgn-icon-close {
  background: url(/auth/images/close-dark.svg) no-repeat 0px 0px;
}
nimbus-auth.nns-theme-night .ndsgn-auth-form-or-line {
  background: #9ea5a6;
}
nimbus-auth.nns-theme-night .ndsgn-input input {
  background: #3C4849;
  border-color:#2F3737;
  color:#fff;
}
nimbus-auth.nns-theme-night .ndsgn-input-invalid input {border-bottom-color:rgb(244, 67, 54);}
nimbus-auth.nns-theme-night .ndsgn-input input:hover,
nimbus-auth.nns-theme-night .ndsgn-input input:focus {
  border-color:#2F3737;
  background:rgba(181,181,181,0.10);
}
nimbus-auth.nns-theme-night .ndsgn-input input input[readonly] {
  background:rgba(0,0,0,0.12);
}

nimbus-auth.nns-theme-night .ndsgn-auth-form-top-text,
nimbus-auth.nns-theme-night .ndsgn-auth-form-restored,
nimbus-auth.nns-theme-night .ndsgn-auth-form-permission-top ul li {
  color: rgba(255,255,255, 0.8);
}

nimbus-auth.nns-theme-night .ndsgn-auth-form-permission-top-title {
  color: #fff;
}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.nedit-root ul.editor-list li{-webkit-transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:4px}.nedit-root ul.editor-list .theme-light .bordered-grid li:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-light li.highlighted-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-light li.selected-block:not(.no-highlight):not([data-block-background]),.theme-light .bordered-grid .nedit-root ul.editor-list li:not(.no-highlight):not([data-block-background]),.theme-light .nedit-root ul.editor-list li.highlighted-block:not(.no-highlight):not([data-block-background]),.theme-light .nedit-root ul.editor-list li.selected-block:not(.no-highlight):not([data-block-background]){background-color:var(--black-5)}.nedit-root ul.editor-list .theme-brand-dark-ios .bordered-grid li:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-brand-dark-ios li.highlighted-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-brand-dark-ios li.selected-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-dark .bordered-grid li:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-dark li.highlighted-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-dark li.selected-block:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .bordered-grid .nedit-root ul.editor-list li:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .nedit-root ul.editor-list li.highlighted-block:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .nedit-root ul.editor-list li.selected-block:not(.no-highlight):not([data-block-background]),.theme-dark .bordered-grid .nedit-root ul.editor-list li:not(.no-highlight):not([data-block-background]),.theme-dark .nedit-root ul.editor-list li.highlighted-block:not(.no-highlight):not([data-block-background]),.theme-dark .nedit-root ul.editor-list li.selected-block:not(.no-highlight):not([data-block-background]){background-color:var(--white-16)}.nedit-root ul.editor-list{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0;padding-left:52px;list-style:none;word-break:break-all}.nedit-root ul.editor-list+ul.editor-list{margin-top:20px}.nedit-root ul.editor-list .list-item{margin-bottom:8px;position:relative}.nedit-root ul.editor-list .list-item.indent-1{margin-left:23px}.nedit-root ul.editor-list .list-item.indent-2{margin-left:46px}.nedit-root ul.editor-list .list-item.indent-3{margin-left:69px}.nedit-root ul.editor-list .list-item.indent-4{margin-left:92px}.nedit-root ul.editor-list .list-item.indent-5{margin-left:115px}.nedit-root ul.editor-list .list-item.indent-6{margin-left:138px}.nedit-root ul.editor-list .list-item.indent-7{margin-left:161px}.nedit-root ul.editor-list .list-item.indent-8{margin-left:184px}.nedit-root ul.editor-list .list-item.indent-9{margin-left:207px}.nedit-root ul.editor-list .list-item.indent-10{margin-left:230px}.nedit-root ul.editor-list .list-item.indent-11{margin-left:253px}.nedit-root ul.editor-list .list-item.indent-12{margin-left:276px}.nedit-root ul.editor-list .list-item.indent-13{margin-left:299px}.nedit-root ul.editor-list .list-item.indent-14{margin-left:322px}.nedit-root ul.editor-list .list-item.indent-15{margin-left:345px}.nedit-root ul.editor-list .list-item.indent-16{margin-left:368px}.nedit-root ul.editor-list .list-item.indent-17{margin-left:391px}.nedit-root ul.editor-list .list-item.indent-18{margin-left:414px}.nedit-root ul.editor-list .list-item.indent-19{margin-left:437px}.nedit-root ul.editor-list .list-item.indent-20{margin-left:460px}.nedit-root ul.editor-list .list-item.indent-21{margin-left:483px}.nedit-root ul.editor-list .list-item.indent-22{margin-left:506px}.nedit-root ul.editor-list .list-item.indent-23{margin-left:529px}.nedit-root ul.editor-list .list-item.indent-24{margin-left:552px}.nedit-root ul.editor-list .list-item.indent-25{margin-left:575px}.nedit-root ul.editor-list .list-item.indent-26{margin-left:598px}.nedit-root ul.editor-list .list-item.indent-27{margin-left:621px}.nedit-root ul.editor-list .list-item.indent-28{margin-left:644px}.nedit-root ul.editor-list .list-item.indent-29{margin-left:667px}.nedit-root ul.editor-list .list-item.list-item-hidden{display:none}.nedit-root ul.editor-list .list-item:before{content:"";left:-72px;position:absolute;width:72px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:-1;height:100%;cursor:default}.nedit-root ul.editor-list .list-item:after{content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:-2;left:auto;background-color:initial}.nedit-root ul.editor-list .list-item.collapsed-list-item:after{border:1px solid}.theme-light .nedit-root ul.editor-list .list-item.collapsed-list-item:after{border-color:var(--black-60)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.collapsed-list-item:after,.theme-dark .nedit-root ul.editor-list .list-item.collapsed-list-item:after{border-color:var(--ash-grey)}.nedit-root ul.editor-list .list-item.list-item-checkbox:after{width:20px;height:20px;right:calc(100% + 8px);top:3px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M0 3a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H3a3 3 0 01-3-3V3zm3-1a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V3a1 1 0 00-1-1H3z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:16px 16px;z-index:0;cursor:pointer;-webkit-print-color-adjust:exact;print-color-adjust:exact}.nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg' color='%2300a1b7'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M2 0a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2H2zm12.268 6.64a1 1 0 10-1.536-1.28l-4.406 5.287-2.745-1.96a1 1 0 00-1.162 1.627l3.5 2.5.755.54.594-.714 5-6z' fill='currentColor'/%3E%3C/svg%3E")}.theme-light .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]{color:var(--black-36)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true],.theme-dark .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]{color:var(--white-36)}.nedit-root ul.editor-list .list-item.list-item-checkbox.mouseover-checkbox{cursor:pointer}.nedit-root ul.editor-list .list-item.list-item-bullet:after{width:20px;height:20px;right:calc(100% + 8px);top:2px;background-repeat:no-repeat;background-position:50%;background-size:10px 10px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=circle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Ccircle class='graphic' cx='12' cy='12' r='10' fill='%235C6061'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rectangle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=star]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%235C6061' fill-rule='evenodd' d='M10.548 3.807c.467-1.343 2.367-1.343 2.834 0l1.65 4.748 5.026.103c1.422.029 2.009 1.836.875 2.695l-4.005 3.037 1.455 4.81c.412 1.362-1.125 2.479-2.292 1.666l-4.126-2.87-4.126 2.87c-1.167.813-2.704-.304-2.293-1.665l1.456-4.811-4.006-3.037c-1.133-.86-.546-2.666.876-2.695l5.026-.103 1.65-4.748z'/%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=dart]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M21.12 11.069L3.459 4.158c-.91-.357-1.74.672-1.196 1.486l3.867 5.801a1 1 0 010 1.11l-3.867 5.801c-.543.814.285 1.843 1.196 1.486l17.661-6.911c.848-.331.848-1.531 0-1.862z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rounded]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-2a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=arrow]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%235C6061' fill-rule='evenodd' d='M11.293 3.293a1 1 0 011.414 0L20.05 11h.008l-7.35-7.708 8 8a1 1 0 01.293.698V12l-.001.048a.997.997 0 01-.292.66l-8 8a1 1 0 01-1.414-1.415L17.586 13H4a1 1 0 110-2h13.586l-6.293-6.293a1 1 0 010-1.414z'/%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=diamond]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M3.414 10.586l7.172-7.172a2 2 0 012.828 0l7.172 7.172a2 2 0 010 2.828l-7.172 7.172a2 2 0 01-2.828 0l-7.172-7.172a2 2 0 010-2.828z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item-number{list-style:none;counter-increment:numbered-list-0;counter-reset:numbered-list-1 numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5}.nedit-root ul.editor-list .list-item-number:after{max-width:72px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;line-height:20px;right:calc(100% + 3px);top:2px;padding-left:3px;word-spacing:-2px;white-space:nowrap}.nedit-root ul.editor-list .list-item-number.one-cnt-sym:after{right:calc(100% + 9px)}.nedit-root ul.editor-list .list-item-number.collapsed-list-item:after{border:0;-webkit-box-shadow:inset 0 0 0 1px var(--black-60);box-shadow:inset 0 0 0 1px var(--black-60)}.nedit-root ul.editor-list .indent-0:not(.list-item-number)+.list-item-number.indent-0{counter-reset:numbered-list-0}.nedit-root ul.editor-list .indent-1:not(.list-item-number)+.list-item-number.indent-1{counter-reset:numbered-list-1}.nedit-root ul.editor-list .indent-2:not(.list-item-number)+.list-item-number.indent-2{counter-reset:numbered-list-2}.nedit-root ul.editor-list .indent-3:not(.list-item-number)+.list-item-number.indent-3{counter-reset:numbered-list-3}.nedit-root ul.editor-list .indent-4:not(.list-item-number)+.list-item-number.indent-4{counter-reset:numbered-list-4}.nedit-root ul.editor-list .indent-5:not(.list-item-number)+.list-item-number.indent-5{counter-reset:numbered-list-5}.nedit-root ul.editor-list .indent-6:not(.list-item-number)+.list-item-number.indent-6{counter-reset:numbered-list-6}.nedit-root ul.editor-list .indent-7:not(.list-item-number)+.list-item-number.indent-7{counter-reset:numbered-list-7}.nedit-root ul.editor-list .indent-8:not(.list-item-number)+.list-item-number.indent-8{counter-reset:numbered-list-8}.nedit-root ul.editor-list .indent-9:not(.list-item-number)+.list-item-number.indent-9{counter-reset:numbered-list-9}.nedit-root ul.editor-list .indent-10:not(.list-item-number)+.list-item-number.indent-10{counter-reset:numbered-list-10}.nedit-root ul.editor-list .indent-11:not(.list-item-number)+.list-item-number.indent-11{counter-reset:numbered-list-11}.nedit-root ul.editor-list .indent-12:not(.list-item-number)+.list-item-number.indent-12{counter-reset:numbered-list-12}.nedit-root ul.editor-list .indent-13:not(.list-item-number)+.list-item-number.indent-13{counter-reset:numbered-list-13}.nedit-root ul.editor-list .indent-14:not(.list-item-number)+.list-item-number.indent-14{counter-reset:numbered-list-14}.nedit-root ul.editor-list .indent-15:not(.list-item-number)+.list-item-number.indent-15{counter-reset:numbered-list-15}.nedit-root ul.editor-list .indent-16:not(.list-item-number)+.list-item-number.indent-16{counter-reset:numbered-list-16}.nedit-root ul.editor-list .indent-17:not(.list-item-number)+.list-item-number.indent-17{counter-reset:numbered-list-17}.nedit-root ul.editor-list .indent-18:not(.list-item-number)+.list-item-number.indent-18{counter-reset:numbered-list-18}.nedit-root ul.editor-list .indent-19:not(.list-item-number)+.list-item-number.indent-19{counter-reset:numbered-list-19}.nedit-root ul.editor-list .indent-20:not(.list-item-number)+.list-item-number.indent-20{counter-reset:numbered-list-20}.nedit-root ul.editor-list .indent-21:not(.list-item-number)+.list-item-number.indent-21{counter-reset:numbered-list-21}.nedit-root ul.editor-list .indent-22:not(.list-item-number)+.list-item-number.indent-22{counter-reset:numbered-list-22}.nedit-root ul.editor-list .indent-23:not(.list-item-number)+.list-item-number.indent-23{counter-reset:numbered-list-23}.nedit-root ul.editor-list .indent-24:not(.list-item-number)+.list-item-number.indent-24{counter-reset:numbered-list-24}.nedit-root ul.editor-list .indent-25:not(.list-item-number)+.list-item-number.indent-25{counter-reset:numbered-list-25}.nedit-root ul.editor-list .indent-26:not(.list-item-number)+.list-item-number.indent-26{counter-reset:numbered-list-26}.nedit-root ul.editor-list .indent-27:not(.list-item-number)+.list-item-number.indent-27{counter-reset:numbered-list-27}.nedit-root ul.editor-list .indent-28:not(.list-item-number)+.list-item-number.indent-28{counter-reset:numbered-list-28}.nedit-root ul.editor-list .indent-29:not(.list-item-number)+.list-item-number.indent-29{counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number:after,.nedit-root ul.editor-list.number-template-default .list-item-number:after{content:counter(numbered-list-0,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-1,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-1:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-2,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-2:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-3,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-3:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-4,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-4:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-5,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-5:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-6,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-6:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-7,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-7:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-8,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-8:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-9,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-9:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-10,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-10:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-11,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-11:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-12,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-12:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-13,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-13:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-14,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-14:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-15,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-15:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-16,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-16:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-17,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-17:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-18,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-18:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-19,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-19:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-20,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-20:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-21,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-21:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-22,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-22:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-23,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-23:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-24,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-24:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-25,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-25:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-26,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-26:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-27,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-27:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-28,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-28:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-29,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-29:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-30,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-30:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-30:after{content:counter(numbered-list-30,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number:after{content:counter(numbered-list-0,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-30:after{content:counter(numbered-list-30,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number:after{content:counter(numbered-list-0,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-1:after{content:counter(numbered-list-0,decimal) "." counter(numbered-list-1,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-2:after{content:counter(numbered-list-0,decimal) "." counter(numbered-list-1,decimal) "." counter(numbered-list-2,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-4:after{content:counter(numbered-list-3,decimal) "." counter(numbered-list-4,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-5:after{content:counter(numbered-list-3,decimal) "." counter(numbered-list-4,decimal) "." counter(numbered-list-5,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-7:after{content:counter(numbered-list-6,decimal) "." counter(numbered-list-7,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-8:after{content:counter(numbered-list-6,decimal) "." counter(numbered-list-7,decimal) "." counter(numbered-list-8,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-10:after{content:counter(numbered-list-9,decimal) "." counter(numbered-list-10,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-11:after{content:counter(numbered-list-9,decimal) "." counter(numbered-list-10,decimal) "." counter(numbered-list-11,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-13:after{content:counter(numbered-list-12,decimal) "." counter(numbered-list-13,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-14:after{content:counter(numbered-list-12,decimal) "." counter(numbered-list-13,decimal) "." counter(numbered-list-14,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-16:after{content:counter(numbered-list-15,decimal) "." counter(numbered-list-16,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-17:after{content:counter(numbered-list-15,decimal) "." counter(numbered-list-16,decimal) "." counter(numbered-list-17,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-19:after{content:counter(numbered-list-18,decimal) "." counter(numbered-list-19,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-20:after{content:counter(numbered-list-18,decimal) "." counter(numbered-list-19,decimal) "." counter(numbered-list-20,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-22:after{content:counter(numbered-list-21,decimal) "." counter(numbered-list-22,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-23:after{content:counter(numbered-list-21,decimal) "." counter(numbered-list-22,decimal) "." counter(numbered-list-23,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-25:after{content:counter(numbered-list-24,decimal) "." counter(numbered-list-25,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-26:after{content:counter(numbered-list-24,decimal) "." counter(numbered-list-25,decimal) "." counter(numbered-list-26,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-28:after{content:counter(numbered-list-27,decimal) "." counter(numbered-list-28,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-29:after{content:counter(numbered-list-27,decimal) "." counter(numbered-list-28,decimal) "." counter(numbered-list-29,decimal) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number:after{content:counter(numbered-list-0,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-3:after{content:counter(numbered-list-3,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-6:after{content:counter(numbered-list-6,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-9:after{content:counter(numbered-list-9,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-12:after{content:counter(numbered-list-12,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-15:after{content:counter(numbered-list-15,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-18:after{content:counter(numbered-list-18,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-21:after{content:counter(numbered-list-21,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-24:after{content:counter(numbered-list-24,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-27:after{content:counter(numbered-list-27,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-30:after{content:counter(numbered-list-30,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number{margin-left:70px}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number:after{content:counter(numbered-list-0,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-1:after{content:counter(numbered-list-1,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-2:after{content:counter(numbered-list-2,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-3:after{content:counter(numbered-list-3,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-4:after{content:counter(numbered-list-4,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-5:after{content:counter(numbered-list-5,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-6:after{content:counter(numbered-list-6,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-7:after{content:counter(numbered-list-7,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-8:after{content:counter(numbered-list-8,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-9:after{content:counter(numbered-list-9,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-10:after{content:counter(numbered-list-10,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-11:after{content:counter(numbered-list-11,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-12:after{content:counter(numbered-list-12,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-13:after{content:counter(numbered-list-13,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-14:after{content:counter(numbered-list-14,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-15:after{content:counter(numbered-list-15,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-16:after{content:counter(numbered-list-16,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-17:after{content:counter(numbered-list-17,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-18:after{content:counter(numbered-list-18,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-19:after{content:counter(numbered-list-19,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-20:after{content:counter(numbered-list-20,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-21:after{content:counter(numbered-list-21,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-22:after{content:counter(numbered-list-22,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-23:after{content:counter(numbered-list-23,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-24:after{content:counter(numbered-list-24,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-25:after{content:counter(numbered-list-25,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-26:after{content:counter(numbered-list-26,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-27:after{content:counter(numbered-list-27,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-28:after{content:counter(numbered-list-28,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-29:after{content:counter(numbered-list-29,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-30:after{content:counter(numbered-list-30,upper-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number:after{content:counter(numbered-list-0,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-30:after{content:counter(numbered-list-30,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number:after{content:counter(numbered-list-0,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-1:after{content:counter(numbered-list-1,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-2:after{content:counter(numbered-list-2,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-4:after{content:counter(numbered-list-4,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-5:after{content:counter(numbered-list-5,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-7:after{content:counter(numbered-list-7,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-8:after{content:counter(numbered-list-8,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-10:after{content:counter(numbered-list-10,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-11:after{content:counter(numbered-list-11,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-13:after{content:counter(numbered-list-13,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-14:after{content:counter(numbered-list-14,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-16:after{content:counter(numbered-list-16,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-17:after{content:counter(numbered-list-17,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-19:after{content:counter(numbered-list-19,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-20:after{content:counter(numbered-list-20,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-22:after{content:counter(numbered-list-22,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-23:after{content:counter(numbered-list-23,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-25:after{content:counter(numbered-list-25,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-26:after{content:counter(numbered-list-26,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-28:after{content:counter(numbered-list-28,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-29:after{content:counter(numbered-list-29,decimal) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number:after{content:counter(numbered-list-0,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-3:after{content:counter(numbered-list-3,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-alpha) ". "}.nedit-root.size-small ul.editor-list .list-item.list-item-checkbox:after{width:18px;height:18px;top:1.5px;background-size:14px 14px}.nedit-root.size-small ul.editor-list .list-item.list-item-bullet:after{width:18px;height:18px;top:1.5px;background-size:8px 8px}.nedit-root.size-small ul.editor-list .list-item.list-item-number:after{height:18px;line-height:18px;top:1.5px}.nedit-root.size-small ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 10px)}.nedit-root.size-large ul.editor-list .list-item.list-item-checkbox:after{width:22px;height:22px;top:2.5px;background-size:18px 18px}.nedit-root.size-large ul.editor-list .list-item.list-item-bullet:after{width:22px;height:22px;top:2.5px;background-size:12px 12px}.nedit-root.size-large ul.editor-list .list-item.list-item-number:after{height:22px;line-height:22px;top:2.5px}.nedit-root.size-large ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 9px)}.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-bullet:after,.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-checkbox:after,.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-number:after{top:3px}.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 9px)}.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-bullet:after,.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-checkbox:after,.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-number:after{top:3.5px}.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-bullet:after,.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-checkbox:after,.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-number:after{top:4px}.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-mono.size-small ul.editor-list .list-item.list-item-number:after{word-spacing:-5px;letter-spacing:-1px}.nedit-root.style-mono.size-small ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-mono.size-normal ul.editor-list .list-item.list-item-number:after{word-spacing:-7px;letter-spacing:-1px}.nedit-root.style-mono.size-normal ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-mono.size-large ul.editor-list .list-item.list-item-number:after{word-spacing:-8px;letter-spacing:-1px}.nedit-root.style-mono.size-large ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.is-ff .nedit-root ul.editor-list .list-item-number:after{width:-moz-max-content}.list-item-collapse-component.blotlocked{margin-left:24px}.list-item-collapse-component .list-collapse-icon{position:relative;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease;width:24px;height:24px;padding:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.list-item-collapse-component .list-collapse-icon:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;bottom:0;left:0;right:0;top:0;background:none;background-color:transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:-1}.list-item-collapse-component .list-collapse-icon svg{margin-top:1px;width:10px;height:7px}.theme-light .list-item-collapse-component .list-collapse-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .list-item-collapse-component .list-collapse-icon svg .graphic,.theme-dark .list-item-collapse-component .list-collapse-icon svg .graphic{fill:var(--ash-grey)}.list-item-collapse-component .list-collapse-icon.collapsed{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.list-item-collapse-component .list-collapse-icon:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.theme-brand-dark-ios .list-item-collapse-component .list-collapse-icon:hover:before,.theme-dark .list-item-collapse-component .list-collapse-icon:hover:before,.theme-light .list-item-collapse-component .list-collapse-icon:hover:before{background-color:var(--bondi-blue-54)}.theme-light .list-item-collapse-component .list-collapse-icon:hover svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .list-item-collapse-component .list-collapse-icon:hover svg .graphic,.theme-dark .list-item-collapse-component .list-collapse-icon:hover svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item-number.collapsed-list-item:after,.theme-dark .nedit-root ul.editor-list .list-item-number.collapsed-list-item:after{-webkit-box-shadow:inset 0 0 0 1px var(--ash-grey);box-shadow:inset 0 0 0 1px var(--ash-grey)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-checkbox:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-checkbox:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M0 3a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H3a3 3 0 01-3-3V3zm3-1a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V3a1 1 0 00-1-1H3z' fill='%23aeb7b8'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg' color='%2300a1b7'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M2 0a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2H2zm12.268 6.64a1 1 0 10-1.536-1.28l-4.406 5.287-2.745-1.96a1 1 0 00-1.162 1.627l3.5 2.5.755.54.594-.714 5-6z' fill='currentColor'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=circle]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=circle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Ccircle class='graphic' cx='12' cy='12' r='10' fill='%23fff' fill-opacity='.87'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rectangle]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rectangle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6z'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=star]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=star]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' fill-rule='evenodd' d='M10.548 3.807c.467-1.343 2.367-1.343 2.834 0l1.65 4.748 5.026.103c1.422.029 2.009 1.836.875 2.695l-4.005 3.037 1.455 4.81c.412 1.362-1.125 2.479-2.292 1.666l-4.126-2.87-4.126 2.87c-1.167.813-2.704-.304-2.293-1.665l1.456-4.811-4.006-3.037c-1.133-.86-.546-2.666.876-2.695l5.026-.103 1.65-4.748z'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=dart]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=dart]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M21.12 11.069L3.459 4.158c-.91-.357-1.74.672-1.196 1.486l3.867 5.801a1 1 0 010 1.11l-3.867 5.801c-.543.814.285 1.843 1.196 1.486l17.661-6.911c.848-.331.848-1.531 0-1.862z'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rounded]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rounded]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-2a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=arrow]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=arrow]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' fill-rule='evenodd' d='M11.293 3.293a1 1 0 011.414 0L20.05 11h.008l-7.35-7.708 8 8a1 1 0 01.293.698V12l-.001.048a.997.997 0 01-.292.66l-8 8a1 1 0 01-1.414-1.415L17.586 13H4a1 1 0 110-2h13.586l-6.293-6.293a1 1 0 010-1.414z'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=diamond]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=diamond]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M3.414 10.586l7.172-7.172a2 2 0 012.828 0l7.172 7.172a2 2 0 010 2.828l-7.172 7.172a2 2 0 01-2.828 0l-7.172-7.172a2 2 0 010-2.828z'/%3E%3C/g%3E%3C/svg%3E")}.block-menu-container .block-menu .block-menu-copy-pin,.block-menu-container .block-menu .block-menu-locked-pin,.block-menu-container .block-menu .block-menu-pin-button,.editor-body .embedded-menu .right-content .inline-icons .icon,.editor-body .embedded-menu .right-content .more-items .more-items-btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease}.block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .block-menu-pin-button svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-pin-button svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-pin-button svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-pin-button svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-brand-dark-ios .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-dark .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-light .more-items-btn svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic{fill:var(--ash-grey)}.block-menu-container .block-menu .theme-light .block-menu-copy-pin:hover svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-locked-pin:hover svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-pin-button:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-light .more-items-btn:hover svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-copy-pin:hover svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-locked-pin:hover svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-pin-button:hover svg .graphic,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic{fill:var(--bondi-blue)}.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-copy-pin:hover svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-locked-pin:hover svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-pin-button:hover svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-copy-pin:hover svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-locked-pin:hover svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-pin-button:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-brand-dark-ios .more-items-btn:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-dark .more-items-btn:hover svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin:hover svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin:hover svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button:hover svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin:hover svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin:hover svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-pin-button:hover svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic{fill:var(--spare-royal)}.block-menu-container .block-menu .block-menu-copy-pin:before,.block-menu-container .block-menu .block-menu-locked-pin:before,.block-menu-container .block-menu .block-menu-pin-button:before,.editor-body .embedded-menu .right-content .inline-icons .icon:before,.editor-body .embedded-menu .right-content .more-items .more-items-btn:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;bottom:0;left:0;right:0;top:0;background:none;background-color:transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:-1}.block-menu-container{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:22}@media print{.block-menu-container{display:none}}.block-menu-container .block-menu-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.block-menu-container .block-menu-enter-active{opacity:1}.block-menu-container .block-menu-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.block-menu-container .block-menu-leave-active{opacity:0}.block-menu-container .block-menu-header-item .icon svg{width:16px;height:16px}.block-menu-container .block-menu-header-item .icon svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .block-menu-container .block-menu-header-item .icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item .icon svg .graphic,.theme-dark .block-menu-container .block-menu-header-item .icon svg .graphic{fill:var(--ash-grey)}.block-menu-container .block-menu-header-item .icon.disabled{cursor:default}.theme-light .block-menu-container .block-menu-header-item .icon.disabled svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item .icon.disabled svg .graphic,.theme-dark .block-menu-container .block-menu-header-item .icon.disabled svg .graphic{fill:var(--davys-grey)}.theme-light .block-menu-container .block-menu-header-item .icon.active svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item .icon.active svg .graphic,.theme-dark .block-menu-container .block-menu-header-item .icon.active svg .graphic{fill:var(--spare-royal)}.theme-light .block-menu-container .block-menu-header-item:hover .icon:not(.disabled) svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item:hover .icon:not(.disabled) svg .graphic,.theme-dark .block-menu-container .block-menu-header-item:hover .icon:not(.disabled) svg .graphic{fill:var(--spare-royal)}.block-menu-container .block-menu .block-menu-main>.block-menu-group>.menu-item{padding:7px 10px 7px 16px}.block-menu-container .block-menu .block-menu-main>.block-menu-group>.menu-item>.hint{margin-left:7px}.block-menu-container .block-menu .block-menu-main .block-menu-header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 6px 6px}.block-menu-container .block-menu .block-menu-main .block-menu-header-menu .block-menu-header-item{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.block-menu-container .block-menu .block-menu-copy-pin,.block-menu-container .block-menu .block-menu-locked-pin,.block-menu-container .block-menu .block-menu-pin-button{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.block-menu-container .block-menu .block-menu-copy-pin svg,.block-menu-container .block-menu .block-menu-locked-pin svg,.block-menu-container .block-menu .block-menu-pin-button svg{width:16px;height:16px}.theme-light .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-pin-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-pin-button svg .graphic{fill:var(--ash-grey)}.block-menu-container .block-menu .block-menu-copy-pin.active:before,.block-menu-container .block-menu .block-menu-copy-pin:hover:before,.block-menu-container .block-menu .block-menu-locked-pin.active:before,.block-menu-container .block-menu .block-menu-locked-pin:hover:before,.block-menu-container .block-menu .block-menu-pin-button.active:before,.block-menu-container .block-menu .block-menu-pin-button:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.theme-light .block-menu-container .block-menu .block-menu-copy-pin.active:before,.theme-light .block-menu-container .block-menu .block-menu-copy-pin:hover:before,.theme-light .block-menu-container .block-menu .block-menu-locked-pin.active:before,.theme-light .block-menu-container .block-menu .block-menu-locked-pin:hover:before,.theme-light .block-menu-container .block-menu .block-menu-pin-button.active:before,.theme-light .block-menu-container .block-menu .block-menu-pin-button:hover:before{background-color:var(--black-4)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin.active:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin:hover:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin.active:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin:hover:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button.active:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button:hover:before,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin.active:before,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin:hover:before,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin.active:before,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin:hover:before,.theme-dark .block-menu-container .block-menu .block-menu-pin-button.active:before,.theme-dark .block-menu-container .block-menu .block-menu-pin-button:hover:before{background-color:var(--white-16)}.block-menu-container .block-menu .block-menu-copy-pin{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.block-menu-container .block-menu .block-menu-list{overflow:visible}.block-menu-container .block-menu .block-menu-list,.block-menu-container .block-menu .block-menu-submenu{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.block-menu-container .block-menu .menu-item{position:relative}.block-menu-container .block-menu .menu-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px}.theme-light .block-menu-container .block-menu .menu-item-selected .icon svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item-selected .icon svg .graphic,.theme-dark .block-menu-container .block-menu .menu-item-selected .icon svg .graphic{fill:var(--spare-royal)}.theme-light .block-menu-container .block-menu .menu-item-selected .icon svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item-selected .icon svg .graphic_stroke,.theme-dark .block-menu-container .block-menu .menu-item-selected .icon svg .graphic_stroke{stroke:var(--spare-royal)}.block-menu-container .block-menu .menu-item-done .icon{margin-right:8px}.block-menu-container .block-menu .menu-item-undone .text{margin-left:24px}.theme-light .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic,.theme-dark .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic{fill:var(--davys-grey)}.theme-light .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic_stroke{stroke:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic_stroke,.theme-dark .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic_stroke{stroke:var(--davys-grey)}.theme-light .block-menu-container .block-menu .menu-item.disabled .text{color:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item.disabled .text,.theme-dark .block-menu-container .block-menu .menu-item.disabled .text{color:var(--davys-grey)}.block-menu-container .block-menu .menu-item.disabled:hover{background:transparent}.block-menu-container .block-menu .block-menu-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;width:183px;-ms-flex-wrap:wrap;flex-wrap:wrap}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item{width:24px;height:24px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease, -webkit-box-shadow .2s ease}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item .color-icon{width:16px;height:16px;border-radius:50%;cursor:pointer}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon{border:1px solid}.theme-light .block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon{border-color:var(--platinum)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon,.theme-dark .block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon{border-color:var(--white-16)}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item.active,.block-menu-container .block-menu .block-menu-color-picker .color-menu-item:hover{-webkit-box-shadow:inset 0 0 0 2px #c8c8c8;box-shadow:inset 0 0 0 2px #c8c8c8}.block-menu-container .block-menu .block-menu-group:not(:last-child){border-bottom:1px solid}.theme-light .block-menu-container .block-menu .block-menu-group:not(:last-child){border-color:var(--platinum)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-group:not(:last-child),.theme-dark .block-menu-container .block-menu .block-menu-group:not(:last-child){border-color:var(--white-12)}.block-menu-container span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-align-tooltip{white-space:pre-wrap}.nedit-root .fullwidth-mixin-animate{-webkit-transition:.35s linear!important;transition:.35s linear!important}.nedit-root .fullwidth-mixin-enabled{max-width:unset!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-search-navigation-panel,.editor-search-panel{padding:14px 20px;border-radius:22.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light .editor-search-navigation-panel,.theme-light .editor-search-panel{color:var(--davys-grey)}.theme-brand-dark-ios .editor-search-navigation-panel,.theme-brand-dark-ios .editor-search-panel,.theme-dark .editor-search-navigation-panel,.theme-dark .editor-search-panel{color:var(--lavender-grey)}.editor-search-navigation-panel .matches-switch,.editor-search-panel .matches-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editor-search-navigation-panel .matches-switch .matches-numbers,.editor-search-panel .matches-switch .matches-numbers{margin-left:12px;margin-right:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.editor-search-navigation-panel .search-panel-btn,.editor-search-panel .search-panel-btn{cursor:pointer}.editor-search-panel .editor-search-input input{font-size:13px;border:0;background:transparent;outline:none;width:100%}.theme-light .editor-search-panel .editor-search-input input{color:var(--davys-grey)}.theme-brand-dark-ios .editor-search-panel .editor-search-input input,.theme-dark .editor-search-panel .editor-search-input input{color:var(--lavender-grey)}.theme-light .editor-search-panel .editor-search-input input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .editor-search-panel .editor-search-input input,.theme-dark .editor-search-panel .editor-search-input input{caret-color:var(--spare-royal)}.editor-search-panel>svg{min-width:16px}.editor-search-panel .matches-switch{margin-right:16px}.editor-search-panel .search-icon{margin-right:9px}.theme-light .editor-search-panel .search-icon .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .editor-search-panel .search-icon .graphic,.theme-dark .editor-search-panel .search-icon .graphic{fill:var(--ash-grey)}.editor-search-term{background:rgba(1,161,183,.32);border-radius:3px}.editor-search-term.editor-search-term-active{background:#fac92f;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:bounce-search-iterm;animation-name:bounce-search-iterm;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounce-search-iterm{0%{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}30%{-webkit-box-shadow:0 0 0 10px #fac92f;box-shadow:0 0 0 10px #fac92f}50%{-webkit-box-shadow:0 0 0 2px #fac92f;box-shadow:0 0 0 2px #fac92f}70%{-webkit-box-shadow:0 0 0 3px #fac92f;box-shadow:0 0 0 3px #fac92f}to{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}}@keyframes bounce-search-iterm{0%{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}30%{-webkit-box-shadow:0 0 0 10px #fac92f;box-shadow:0 0 0 10px #fac92f}50%{-webkit-box-shadow:0 0 0 2px #fac92f;box-shadow:0 0 0 2px #fac92f}70%{-webkit-box-shadow:0 0 0 3px #fac92f;box-shadow:0 0 0 3px #fac92f}to{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}}.link-form-container{position:absolute;cursor:default;z-index:100}.link-form-container svg{pointer-events:none}.link-form-container .link-form.link-form-enter{opacity:.1}.link-form-container .link-form.link-form-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .link-form.link-form-leave{opacity:1}.link-form-container .link-form.link-form-leave-active{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .popup-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.link-form-container .popup-menu.link-edit{padding:12px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.link-form-container .popup-menu.link-edit .link-form-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button{cursor:pointer;font-size:13px;line-height:18px;font-weight:700;padding:6px 16px 7px;margin-left:7px;border-radius:16px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;color:#00a1b7;background-color:rgba(0,161,183,.1)}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button:hover{background-color:rgba(0,161,183,.15)}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button[data-button-key=done]{color:hsla(0,0%,100%,.87);background-color:#00a1b7}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button[data-button-key=done]:hover{background-color:rgba(0,161,183,.95)}.link-form-container .popup-menu.link-panel{display:block;min-width:228px;padding:8px 8px 14px}.link-form-container .popup-menu.link-menu-enter{opacity:.1}.link-form-container .popup-menu.link-menu-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .popup-menu.link-menu-leave{opacity:1}.link-form-container .popup-menu.link-menu-leave-active{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .popup-menu .link-panel-item-link{width:100%;max-width:221px;margin-bottom:10px}.link-form-container .popup-menu .link-panel-item-link .link-text{cursor:pointer;font-size:13px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;display:inline-block}.theme-light .link-form-container .popup-menu .link-panel-item-link .link-text{color:var(--davys-grey)}.theme-brand-dark-ios .link-form-container .popup-menu .link-panel-item-link .link-text,.theme-dark .link-form-container .popup-menu .link-panel-item-link .link-text{color:var(--lavender-grey)}.link-form-container .popup-menu .link-panel-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.link-form-container .popup-menu .link-panel-buttons .link-panel-item{height:26px;padding:0 8px;margin:0 2px;border-radius:13px;font-size:13px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;line-height:26px;cursor:pointer}.theme-light .link-form-container .popup-menu .link-panel-buttons .link-panel-item{color:var(--onyx)}.theme-brand-dark-ios .link-form-container .popup-menu .link-panel-buttons .link-panel-item,.theme-dark .link-form-container .popup-menu .link-panel-buttons .link-panel-item{color:var(--white-87)}.theme-light .link-form-container .popup-menu .link-panel-buttons .link-panel-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .link-form-container .popup-menu .link-panel-buttons .link-panel-item:hover,.theme-dark .link-form-container .popup-menu .link-panel-buttons .link-panel-item:hover{background-color:var(--white-8)}.link-form-item{width:296px;margin-bottom:10px}.link-form-item:last-child{margin-bottom:0}.link-form-item label{display:block;margin:0 0 4px;font-size:12px;line-height:16px}.theme-light .link-form-item label{color:var(--davys-grey)}.theme-brand-dark-ios .link-form-item label,.theme-dark .link-form-item label{color:var(--lavender-grey)}.link-form-item input[type=text],.link-form-item input[type=url],.link-form-item textarea[type=textarea]{outline:none;width:100%;border:1px solid;height:44px;line-height:42px;padding:0 8px;font-size:13px;font-weight:700;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none!important;box-shadow:none!important}.theme-light .link-form-item input[type=text],.theme-light .link-form-item input[type=url],.theme-light .link-form-item textarea[type=textarea]{border-color:var(--platinum)}.theme-brand-dark-ios .link-form-item input[type=text],.theme-brand-dark-ios .link-form-item input[type=url],.theme-brand-dark-ios .link-form-item textarea[type=textarea],.theme-dark .link-form-item input[type=text],.theme-dark .link-form-item input[type=url],.theme-dark .link-form-item textarea[type=textarea]{border-color:var(--white-16)}.theme-light .link-form-item input[type=text],.theme-light .link-form-item input[type=url],.theme-light .link-form-item textarea[type=textarea]{color:var(--onyx)}.theme-brand-dark-ios .link-form-item input[type=text],.theme-brand-dark-ios .link-form-item input[type=url],.theme-brand-dark-ios .link-form-item textarea[type=textarea],.theme-dark .link-form-item input[type=text],.theme-dark .link-form-item input[type=url],.theme-dark .link-form-item textarea[type=textarea]{color:var(--white-87)}.theme-light .link-form-item input[type=text],.theme-light .link-form-item input[type=url],.theme-light .link-form-item textarea[type=textarea]{background-color:var(--white)}.theme-brand-dark-ios .link-form-item input[type=text],.theme-brand-dark-ios .link-form-item input[type=url],.theme-brand-dark-ios .link-form-item textarea[type=textarea],.theme-dark .link-form-item input[type=text],.theme-dark .link-form-item input[type=url],.theme-dark .link-form-item textarea[type=textarea]{background-color:var(--white-8)}.theme-dark .link-form-item input[type=text]::-webkit-input-placeholder,.theme-dark .link-form-item input[type=url]::-webkit-input-placeholder,.theme-dark .link-form-item textarea[type=textarea]::-webkit-input-placeholder,.theme-light .link-form-item input[type=text]::-webkit-input-placeholder,.theme-light .link-form-item input[type=url]::-webkit-input-placeholder,.theme-light .link-form-item textarea[type=textarea]::-webkit-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]::-webkit-input-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]::-webkit-input-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]::-webkit-input-placeholder{color:var(--ash-grey)}.theme-dark .link-form-item input[type=text]::-moz-placeholder,.theme-dark .link-form-item input[type=url]::-moz-placeholder,.theme-dark .link-form-item textarea[type=textarea]::-moz-placeholder,.theme-light .link-form-item input[type=text]::-moz-placeholder,.theme-light .link-form-item input[type=url]::-moz-placeholder,.theme-light .link-form-item textarea[type=textarea]::-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]::-moz-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]::-moz-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]::-moz-placeholder{color:var(--ash-grey)}.theme-light .link-form-item input[type=text]:-ms-input-placeholder,.theme-light .link-form-item input[type=url]:-ms-input-placeholder,.theme-light .link-form-item textarea[type=textarea]:-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .link-form-item input[type=text]:-ms-input-placeholder,.theme-dark .link-form-item input[type=url]:-ms-input-placeholder,.theme-dark .link-form-item textarea[type=textarea]:-ms-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]:-ms-input-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]:-ms-input-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]:-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .link-form-item input[type=text]:-moz-placeholder,.theme-dark .link-form-item input[type=url]:-moz-placeholder,.theme-dark .link-form-item textarea[type=textarea]:-moz-placeholder,.theme-light .link-form-item input[type=text]:-moz-placeholder,.theme-light .link-form-item input[type=url]:-moz-placeholder,.theme-light .link-form-item textarea[type=textarea]:-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]:-moz-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]:-moz-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]:-moz-placeholder{color:var(--ash-grey)}.link-form-item textarea[type=textarea]{height:80px;font-size:13px;line-height:18px;padding:12px 8px;-webkit-box-sizing:border-box;box-sizing:border-box;resize:none}.nedit-root div.table-wrapper div.table-blot{max-width:100%}.nedit-root div.table-wrapper div.table-scroll{max-width:100%;position:relative}.nedit-root div.table-wrapper div.table-scroll:after,.nedit-root div.table-wrapper div.table-scroll:before{content:"";z-index:11;display:none;opacity:0;position:absolute;top:0;bottom:47px;width:25px;-webkit-transition:opacity .3s;transition:opacity .3s}.nedit-root div.table-wrapper div.table-scroll:before{left:40px;background:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.2)),to(transparent));background:-webkit-linear-gradient(left,rgba(0,0,0,.2),transparent);background:linear-gradient(90deg,rgba(0,0,0,.2),transparent)}.nedit-root div.table-wrapper div.table-scroll:after{right:0;background:-webkit-gradient(linear,left top, right top,from(transparent),to(rgba(0,0,0,.2)));background:-webkit-linear-gradient(left,transparent,rgba(0,0,0,.2));background:linear-gradient(90deg,transparent,rgba(0,0,0,.2))}.nedit-root div.table-wrapper div.table-scroll.can-scroll-left:before,.nedit-root div.table-wrapper div.table-scroll.can-scroll-right:after{display:block;opacity:1}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items{overflow-y:hidden;overflow-x:auto;padding-right:10px}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar{height:11px}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track{opacity:.65;border-radius:5.5px}.theme-light .nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track{background-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track,.theme-dark .nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track{background-color:var(--davys-grey)}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:5.5px}.nedit-root div.table-wrapper.fullwidth-mixin-animate-delayed div.table-scroll.can-scroll-left:before,.nedit-root div.table-wrapper.fullwidth-mixin-animate-delayed div.table-scroll.can-scroll-right:after{display:none}.nedit-root div.table-wrapper:not(.focused-wrap) div.table-scroll.can-hide-col-header:after,.nedit-root div.table-wrapper:not(.focused-wrap) div.table-scroll.can-hide-col-header:before{top:40px}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area{display:none;position:absolute;padding:0 10px;border:0 solid transparent;border-width:1px 1px 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:text;z-index:11;-webkit-box-sizing:unset;box-sizing:unset}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area.active{display:-webkit-box;display:-ms-flexbox;display:flex}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area.active[nowrap],.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[valign=top]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[valign=bottom]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area span{line-height:1em}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area .editable-text{width:100%}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap]{overflow:auto}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{outline-style:solid;outline-width:2px;outline-offset:-2px;text-overflow:unset;position:absolute;min-height:auto;padding:0 11px 1px}.theme-light .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded,.theme-dark .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{background-color:var(--onyx-and-white-16)}.theme-light .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{outline-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded,.theme-dark .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{outline-color:var(--spare-royal)}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded-scroll{overflow-y:auto}.is-ff .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{margin-top:.5px;margin-left:1px}.nedit-root div.table-wrapper table.table-component .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{border-width:1px;border-style:solid;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-row,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{background-color:var(--white-smoke-table)}.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-row,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-row,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-row,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{border-color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-row,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-row,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{border-color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component .menu-btn,.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row .add-row-btn,.nedit-root div.table-wrapper table.table-component thead .add-col .add-col-btn,.nedit-root div.table-wrapper table.table-component thead tr,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{opacity:1;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected{outline-width:1px!important;outline-style:solid!important;outline-offset:-.5px!important;z-index:1}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td:nth-child(n+3).selected,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected{outline-color:var(--bondi-blue)!important}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td:nth-child(n+3).selected,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td:nth-child(n+3).selected,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected{outline-color:var(--spare-royal)!important}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.current:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected:not(.editing):nth-child(n+3),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.current:not(.editing):nth-child(n+3),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected:not(.editing):nth-child(n+3){-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-10);box-shadow:inset 0 0 0 100vw var(--bondi-blue-10)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.current:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.current:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected:not(.editing):nth-child(n+3),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.current:not(.editing):nth-child(n+3),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected:not(.editing):nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.current:not(.editing):nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected:not(.editing):nth-child(n+3){-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-17);box-shadow:inset 0 0 0 100vw var(--bondi-blue-17)}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{border-style:solid;cursor:pointer;font-weight:600;text-align:center;vertical-align:center}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{border-color:var(--table-border-light)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{border-style:solid}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{border-color:var(--table-border-light)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{background-color:var(--white-smoke-table)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item{cursor:move}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{color:var(--white-87)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{background-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{background-color:var(--head-selection-dark)}.nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item{cursor:text;border-right-width:1px}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{text-align:center}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{background-color:var(--white-smoke-table)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui .item-title,.nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui .item-title{display:none}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3),.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{position:relative}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:after{content:"";position:absolute;display:block;height:100%;width:5px;background:transparent;top:0;right:-3px;cursor:ew-resize;z-index:8}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){position:relative}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):before{content:"";position:absolute;display:block;width:100%;height:5px;background:transparent;left:0;bottom:-3px;cursor:ns-resize;z-index:8}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row{position:-webkit-sticky;position:sticky;left:0;z-index:11;width:24px}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){position:-webkit-sticky;position:sticky;left:24px;width:16px;z-index:10}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr .theme-light td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr .theme-light td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr .theme-light th:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td.add-row,.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){background-color:#fff}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td:nth-child(2),.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr .theme-brand-dark-ios td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr .theme-brand-dark-ios td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr .theme-dark td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr .theme-dark td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th:nth-child(2),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td.add-row,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td.add-row,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){background-color:#323232}.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tbody tr td:nth-child(2),.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tfoot tr td.add-row,.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tfoot tr td:nth-child(2),.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component thead tr th:nth-child(2),.nedit-root div.table-wrapper table.table-component tbody tr div.table-scroll:not(.can-scroll-left) td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr div.table-scroll:not(.can-scroll-left) td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr div.table-scroll:not(.can-scroll-left) td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr div.table-scroll:not(.can-scroll-left) td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr div.table-scroll:not(.can-scroll-left) th:nth-child(2){background:transparent}.nedit-root div.table-wrapper table.table-component{overflow:visible;border-spacing:0;border-collapse:collapse;padding:10px 0;margin:0 30px 0 0;width:-webkit-max-content;width:max-content;width:-moz-max-content;position:relative;z-index:10}@media print{.nedit-root div.table-wrapper table.table-component{border-collapse:separate;border-spacing:0;padding:0}}.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{color:var(--lavender-grey)}.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{background-color:#f5f5f5}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{background-color:#424242}.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected):hover{-webkit-box-shadow:inset 0 0 0 100vw var(--white-4);box-shadow:inset 0 0 0 100vw var(--white-4)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected):hover{-webkit-box-shadow:inset 0 0 0 100vw var(--white-8);box-shadow:inset 0 0 0 100vw var(--white-8)}.nedit-root div.table-wrapper table.table-component thead{position:relative;top:var(--htop)}.nedit-root div.table-wrapper table.table-component thead:not(.disabled-transition){-webkit-transition:top .04s linear;transition:top .04s linear}.nedit-root div.table-wrapper table.table-component thead tr{border-right-width:0;border-bottom-width:0;height:39px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start{position:-webkit-sticky;position:sticky;left:0;width:24px;vertical-align:top;padding-top:8px;text-align:center;z-index:12}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before{content:"";position:absolute;top:0;left:0;bottom:1px;right:0;z-index:-1;border-radius:4px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before{background-color:#fff}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before{background-color:#323232}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{border:1px solid;cursor:pointer;border-radius:50%;width:16px;height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{background-color:var(--white-smoke-table)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{background-color:var(--onyx-and-white-8)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{border-color:var(--davys-grey)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle:hover,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle:hover{background-color:var(--white-8)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{border-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{border-color:var(--spare-royal)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{background-color:var(--head-selection-dark)}.nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){z-index:12}.nedit-root div.table-wrapper table.table-component thead tr th{z-index:9}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{padding:0;border-width:0 0 1px 1px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before{content:"";top:0;left:-1px;height:100%;position:absolute;width:1px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before{background-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before{background-color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3){border-left-width:0}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3):before{display:none}@-moz-document url-prefix(){.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3):before{left:-2px}}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3) .item-ui{border-top-left-radius:4px;border-left-width:1px;margin-left:-.5px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:last-child{border-right-width:0!important}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:last-child .item-ui{border-right-width:1px;border-top-right-radius:4px;margin-right:-.5px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{height:39px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:1px 0 0}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui .item-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:25px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:0 6px 1px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit){border-right-width:1px}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit) .icon svg path:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit) .icon svg path:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit) .icon svg path:nth-child(2){fill:var(--white-87)}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui{padding-left:0}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon{outline-color:transparent;outline-style:solid;outline-width:2px;border-color:transparent;border-style:solid;border-width:8px 3px;margin-left:2px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg{width:16px;height:16px}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg .graphic{fill:#00bcd4}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .item-title,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .item-title{margin-left:15px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon+.col-filter-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon+.col-filter-icon{margin-left:5px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-sorting-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-sorting-icon svg .graphic{fill:#fff}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-sorting-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-sorting-icon svg .graphic{fill:#000}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(:hover) .menu-btn-col{opacity:0}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg path:nth-child(2){fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg path:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg path:nth-child(2){fill:var(--ash-grey)}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon{position:absolute;left:5px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;margin:-1px 1px 0 0;font-weight:400}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg{display:inline-block;vertical-align:sub;width:15px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon .menu-icon{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon .menu-icon,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon .menu-icon{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component thead .add-col{position:absolute;top:0;right:-18px;z-index:2;cursor:pointer}@media print{.nedit-root div.table-wrapper table.table-component thead .add-col{display:none}}.nedit-root div.table-wrapper table.table-component thead .add-col .add-col-btn{padding-top:10px}.theme-light .nedit-root div.table-wrapper table.table-component tbody{color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody,.theme-dark .nedit-root div.table-wrapper table.table-component tbody{color:var(--white-87)}.nedit-root div.table-wrapper table.table-component tbody tr{border-style:solid;border-width:0 1px 0 0}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr{border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row,.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row td:not(:first-child):not(:nth-child(2)){border-style:dashed}.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row td:not(:first-child):not(:nth-child(2)).current,.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row td:not(:first-child):not(:nth-child(2)).selected{outline-style:dashed!important}.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row+tr td:not(:first-child):not(:nth-child(2)){border-top-style:dashed}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item{padding:0;border-width:0}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui{height:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:1px 1px 0}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui .item-title{padding:0 2px}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item.long-name .item-ui .item-title{font-size:74%}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item:not(:hover) .menu-btn-row{opacity:0}.nedit-root div.table-wrapper table.table-component tbody tr:first-of-type td.table-head-item{border-top-width:0}.nedit-root div.table-wrapper table.table-component tbody tr:first-of-type td.table-head-item .item-ui{border-top-width:1px;border-radius:4px 4px 0 0}.nedit-root div.table-wrapper table.table-component tbody tr:last-child td.table-head-item .item-ui{border-bottom-width:1px;border-radius:0 0 4px 4px}.nedit-root div.table-wrapper table.table-component tbody tr:only-child td.table-head-item .item-ui{border-radius:4px}.nedit-root div.table-wrapper table.table-component tbody tr:last-child td:nth-child(n+3){border-bottom-width:1px}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){opacity:1;padding:5px 10px;position:relative;cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;min-height:100%;max-width:1px;border-style:solid;border-width:1px 0 0 1px}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){color:var(--white-87)}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[rowspan]:not([rowspan="1"]){border-bottom-width:1px}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):not([data-palette-bg]):not([data-palette-bg-rgb]),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[data-palette-bg-rgb=transparent]{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):not([data-palette-bg]):not([data-palette-bg-rgb]),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[data-palette-bg-rgb=transparent],.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):not([data-palette-bg]):not([data-palette-bg-rgb]),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[data-palette-bg-rgb=transparent]{background-color:var(--onyx-and-white-16)}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).cell-select{padding-top:2px;padding-bottom:2px}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).cell-collaborator{padding-top:0;padding-bottom:0}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).editing .table-text-common{visibility:hidden}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).full-height>div{height:100%}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)>div{min-width:5px;word-break:break-word}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)>div:not(.expanded){outline:none!important}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common{line-height:1.5}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.positive-number{color:#388e3c}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.positive-number,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.positive-number{color:#4caf50}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.negative-number{color:#e64a19}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.negative-number,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.negative-number{color:#ff5722}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current{position:relative}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).hidden{display:none!important}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom-right-radius:100%;width:16px;height:16px;line-height:12px;font-size:10px;text-indent:-2px;cursor:pointer;z-index:1}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{background-color:var(--spare-royal)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{color:var(--white-87)}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(3){border-left-width:1px}.nedit-root div.table-wrapper table.table-component tbody tr:after{opacity:0}.nedit-root div.table-wrapper table.table-component tbody tr.fade{position:relative;background-color:transparent}.nedit-root div.table-wrapper table.table-component tbody tr.fade td:nth-child(n+3){-webkit-transition:opacity 125ms;transition:opacity 125ms;opacity:0}.nedit-root div.table-wrapper table.table-component tbody tr.fade:after{opacity:1}.nedit-root div.table-wrapper table.table-component tbody tr.moving{--pseudo-top:0px;-webkit-transition:125ms;transition:125ms}.nedit-root div.table-wrapper table.table-component tbody tr.moving:after{-webkit-transition:opacity .1666666666667s,top .3333333333333s;transition:opacity .1666666666667s,top .3333333333333s;content:"";display:block;position:absolute;left:0;right:0;z-index:1;min-width:11px;height:100%;width:100%;top:var(--pseudo-top)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr.moving:after,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr.moving:after,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr.moving:after{background-color:var(--bondi-blue-17)}.nedit-root div.table-wrapper table.table-component tbody .resize-grid{display:table;border-spacing:0;border-collapse:collapse;position:fixed;z-index:10;margin-left:44px}.theme-light .nedit-root div.table-wrapper table.table-component tbody .resize-grid{background-color:var(--platinum)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .resize-grid,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .resize-grid{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row{display:table-row}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell{display:table-cell;border:1px solid}.theme-light .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell{border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell-cut{border-left-width:2px;border-left-color:transparent!important}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-shadow:1px 1px 0 hsla(0,0%,100%,.5)}.theme-light .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer{position:absolute;right:5px;bottom:38px;width:0;height:0;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s;z-index:13}@media print{.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer{display:none}}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer.resizing{top:0;left:0;opacity:0}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:nwse-resize;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%23AEB7B8' d='M12 6v6H6zM4 4h6l-6 6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;-webkit-box-shadow:0 3px 5px 0 transparent;box-shadow:0 3px 5px 0 transparent;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s, -webkit-box-shadow .2s;z-index:2}.theme-light .nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle{background-color:var(--white-smoke-table)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle:hover{-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.29);box-shadow:0 3px 5px 0 rgba(0,0,0,.29)}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer.hidden{opacity:0}.nedit-root div.table-wrapper table.table-component tbody.empty-filter-result+tfoot,.nedit-root div.table-wrapper table.table-component tbody.empty-filter-result .table-grip-resizer,.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer.hidden .resize-handle{display:none}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr{max-height:36px}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:before{content:none}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3){max-width:1px}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common br{content:""}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common br:after{content:" "}.nedit-root div.table-wrapper table.table-component tfoot tr td{height:30px}.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row{vertical-align:top;text-align:center}.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row .add-row-btn{width:21px;cursor:pointer;margin-top:3px}@media print{.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row .add-row-btn{display:none}}.nedit-root div.table-wrapper table.table-component .menu-btn{cursor:pointer;position:absolute;z-index:9;margin-top:-10px;width:20px;height:20px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell svg,.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row svg{width:10px;height:10px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell{margin-left:-10px;top:0;left:0}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{top:50%;right:-10px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-col{top:50%;right:10px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-col svg{width:14px;height:14px}.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn .graphic{fill:var(--lavender-grey)}@media print{.nedit-root div.table-wrapper table.table-component .menu-btn{display:none}}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.nedit-root div.table-wrapper table.table-component .vertical-move-highlight{pointer-events:none;position:absolute;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3);z-index:100}.theme-light .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.theme-light .nedit-root div.table-wrapper table.table-component .vertical-move-highlight{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .vertical-move-highlight,.theme-dark .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.theme-dark .nedit-root div.table-wrapper table.table-component .vertical-move-highlight{background-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin,.nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin{position:absolute}.theme-light .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg .graphic{fill:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component .vertical-move-highlight{top:0;bottom:37px;width:2px}.nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin{left:-7px}.nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg{width:16px}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight{left:0;right:0;height:2px}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin{top:-7px}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg{height:16px}.nedit-root div.table-wrapper table.table-component.resizing .menu-btn.menu-btn-cell{opacity:0}.nedit-root div.table-wrapper table.table-component.float-content{z-index:15}.nedit-root div.table-wrapper table.table-component.float-content .menu-btn,.nedit-root div.table-wrapper table.table-component.float-content .table-grip-resizer,.nedit-root div.table-wrapper table.table-component.float-content tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component.float-content tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component.float-content tbody tr td:nth-child(n+3):before,.nedit-root div.table-wrapper table.table-component.float-content thead tr th.table-head-item:after,.nedit-root div.table-wrapper table.table-component.moving-content .menu-btn,.nedit-root div.table-wrapper table.table-component.moving-content .table-grip-resizer,.nedit-root div.table-wrapper table.table-component.moving-content tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component.moving-content tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component.moving-content tbody tr td:nth-child(n+3):before,.nedit-root div.table-wrapper table.table-component.moving-content thead tr th.table-head-item:after{display:none}.nedit-root div.table-wrapper table.table-component:not(.editable){margin:0}.nedit-root div.table-wrapper table.table-component:not(.editable) .menu-btn,.nedit-root div.table-wrapper table.table-component:not(.editable) tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component:not(.editable) tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component:not(.editable) tbody tr td:nth-child(n+3):before,.nedit-root div.table-wrapper table.table-component:not(.editable) thead tr th.table-head-item:after{display:none}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header thead tr th.table-head-start>div{opacity:0}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header tbody tr td.table-head-item{border-color:transparent}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header tbody tr td.table-head-item .item-ui,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header tfoot tr td.add-row>div{opacity:0}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th.selected{border-color:transparent}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead .add-col,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th.selected>div,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th>div{opacity:0}.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before{top:-2px!important;left:0!important;width:calc(100% + 16px)!important;height:calc(100% + 3px)!important}.theme-light .nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before{background-color:#fff}.theme-brand-dark-ios .nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before,.theme-dark .nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before{background-color:#323232}.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-scroll:after,.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-scroll:before{bottom:unset!important;height:82px}.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-scroll div.table-scroll-items{padding-right:0}.table-blot:not(.focused-table) table.table-component.hide-col-header thead tr th.table-head-item:before{opacity:0}.is-ff .nedit-root div.table-wrapper table.table-component tbody tr td,.is-ff .nedit-root div.table-wrapper table.table-component tbody tr th,.is-ff .nedit-root div.table-wrapper table.table-component tfoot tr td,.is-ff .nedit-root div.table-wrapper table.table-component tfoot tr th,.is-ff .nedit-root div.table-wrapper table.table-component thead tr td,.is-ff .nedit-root div.table-wrapper table.table-component thead tr th{background-clip:padding-box}.is-ff .nedit-root div.table-wrapper table.table-component tbody td.full-height,.is-ff .nedit-root div.table-wrapper table.table-component tbody td.table-head-item{height:100%}.is-ff .nedit-root div.table-wrapper table.table-component tbody td.full-height>div,.is-ff .nedit-root div.table-wrapper table.table-component tbody td.table-head-item>div{height:100%;-moz-box-sizing:border-box}.is-ff .nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common br{display:none}.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected,.nedit-root div.table-wrapper table.table-component tbody tr .is-chrome td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .is-chrome td:nth-child(n+3).selected{outline-width:2px!important;outline-offset:-1px!important}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(3).selected .item-ui{margin-left:-1px}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(n+3).selected{z-index:10}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(n+3).selected .item-ui{margin-right:-2px;border-right-width:2px}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:last-child.selected .item-ui{margin-right:-1px}.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr:first-child td.table-head-item .item-ui{margin-bottom:1px}.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr:last-child td.table-head-item .item-ui{height:97%}.menu-item.currency-menu .popup-menu{max-height:500px;overflow-y:auto;min-width:230px}.nedit-root div.table-wrapper.export{padding-left:0}.nedit-root div.table-wrapper.export.export-pdf .table-header-circle{display:none}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container{max-width:900px;overflow-x:hidden}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container>div:first-child{width:880px;padding-left:20px!important}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .table-toolbar-col-header .table-head-item{padding:0!important}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf{background-color:var(--white);height:39px;text-align:center;font-weight:700}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon{position:absolute;left:4px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;margin-right:1px;font-weight:400}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon svg{display:inline-block;vertical-align:sub;width:15px}.theme-light .nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon .menu-icon{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon .menu-icon,.theme-dark .nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon .menu-icon{color:var(--lavender-grey)}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .border-top-width{border-top-width:1px}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .tr-hidden{display:none}.nedit-root div.table-wrapper.export.export-pdf table{width:auto;overflow:hidden}.nedit-root div.table-wrapper.export.export-pdf table.table-component{border-collapse:separate}.nedit-root div.table-wrapper.export.export-pdf table thead .table-head-item:last-child .item-ui{margin-right:0}.nedit-root div.table-wrapper.export.export-pdf table tbody{overflow:hidden}.nedit-root div.table-wrapper.export.export-pdf table tbody tr{page-break-inside:avoid}.nedit-root div.table-wrapper.export.export-pdf table tbody tr td{page-break-inside:avoid;position:relative;border-width:1px!important;border-color:transparent}.nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1;width:auto;border-width:1px!important;outline:none}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{border-color:var(--table-border-dark)}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{outline-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{outline-color:var(--table-border-dark)}.nedit-root div.table-wrapper.export.export-pdf table tbody tr td.table-head-item .item-ui{border-width:0}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot.A5 td{max-width:1px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td{border-width:0!important;outline:0!important}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td:after{outline:0!important}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:35px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap.active-menu{z-index:12}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item{padding:0 10px;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;cursor:pointer}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item{color:var(--lavender-grey)}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-name{white-space:nowrap}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-name.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-value{padding:0 2px 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:7px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-value[valueLength="2"]{min-width:13px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-value[valueLength="3"]{min-width:20px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{border-radius:4px;border:1px solid;width:29px;font-size:12px;height:15px;font-style:normal;text-align:center;padding:2px 1px;margin:0 2px 0 3px}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{border-color:var(--white-12)}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{color:var(--white-87)}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{background-color:var(--white-8)}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input[browser=Chrome],.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input[browser=Opera]{padding:4px 1px 2px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input[maxValue="10"]{width:24px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-menu-icon{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1px}.nedit-root div.table-wrapper.export .table-scroll-container{overflow-x:auto;overflow-y:hidden}.nedit-root div.table-wrapper.export .table-scroll-container>div:first-child{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-left:46px}.nedit-root div.table-wrapper.export .table-scroll-container .table-scroll-items{overflow-x:unset;overflow-y:unset}.nedit-root div.table-wrapper.export table{border-width:0}.nedit-root div.table-wrapper.export table tbody{border:0}.nedit-root div.table-wrapper.export table tbody tr td:last-child{border-width:1px}.nedit-root div.table-wrapper.export table tbody tr td.cell-head,.nedit-root div.table-wrapper.export table tbody tr td.cell-margin{padding:0;border-color:transparent;border-width:0!important}.nedit-root div.table-wrapper.export table tbody tr td.cell-head:after,.nedit-root div.table-wrapper.export table tbody tr td.cell-margin:after{display:none}.nedit-root div.table-wrapper.export table tbody tr td.cell-head{width:21px;position:relative}.nedit-root div.table-wrapper.export table tbody tr td.cell-head .cell-head-item{position:absolute;top:0;left:0;right:0;bottom:0;border-width:0 1px 1px;font-size:13px}.nedit-root div.table-wrapper.export table tbody tr td.cell-head .cell-head-item.long-name{font-size:74%}.nedit-root div.table-wrapper.export table tbody tr td.cell-margin{width:15px}.nedit-root div.table-wrapper.export table tbody tr:first-child td.cell-head .cell-head-item{border-top-width:1px;border-radius:4px 4px 0 0}.nedit-root div.table-wrapper.export table tbody tr:last-child td.cell-head .cell-head-item{border-radius:0 0 4px 4px}.nedit-root div.table-wrapper.export table tbody tr:last-child td:nth-child(n+2){border-width:1px}.nedit-root div.table-wrapper.export table tfoot tr td .summaries-group .summary-item{cursor:default}.nedit-root div.table-wrapper.export table tfoot tr td .summaries-group .summary-item .summary-menu-icon{display:none}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3){max-width:1px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:35px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap.active-menu{z-index:12}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item{padding:0 10px;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;cursor:pointer}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item.fade-out{cursor:default;-webkit-transition:opacity .15s;transition:opacity .15s;opacity:0}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item.fade-out:not(.hover-disabled).menu-active,.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item.fade-out:not(.hover-disabled):hover{opacity:1;cursor:pointer}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-name{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-name.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value{padding:0 2px 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:7px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value[valueLength="2"]{min-width:13px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value[valueLength="3"]{min-width:20px}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.positive-number{color:#388e3c}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.positive-number,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.positive-number{color:#4caf50}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.negative-number{color:#e64a19}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.negative-number,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.negative-number{color:#ff5722}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{border-radius:4px;border:1px solid;width:29px;font-size:12px;height:15px;font-style:normal;text-align:center;padding:2px 1px;margin:0 2px 0 3px}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{border-color:var(--white-12)}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{color:var(--white-87)}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{background-color:var(--white-8)}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input[browser=Chrome],.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input[browser=Opera]{padding:3px 1px 2px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input[maxValue="10"]{width:24px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1px}.nedit-root .float-component,.root-placement-styled .float-component{display:block;position:fixed;z-index:15;border:1px solid;border-radius:0 0 4px 4px;max-width:320px;padding:10px}.theme-light .nedit-root .float-component,.theme-light .root-placement-styled .float-component{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .float-component,.theme-brand-dark-ios .root-placement-styled .float-component,.theme-dark .nedit-root .float-component,.theme-dark .root-placement-styled .float-component{border-color:var(--white-16)}.theme-light .nedit-root .float-component,.theme-light .root-placement-styled .float-component{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .nedit-root .float-component,.theme-brand-dark-ios .root-placement-styled .float-component,.theme-dark .nedit-root .float-component,.theme-dark .root-placement-styled .float-component{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-light .nedit-root .float-component,.theme-light .root-placement-styled .float-component{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .float-component,.theme-brand-dark-ios .root-placement-styled .float-component,.theme-dark .nedit-root .float-component,.theme-dark .root-placement-styled .float-component{background-color:var(--grey-brown)}.nedit-root div.table-wrapper{-webkit-transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:4px}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer,.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.popup-menu.table-filter-component{overflow:visible}.popup-menu.table-filter-component .table-filter{padding:20px;position:relative}.popup-menu.table-filter-component .table-filter .table-filter-header{margin-bottom:10px}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-header,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-header,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-header{color:var(--ash-grey)}.popup-menu.table-filter-component .table-filter .table-filter-header .editor-switch-option{margin-left:10px}.popup-menu.table-filter-component .table-filter .table-filter-header .table-filter-header-switch{margin-bottom:5px}.popup-menu.table-filter-component .table-filter .table-filter-close{padding:7px;position:absolute;top:-1px;right:5px;cursor:pointer}.popup-menu.table-filter-component .table-filter .table-filter-close svg{width:12px;height:12px;display:block}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-close svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-close svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-close svg .graphic{fill:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-close:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-close:hover svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-close:hover svg .graphic{fill:var(--spare-royal)}.popup-menu.table-filter-component .table-filter .table-filter-no-filter-conditions{margin-bottom:10px;text-align:center;min-width:613px}.popup-menu.table-filter-component .table-filter .table-filter-row{display:grid;grid-template-columns:70px 130px 125px 250px 30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:14px;gap:2px}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-row.disabled,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-row.disabled,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-row.disabled{color:var(--ash-grey)}.popup-menu.table-filter-component .table-filter .table-filter-row.disabled *{cursor:default!important}.popup-menu.table-filter-component .table-filter .table-filter-row.disabled .delete-filter-row{display:none}.popup-menu.table-filter-component .table-filter .table-filter-row.without-value{grid-template-columns:70px 130px 377px 30px}.popup-menu.table-filter-component .table-filter .table-filter-row.without-value .table-filter-col:nth-child(4){height:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-menu.table-filter-component .table-filter .table-filter-row:not(:nth-child(4)) .table-filter-col:first-child{line-height:30px}.popup-menu.table-filter-component .table-filter .table-filter-row:nth-child(3) .table-filter-col:first-child{text-align:center;text-indent:-10px}.popup-menu.table-filter-component .table-filter .table-filter-row.checkbox-filter-row .table-filter-col:nth-child(4){padding-left:10px}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col:nth-child(5){height:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.disabled .custom-select-arrow{display:none}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select .custom-select-list{z-index:10}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-column-select,.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-condition-select{white-space:nowrap;padding-top:0;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:31px}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-column-select .selected-item,.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-condition-select .selected-item{max-width:100%;overflow:hidden;text-overflow:ellipsis;display:block}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-operator-select{text-align:center}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-operator-select .selected-item{line-height:21px}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col.table-filter-operator{text-align:center;text-indent:-18px}.popup-menu.table-filter-component .table-filter:not(.multicolumn-filter) .table-filter-row.checkbox-filter-row{grid-template-columns:70px 130px 125px 70px 30px}.popup-menu.table-filter-component .table-filter.multicolumn-filter .table-filter-row.checkbox-filter-row{grid-template-columns:70px 310px 125px 70px 30px}.popup-menu.table-filter-component .table-filter .delete-filter-row{padding:4px;cursor:pointer;display:block}.popup-menu.table-filter-component .table-filter .delete-filter-row svg{width:16px;height:16px;display:block}.theme-light .popup-menu.table-filter-component .table-filter .delete-filter-row svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .delete-filter-row svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .delete-filter-row svg .graphic{fill:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .delete-filter-row:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .delete-filter-row:hover svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .delete-filter-row:hover svg .graphic{fill:var(--spare-royal)}.popup-menu.table-filter-component .table-filter .table-filter-input{background-color:transparent;border:1px solid;border-radius:4px;padding:0 10px;color:inherit;font-size:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:31px;margin:0}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-input{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-input,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-input{border-color:var(--white-16)}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select{white-space:nowrap}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .selected-item{line-height:21px}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .selected-item:first-letter{text-transform:uppercase}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-title{font-size:16px}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-title:first-letter{text-transform:uppercase}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description{font-size:12px}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description,.theme-dark .popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description,.theme-light .popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description{color:var(--ash-grey)}.popup-menu.table-filter-component .table-filter .table-filter-label-select{padding-top:1px;padding-bottom:1px}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:hidden}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;padding:0 10px;border-radius:20px;max-height:21px;margin:2px 0 3px}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{color:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{background-color:var(--davys-grey)}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .select-label{max-width:130px}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;min-width:1px;background-color:transparent;border:0;max-width:100%;font-size:14px;padding:3px 0 2px}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{color:var(--onyx)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{color:var(--white-87)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{caret-color:var(--spare-royal)}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list{overflow-y:visible}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels{padding:0 10px 10px}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels .option-item{padding:0;background-color:transparent!important}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list{border-top:1px solid}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list{border-color:var(--white-16)}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-labels-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-bottom:-10px;padding-bottom:10px}.popup-menu.table-filter-component .table-filter .table-filter-checkbox-field{margin:3px auto}.popup-menu.table-filter-component .table-filter .table-filter-user-select{padding-top:2px;padding-bottom:2px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-user-select-empty{line-height:25px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item{padding-right:40px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected{position:relative}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected .collaborate-item-done{display:block;position:absolute;top:calc(50% - 8px);right:10px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected .collaborate-item-done svg{display:block}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected:not(:hover){background-color:transparent}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item .collaborate-item{min-height:30px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users .collaborate-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:25px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.two-selected .collaborate-item{max-width:50%}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .collaborate-item:not(:first-child),.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .collaborate-item:not(:first-child){margin-left:-10px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .collaborate-item:nth-child(3),.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .collaborate-item:nth-child(3){max-width:85%}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;padding:0 10px;border-radius:20px}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{color:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{background-color:var(--davys-grey)}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .collaborate-item:nth-child(3){max-width:62%}.popup-menu.table-filter-component .table-filter .table-filter-progress{padding:4px 10px;border:1px solid;border-radius:4px;height:31px;-webkit-box-sizing:border-box;box-sizing:border-box}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-progress{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-progress,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-progress{border-color:var(--white-16)}.popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range{overflow:visible}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range{background-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range .slider-holder{opacity:1}.popup-menu.table-filter-component .table-filter .table-filter-date-field{position:relative}.popup-menu.table-filter-component .table-filter .table-filter-date-field .table-filter-date-select .selected-item{line-height:21px;white-space:nowrap}.popup-menu.table-filter-component .table-filter .table-filter-date-field .table-filter-date-range-selected{font-size:12px;line-height:16px}.popup-menu.table-filter-component .table-filter .table-filter-date-field .nim-editor-datepicker{z-index:10}.popup-menu.table-filter-component .table-filter .table-filter-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:14px;min-width:340px}.popup-menu.table-filter-component .table-filter .table-filter-footer .table-filter-add,.popup-menu.table-filter-component .table-filter .table-filter-footer .table-filter-clear{cursor:pointer}.nedit-root table.table-component tbody td.cell-date{max-width:1px;overflow:hidden}.nedit-root table.table-component tbody td.cell-date.open-date-picker{z-index:9!important}.nedit-root table.table-component tbody td.cell-date .input-date{max-width:100%}.nedit-root table.table-component tbody td.cell-date .input-date-active{overflow:visible}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string{max-width:100%}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string .input-date-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string .input-date-text:before{display:none;color:var(--bondi-blue)}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string .input-date-text:empty:before{display:none}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link{max-width:100%;overflow:hidden;text-overflow:ellipsis}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link:before{top:.05em}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link .mention-icon{display:inline-block;vertical-align:middle}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link .mention-icon.mention-user{vertical-align:text-top}.nedit-root table.table-component tbody td.cell-mention.open-date-picker{z-index:9!important}.nedit-root table.table-component tbody td.cell-mention .mention-panel{position:fixed;z-index:12}.nedit-root table.table-component tbody td.cell-mention .popup-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-edit{padding:12px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-panel{display:block;padding:8px}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-enter{opacity:.1}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-leave{opacity:1}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-leave-active{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item{height:26px;padding:0 8px;margin:0 2px;border-radius:13px;font-size:13px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;line-height:26px;cursor:pointer;white-space:nowrap}.theme-light .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item,.theme-dark .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item{color:var(--lavender-grey)}.theme-light .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item:hover,.theme-dark .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item:hover{background-color:var(--white-8)}.editor-body .inline-progress,.editor-body .table-progress,.nedit-root .inline-progress,.nedit-root .table-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.editor-body .inline-progress .inline-progress-slider,.editor-body .inline-progress .table-progress-slider,.editor-body .table-progress .inline-progress-slider,.editor-body .table-progress .table-progress-slider,.nedit-root .inline-progress .inline-progress-slider,.nedit-root .inline-progress .table-progress-slider,.nedit-root .table-progress .inline-progress-slider,.nedit-root .table-progress .table-progress-slider{cursor:pointer;margin:0 2px 0 6px}.editor-body .inline-progress .inline-progress-slider .slider-range,.editor-body .inline-progress .table-progress-slider .slider-range,.editor-body .table-progress .inline-progress-slider .slider-range,.editor-body .table-progress .table-progress-slider .slider-range,.nedit-root .inline-progress .inline-progress-slider .slider-range,.nedit-root .inline-progress .table-progress-slider .slider-range,.nedit-root .table-progress .inline-progress-slider .slider-range,.nedit-root .table-progress .table-progress-slider .slider-range{overflow:hidden;border:0;height:15px;border-radius:7.5px}.theme-light .editor-body .inline-progress .inline-progress-slider .slider-range,.theme-light .editor-body .inline-progress .table-progress-slider .slider-range,.theme-light .editor-body .table-progress .inline-progress-slider .slider-range,.theme-light .editor-body .table-progress .table-progress-slider .slider-range,.theme-light .nedit-root .inline-progress .inline-progress-slider .slider-range,.theme-light .nedit-root .inline-progress .table-progress-slider .slider-range,.theme-light .nedit-root .table-progress .inline-progress-slider .slider-range,.theme-light .nedit-root .table-progress .table-progress-slider .slider-range{background-color:var(--white-smoke)}.theme-brand-dark-ios .editor-body .inline-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .editor-body .inline-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .editor-body .table-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .editor-body .table-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .inline-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .inline-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .table-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .table-progress .table-progress-slider .slider-range,.theme-dark .editor-body .inline-progress .inline-progress-slider .slider-range,.theme-dark .editor-body .inline-progress .table-progress-slider .slider-range,.theme-dark .editor-body .table-progress .inline-progress-slider .slider-range,.theme-dark .editor-body .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root .inline-progress .inline-progress-slider .slider-range,.theme-dark .nedit-root .inline-progress .table-progress-slider .slider-range,.theme-dark .nedit-root .table-progress .inline-progress-slider .slider-range,.theme-dark .nedit-root .table-progress .table-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress,.editor-body .inline-progress .table-progress-slider .slider-range .slider-progress,.editor-body .table-progress .inline-progress-slider .slider-range .slider-progress,.editor-body .table-progress .table-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress,.nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress,.nedit-root .table-progress .table-progress-slider .slider-range .slider-progress{height:15px;border-radius:7.5px 0 0 7.5px;background-color:#4caf50;-webkit-transition:background-color .7s;transition:background-color .7s}.editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder{top:-4px;opacity:0;width:9px;height:21px;-webkit-transition:opacity .25s;transition:opacity .25s;border-radius:2px;border-style:solid;border-width:.5px;border-image-slice:1;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);box-shadow:0 1px 5px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);border-image-source:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0));background-image:-webkit-gradient(linear,left top, left bottom,from(hsla(0,0%,100%,.12)),color-stop(20%, hsla(0,0%,100%,.06)),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0));background-image:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0));background-origin:border-box;background-clip:content-box,border-box}.theme-light .editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder{background-color:var(--bondi-blue)}.theme-brand-dark-ios .editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder{background-color:var(--spare-royal)}.editor-body .inline-progress .progress-value,.editor-body .table-progress .progress-value,.nedit-root .inline-progress .progress-value,.nedit-root .table-progress .progress-value{min-width:45px;text-align:right}.editor-body .inline-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.editor-body .inline-progress.progress-low .table-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-low .table-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-low .table-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-low .table-progress-slider .slider-range .slider-progress{background-color:#f44336}.editor-body .inline-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.editor-body .inline-progress.progress-middle .table-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-middle .table-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-middle .table-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-middle .table-progress-slider .slider-range .slider-progress{background-color:#ff9800}.editor-body .inline-progress .progress-low .slider-range .slider-progress,.editor-body .table-progress .progress-low .slider-range .slider-progress,.nedit-root .inline-progress .progress-low .slider-range .slider-progress,.nedit-root .table-progress .progress-low .slider-range .slider-progress{background-color:#f44336}.editor-body .inline-progress .progress-middle .slider-range .slider-progress,.editor-body .table-progress .progress-middle .slider-range .slider-progress,.nedit-root .inline-progress .progress-middle .slider-range .slider-progress,.nedit-root .table-progress .progress-middle .slider-range .slider-progress{background-color:#ff9800}.theme-light .nedit-root table.table-component tbody td.cell-progress.current{-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-10);box-shadow:inset 0 0 0 100vw var(--bondi-blue-10)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress.current,.theme-dark .nedit-root table.table-component tbody td.cell-progress.current{-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-17);box-shadow:inset 0 0 0 100vw var(--bondi-blue-17)}.theme-light .nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider .slider-range,.theme-light .nedit-root table.table-component tbody td.cell-progress.selected .table-progress .table-progress-slider .slider-range,.theme-light .nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider .slider-range{background-color:var(--platinum)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress.selected .table-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root table.table-component tbody td.cell-progress.selected .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider:not(.readonly) .slider-range,.nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider:not(.readonly) .slider-range{overflow:visible}.nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider:not(.readonly) .slider-range .slider-holder,.nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider:not(.readonly) .slider-range .slider-holder{opacity:1}.nedit-root table.table-component:not(.editable) tbody td.cell-progress .table-progress .table-progress-slider{cursor:default}.nedit-root table.table-component td.cell-attachment{text-align:left;overflow:hidden;max-width:1px}.nedit-root table.table-component td.cell-attachment .table-attachment{cursor:pointer}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file{max-width:99%}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .compact-view-content{padding-right:0}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .editor-progress-ring{white-space:nowrap}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div{white-space:nowrap;margin-right:0;overflow:unset;text-overflow:unset;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name{display:block}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-main{display:inline-block;max-width:158px;overflow:hidden;text-overflow:ellipsis;text-align:right}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-ext{display:inline-block}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-ext,.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-main{vertical-align:top}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-size{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:85px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info .file-error{white-space:nowrap;line-height:175%}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-menu-icon{margin-top:2px;margin-right:8px;margin-left:8px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-right{margin-left:4px;margin-right:4px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-right .file-abort{margin-left:8px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-action-tooltip,.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-fetch,.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-right .progress-text{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item{display:inline-block;margin:0}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item-hidden{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file{margin:0!important;padding:0!important;display:inline-block}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-uploading .file-name{display:none!important}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-uploading .file-right .progress{display:inline-block;margin:0 7px 0 2px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-uploading .file-right .file-abort{display:inline-block}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-menu-icon,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-size{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left{height:22px;background-color:transparent}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left .editor-progress-ring{width:20px;height:22px;overflow:hidden;white-space:nowrap}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left .editor-progress-ring svg{-webkit-transform:scale(.5);transform:scale(.5);margin-top:-6px;margin-left:-7px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left>svg,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left img{width:20px;height:22px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left:not(.loading){margin:1px;padding:0 0 0 2px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-right .file-abort{margin-left:2px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-right .file-abort svg{width:12px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-right .progress-text{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content{height:22px;min-height:22px;min-width:88px;padding-left:3px;padding-right:4px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content.file-uploading .file-right{margin-left:3px;line-height:14px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content.file-uploading .file-right .progress{min-width:32px;text-align:center}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content.file-uploading .file-info{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info{margin-left:1px;min-width:0}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name{display:-webkit-box;display:-ms-flexbox;display:flex}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name{color:var(--onyx)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name{color:var(--white-87)}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name-main{max-width:117px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name-ext{max-width:41px;overflow:hidden;text-overflow:ellipsis}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name:hover{text-decoration:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{display:inline-block;vertical-align:top;width:30px;min-width:30px;text-align:center;cursor:pointer;border-radius:11px;line-height:22px;height:22px;font-size:11px;font-weight:700;margin:1px 0 0 3px;padding:0 0 1px}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{color:var(--ash-grey)}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{background-color:var(--davys-grey)}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item{margin:5px 10px 5px 0;max-width:100%}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-info,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-menu-icon{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .compact-view-content,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-container,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-left,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-too-small{display:contents}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left img{display:block;width:auto;height:auto;border-radius:4px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper{position:relative}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper.focused-image:after{content:"";width:4px;height:100%;position:absolute;top:0;right:-2px;cursor:ew-resize}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point{width:16px;height:16px;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.29);box-shadow:0 3px 5px 0 rgba(0,0,0,.29);position:absolute;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%23AEB7B8' d='M12 6v6H6zM4 4h6l-6 6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;background-size:12px;top:calc(50% - 8px);right:-8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point{background-color:var(--white)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point{background-color:var(--grey-brown)}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell .attachment-item .file .file-container .file-left .image-attachment-wrapper{width:32px!important;height:32px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell .attachment-item.invisible-attachment,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell .invisible-counter,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active):not(.no-wrap-attachmens-cell) .nowrap-plus{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process{-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none;position:relative}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;pointer-events:none}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process{z-index:99}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{border-color:#00bcd4}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{border-color:#1976d2}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{background-color:#e0f7fa}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{background-color:#2196f3}.nedit-root table.table-component td.cell-attachment .table-attachment.active .attachment-item.is-image>.file{margin:0!important}.nedit-root table.table-component td.cell-attachment .table-attachment.active .attachment-item.is-image .file-container .file-left{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;overflow:hidden;background:transparent;border-radius:4px}.nedit-root table.table-component td.cell-attachment .table-attachment.active .attachment-item.is-image .file-container .file-left img{display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%}.nedit-root table.table-component td.cell-attachment .float-component{max-width:400px;padding:8px 8px 8px 10px}.nedit-root table.table-component td.cell-attachment .float-component .float-head{white-space:nowrap;background:transparent}.nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button{cursor:pointer;padding:2px}.nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.theme-light .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more,.theme-dark .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more{color:var(--lavender-grey)}.nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:32px;height:32px;border-radius:100%;margin-right:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .15s;transition:background-color .15s}.theme-light .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle,.theme-dark .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle{background-color:var(--onyx-and-white-8)}.theme-light .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button:hover .upload-more .circle{background-color:var(--platinum)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button:hover .upload-more .circle,.theme-dark .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button:hover .upload-more .circle{background-color:var(--onyx-and-white-8)}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment{max-height:195px;overflow-y:auto}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item{padding:4px 0 0}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item:hover{background:transparent}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item .file{margin:3px 0!important}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item .file .compact-view-content{height:48px;min-height:48px}.nedit-root div.table-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding:0;margin-top:22px;margin-bottom:18px;white-space:normal;cursor:default;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nedit-root div.table-wrapper:not(.fullwidth-mixin-enabled){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nedit-root div.table-wrapper.indent-1{max-width:calc(97% + 15px);margin-left:calc(3% - 15px)}.nedit-root div.table-wrapper.indent-2{max-width:calc(94% + 15px);margin-left:calc(6% - 15px)}.nedit-root div.table-wrapper.indent-3{max-width:calc(91% + 15px);margin-left:calc(9% - 15px)}.nedit-root div.table-wrapper.indent-4{max-width:calc(88% + 15px);margin-left:calc(12% - 15px)}.nedit-root div.table-wrapper.indent-5{max-width:calc(85% + 15px);margin-left:calc(15% - 15px)}.nedit-root div.table-wrapper.indent-6{max-width:calc(82% + 15px);margin-left:calc(18% - 15px)}.nedit-root div.table-wrapper.indent-7{max-width:calc(79% + 15px);margin-left:calc(21% - 15px)}.nedit-root div.table-wrapper.indent-8{max-width:calc(76% + 15px);margin-left:calc(24% - 15px)}.nedit-root div.table-wrapper.indent-9{max-width:calc(73% + 15px);margin-left:calc(27% - 15px)}.nedit-root div.table-wrapper.indent-10{max-width:calc(70% + 15px);margin-left:calc(30% - 15px)}.nedit-root div.table-wrapper.indent-11{max-width:calc(67% + 15px);margin-left:calc(33% - 15px)}.nedit-root div.table-wrapper.indent-12{max-width:calc(64% + 15px);margin-left:calc(36% - 15px)}.nedit-root div.table-wrapper.indent-13{max-width:calc(61% + 15px);margin-left:calc(39% - 15px)}.nedit-root div.table-wrapper.indent-14{max-width:calc(58% + 15px);margin-left:calc(42% - 15px)}.nedit-root div.table-wrapper.indent-15{max-width:calc(55% + 15px);margin-left:calc(45% - 15px)}.nedit-root div.table-wrapper.indent-16{max-width:calc(52% + 15px);margin-left:calc(48% - 15px)}.nedit-root div.table-wrapper.indent-17{max-width:calc(49% + 15px);margin-left:calc(51% - 15px)}.nedit-root div.table-wrapper.indent-18{max-width:calc(46% + 15px);margin-left:calc(54% - 15px)}.nedit-root div.table-wrapper.indent-19{max-width:calc(43% + 15px);margin-left:calc(57% - 15px)}.nedit-root div.table-wrapper.indent-20{max-width:calc(40% + 15px);margin-left:calc(60% - 15px)}.nedit-root div.table-wrapper.indent-21{max-width:calc(37% + 15px);margin-left:calc(63% - 15px)}.nedit-root div.table-wrapper.indent-22{max-width:calc(34% + 15px);margin-left:calc(66% - 15px)}.nedit-root div.table-wrapper.indent-23{max-width:calc(31% + 15px);margin-left:calc(69% - 15px)}.nedit-root div.table-wrapper.indent-24{max-width:calc(28% + 15px);margin-left:calc(72% - 15px)}.nedit-root div.table-wrapper.indent-25{max-width:calc(25% + 15px);margin-left:calc(75% - 15px)}.nedit-root div.table-wrapper.indent-26{max-width:calc(22% + 15px);margin-left:calc(78% - 15px)}.nedit-root div.table-wrapper.indent-27{max-width:calc(19% + 15px);margin-left:calc(81% - 15px)}.nedit-root div.table-wrapper.indent-28{max-width:calc(16% + 15px);margin-left:calc(84% - 15px)}.nedit-root div.table-wrapper.indent-29{max-width:calc(13% + 15px);margin-left:calc(87% - 15px)}.nedit-root div.table-wrapper.indent-30{max-width:calc(10% + 15px);margin-left:calc(90% - 15px)}.nedit-root div.table-wrapper.table-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root div.table-wrapper.table-align-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nedit-root div.table-wrapper.table-align-right table td:after{right:auto;left:-3px}.nedit-root div.table-wrapper.table-align-right .table-toolbar-col-header .table-resizer{right:auto;left:-2px}.nedit-root div.table-wrapper.table-align-full-width .table-scroll-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.nedit-root div.table-wrapper.table-align-full-width table{min-width:100%}.nedit-root div.table-wrapper .attachment-caption.no-summaries{z-index:1;margin-top:-42px}.nedit-root .grid>.table-wrapper:first-child{margin-top:0}.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3),.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3){-webkit-user-select:text;-ms-user-select:text;user-select:text;-moz-user-select:text}.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:after,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:before,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3):after,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3):before,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:after,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:before,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3):after,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3):before{display:none}.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td .editable-text,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3) .editable-text,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td .editable-text,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3) .editable-text{cursor:text}.nedit-root.preview-mode div.table-wrapper table.table-component td .editable-text,.nedit-root.readonly-mode div.table-wrapper table.table-component td .editable-text{cursor:default}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\F101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\F102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\F103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\F104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\F105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\F106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\F107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\F108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\F109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\F10A"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\F10B"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\F10C"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\F10D"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\F10E"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\F10F"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\F110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\F111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\F112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\F113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\F114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\F115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\F116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\F117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\F118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\F119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\F11A"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\F11B"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\F11C"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\F11D"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\F11E"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\F11F"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\F120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\F121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\F122"}.video-js{display:block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:normal}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js :after,.video-js :before{-webkit-box-sizing:inherit;box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-1-1,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-16-9,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode),.video-js .vjs-tech{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;-webkit-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.8)),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,.8),hsla(0,0%,100%,0));background:linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));overflow:auto}.video-js .vjs-modal-dialog>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:4em;-ms-touch-action:none;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{-webkit-transition:width 1s;transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;-webkit-transition:left 0s;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;-webkit-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{-webkit-box-flex:0;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;-webkit-box-sizing:inherit;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\F10D";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \F11D";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:-webkit-gradient(linear,left bottom, left top,color-stop(88%, #fff),to(#73859f));background-image:-webkit-linear-gradient(bottom,#fff 88%,#73859f);background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:-webkit-gradient(linear,left top, left bottom,color-stop(88%, #fff),to(#73859f));background-image:-webkit-linear-gradient(top,#fff 88%,#73859f);background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible),.video-js :focus:not(:focus-visible){outline:none}.video-js.vjs-theme-nimbus{font-family:inherit}.video-js.vjs-theme-nimbus .vjs-big-play-button{width:2em;height:2em;background-color:#fff;border:1px solid rgba(0,0,0,.14);top:50%;left:50%;border-radius:50%;margin:-1em auto 0 -1em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.167 9.557a1.667 1.667 0 010 2.886l-15 8.66a1.667 1.667 0 01-2.5-1.443V2.34a1.667 1.667 0 012.5-1.444l15 8.66z' fill='%2300BCD4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.video-js.vjs-theme-nimbus .vjs-big-play-button:focus{background-color:#fff;-webkit-transition:unset;transition:unset}.video-js.vjs-theme-nimbus .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.video-js.vjs-theme-nimbus:hover .vjs-big-play-button{background-color:#fff;-webkit-transition:unset;transition:unset}.video-js.vjs-theme-nimbus .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background:none;height:4.6em;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 1em}.video-js.vjs-theme-nimbus .vjs-progress-control{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;height:auto;padding:.4em 0;margin-bottom:.2em}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder{height:.4em;background-color:hsla(0,0%,100%,.33);margin:0}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-load-progress{background:hsla(0,0%,100%,.8)}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-load-progress>div{background:none}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-play-progress{background-color:#00bcd4}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before{content:"";display:block;width:1.2em;height:1.2em;background-color:#00bcd4;top:50%;margin-top:-.6em;border-radius:50%;font-size:inherit;-webkit-transform:scale(.7) translateX(.2em);transform:scale(.7) translateX(.2em);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.video-js.vjs-theme-nimbus .vjs-progress-control:hover .vjs-progress-holder{height:.2405em}.video-js.vjs-theme-nimbus .vjs-progress-control:hover .vjs-progress-holder .vjs-play-progress:before{-webkit-transform:scale(.6) translateX(.2em);transform:scale(.6) translateX(.2em)}.video-js.vjs-theme-nimbus .vjs-progress-control:hover .vjs-time-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:unset}.video-js.vjs-theme-nimbus .vjs-button.vjs-control{width:2.4em;height:2.4em}.video-js.vjs-theme-nimbus .vjs-button.vjs-control .vjs-icon-placeholder{display:none}.video-js.vjs-theme-nimbus .vjs-play-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M1.537.978A1 1 0 000 1.822v10.356a1 1 0 001.537.844l8.137-5.178a1 1 0 000-1.688L1.537.978z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;margin-right:1em}.video-js.vjs-theme-nimbus .vjs-play-control.vjs-playing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M4 2a2 2 0 10-4 0v10a2 2 0 104 0V2zm8 0a2 2 0 10-4 0v10a2 2 0 104 0V2z' fill='%23fff'/%3E%3C/svg%3E")}.video-js.vjs-theme-nimbus .vjs-forward-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M9 8.732l-7.5 4.33a1 1 0 01-1.5-.866V1.804A1 1 0 011.5.938L9 5.268V1.804a1 1 0 011.5-.866l9 5.196a1 1 0 010 1.732l-9 5.196a1 1 0 01-1.5-.866V8.732z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;margin-right:1em}.video-js.vjs-theme-nimbus .vjs-volume-panel{-webkit-transition:unset;transition:unset;width:auto!important;height:auto!important;margin-right:1em!important}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control{background-position:50%;background-repeat:no-repeat;margin-right:1.4em}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-0{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M1 3h3.928L8.5.938a1 1 0 011.5.866v10.392a1 1 0 01-1.5.866L4.928 11H1a1 1 0 01-1-1V4a1 1 0 011-1zM16.707 4.293a1 1 0 00-1.414 0L14 5.586l-1.293-1.293a1 1 0 10-1.414 1.414L12.586 7l-1.293 1.293a1 1 0 001.414 1.414L14 8.414l1.293 1.293a1 1 0 001.414-1.414L15.414 7l1.293-1.293a1 1 0 000-1.414z' fill='%23fff'/%3E%3C/svg%3E");background-position:calc(50% + .1em) 50%}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-1,.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M5 11.041l3.5 2.021a1 1 0 001.5-.866V1.804A1 1 0 008.5.938L5 2.958V3H1a1 1 0 00-1 1v6a1 1 0 001 1h4v.041zM14 7a2 2 0 01-2 2V5a2 2 0 012 2z' fill='%23fff'/%3E%3C/svg%3E")}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-3{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M4.928 3H1a1 1 0 00-1 1v6a1 1 0 001 1h3.928L8.5 13.062a1 1 0 001.5-.866V1.804A1 1 0 008.5.938L4.928 3zM12 9a2 2 0 100-4v4z' fill='%23fff'/%3E%3Cpath class='graphic' d='M12 3a4 4 0 010 8v2a6 6 0 000-12v2z' fill='%23fff'/%3E%3C/svg%3E");background-position:calc(50% + .15em) 50%}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5.2em!important;height:2.4em!important;visibility:visible;-webkit-transition:unset;transition:unset;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal .vjs-volume-bar{margin:0;height:.4em;border-radius:.3em;background:hsla(0,0%,100%,.8);width:5.2em}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal .vjs-volume-bar .vjs-volume-level{height:100%;border-radius:.3em;background:#00bcd4}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal .vjs-volume-bar .vjs-volume-level:before{content:"";width:1.33em;height:1.33em;top:-.5em;border-radius:50%;background-color:#00bcd4}.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-hover,.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-slider-active{-webkit-transition:unset;transition:unset;width:auto}.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-slider-active .vjs-volume-control.vjs-volume-horizontal{width:5.2em;height:2.4em;-webkit-transition:unset;transition:unset}.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal .vjs-mouse-display .vjs-volume-tooltip,.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-slider-active .vjs-volume-control.vjs-volume-horizontal .vjs-mouse-display .vjs-volume-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:unset}.video-js.vjs-theme-nimbus .vjs-current-time,.video-js.vjs-theme-nimbus .vjs-duration,.video-js.vjs-theme-nimbus .vjs-time-divider{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:2.4em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2em;margin-bottom:-1em;padding:0 0 .4em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-js.vjs-theme-nimbus .vjs-time-divider{margin:0 -.5em -1em}.video-js.vjs-theme-nimbus .vjs-custom-control-spacer{display:block;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.video-js.vjs-theme-nimbus .vjs-download-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M8 0a1 1 0 011 1v11.586l5.293-5.293a1 1 0 111.414 1.414L8.71 15.704a.995.995 0 01-.707.296H7.99a.998.998 0 01-.697-.293l-7-7a1 1 0 011.414-1.414L7 12.586V1a1 1 0 011-1zM1 18a1 1 0 100 2h14a1 1 0 100-2H1z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;margin-right:1.2em;background-size:50%}.video-js.vjs-theme-nimbus .vjs-transcript-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.23 3.146a.833.833 0 10-1.667 0v15a.833.833 0 101.666 0v-15zM8.896 3.98H4.729a2.5 2.5 0 00-2.5 2.5v8.332a2.5 2.5 0 002.5 2.5h4.167a.833.833 0 000-1.666H4.729a.833.833 0 01-.833-.834V6.48c0-.46.373-.833.833-.833h4.167a.833.833 0 000-1.667zM16.396 15.646h-2.5a.833.833 0 000 1.666h2.5a2.5 2.5 0 002.5-2.5V6.48a2.5 2.5 0 00-2.5-2.5h-2.5a.833.833 0 000 1.667h2.5c.46 0 .833.373.833.833v8.334c0 .46-.373.833-.833.833z' fill='%23fff'/%3E%3Cpath d='M13.896 7.313a.833.833 0 000 1.666h1.667a.833.833 0 000-1.666h-1.667zM13.063 13.146c0-.46.373-.834.833-.834h1.667a.833.833 0 010 1.667h-1.667a.833.833 0 01-.833-.833zM13.896 9.813a.833.833 0 000 1.666h1.667a.833.833 0 000-1.666h-1.667zM8.963 10.466a.4.4 0 010 .693l-2.55 1.472a.4.4 0 01-.6-.346V9.34a.4.4 0 01.6-.346l2.55 1.472z' fill='%23fff'/%3E%3C/svg%3E");background-size:20px 20px;background-position:50%;background-repeat:no-repeat;margin-right:1.2em}.video-js.vjs-theme-nimbus .vjs-playback-rate{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.2em;margin-right:1.2em}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-playback-rate-value{font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu-button-popup{padding:0;width:100%;height:100%;z-index:10}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu{margin:0;left:-.8em;padding-bottom:3em;height:auto;font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content{position:static;font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content>*{font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content .vjs-menu-item:hover{background-color:#fff;color:#000}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected{background-color:#00bcd4;color:#fff}.video-js.vjs-theme-nimbus .vjs-fullscreen-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M0 1a1 1 0 011-1h3a1 1 0 010 2H2v2a1 1 0 01-2 0V1zm9 0a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 11-2 0V2h-2a1 1 0 01-1-1zM1 9a1 1 0 011 1v2h2a1 1 0 110 2H1a1 1 0 01-1-1v-3a1 1 0 011-1zm12 0a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 110-2h2v-2a1 1 0 011-1z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%}.video-js.vjs-theme-nimbus.vjs-fullscreen .vjs-fullscreen-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M4 0a1 1 0 011 1v3a1 1 0 01-1 1H1a1 1 0 010-2h2V1a1 1 0 011-1zm6.5 0a1 1 0 011 1v2h2a1 1 0 110 2h-3a1 1 0 01-1-1V1a1 1 0 011-1zM0 10a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 11-2 0v-2H1a1 1 0 01-1-1zm9.5 0a1 1 0 011-1h3a1 1 0 110 2h-2v2a1 1 0 11-2 0v-3z' fill='%23fff'/%3E%3C/svg%3E")}.video-js.vjs-theme-nimbus .vjs-loading-spinner{border:0;border-radius:0;top:0;left:0;margin:0;width:100%;height:100%;opacity:1;background-color:rgba(33,33,33,.6);pointer-events:none}.video-js.vjs-theme-nimbus .vjs-loading-spinner .vjs-control-text{font-size:0;width:40px;height:40px;top:50%;left:50%;margin:-20px 0 0 -20px;background-image:url("data:image/png;base64,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");background-position:50%;background-repeat:no-repeat;background-size:30px 30px;clip:unset;-webkit-animation:nim-video-loading 1.2s linear infinite;animation:nim-video-loading 1.2s linear infinite}.video-js.vjs-theme-nimbus .vjs-loading-spinner:after,.video-js.vjs-theme-nimbus .vjs-loading-spinner:before{display:none!important}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-custom-control-spacer,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-download-button,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-forward-control,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-play-control,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-playback-rate,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-volume-panel,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-custom-control-spacer,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-download-button,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-forward-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-play-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-playback-rate,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-volume-panel{display:none}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-progress-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-progress-control{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;width:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 .8em;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-current-time,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-duration,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-time-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-current-time,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-duration,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-time-control{padding:0;margin-bottom:0}.video-js.vjs-theme-nimbus .vjs-error-display:before,.video-js.vjs-theme-nimbus.vjs-layout-tiny .vjs-control-bar{display:none}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-modal-dialog-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog .vjs-errors-content-container>:not(.vjs-errors-details),.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog>:not(.vjs-errors-content-container){display:none}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog .vjs-errors-details{font-size:0}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog .vjs-errors-details .vjs-errors-message{font-size:medium}.video-js.vjs-theme-nimbus.vjs-user-inactive{cursor:none}.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-big-play-button,.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-control-bar,.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-shadow{display:none}.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-loading-spinner{visibility:visible;display:block}@-webkit-keyframes nim-video-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes nim-video-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.video-js .vjs-forward-control{cursor:pointer}.video-js .vjs-forward-control .vjs-icon-placeholder:before{content:">>";color:#fff}.video-js .vjs-download-button{cursor:pointer}.video-js .vjs-download-button .vjs-icon-placeholder:before{content:"\2193";color:#fff}.video-js .vjs-shadow{opacity:1;pointer-events:none}.video-js .vjs-shadow .vjs-control-shadow{position:absolute;bottom:0;left:0;right:0;height:44%;background:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(57.29%, rgba(0,0,0,.0445313)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.7));background:linear-gradient(180deg,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.7))}.video-js .vjs-shadow .vjs-video-name{position:absolute;top:0;left:0;right:0;height:44%;background:-webkit-gradient(linear,left bottom, left top,from(transparent),color-stop(57.29%, rgba(0,0,0,.0445313)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(bottom,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.6));background:linear-gradient(0deg,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.6));padding:.8em 1.6em 0;font-size:2em;display:none;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-shadow{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.video-js.vjs-layout-small .vjs-control-shadow,.video-js.vjs-layout-tiny .vjs-control-shadow,.video-js.vjs-layout-x-small .vjs-control-shadow{display:none}.video-js.vjs-playing .vjs-video-name{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.border_none .video-js:not(.vjs-controls-disabled) .vjs-shadow .vjs-video-name{display:block}.vjs-cta{font-size:medium;font-family:inherit}.video-player-cta{position:absolute;top:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;background-color:rgba(33,33,33,.6);--panelHeight:46px;height:100%}.video-player-cta .video-player-cta__cta{position:relative;bottom:2px}.video-player-cta_panel .video-player-cta__cta{bottom:0}.video-player-cta_play-again{-webkit-box-sizing:border-box;box-sizing:border-box;--panelHeight:102px}.video-player-cta_button{--panelHeight:0px;padding-top:0}.video-player-cta.video-player-cta_panel{height:calc(100% - var(--panelHeight))}.video-player-cta .video-player-cta__cta{--cta-left-right-padding:0px;margin:auto;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box}.video-player-cta_button{--playerBottomPanelHeight:0px}.video-player-cta_button .video-player-cta__cta{--cta-left-right-padding:10px;padding:0 var(--cta-left-right-padding)}.video-player-cta_button.video-player-cta_panel .video-player-cta__cta{padding-bottom:var(--playerBottomPanelHeight)}.video-player-cta.video-player-cta_button.video-player-cta_oversize.video-player-cta_panel{--playerBottomPanelHeight:46px}.video-player-cta.video-player-cta_button.video-player-cta_oversize.video-player-cta_panel .video-player-cta__cta_type_button{bottom:-1px}.video-player-cta .video-player-cta__play-again-button{background-color:transparent;border:none;height:26px;border-radius:30px;padding:4px 28px;cursor:pointer;vertical-align:middle;-webkit-transition:background-color .25s ease;transition:background-color .25s ease;font-weight:700;color:var(--bondi-blue);font-size:13px;min-width:135px;position:relative}.video-player-cta .video-player-cta__play-again-button span{margin:0 auto;letter-spacing:.2px}.video-player-cta .video-player-cta__play-again-button:before{content:"";display:inline-block;width:13px;height:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgY2xhc3M9InJlcGVhdC1zdmctaWNvbiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPi5zdDB7ZmlsbDojMDBhMWI3fTwvc3R5bGU+PGcgaWQ9Ikljb24tUmVmcmVzaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAgNDMyKSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTItMzc5LjNjLTExLjQgMC0yMC43LTkuMy0yMC43LTIwLjcgMC01IDEuOC05LjkgNS4yLTEzLjdsMi4yIDJjLTIuOSAzLjItNC40IDcuNC00LjQgMTEuNyAwIDkuOCA3LjkgMTcuNyAxNy43IDE3LjcgMi42IDAgNS4xLS41IDcuNC0xLjZsMS4yIDIuN2MtMi43IDEuMy01LjYgMS45LTguNiAxLjkiIGlkPSJGaWxsLTc3Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQtMzg2LjJsLTIuMi0yYzIuOS0zLjIgNC41LTcuNCA0LjUtMTEuOCAwLTkuOC03LjktMTcuNy0xNy43LTE3LjctMi42IDAtNS4xLjUtNy40IDEuNmwtMS4yLTIuN2MyLjctMS4yIDUuNi0xLjkgOC42LTEuOSAxMS40IDAgMjAuNyA5LjMgMjAuNyAyMC43IDAgNS4xLTEuOSAxMC01LjMgMTMuOCIgaWQ9IkZpbGwtNzgiLz48cGF0aCBjbGFzcz0ic3QwIiBpZD0iRmlsbC03OSIgZD0iTS05LjItNDAxLjZoLTMuMnYtOS42SC0yMnYtMy4yaDEyLjh2MTIuOCIvPjxwYXRoIGNsYXNzPSJzdDAiIGlkPSJGaWxsLTgwIiBkPSJNMjYtMzg1LjZIMTMuMnYtMTIuOGgzLjJ2OS42SDI2djMuMiIvPjwvZz48L3N2Zz4=);background-repeat:no-repeat;background-size:contain;vertical-align:middle;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease;position:absolute;top:7px;left:7px}.video-player-cta .video-player-cta__play-again-button:hover:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.video-player-cta .video-player-cta__play-again-button_style_button{background-color:var(--bondi-blue);color:#fff}.video-player-cta .video-player-cta__play-again-button_style_button:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PGcgaWQ9Ikljb24tUmVmcmVzaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAgNDMyKSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTItMzc5LjNjLTExLjQgMC0yMC43LTkuMy0yMC43LTIwLjcgMC01IDEuOC05LjkgNS4yLTEzLjdsMi4yIDJjLTIuOSAzLjItNC40IDcuNC00LjQgMTEuNyAwIDkuOCA3LjkgMTcuNyAxNy43IDE3LjcgMi42IDAgNS4xLS41IDcuNC0xLjZsMS4yIDIuN2MtMi43IDEuMy01LjYgMS45LTguNiAxLjkiIGlkPSJGaWxsLTc3Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQtMzg2LjJsLTIuMi0yYzIuOS0zLjIgNC41LTcuNCA0LjUtMTEuOCAwLTkuOC03LjktMTcuNy0xNy43LTE3LjctMi42IDAtNS4xLjUtNy40IDEuNmwtMS4yLTIuN2MyLjctMS4yIDUuNi0xLjkgOC42LTEuOSAxMS40IDAgMjAuNyA5LjMgMjAuNyAyMC43IDAgNS4xLTEuOSAxMC01LjMgMTMuOCIgaWQ9IkZpbGwtNzgiLz48cGF0aCBjbGFzcz0ic3QwIiBpZD0iRmlsbC03OSIgZD0iTS05LjItNDAxLjZoLTMuMnYtOS42SC0yMnYtMy4yaDEyLjh2MTIuOCIvPjxwYXRoIGNsYXNzPSJzdDAiIGlkPSJGaWxsLTgwIiBkPSJNMjYtMzg1LjZIMTMuMnYtMTIuOGgzLjJ2OS42SDI2djMuMiIvPjwvZz48L3N2Zz4=)}.nedit-root .grid-wrapper .video-player-cta nimbus-button .button-content b,.nedit-root .video-player-cta nimbus-button .button-content b{max-width:600px;overflow:hidden;text-overflow:ellipsis}.nedit-root .grid-wrapper .video-player-cta_button-oversize nimbus-button .button-content b,.nedit-root .video-player-cta_button-oversize nimbus-button .button-content b{max-width:calc(var(--width) - 28px - var(--padding)*2 - var(--cta-left-right-padding)*2)}.video-player-cta__button{margin:auto;padding:14px;background:hsla(0,0%,100%,.88);border:1px solid rgba(0,0,0,.14);border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;max-width:690px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;pointer-events:all}.video-player-cta__nimbus-button-wrap{text-align:center;pointer-events:all}.video-player-cta_button.video-player-cta_oversize.video-player-cta_panel .video-player-cta__play-again-wrap{display:none}.video-payer-cta__description{margin:8px auto 0;font-size:12px;color:#000;text-align:center;white-space:pre-wrap;max-width:500px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.video-player-cta_oversize .video-player-cta__button{height:calc(var(--height) - var(--playerBottomPanelHeight) - 30px);overflow:hidden;position:relative}.video-player-cta_oversize.video-player-cta_panel .video-player-cta__button,.video-player-cta_oversize.video-player-cta_panel.video-player-cta_play-again .video-player-cta__button{height:calc(var(--height) - var(--playerBottomPanelHeight))}.video-player-cta_oversize .video-player-cta__play-again-wrap{margin-top:5px}.video-player-cta__play-again-wrap{pointer-events:all;text-align:center;margin-top:15px}.video-player-cta .video-player-cta__cta_type_image{height:calc(var(--height) - 30px);display:-webkit-box;display:-ms-flexbox;display:flex}.video-player-cta .video-player-cta__cta_type_image .video-player-cta__image-wrapper{margin:auto;pointer-events:all}.video-player-cta .video-player-cta__cta_type_image .video-player-cta__image-wrapper .video-player-cta__play-again-wrap{margin-top:0}.video-player-cta .video-player-cta__cta_type_image .video-payer-cta__image-link .video-player-cta__image{width:100%;max-height:calc(var(--height) - 30px);display:block!important;-o-object-fit:contain;object-fit:contain}.video-player-cta.video-player-cta_panel .video-player-cta__cta_type_image{height:calc(var(--height) - var(--panelHeight))}.video-player-cta.video-player-cta_panel .video-player-cta__cta_type_image .video-payer-cta__image-link .video-player-cta__image{max-height:calc(var(--height) - var(--panelHeight))}.video-player-cta.video-player-cta_play-again .video-player-cta__cta_type_image .video-payer-cta__image-link .video-player-cta__image{max-height:calc(var(--height) - 80px)}.video-player-cta.video-player-cta_play-again .video-player-cta__cta_type_image .video-player-cta__play-again-wrap{padding-top:5px}.nedit-root .video-player-cta div.button-single{margin:0}.nedit-root .video-player-cta div.button-single nimbus-button[data-size=small] .button-content{--padding:15px;height:30px;font-size:1em;padding:0 var(--padding)}.nedit-root .video-player-cta div.button-single nimbus-button[data-size=medium] .button-content{--padding:22px;height:45px;font-size:1.5em;padding:0 var(--padding)}.nedit-root .video-player-cta div.button-single nimbus-button[data-size=big] .button-content{--padding:30px;height:60px;font-size:2em;padding:0 var(--padding)}.nedit-root .video-player-cta div.button-single .button-content b{line-height:1.2em}.vjs-theme-nimbus .vjs-nimbus-adv{font-size:16px;font-family:inherit}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup .video-player-popup-bg{padding:20px 40px;background:#fff;position:relative;color:#000;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup .watch-again{color:#fff;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;cursor:pointer}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup .watch-again svg{width:21px;height:21px}.video-js .vjs-toggle-play{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block}.video-js:not(.vjs-has-started) .vjs-toggle-play{background-color:rgba(33,33,33,.6)}.vjs-theme-nimbus .vjs-big-play-button{z-index:3}.vjs-theme-nimbus .video-player-preview{width:100%;display:block;z-index:1}.vjs-theme-nimbus .vjs-nimbus-preview{position:absolute;top:0;left:0;right:0;pointer-events:none}.vjs-theme-nimbus .vjs-emre{z-index:2;color:#000;font-size:20px;position:absolute;width:100%;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin-right:0;margin-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:3em;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;padding-bottom:.4em}.video-js .vjs-preview-button{cursor:pointer;border:1px solid #fff;border-radius:10px;background:#fff;width:5em!important;margin-right:1.2em}.video-js .vjs-preview-button .vjs-icon-placeholder:before{content:"Preview";color:#fff}.video-js .vjs-preview-button .vjs-control-text{clip:unset;width:5em;height:2.4em;top:0;left:0;color:#000;padding-top:6px}.video-js.vjs-fullscreen .vjs-preview-button{display:none}@-webkit-keyframes transcriptTooltipBodyFadeIn{0%{opacity:0;top:-50px}to{opacity:1;top:-40px}}@keyframes transcriptTooltipBodyFadeIn{0%{opacity:0;top:-50px}to{opacity:1;top:-40px}}@-webkit-keyframes transcriptTooltipArrowFadeIn{0%{opacity:0;top:-18px}to{opacity:1;top:-8px}}@keyframes transcriptTooltipArrowFadeIn{0%{opacity:0;top:-18px}to{opacity:1;top:-8px}}.video-js .vjs-transcript-button{cursor:pointer}.video-js .vjs-transcript-button .vjs-icon-placeholder{text-indent:-9999px}.video-js .vjs-transcript-button:after{content:"Transcript";display:inline-block;letter-spacing:.4px;text-indent:0;position:absolute;top:-50px;left:-30px;z-index:1;background:#5c6061;color:#fff;padding:10px 14px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;border-radius:2px;opacity:0;pointer-events:none;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.video-js .vjs-transcript-button:before{content:"";display:inline-block;position:absolute;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #5c6061;-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:2;top:-18px;left:7px;opacity:0;pointer-events:none}.video-js .vjs-transcript-button:hover:after{-webkit-animation:transcriptTooltipBodyFadeIn .2s ease-in-out forwards;animation:transcriptTooltipBodyFadeIn .2s ease-in-out forwards}.video-js .vjs-transcript-button:hover:before{-webkit-animation:transcriptTooltipArrowFadeIn .2s ease-in-out forwards;animation:transcriptTooltipArrowFadeIn .2s ease-in-out forwards}.nedit-root>section.grid-wrapper>.grid{display:block}.nedit-root>section.grid-wrapper:not(.flat-grid){width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.nedit-root>section.grid-wrapper:not(.flat-grid):first-child div.grid{padding-top:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:22px;padding:15px 35px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;overflow-wrap:break-word;position:relative;-ms-flex-preferred-size:var(--current-width);flex-basis:var(--current-width);max-width:var(--current-width)}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child{padding-left:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child[nedit-fix-column-selection=true]:before{content:"";position:absolute;top:0;left:-1000px;width:1000px;height:100%;cursor:default}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:last-child{padding-right:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid div.paragraph{min-width:5px}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid>:last-child{margin-bottom:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child:before{left:-2px}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child:before,.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:last-child:before{width:calc(100% - 33px)}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after{content:"";display:block;position:absolute;width:2px;height:60%;right:-3px;top:20%;cursor:ew-resize;opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.theme-brand-dark-ios .nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after,.theme-dark .nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after,.theme-light .nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after{background-color:var(--ash-grey)}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:last-child:after{display:none}.nedit-root>section.grid-wrapper:not(.flat-grid).bordered-grid div.grid:after,.nedit-root>section.grid-wrapper:not(.flat-grid).focused-grid div.grid:after,.nedit-root>section.grid-wrapper:not(.flat-grid).resize-grid div.grid:after{opacity:1}.font-palette-aqua{color:#42a5f5}.bg-not-opacity-palette-aqua{background-color:#42a5f5}.font-palette-carrot{color:#fda639}.bg-not-opacity-palette-carrot{background-color:#fda639}.font-palette-yellow{color:#fac92f}.bg-not-opacity-palette-yellow{background-color:#fac92f}.font-palette-red{color:#ed5454}.bg-not-opacity-palette-red{background-color:#ed5454}.font-palette-light-green{color:#8bc34a}.bg-not-opacity-palette-light-green{background-color:#8bc34a}.font-palette-thistle{color:#b39ddb}.bg-not-opacity-palette-thistle{background-color:#b39ddb}.font-palette-ucla-blue{color:#5573a7}.bg-not-opacity-palette-ucla-blue{background-color:#5573a7}.font-palette-blue{color:#759ee6}.bg-not-opacity-palette-blue{background-color:#759ee6}.font-palette-cherry{color:#e91e63}.bg-not-opacity-palette-cherry{background-color:#e91e63}.font-palette-orange{color:#ff6b00}.bg-not-opacity-palette-orange{background-color:#ff6b00}.font-palette-yellow-green{color:#b5d200}.bg-not-opacity-palette-yellow-green{background-color:#b5d200}.font-palette-green{color:#3dca43}.bg-not-opacity-palette-green{background-color:#3dca43}.font-palette-jade{color:#00c27c}.bg-not-opacity-palette-jade{background-color:#00c27c}.font-palette-green-sea{color:#26a69a}.bg-not-opacity-palette-green-sea{background-color:#26a69a}.font-palette-aquamarine{color:#00bcd4}.bg-not-opacity-palette-aquamarine{background-color:#00bcd4}.font-palette-dark-sky{color:#5a9baf}.bg-not-opacity-palette-dark-sky{background-color:#5a9baf}.font-palette-purple{color:#7e75e6}.bg-not-opacity-palette-purple{background-color:#7e75e6}.font-palette-pink{color:#e675b8}.bg-not-opacity-palette-pink{background-color:#e675b8}.font-palette-cloudy{color:#607d8b}.bg-not-opacity-palette-cloudy{background-color:#607d8b}.font-palette-grey{color:#757575}.bg-not-opacity-palette-grey{background-color:#757575}.font-palette-brown{color:#795548}.bg-not-opacity-palette-brown{background-color:#795548}.font-palette-black{color:#161616}.bg-not-opacity-palette-black{background-color:#161616}.font-palette-white{color:#f5f5f5}.bg-not-opacity-palette-white{background-color:#f5f5f5}.font-palette-dark-sky-blue{color:#42a5f5}.bg-not-opacity-palette-dark-sky-blue{background-color:#42a5f5}.font-palette-macaroni-and-cheese{color:#fac92f}.bg-not-opacity-palette-macaroni-and-cheese{background-color:#fac92f}.font-palette-mango{color:#fda639}.bg-not-opacity-palette-mango{background-color:#fda639}.font-palette-coral{color:#e91e63}.bg-not-opacity-palette-coral{background-color:#e91e63}.font-palette-turtle-green{color:#3dca43}.bg-not-opacity-palette-turtle-green{background-color:#3dca43}.font-palette-pale-purple{color:#b39ddb}.bg-not-opacity-palette-pale-purple{background-color:#b39ddb}.font-palette-stormy-blue{color:#759ee6}.bg-not-opacity-palette-stormy-blue{background-color:#759ee6}.font-palette-deeed4{color:#3dca43}.bg-not-opacity-palette-deeed4{background-color:#3dca43}.font-palette-ffdbd8{color:#ed5454}.bg-not-opacity-palette-ffdbd8{background-color:#ed5454}.font-palette-cbefff{color:#42a5f5}.bg-not-opacity-palette-cbefff{background-color:#42a5f5}.font-palette-feebd3{color:#fac92f}.bg-not-opacity-palette-feebd3{background-color:#fac92f}.font-palette-f8d3df{color:#e91e63}.bg-not-opacity-palette-f8d3df{background-color:#e91e63}.theme-light [data-palette-bg=aqua]{background-color:rgba(66,165,245,.4)}.theme-light [data-palette-bg-rgb=aqua]{background-color:#b3dbfb}.theme-light [data-block-background=aqua].hintblock{background-color:rgba(66,165,245,.1)}.theme-dark [data-palette-bg=aqua],.theme-light [data-highlight=aqua]{background-color:rgba(66,165,245,.4)}.theme-dark [data-palette-bg-rgb=aqua]{background-color:#386080}.theme-dark [data-block-background=aqua].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-palette-bg=aqua],.theme-dark [data-highlight=aqua]{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=aqua]{background-color:#386080}.theme-brand-dark-ios [data-block-background=aqua].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-highlight=aqua]{background-color:rgba(66,165,245,.4)}[data-font-color=aqua]{color:#42a5f5}.theme-light [data-palette-bg=carrot]{background-color:rgba(253,166,57,.4)}.theme-light [data-palette-bg-rgb=carrot]{background-color:#fedbb0}.theme-light [data-block-background=carrot].hintblock{background-color:rgba(253,166,57,.1)}.theme-dark [data-palette-bg=carrot],.theme-light [data-highlight=carrot]{background-color:rgba(253,166,57,.4)}.theme-dark [data-palette-bg-rgb=carrot]{background-color:#836035}.theme-dark [data-block-background=carrot].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-palette-bg=carrot],.theme-dark [data-highlight=carrot]{background-color:rgba(253,166,57,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=carrot]{background-color:#836035}.theme-brand-dark-ios [data-block-background=carrot].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-highlight=carrot]{background-color:rgba(253,166,57,.4)}[data-font-color=carrot]{color:#fda639}.theme-light [data-palette-bg=yellow]{background-color:rgba(250,201,47,.4)}.theme-light [data-palette-bg-rgb=yellow]{background-color:#fde9ac}.theme-light [data-block-background=yellow].hintblock{background-color:rgba(250,201,47,.1)}.theme-dark [data-palette-bg=yellow],.theme-light [data-highlight=yellow]{background-color:rgba(250,201,47,.4)}.theme-dark [data-palette-bg-rgb=yellow]{background-color:#826e31}.theme-dark [data-block-background=yellow].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-palette-bg=yellow],.theme-dark [data-highlight=yellow]{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=yellow]{background-color:#826e31}.theme-brand-dark-ios [data-block-background=yellow].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-highlight=yellow]{background-color:rgba(250,201,47,.4)}[data-font-color=yellow]{color:#fac92f}.theme-light [data-palette-bg=red]{background-color:rgba(237,84,84,.4)}.theme-light [data-palette-bg-rgb=red]{background-color:#f8bbbb}.theme-light [data-block-background=red].hintblock{background-color:rgba(237,84,84,.1)}.theme-dark [data-palette-bg=red],.theme-light [data-highlight=red]{background-color:rgba(237,84,84,.4)}.theme-dark [data-palette-bg-rgb=red]{background-color:#7d4040}.theme-dark [data-block-background=red].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-palette-bg=red],.theme-dark [data-highlight=red]{background-color:rgba(237,84,84,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=red]{background-color:#7d4040}.theme-brand-dark-ios [data-block-background=red].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-highlight=red]{background-color:rgba(237,84,84,.4)}[data-font-color=red]{color:#ed5454}.theme-light [data-palette-bg=light-green]{background-color:rgba(139,195,74,.4)}.theme-light [data-palette-bg-rgb=light-green]{background-color:#d1e7b7}.theme-light [data-block-background=light-green].hintblock{background-color:rgba(139,195,74,.1)}.theme-dark [data-palette-bg=light-green],.theme-light [data-highlight=light-green]{background-color:rgba(139,195,74,.4)}.theme-dark [data-palette-bg-rgb=light-green]{background-color:#566c3c}.theme-dark [data-block-background=light-green].hintblock{background-color:rgba(139,195,74,.2)}.theme-brand-dark-ios [data-palette-bg=light-green],.theme-dark [data-highlight=light-green]{background-color:rgba(139,195,74,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=light-green]{background-color:#566c3c}.theme-brand-dark-ios [data-block-background=light-green].hintblock{background-color:rgba(139,195,74,.2)}.theme-brand-dark-ios [data-highlight=light-green]{background-color:rgba(139,195,74,.4)}[data-font-color=light-green]{color:#8bc34a}.theme-light [data-palette-bg=thistle]{background-color:rgba(179,157,219,.4)}.theme-light [data-palette-bg-rgb=thistle]{background-color:#e1d8f1}.theme-light [data-block-background=thistle].hintblock{background-color:rgba(179,157,219,.1)}.theme-dark [data-palette-bg=thistle],.theme-light [data-highlight=thistle]{background-color:rgba(179,157,219,.4)}.theme-dark [data-palette-bg-rgb=thistle]{background-color:#665d76}.theme-dark [data-block-background=thistle].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-palette-bg=thistle],.theme-dark [data-highlight=thistle]{background-color:rgba(179,157,219,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=thistle]{background-color:#665d76}.theme-brand-dark-ios [data-block-background=thistle].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-highlight=thistle]{background-color:rgba(179,157,219,.4)}[data-font-color=thistle]{color:#b39ddb}.theme-light [data-palette-bg=ucla-blue]{background-color:rgba(85,115,167,.4)}.theme-light [data-palette-bg-rgb=ucla-blue]{background-color:#bbc7dc}.theme-light [data-block-background=ucla-blue].hintblock{background-color:rgba(85,115,167,.1)}.theme-dark [data-palette-bg=ucla-blue],.theme-light [data-highlight=ucla-blue]{background-color:rgba(85,115,167,.4)}.theme-dark [data-palette-bg-rgb=ucla-blue]{background-color:#404c61}.theme-dark [data-block-background=ucla-blue].hintblock{background-color:rgba(85,115,167,.2)}.theme-brand-dark-ios [data-palette-bg=ucla-blue],.theme-dark [data-highlight=ucla-blue]{background-color:rgba(85,115,167,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=ucla-blue]{background-color:#404c61}.theme-brand-dark-ios [data-block-background=ucla-blue].hintblock{background-color:rgba(85,115,167,.2)}.theme-brand-dark-ios [data-highlight=ucla-blue]{background-color:rgba(85,115,167,.4)}[data-font-color=ucla-blue]{color:#5573a7}.theme-light [data-palette-bg=blue]{background-color:rgba(117,158,230,.4)}.theme-light [data-palette-bg-rgb=blue]{background-color:#c8d8f5}.theme-light [data-block-background=blue].hintblock{background-color:rgba(117,158,230,.1)}.theme-dark [data-palette-bg=blue],.theme-light [data-highlight=blue]{background-color:rgba(117,158,230,.4)}.theme-dark [data-palette-bg-rgb=blue]{background-color:#4d5d7a}.theme-dark [data-block-background=blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-palette-bg=blue],.theme-dark [data-highlight=blue]{background-color:rgba(117,158,230,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=blue]{background-color:#4d5d7a}.theme-brand-dark-ios [data-block-background=blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-highlight=blue]{background-color:rgba(117,158,230,.4)}[data-font-color=blue]{color:#759ee6}.theme-light [data-palette-bg=cherry]{background-color:rgba(233,30,99,.4)}.theme-light [data-palette-bg-rgb=cherry]{background-color:#f6a5c1}.theme-light [data-block-background=cherry].hintblock{background-color:rgba(233,30,99,.1)}.theme-dark [data-palette-bg=cherry],.theme-light [data-highlight=cherry]{background-color:rgba(233,30,99,.4)}.theme-dark [data-palette-bg-rgb=cherry]{background-color:#7b2a46}.theme-dark [data-block-background=cherry].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-palette-bg=cherry],.theme-dark [data-highlight=cherry]{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=cherry]{background-color:#7b2a46}.theme-brand-dark-ios [data-block-background=cherry].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-highlight=cherry]{background-color:rgba(233,30,99,.4)}[data-font-color=cherry]{color:#e91e63}.theme-light [data-palette-bg=orange]{background-color:rgba(255,107,0,.4)}.theme-light [data-palette-bg-rgb=orange]{background-color:#ffc499}.theme-light [data-block-background=orange].hintblock{background-color:rgba(255,107,0,.1)}.theme-dark [data-palette-bg=orange],.theme-light [data-highlight=orange]{background-color:rgba(255,107,0,.4)}.theme-dark [data-palette-bg-rgb=orange]{background-color:#84491e}.theme-dark [data-block-background=orange].hintblock{background-color:rgba(255,107,0,.2)}.theme-brand-dark-ios [data-palette-bg=orange],.theme-dark [data-highlight=orange]{background-color:rgba(255,107,0,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=orange]{background-color:#84491e}.theme-brand-dark-ios [data-block-background=orange].hintblock{background-color:rgba(255,107,0,.2)}.theme-brand-dark-ios [data-highlight=orange]{background-color:rgba(255,107,0,.4)}[data-font-color=orange]{color:#ff6b00}.theme-light [data-palette-bg=yellow-green]{background-color:rgba(181,210,0,.4)}.theme-light [data-palette-bg-rgb=yellow-green]{background-color:#e1ed99}.theme-light [data-block-background=yellow-green].hintblock{background-color:rgba(181,210,0,.1)}.theme-dark [data-palette-bg=yellow-green],.theme-light [data-highlight=yellow-green]{background-color:rgba(181,210,0,.4)}.theme-dark [data-palette-bg-rgb=yellow-green]{background-color:#66721e}.theme-dark [data-block-background=yellow-green].hintblock{background-color:rgba(181,210,0,.2)}.theme-brand-dark-ios [data-palette-bg=yellow-green],.theme-dark [data-highlight=yellow-green]{background-color:rgba(181,210,0,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=yellow-green]{background-color:#66721e}.theme-brand-dark-ios [data-block-background=yellow-green].hintblock{background-color:rgba(181,210,0,.2)}.theme-brand-dark-ios [data-highlight=yellow-green]{background-color:rgba(181,210,0,.4)}[data-font-color=yellow-green]{color:#b5d200}.theme-light [data-palette-bg=green]{background-color:rgba(61,202,67,.4)}.theme-light [data-palette-bg-rgb=green]{background-color:#b1eab4}.theme-light [data-block-background=green].hintblock{background-color:rgba(61,202,67,.1)}.theme-dark [data-palette-bg=green],.theme-light [data-highlight=green]{background-color:rgba(61,202,67,.4)}.theme-dark [data-palette-bg-rgb=green]{background-color:#366f39}.theme-dark [data-block-background=green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-palette-bg=green],.theme-dark [data-highlight=green]{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=green]{background-color:#366f39}.theme-brand-dark-ios [data-block-background=green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-highlight=green]{background-color:rgba(61,202,67,.4)}[data-font-color=green]{color:#3dca43}.theme-light [data-palette-bg=jade]{background-color:rgba(0,194,124,.4)}.theme-light [data-palette-bg-rgb=jade]{background-color:#99e7cb}.theme-light [data-block-background=jade].hintblock{background-color:rgba(0,194,124,.1)}.theme-dark [data-palette-bg=jade],.theme-light [data-highlight=jade]{background-color:rgba(0,194,124,.4)}.theme-dark [data-palette-bg-rgb=jade]{background-color:#1e6c50}.theme-dark [data-block-background=jade].hintblock{background-color:rgba(0,194,124,.2)}.theme-brand-dark-ios [data-palette-bg=jade],.theme-dark [data-highlight=jade]{background-color:rgba(0,194,124,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=jade]{background-color:#1e6c50}.theme-brand-dark-ios [data-block-background=jade].hintblock{background-color:rgba(0,194,124,.2)}.theme-brand-dark-ios [data-highlight=jade]{background-color:rgba(0,194,124,.4)}[data-font-color=jade]{color:#00c27c}.theme-light [data-palette-bg=green-sea]{background-color:rgba(38,166,154,.4)}.theme-light [data-palette-bg-rgb=green-sea]{background-color:#a8dbd7}.theme-light [data-block-background=green-sea].hintblock{background-color:rgba(38,166,154,.1)}.theme-dark [data-palette-bg=green-sea],.theme-light [data-highlight=green-sea]{background-color:rgba(38,166,154,.4)}.theme-dark [data-palette-bg-rgb=green-sea]{background-color:#2d605c}.theme-dark [data-block-background=green-sea].hintblock{background-color:rgba(38,166,154,.2)}.theme-brand-dark-ios [data-palette-bg=green-sea],.theme-dark [data-highlight=green-sea]{background-color:rgba(38,166,154,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=green-sea]{background-color:#2d605c}.theme-brand-dark-ios [data-block-background=green-sea].hintblock{background-color:rgba(38,166,154,.2)}.theme-brand-dark-ios [data-highlight=green-sea]{background-color:rgba(38,166,154,.4)}[data-font-color=green-sea]{color:#26a69a}.theme-light [data-palette-bg=aquamarine]{background-color:rgba(0,188,212,.4)}.theme-light [data-palette-bg-rgb=aquamarine]{background-color:#99e4ee}.theme-light [data-block-background=aquamarine].hintblock{background-color:rgba(0,188,212,.1)}.theme-dark [data-palette-bg=aquamarine],.theme-light [data-highlight=aquamarine]{background-color:rgba(0,188,212,.4)}.theme-dark [data-palette-bg-rgb=aquamarine]{background-color:#1e6973}.theme-dark [data-block-background=aquamarine].hintblock{background-color:rgba(0,188,212,.2)}.theme-brand-dark-ios [data-palette-bg=aquamarine],.theme-dark [data-highlight=aquamarine]{background-color:rgba(0,188,212,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=aquamarine]{background-color:#1e6973}.theme-brand-dark-ios [data-block-background=aquamarine].hintblock{background-color:rgba(0,188,212,.2)}.theme-brand-dark-ios [data-highlight=aquamarine]{background-color:rgba(0,188,212,.4)}[data-font-color=aquamarine]{color:#00bcd4}.theme-light [data-palette-bg=dark-sky]{background-color:rgba(90,155,175,.4)}.theme-light [data-palette-bg-rgb=dark-sky]{background-color:#bdd7df}.theme-light [data-block-background=dark-sky].hintblock{background-color:rgba(90,155,175,.1)}.theme-dark [data-palette-bg=dark-sky],.theme-light [data-highlight=dark-sky]{background-color:rgba(90,155,175,.4)}.theme-dark [data-palette-bg-rgb=dark-sky]{background-color:#425c64}.theme-dark [data-block-background=dark-sky].hintblock{background-color:rgba(90,155,175,.2)}.theme-brand-dark-ios [data-palette-bg=dark-sky],.theme-dark [data-highlight=dark-sky]{background-color:rgba(90,155,175,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=dark-sky]{background-color:#425c64}.theme-brand-dark-ios [data-block-background=dark-sky].hintblock{background-color:rgba(90,155,175,.2)}.theme-brand-dark-ios [data-highlight=dark-sky]{background-color:rgba(90,155,175,.4)}[data-font-color=dark-sky]{color:#5a9baf}.theme-light [data-palette-bg=purple]{background-color:rgba(126,117,230,.4)}.theme-light [data-palette-bg-rgb=purple]{background-color:#cbc8f5}.theme-light [data-block-background=purple].hintblock{background-color:rgba(126,117,230,.1)}.theme-dark [data-palette-bg=purple],.theme-light [data-highlight=purple]{background-color:rgba(126,117,230,.4)}.theme-dark [data-palette-bg-rgb=purple]{background-color:#504d7a}.theme-dark [data-block-background=purple].hintblock{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios [data-palette-bg=purple],.theme-dark [data-highlight=purple]{background-color:rgba(126,117,230,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=purple]{background-color:#504d7a}.theme-brand-dark-ios [data-block-background=purple].hintblock{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios [data-highlight=purple]{background-color:rgba(126,117,230,.4)}[data-font-color=purple]{color:#7e75e6}.theme-light [data-palette-bg=pink]{background-color:rgba(230,117,184,.4)}.theme-light [data-palette-bg-rgb=pink]{background-color:#f5c8e3}.theme-light [data-block-background=pink].hintblock{background-color:rgba(230,117,184,.1)}.theme-dark [data-palette-bg=pink],.theme-light [data-highlight=pink]{background-color:rgba(230,117,184,.4)}.theme-dark [data-palette-bg-rgb=pink]{background-color:#7a4d68}.theme-dark [data-block-background=pink].hintblock{background-color:rgba(230,117,184,.2)}.theme-brand-dark-ios [data-palette-bg=pink],.theme-dark [data-highlight=pink]{background-color:rgba(230,117,184,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=pink]{background-color:#7a4d68}.theme-brand-dark-ios [data-block-background=pink].hintblock{background-color:rgba(230,117,184,.2)}.theme-brand-dark-ios [data-highlight=pink]{background-color:rgba(230,117,184,.4)}[data-font-color=pink]{color:#e675b8}.theme-light [data-palette-bg=cloudy]{background-color:rgba(96,125,139,.4)}.theme-light [data-palette-bg-rgb=cloudy]{background-color:#bfcbd1}.theme-light [data-block-background=cloudy].hintblock{background-color:rgba(96,125,139,.1)}.theme-dark [data-palette-bg=cloudy],.theme-light [data-highlight=cloudy]{background-color:rgba(96,125,139,.4)}.theme-dark [data-palette-bg-rgb=cloudy]{background-color:#445056}.theme-dark [data-block-background=cloudy].hintblock{background-color:rgba(96,125,139,.2)}.theme-brand-dark-ios [data-palette-bg=cloudy],.theme-dark [data-highlight=cloudy]{background-color:rgba(96,125,139,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=cloudy]{background-color:#445056}.theme-brand-dark-ios [data-block-background=cloudy].hintblock{background-color:rgba(96,125,139,.2)}.theme-brand-dark-ios [data-highlight=cloudy]{background-color:rgba(96,125,139,.4)}[data-font-color=cloudy]{color:#607d8b}.theme-light [data-palette-bg=grey]{background-color:hsla(0,0%,45.9%,.4)}.theme-light [data-palette-bg-rgb=grey]{background-color:#c8c8c8}.theme-light [data-block-background=grey].hintblock{background-color:hsla(0,0%,45.9%,.1)}.theme-dark [data-palette-bg=grey],.theme-light [data-highlight=grey]{background-color:hsla(0,0%,45.9%,.4)}.theme-dark [data-palette-bg-rgb=grey]{background-color:#4d4d4d}.theme-dark [data-block-background=grey].hintblock{background-color:hsla(0,0%,45.9%,.2)}.theme-brand-dark-ios [data-palette-bg=grey],.theme-dark [data-highlight=grey]{background-color:hsla(0,0%,45.9%,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=grey]{background-color:#4d4d4d}.theme-brand-dark-ios [data-block-background=grey].hintblock{background-color:hsla(0,0%,45.9%,.2)}.theme-brand-dark-ios [data-highlight=grey]{background-color:hsla(0,0%,45.9%,.4)}[data-font-color=grey]{color:#757575}.theme-light [data-palette-bg=brown]{background-color:rgba(121,85,72,.4)}.theme-light [data-palette-bg-rgb=brown]{background-color:#c9bbb6}.theme-light [data-block-background=brown].hintblock{background-color:rgba(121,85,72,.1)}.theme-dark [data-palette-bg=brown],.theme-light [data-highlight=brown]{background-color:rgba(121,85,72,.4)}.theme-dark [data-palette-bg-rgb=brown]{background-color:#4e403b}.theme-dark [data-block-background=brown].hintblock{background-color:rgba(121,85,72,.2)}.theme-brand-dark-ios [data-palette-bg=brown],.theme-dark [data-highlight=brown]{background-color:rgba(121,85,72,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=brown]{background-color:#4e403b}.theme-brand-dark-ios [data-block-background=brown].hintblock{background-color:rgba(121,85,72,.2)}.theme-brand-dark-ios [data-highlight=brown]{background-color:rgba(121,85,72,.4)}[data-font-color=brown]{color:#795548}.theme-light [data-palette-bg=black]{background-color:rgba(22,22,22,.4)}.theme-light [data-palette-bg-rgb=black]{background-color:#a2a2a2}.theme-light [data-block-background=black].hintblock{background-color:rgba(22,22,22,.1)}.theme-dark [data-palette-bg=black],.theme-light [data-highlight=black]{background-color:rgba(22,22,22,.4)}.theme-dark [data-palette-bg-rgb=black]{background-color:#272727}.theme-dark [data-block-background=black].hintblock{background-color:rgba(22,22,22,.2)}.theme-brand-dark-ios [data-palette-bg=black],.theme-dark [data-highlight=black]{background-color:rgba(22,22,22,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=black]{background-color:#272727}.theme-brand-dark-ios [data-block-background=black].hintblock{background-color:rgba(22,22,22,.2)}.theme-brand-dark-ios [data-highlight=black]{background-color:rgba(22,22,22,.4)}[data-font-color=black]{color:#161616}.theme-light [data-palette-bg=white]{background-color:hsla(0,0%,96.1%,.4)}.theme-light [data-palette-bg-rgb=white]{background-color:#fbfbfb}.theme-light [data-block-background=white].hintblock{background-color:hsla(0,0%,96.1%,.1)}.theme-dark [data-palette-bg=white],.theme-light [data-highlight=white]{background-color:hsla(0,0%,96.1%,.4)}.theme-dark [data-palette-bg-rgb=white]{background-color:grey}.theme-dark [data-block-background=white].hintblock{background-color:hsla(0,0%,96.1%,.2)}.theme-brand-dark-ios [data-palette-bg=white],.theme-dark [data-highlight=white]{background-color:hsla(0,0%,96.1%,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=white]{background-color:grey}.theme-brand-dark-ios [data-block-background=white].hintblock{background-color:hsla(0,0%,96.1%,.2)}.theme-brand-dark-ios [data-highlight=white]{background-color:hsla(0,0%,96.1%,.4)}[data-font-color=white]{color:#f5f5f5}.theme-light [data-palette-bg=dark-sky-blue]{background-color:rgba(66,165,245,.4)}.theme-light [data-palette-bg-rgb=dark-sky-blue]{background-color:#b3dbfb}.theme-light [data-block-background=dark-sky-blue].hintblock{background-color:rgba(66,165,245,.1)}.theme-dark [data-palette-bg=dark-sky-blue],.theme-light [data-highlight=dark-sky-blue]{background-color:rgba(66,165,245,.4)}.theme-dark [data-palette-bg-rgb=dark-sky-blue]{background-color:#386080}.theme-dark [data-block-background=dark-sky-blue].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-palette-bg=dark-sky-blue],.theme-dark [data-highlight=dark-sky-blue]{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=dark-sky-blue]{background-color:#386080}.theme-brand-dark-ios [data-block-background=dark-sky-blue].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-highlight=dark-sky-blue]{background-color:rgba(66,165,245,.4)}[data-font-color=dark-sky-blue]{color:#42a5f5}.theme-light [data-palette-bg=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}.theme-light [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#fde9ac}.theme-light [data-block-background=macaroni-and-cheese].hintblock{background-color:rgba(250,201,47,.1)}.theme-dark [data-palette-bg=macaroni-and-cheese],.theme-light [data-highlight=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}.theme-dark [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#826e31}.theme-dark [data-block-background=macaroni-and-cheese].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-palette-bg=macaroni-and-cheese],.theme-dark [data-highlight=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#826e31}.theme-brand-dark-ios [data-block-background=macaroni-and-cheese].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-highlight=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}[data-font-color=macaroni-and-cheese]{color:#fac92f}.theme-light [data-palette-bg=mango]{background-color:rgba(253,166,57,.4)}.theme-light [data-palette-bg-rgb=mango]{background-color:#fedbb0}.theme-light [data-block-background=mango].hintblock{background-color:rgba(253,166,57,.1)}.theme-dark [data-palette-bg=mango],.theme-light [data-highlight=mango]{background-color:rgba(253,166,57,.4)}.theme-dark [data-palette-bg-rgb=mango]{background-color:#836035}.theme-dark [data-block-background=mango].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-palette-bg=mango],.theme-dark [data-highlight=mango]{background-color:rgba(253,166,57,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=mango]{background-color:#836035}.theme-brand-dark-ios [data-block-background=mango].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-highlight=mango]{background-color:rgba(253,166,57,.4)}[data-font-color=mango]{color:#fda639}.theme-light [data-palette-bg=coral]{background-color:rgba(233,30,99,.4)}.theme-light [data-palette-bg-rgb=coral]{background-color:#f6a5c1}.theme-light [data-block-background=coral].hintblock{background-color:rgba(233,30,99,.1)}.theme-dark [data-palette-bg=coral],.theme-light [data-highlight=coral]{background-color:rgba(233,30,99,.4)}.theme-dark [data-palette-bg-rgb=coral]{background-color:#7b2a46}.theme-dark [data-block-background=coral].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-palette-bg=coral],.theme-dark [data-highlight=coral]{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=coral]{background-color:#7b2a46}.theme-brand-dark-ios [data-block-background=coral].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-highlight=coral]{background-color:rgba(233,30,99,.4)}[data-font-color=coral]{color:#e91e63}.theme-light [data-palette-bg=turtle-green]{background-color:rgba(61,202,67,.4)}.theme-light [data-palette-bg-rgb=turtle-green]{background-color:#b1eab4}.theme-light [data-block-background=turtle-green].hintblock{background-color:rgba(61,202,67,.1)}.theme-dark [data-palette-bg=turtle-green],.theme-light [data-highlight=turtle-green]{background-color:rgba(61,202,67,.4)}.theme-dark [data-palette-bg-rgb=turtle-green]{background-color:#366f39}.theme-dark [data-block-background=turtle-green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-palette-bg=turtle-green],.theme-dark [data-highlight=turtle-green]{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=turtle-green]{background-color:#366f39}.theme-brand-dark-ios [data-block-background=turtle-green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-highlight=turtle-green]{background-color:rgba(61,202,67,.4)}[data-font-color=turtle-green]{color:#3dca43}.theme-light [data-palette-bg=pale-purple]{background-color:rgba(179,157,219,.4)}.theme-light [data-palette-bg-rgb=pale-purple]{background-color:#e1d8f1}.theme-light [data-block-background=pale-purple].hintblock{background-color:rgba(179,157,219,.1)}.theme-dark [data-palette-bg=pale-purple],.theme-light [data-highlight=pale-purple]{background-color:rgba(179,157,219,.4)}.theme-dark [data-palette-bg-rgb=pale-purple]{background-color:#665d76}.theme-dark [data-block-background=pale-purple].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-palette-bg=pale-purple],.theme-dark [data-highlight=pale-purple]{background-color:rgba(179,157,219,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=pale-purple]{background-color:#665d76}.theme-brand-dark-ios [data-block-background=pale-purple].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-highlight=pale-purple]{background-color:rgba(179,157,219,.4)}[data-font-color=pale-purple]{color:#b39ddb}.theme-light [data-palette-bg=stormy-blue]{background-color:rgba(117,158,230,.4)}.theme-light [data-palette-bg-rgb=stormy-blue]{background-color:#c8d8f5}.theme-light [data-block-background=stormy-blue].hintblock{background-color:rgba(117,158,230,.1)}.theme-dark [data-palette-bg=stormy-blue],.theme-light [data-highlight=stormy-blue]{background-color:rgba(117,158,230,.4)}.theme-dark [data-palette-bg-rgb=stormy-blue]{background-color:#4d5d7a}.theme-dark [data-block-background=stormy-blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-palette-bg=stormy-blue],.theme-dark [data-highlight=stormy-blue]{background-color:rgba(117,158,230,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=stormy-blue]{background-color:#4d5d7a}.theme-brand-dark-ios [data-block-background=stormy-blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-highlight=stormy-blue]{background-color:rgba(117,158,230,.4)}[data-font-color=stormy-blue]{color:#759ee6}.theme-light [data-palette-bg=deeed4]{background-color:rgba(61,202,67,.4)}.theme-light [data-palette-bg-rgb=deeed4]{background-color:#b1eab4}.theme-light [data-block-background=deeed4].hintblock{background-color:rgba(61,202,67,.1)}.theme-dark [data-palette-bg=deeed4],.theme-light [data-highlight=deeed4]{background-color:rgba(61,202,67,.4)}.theme-dark [data-palette-bg-rgb=deeed4]{background-color:#366f39}.theme-dark [data-block-background=deeed4].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-palette-bg=deeed4],.theme-dark [data-highlight=deeed4]{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=deeed4]{background-color:#366f39}.theme-brand-dark-ios [data-block-background=deeed4].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-highlight=deeed4]{background-color:rgba(61,202,67,.4)}[data-font-color=deeed4]{color:#3dca43}.theme-light [data-palette-bg=ffdbd8]{background-color:rgba(237,84,84,.4)}.theme-light [data-palette-bg-rgb=ffdbd8]{background-color:#f8bbbb}.theme-light [data-block-background=ffdbd8].hintblock{background-color:rgba(237,84,84,.1)}.theme-dark [data-palette-bg=ffdbd8],.theme-light [data-highlight=ffdbd8]{background-color:rgba(237,84,84,.4)}.theme-dark [data-palette-bg-rgb=ffdbd8]{background-color:#7d4040}.theme-dark [data-block-background=ffdbd8].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-palette-bg=ffdbd8],.theme-dark [data-highlight=ffdbd8]{background-color:rgba(237,84,84,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=ffdbd8]{background-color:#7d4040}.theme-brand-dark-ios [data-block-background=ffdbd8].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-highlight=ffdbd8]{background-color:rgba(237,84,84,.4)}[data-font-color=ffdbd8]{color:#ed5454}.theme-light [data-palette-bg=cbefff]{background-color:rgba(66,165,245,.4)}.theme-light [data-palette-bg-rgb=cbefff]{background-color:#b3dbfb}.theme-light [data-block-background=cbefff].hintblock{background-color:rgba(66,165,245,.1)}.theme-dark [data-palette-bg=cbefff],.theme-light [data-highlight=cbefff]{background-color:rgba(66,165,245,.4)}.theme-dark [data-palette-bg-rgb=cbefff]{background-color:#386080}.theme-dark [data-block-background=cbefff].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-palette-bg=cbefff],.theme-dark [data-highlight=cbefff]{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=cbefff]{background-color:#386080}.theme-brand-dark-ios [data-block-background=cbefff].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-highlight=cbefff]{background-color:rgba(66,165,245,.4)}[data-font-color=cbefff]{color:#42a5f5}.theme-light [data-palette-bg=feebd3]{background-color:rgba(250,201,47,.4)}.theme-light [data-palette-bg-rgb=feebd3]{background-color:#fde9ac}.theme-light [data-block-background=feebd3].hintblock{background-color:rgba(250,201,47,.1)}.theme-dark [data-palette-bg=feebd3],.theme-light [data-highlight=feebd3]{background-color:rgba(250,201,47,.4)}.theme-dark [data-palette-bg-rgb=feebd3]{background-color:#826e31}.theme-dark [data-block-background=feebd3].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-palette-bg=feebd3],.theme-dark [data-highlight=feebd3]{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=feebd3]{background-color:#826e31}.theme-brand-dark-ios [data-block-background=feebd3].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-highlight=feebd3]{background-color:rgba(250,201,47,.4)}[data-font-color=feebd3]{color:#fac92f}.theme-light [data-palette-bg=f8d3df]{background-color:rgba(233,30,99,.4)}.theme-light [data-palette-bg-rgb=f8d3df]{background-color:#f6a5c1}.theme-light [data-block-background=f8d3df].hintblock{background-color:rgba(233,30,99,.1)}.theme-dark [data-palette-bg=f8d3df],.theme-light [data-highlight=f8d3df]{background-color:rgba(233,30,99,.4)}.theme-dark [data-palette-bg-rgb=f8d3df]{background-color:#7b2a46}.theme-dark [data-block-background=f8d3df].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-palette-bg=f8d3df],.theme-dark [data-highlight=f8d3df]{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=f8d3df]{background-color:#7b2a46}.theme-brand-dark-ios [data-block-background=f8d3df].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-highlight=f8d3df]{background-color:rgba(233,30,99,.4)}[data-font-color=f8d3df]{color:#e91e63}.theme-light .extra-cherry-highlight-color-icon{background-color:rgba(233,30,99,.12)}.theme-light .extra-cherry-highlight-color-icon:before{background-color:#e91e63}.theme-light .orange-red-highlight-color-icon{background-color:rgba(255,107,0,.12)}.theme-light .orange-red-highlight-color-icon:before{background-color:#ed5454}.theme-light .yellow-carrot-highlight-color-icon{background-color:rgba(250,201,47,.12)}.theme-light .yellow-carrot-highlight-color-icon:before{background-color:#fda639}.theme-light .yellow-green-jade-highlight-color-icon{background-color:rgba(181,210,0,.12)}.theme-light .yellow-green-jade-highlight-color-icon:before{background-color:#00c27c}.theme-light .extra-aquamarine-highlight-color-icon{background-color:rgba(0,188,212,.12)}.theme-light .extra-aquamarine-highlight-color-icon:before{background-color:#00bcd4}.theme-light .purple-aqua-highlight-color-icon{background-color:rgba(126,117,230,.12)}.theme-light .purple-aqua-highlight-color-icon:before{background-color:#42a5f5}.theme-light .extra-purple-highlight-color-icon{background-color:rgba(126,117,230,.12)}.theme-light .extra-purple-highlight-color-icon:before{background-color:#7e75e6}.theme-dark .extra-cherry-highlight-color-icon{background-color:rgba(233,30,99,.2)}.theme-dark .extra-cherry-highlight-color-icon:before{background-color:#e91e63}.theme-dark .orange-red-highlight-color-icon{background-color:rgba(255,107,0,.2)}.theme-dark .orange-red-highlight-color-icon:before{background-color:#ed5454}.theme-dark .yellow-carrot-highlight-color-icon{background-color:rgba(250,201,47,.2)}.theme-dark .yellow-carrot-highlight-color-icon:before{background-color:#fda639}.theme-dark .yellow-green-jade-highlight-color-icon{background-color:rgba(181,210,0,.2)}.theme-dark .yellow-green-jade-highlight-color-icon:before{background-color:#00c27c}.theme-dark .extra-aquamarine-highlight-color-icon{background-color:rgba(0,188,212,.2)}.theme-dark .extra-aquamarine-highlight-color-icon:before{background-color:#00bcd4}.theme-dark .purple-aqua-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-dark .purple-aqua-highlight-color-icon:before{background-color:#42a5f5}.theme-dark .extra-purple-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-dark .extra-purple-highlight-color-icon:before{background-color:#7e75e6}.theme-brand-dark-ios .extra-cherry-highlight-color-icon{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios .extra-cherry-highlight-color-icon:before{background-color:#e91e63}.theme-brand-dark-ios .orange-red-highlight-color-icon{background-color:rgba(255,107,0,.2)}.theme-brand-dark-ios .orange-red-highlight-color-icon:before{background-color:#ed5454}.theme-brand-dark-ios .yellow-carrot-highlight-color-icon{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios .yellow-carrot-highlight-color-icon:before{background-color:#fda639}.theme-brand-dark-ios .yellow-green-jade-highlight-color-icon{background-color:rgba(181,210,0,.2)}.theme-brand-dark-ios .yellow-green-jade-highlight-color-icon:before{background-color:#00c27c}.theme-brand-dark-ios .extra-aquamarine-highlight-color-icon{background-color:rgba(0,188,212,.2)}.theme-brand-dark-ios .extra-aquamarine-highlight-color-icon:before{background-color:#00bcd4}.theme-brand-dark-ios .purple-aqua-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios .purple-aqua-highlight-color-icon:before{background-color:#42a5f5}.theme-brand-dark-ios .extra-purple-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios .extra-purple-highlight-color-icon:before{background-color:#7e75e6}.theme-light .nedit-root comment[data-comment-color=aqua]{border-color:rgba(66,165,245,.26)}.theme-light .nedit-root comment[data-comment-color=aqua].force-hover{background-color:rgba(66,165,245,.26)}.theme-light .nedit-root comment[data-comment-color=carrot]{border-color:rgba(253,166,57,.26)}.theme-light .nedit-root comment[data-comment-color=carrot].force-hover{background-color:rgba(253,166,57,.26)}.theme-light .nedit-root comment[data-comment-color=yellow]{border-color:rgba(250,201,47,.26)}.theme-light .nedit-root comment[data-comment-color=yellow].force-hover{background-color:rgba(250,201,47,.26)}.theme-light .nedit-root comment[data-comment-color=red]{border-color:rgba(237,84,84,.26)}.theme-light .nedit-root comment[data-comment-color=red].force-hover{background-color:rgba(237,84,84,.26)}.theme-light .nedit-root comment[data-comment-color=light-green]{border-color:rgba(139,195,74,.26)}.theme-light .nedit-root comment[data-comment-color=light-green].force-hover{background-color:rgba(139,195,74,.26)}.theme-light .nedit-root comment[data-comment-color=thistle]{border-color:rgba(179,157,219,.26)}.theme-light .nedit-root comment[data-comment-color=thistle].force-hover{background-color:rgba(179,157,219,.26)}.theme-light .nedit-root comment[data-comment-color=ucla-blue]{border-color:rgba(85,115,167,.26)}.theme-light .nedit-root comment[data-comment-color=ucla-blue].force-hover{background-color:rgba(85,115,167,.26)}.theme-light .nedit-root comment[data-comment-color=blue]{border-color:rgba(117,158,230,.26)}.theme-light .nedit-root comment[data-comment-color=blue].force-hover{background-color:rgba(117,158,230,.26)}.theme-light .nedit-root comment[data-comment-color=cherry]{border-color:rgba(233,30,99,.26)}.theme-light .nedit-root comment[data-comment-color=cherry].force-hover{background-color:rgba(233,30,99,.26)}.theme-light .nedit-root comment[data-comment-color=orange]{border-color:rgba(255,107,0,.26)}.theme-light .nedit-root comment[data-comment-color=orange].force-hover{background-color:rgba(255,107,0,.26)}.theme-light .nedit-root comment[data-comment-color=yellow-green]{border-color:rgba(181,210,0,.26)}.theme-light .nedit-root comment[data-comment-color=yellow-green].force-hover{background-color:rgba(181,210,0,.26)}.theme-light .nedit-root comment[data-comment-color=green]{border-color:rgba(61,202,67,.26)}.theme-light .nedit-root comment[data-comment-color=green].force-hover{background-color:rgba(61,202,67,.26)}.theme-light .nedit-root comment[data-comment-color=jade]{border-color:rgba(0,194,124,.26)}.theme-light .nedit-root comment[data-comment-color=jade].force-hover{background-color:rgba(0,194,124,.26)}.theme-light .nedit-root comment[data-comment-color=green-sea]{border-color:rgba(38,166,154,.26)}.theme-light .nedit-root comment[data-comment-color=green-sea].force-hover{background-color:rgba(38,166,154,.26)}.theme-light .nedit-root comment[data-comment-color=aquamarine]{border-color:rgba(0,188,212,.26)}.theme-light .nedit-root comment[data-comment-color=aquamarine].force-hover{background-color:rgba(0,188,212,.26)}.theme-light .nedit-root comment[data-comment-color=dark-sky]{border-color:rgba(90,155,175,.26)}.theme-light .nedit-root comment[data-comment-color=dark-sky].force-hover{background-color:rgba(90,155,175,.26)}.theme-light .nedit-root comment[data-comment-color=purple]{border-color:rgba(126,117,230,.26)}.theme-light .nedit-root comment[data-comment-color=purple].force-hover{background-color:rgba(126,117,230,.26)}.theme-light .nedit-root comment[data-comment-color=pink]{border-color:rgba(230,117,184,.26)}.theme-light .nedit-root comment[data-comment-color=pink].force-hover{background-color:rgba(230,117,184,.26)}.theme-light .nedit-root comment[data-comment-color=cloudy]{border-color:rgba(96,125,139,.26)}.theme-light .nedit-root comment[data-comment-color=cloudy].force-hover{background-color:rgba(96,125,139,.26)}.theme-light .nedit-root comment[data-comment-color=grey]{border-color:hsla(0,0%,45.9%,.26)}.theme-light .nedit-root comment[data-comment-color=grey].force-hover{background-color:hsla(0,0%,45.9%,.26)}.theme-light .nedit-root comment[data-comment-color=brown]{border-color:rgba(121,85,72,.26)}.theme-light .nedit-root comment[data-comment-color=brown].force-hover{background-color:rgba(121,85,72,.26)}.theme-light .nedit-root comment[data-comment-color=black]{border-color:rgba(22,22,22,.26)}.theme-light .nedit-root comment[data-comment-color=black].force-hover{background-color:rgba(22,22,22,.26)}.theme-light .nedit-root comment[data-comment-color=white]{border-color:hsla(0,0%,96.1%,.26)}.theme-light .nedit-root comment[data-comment-color=white].force-hover{background-color:hsla(0,0%,96.1%,.26)}.theme-dark .nedit-root comment[data-comment-color=aqua]{border-color:rgba(66,165,245,.4)}.theme-dark .nedit-root comment[data-comment-color=aqua].force-hover{background-color:rgba(66,165,245,.4)}.theme-dark .nedit-root comment[data-comment-color=carrot]{border-color:rgba(253,166,57,.4)}.theme-dark .nedit-root comment[data-comment-color=carrot].force-hover{background-color:rgba(253,166,57,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow]{border-color:rgba(250,201,47,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow].force-hover{background-color:rgba(250,201,47,.4)}.theme-dark .nedit-root comment[data-comment-color=red]{border-color:rgba(237,84,84,.4)}.theme-dark .nedit-root comment[data-comment-color=red].force-hover{background-color:rgba(237,84,84,.4)}.theme-dark .nedit-root comment[data-comment-color=light-green]{border-color:rgba(139,195,74,.4)}.theme-dark .nedit-root comment[data-comment-color=light-green].force-hover{background-color:rgba(139,195,74,.4)}.theme-dark .nedit-root comment[data-comment-color=thistle]{border-color:rgba(179,157,219,.4)}.theme-dark .nedit-root comment[data-comment-color=thistle].force-hover{background-color:rgba(179,157,219,.4)}.theme-dark .nedit-root comment[data-comment-color=ucla-blue]{border-color:rgba(85,115,167,.4)}.theme-dark .nedit-root comment[data-comment-color=ucla-blue].force-hover{background-color:rgba(85,115,167,.4)}.theme-dark .nedit-root comment[data-comment-color=blue]{border-color:rgba(117,158,230,.4)}.theme-dark .nedit-root comment[data-comment-color=blue].force-hover{background-color:rgba(117,158,230,.4)}.theme-dark .nedit-root comment[data-comment-color=cherry]{border-color:rgba(233,30,99,.4)}.theme-dark .nedit-root comment[data-comment-color=cherry].force-hover{background-color:rgba(233,30,99,.4)}.theme-dark .nedit-root comment[data-comment-color=orange]{border-color:rgba(255,107,0,.4)}.theme-dark .nedit-root comment[data-comment-color=orange].force-hover{background-color:rgba(255,107,0,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow-green]{border-color:rgba(181,210,0,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow-green].force-hover{background-color:rgba(181,210,0,.4)}.theme-dark .nedit-root comment[data-comment-color=green]{border-color:rgba(61,202,67,.4)}.theme-dark .nedit-root comment[data-comment-color=green].force-hover{background-color:rgba(61,202,67,.4)}.theme-dark .nedit-root comment[data-comment-color=jade]{border-color:rgba(0,194,124,.4)}.theme-dark .nedit-root comment[data-comment-color=jade].force-hover{background-color:rgba(0,194,124,.4)}.theme-dark .nedit-root comment[data-comment-color=green-sea]{border-color:rgba(38,166,154,.4)}.theme-dark .nedit-root comment[data-comment-color=green-sea].force-hover{background-color:rgba(38,166,154,.4)}.theme-dark .nedit-root comment[data-comment-color=aquamarine]{border-color:rgba(0,188,212,.4)}.theme-dark .nedit-root comment[data-comment-color=aquamarine].force-hover{background-color:rgba(0,188,212,.4)}.theme-dark .nedit-root comment[data-comment-color=dark-sky]{border-color:rgba(90,155,175,.4)}.theme-dark .nedit-root comment[data-comment-color=dark-sky].force-hover{background-color:rgba(90,155,175,.4)}.theme-dark .nedit-root comment[data-comment-color=purple]{border-color:rgba(126,117,230,.4)}.theme-dark .nedit-root comment[data-comment-color=purple].force-hover{background-color:rgba(126,117,230,.4)}.theme-dark .nedit-root comment[data-comment-color=pink]{border-color:rgba(230,117,184,.4)}.theme-dark .nedit-root comment[data-comment-color=pink].force-hover{background-color:rgba(230,117,184,.4)}.theme-dark .nedit-root comment[data-comment-color=cloudy]{border-color:rgba(96,125,139,.4)}.theme-dark .nedit-root comment[data-comment-color=cloudy].force-hover{background-color:rgba(96,125,139,.4)}.theme-dark .nedit-root comment[data-comment-color=grey]{border-color:hsla(0,0%,45.9%,.4)}.theme-dark .nedit-root comment[data-comment-color=grey].force-hover{background-color:hsla(0,0%,45.9%,.4)}.theme-dark .nedit-root comment[data-comment-color=brown]{border-color:rgba(121,85,72,.4)}.theme-dark .nedit-root comment[data-comment-color=brown].force-hover{background-color:rgba(121,85,72,.4)}.theme-dark .nedit-root comment[data-comment-color=black]{border-color:rgba(22,22,22,.4)}.theme-dark .nedit-root comment[data-comment-color=black].force-hover{background-color:rgba(22,22,22,.4)}.theme-dark .nedit-root comment[data-comment-color=white]{border-color:hsla(0,0%,96.1%,.4)}.theme-dark .nedit-root comment[data-comment-color=white].force-hover{background-color:hsla(0,0%,96.1%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aqua]{border-color:rgba(66,165,245,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aqua].force-hover{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=carrot]{border-color:rgba(253,166,57,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=carrot].force-hover{background-color:rgba(253,166,57,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow]{border-color:rgba(250,201,47,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow].force-hover{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=red]{border-color:rgba(237,84,84,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=red].force-hover{background-color:rgba(237,84,84,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=light-green]{border-color:rgba(139,195,74,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=light-green].force-hover{background-color:rgba(139,195,74,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=thistle]{border-color:rgba(179,157,219,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=thistle].force-hover{background-color:rgba(179,157,219,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=ucla-blue]{border-color:rgba(85,115,167,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=ucla-blue].force-hover{background-color:rgba(85,115,167,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=blue]{border-color:rgba(117,158,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=blue].force-hover{background-color:rgba(117,158,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cherry]{border-color:rgba(233,30,99,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cherry].force-hover{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=orange]{border-color:rgba(255,107,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=orange].force-hover{background-color:rgba(255,107,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow-green]{border-color:rgba(181,210,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow-green].force-hover{background-color:rgba(181,210,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green]{border-color:rgba(61,202,67,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green].force-hover{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=jade]{border-color:rgba(0,194,124,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=jade].force-hover{background-color:rgba(0,194,124,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green-sea]{border-color:rgba(38,166,154,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green-sea].force-hover{background-color:rgba(38,166,154,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aquamarine]{border-color:rgba(0,188,212,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aquamarine].force-hover{background-color:rgba(0,188,212,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=dark-sky]{border-color:rgba(90,155,175,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=dark-sky].force-hover{background-color:rgba(90,155,175,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=purple]{border-color:rgba(126,117,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=purple].force-hover{background-color:rgba(126,117,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=pink]{border-color:rgba(230,117,184,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=pink].force-hover{background-color:rgba(230,117,184,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cloudy]{border-color:rgba(96,125,139,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cloudy].force-hover{background-color:rgba(96,125,139,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=grey]{border-color:hsla(0,0%,45.9%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=grey].force-hover{background-color:hsla(0,0%,45.9%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=brown]{border-color:rgba(121,85,72,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=brown].force-hover{background-color:rgba(121,85,72,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=black]{border-color:rgba(22,22,22,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=black].force-hover{background-color:rgba(22,22,22,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=white]{border-color:hsla(0,0%,96.1%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=white].force-hover{background-color:hsla(0,0%,96.1%,.4)}.toolbar-cta-form{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.2);z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto}.toolbar-cta-form__form{margin:auto;background-color:#fff;border:1px solid rgba(0,0,0,.14);-webkit-box-shadow:0 17px 12px 2px rgba(0,0,0,.08),0 8px 7px -4px rgba(0,0,0,.08);box-shadow:0 17px 12px 2px rgba(0,0,0,.08),0 8px 7px -4px rgba(0,0,0,.08);border-radius:4px;padding:18px 19px 19px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:2;min-width:357px}.toolbar-cta-form-title{font-size:20px;font-weight:600;margin-bottom:10px}.toolbar-cta-form__row{margin-bottom:10px}.toolbar-cta-form__row-title{margin-bottom:5px;font-size:14px}.toolbar-cta-form__type{display:none}.toolbar-cta-form__body_button .toolbar-cta-form__type_button,.toolbar-cta-form__body_image .toolbar-cta-form__type_image{display:block}.toolbar-cta-form__bg{display:inline-block;margin-right:4px;width:12px;height:12px;border-radius:12px;border:2px solid #fff;cursor:pointer}.toolbar-cta-form__bg_active{-webkit-box-shadow:0 0 0 2px grey;box-shadow:0 0 0 2px grey}.toolbar-cta-form__input{border:1px solid #e8e8e8;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#161616;padding:12px 7px;width:100%}.toolbar-cta-form__buttons{text-align:center}.toolbar-cta-form__buttons button{margin:0 10px}.toolbar-cta-form__image{height:100px;-o-object-fit:contain;object-fit:contain}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;z-index:-1}.theme-light .nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after,.theme-dark .nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after{background-color:var(--white-16)}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot) ::-moz-selection{background-color:transparent!important;color:inherit!important}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot) ::selection{background-color:transparent!important;color:inherit!important}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot) ::-moz-selection{background-color:transparent!important;color:inherit!important}.focus-mode .editable-text:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.focus-mode .syntax-main:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code){opacity:.3;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .editable-text.embed-wrapper,.focus-mode .editable-text.focused-block,.focus-mode .editable-text.outline,.focus-mode .editable-text.syntax-code,.focus-mode .syntax-main.embed-wrapper,.focus-mode .syntax-main.focused-block,.focus-mode .syntax-main.outline,.focus-mode .syntax-main.syntax-code{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .image.focused-block img{-webkit-filter:brightness(100%);filter:brightness(100%)}.focus-mode .image:not(.focused-block) img{-webkit-filter:brightness(68%);filter:brightness(68%)}.focus-mode .remote-file{opacity:.5;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .remote-file.focused-block{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .table-wrapper{opacity:.5;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .table-wrapper.focused-wrap{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.theme-brand-dark-ios .focus-mode .editable-text:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.theme-brand-dark-ios .focus-mode .syntax-main:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.theme-dark .focus-mode .editable-text:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.theme-dark .focus-mode .syntax-main:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code){opacity:.3;-webkit-transition:opacity .1s;transition:opacity .1s}.theme-brand-dark-ios .focus-mode .editable-text.embed-wrapper,.theme-brand-dark-ios .focus-mode .editable-text.focused-block,.theme-brand-dark-ios .focus-mode .editable-text.focused-wrap,.theme-brand-dark-ios .focus-mode .editable-text.outline,.theme-brand-dark-ios .focus-mode .editable-text.syntax-code,.theme-brand-dark-ios .focus-mode .syntax-main.embed-wrapper,.theme-brand-dark-ios .focus-mode .syntax-main.focused-block,.theme-brand-dark-ios .focus-mode .syntax-main.focused-wrap,.theme-brand-dark-ios .focus-mode .syntax-main.outline,.theme-brand-dark-ios .focus-mode .syntax-main.syntax-code,.theme-dark .focus-mode .editable-text.embed-wrapper,.theme-dark .focus-mode .editable-text.focused-block,.theme-dark .focus-mode .editable-text.focused-wrap,.theme-dark .focus-mode .editable-text.outline,.theme-dark .focus-mode .editable-text.syntax-code,.theme-dark .focus-mode .syntax-main.embed-wrapper,.theme-dark .focus-mode .syntax-main.focused-block,.theme-dark .focus-mode .syntax-main.focused-wrap,.theme-dark .focus-mode .syntax-main.outline,.theme-dark .focus-mode .syntax-main.syntax-code{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.editor-body .embedded-menu .right-content .inline-icons .icon,.editor-body .embedded-menu .right-content .more-items .more-items-btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease}.editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-brand-dark-ios .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-dark .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-light .more-items-btn svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic{fill:var(--ash-grey)}.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-light .more-items-btn:hover svg .graphic,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic{fill:var(--bondi-blue)}.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-brand-dark-ios .more-items-btn:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-dark .more-items-btn:hover svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic{fill:var(--spare-royal)}.editor-body .embedded-menu .right-content .inline-icons .icon:before,.editor-body .embedded-menu .right-content .more-items .more-items-btn:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;bottom:0;left:0;right:0;top:0;background:none;background-color:transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:-1}.editor-body .embedded-menu .right-content .more-items.active .theme-light .more-items-btn svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items.active .more-items-btn svg .graphic{fill:var(--bondi-blue)}.editor-body .embedded-menu .right-content .more-items.active .theme-brand-dark-ios .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items.active .theme-dark .more-items-btn svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items.active .more-items-btn svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items.active .more-items-btn svg .graphic{fill:var(--spare-royal)}.editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.editor-body .embedded-menu .right-content .inline-icons .icon:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.editor-body .embedded-menu.embedded-menu-short .theme-light .more-items-btn:hover:before,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon:hover:before,.theme-light .editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon:hover:before{background-color:var(--black-4)}.editor-body .embedded-menu.embedded-menu-short .theme-brand-dark-ios .more-items-btn:hover:before,.editor-body .embedded-menu.embedded-menu-short .theme-dark .more-items-btn:hover:before,.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon:hover:before,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon:hover:before,.theme-brand-dark-ios .editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon:hover:before,.theme-dark .editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon:hover:before{background-color:var(--white-8)}#convert-blot-manager .popup-menu,.embedded-menu .popup-menu{position:absolute}#convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.embedded-menu .popup-menu .menu-item .menu-mention-icon{display:inline-block;width:16px;height:16px;text-align:center;line-height:16px}.theme-light #convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.theme-light .embedded-menu .popup-menu .menu-item .menu-mention-icon{color:var(--davys-grey)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item .menu-mention-icon,.theme-dark #convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.theme-dark .embedded-menu .popup-menu .menu-item .menu-mention-icon{color:var(--ash-grey)}.theme-light #convert-blot-manager .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-light #convert-blot-manager .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-light #convert-blot-manager .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-light .embedded-menu .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-light .embedded-menu .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-light .embedded-menu .popup-menu .menu-item[data-menu-id=learn-nimbus] .text{color:var(--bondi-blue)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-dark #convert-blot-manager .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-dark #convert-blot-manager .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-dark #convert-blot-manager .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-dark .embedded-menu .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-dark .embedded-menu .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-dark .embedded-menu .popup-menu .menu-item[data-menu-id=learn-nimbus] .text{color:var(--light-green)}#convert-blot-manager .popup-menu .header-menu,.embedded-menu .popup-menu .header-menu{font-size:14px;text-transform:uppercase;border:0;padding:14px 14px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0}.theme-light #convert-blot-manager .popup-menu .header-menu,.theme-light .embedded-menu .popup-menu .header-menu{background-color:var(--white)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .header-menu,.theme-brand-dark-ios .embedded-menu .popup-menu .header-menu,.theme-dark #convert-blot-manager .popup-menu .header-menu,.theme-dark .embedded-menu .popup-menu .header-menu{background-color:var(--grey-brown)}#convert-blot-manager .popup-menu .header-menu.first-header,#convert-blot-manager .popup-menu .header-menu:first-child,.embedded-menu .popup-menu .header-menu.first-header,.embedded-menu .popup-menu .header-menu:first-child{padding-top:7px}#convert-blot-manager .popup-menu .header-menu.first-header:before,#convert-blot-manager .popup-menu .header-menu:first-child:before,.embedded-menu .popup-menu .header-menu.first-header:before,.embedded-menu .popup-menu .header-menu:first-child:before{content:"";width:100%;height:7px;position:absolute;top:-7px;left:0}.theme-light #convert-blot-manager .popup-menu .header-menu.first-header:before,.theme-light #convert-blot-manager .popup-menu .header-menu:first-child:before,.theme-light .embedded-menu .popup-menu .header-menu.first-header:before,.theme-light .embedded-menu .popup-menu .header-menu:first-child:before{background-color:var(--white)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .header-menu.first-header:before,.theme-brand-dark-ios #convert-blot-manager .popup-menu .header-menu:first-child:before,.theme-brand-dark-ios .embedded-menu .popup-menu .header-menu.first-header:before,.theme-brand-dark-ios .embedded-menu .popup-menu .header-menu:first-child:before,.theme-dark #convert-blot-manager .popup-menu .header-menu.first-header:before,.theme-dark #convert-blot-manager .popup-menu .header-menu:first-child:before,.theme-dark .embedded-menu .popup-menu .header-menu.first-header:before,.theme-dark .embedded-menu .popup-menu .header-menu:first-child:before{background-color:var(--grey-brown)}#convert-blot-manager .popup-menu .header-menu .header-menu-arrow,.embedded-menu .popup-menu .header-menu .header-menu-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}#convert-blot-manager .popup-menu .header-menu .header-menu-arrow svg,.embedded-menu .popup-menu .header-menu .header-menu-arrow svg{width:auto;height:auto}#convert-blot-manager .popup-menu .header-menu.collapsed .header-menu-arrow,.embedded-menu .popup-menu .header-menu.collapsed .header-menu-arrow{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#convert-blot-manager .popup-menu .link-menu-item,.embedded-menu .popup-menu .link-menu-item{padding:7px 14px;font-size:14px;cursor:pointer}.theme-light #convert-blot-manager .popup-menu .link-menu-item:hover,.theme-light .embedded-menu .popup-menu .link-menu-item:hover{color:var(--bondi-blue)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .link-menu-item:hover,.theme-brand-dark-ios .embedded-menu .popup-menu .link-menu-item:hover,.theme-dark #convert-blot-manager .popup-menu .link-menu-item:hover,.theme-dark .embedded-menu .popup-menu .link-menu-item:hover{color:var(--light-green)}#convert-blot-manager .popup-menu .convert-menu-footer,.embedded-menu .popup-menu .convert-menu-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:20px;text-align:center}#convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-top,.embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-top{max-width:162px}#convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom,.embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom{margin-top:20px;max-width:162px;padding-bottom:10px}#convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a{margin-left:4px}.theme-light #convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-light .embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a{color:var(--bondi-blue)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-brand-dark-ios .embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-dark #convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-dark .embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a{color:var(--light-green)}#convert-blot-manager .popup-menu.menu-enter,.embedded-menu .popup-menu.menu-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#convert-blot-manager .popup-menu.menu-enter-active,.embedded-menu .popup-menu.menu-enter-active{opacity:1}#convert-blot-manager .popup-menu.menu-leave,.embedded-menu .popup-menu.menu-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#convert-blot-manager .popup-menu.menu-leave-active,.embedded-menu .popup-menu.menu-leave-active{opacity:0}#convert-blot-manager .convert-menu-tooltip,.embedded-menu .convert-menu-tooltip{padding:20px;border:0;max-width:270px;overflow:initial}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip,.theme-dark #convert-blot-manager .convert-menu-tooltip,.theme-dark .embedded-menu .convert-menu-tooltip,.theme-light #convert-blot-manager .convert-menu-tooltip,.theme-light .embedded-menu .convert-menu-tooltip{background-color:#3d3d3d}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip,.theme-dark #convert-blot-manager .convert-menu-tooltip,.theme-dark .embedded-menu .convert-menu-tooltip,.theme-light #convert-blot-manager .convert-menu-tooltip,.theme-light .embedded-menu .convert-menu-tooltip{color:#fff}#convert-blot-manager .convert-menu-tooltip-title,.embedded-menu .convert-menu-tooltip-title{font-size:14px;font-weight:700;margin-bottom:16px}#convert-blot-manager .convert-menu-tooltip-description,.embedded-menu .convert-menu-tooltip-description{font-size:12px;margin-bottom:16px}#convert-blot-manager .convert-menu-tooltip-label,.embedded-menu .convert-menu-tooltip-label{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;margin-bottom:16px;display:inline-block}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip-label,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip-label,.theme-dark #convert-blot-manager .convert-menu-tooltip-label,.theme-dark .embedded-menu .convert-menu-tooltip-label,.theme-light #convert-blot-manager .convert-menu-tooltip-label,.theme-light .embedded-menu .convert-menu-tooltip-label{background-color:#006064}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip-label,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip-label,.theme-dark #convert-blot-manager .convert-menu-tooltip-label,.theme-dark .embedded-menu .convert-menu-tooltip-label,.theme-light #convert-blot-manager .convert-menu-tooltip-label,.theme-light .embedded-menu .convert-menu-tooltip-label{color:#b2ebf2}#convert-blot-manager .convert-menu-tooltip-label.link-label,.embedded-menu .convert-menu-tooltip-label.link-label{cursor:pointer}#convert-blot-manager .convert-menu-tooltip-preview,.embedded-menu .convert-menu-tooltip-preview{background-color:#303030;padding:4px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#convert-blot-manager .convert-menu-tooltip-preview img,.embedded-menu .convert-menu-tooltip-preview img{width:230px;height:130px;max-width:230px;max-height:130px;border-radius:4px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' xmlns='http://www.w3.org/2000/svg' stroke='%23aaa'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}#convert-blot-manager .convert-menu-tooltip-arrow,.embedded-menu .convert-menu-tooltip-arrow{position:absolute;width:16px;height:16px;-webkit-transform:rotate(45deg);transform:rotate(45deg);right:-8px}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip-arrow,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip-arrow,.theme-dark #convert-blot-manager .convert-menu-tooltip-arrow,.theme-dark .embedded-menu .convert-menu-tooltip-arrow,.theme-light #convert-blot-manager .convert-menu-tooltip-arrow,.theme-light .embedded-menu .convert-menu-tooltip-arrow{background-color:#3d3d3d}#convert-blot-manager .convert-menu-tooltip[x-placement=right] .convert-menu-tooltip-arrow,.embedded-menu .convert-menu-tooltip[x-placement=right] .convert-menu-tooltip-arrow{right:unset;left:-8px}.popup-menu .rate-editor-in-menu{-webkit-transition:background .2s ease;transition:background .2s ease;position:relative;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;border-radius:6px;margin:0 5px 7px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.theme-light .popup-menu .rate-editor-in-menu{background-color:var(--black-4)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu,.theme-dark .popup-menu .rate-editor-in-menu{background-color:var(--white-8)}.theme-light .popup-menu .rate-editor-in-menu{color:#262626}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu,.theme-dark .popup-menu .rate-editor-in-menu{color:var(--ash-grey)}.popup-menu .rate-editor-in-menu .rate-editor-title{margin-left:8px;margin-right:5px}.theme-light .popup-menu .rate-editor-in-menu .icon-chevron-right path.graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-chevron-right path.graphic,.theme-dark .popup-menu .rate-editor-in-menu .icon-chevron-right path.graphic{fill:var(--ash-grey)}.popup-menu .rate-editor-in-menu .icon-star path{fill-opacity:1}.theme-light .popup-menu .rate-editor-in-menu .icon-star path{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-star path,.theme-dark .popup-menu .rate-editor-in-menu .icon-star path{fill:var(--ash-grey)}.popup-menu .rate-editor-in-menu .icon-close{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:all;position:absolute;right:6px;top:6px;width:10px;height:10px}.theme-light .popup-menu .rate-editor-in-menu .icon-close path.graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-close path.graphic,.theme-dark .popup-menu .rate-editor-in-menu .icon-close path.graphic{fill:var(--ash-grey)}.theme-light .popup-menu .rate-editor-in-menu .icon-close:hover path.graphic{fill:var(--onyx-and-white-16)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-close:hover path.graphic,.theme-dark .popup-menu .rate-editor-in-menu .icon-close:hover path.graphic{fill:var(--platinum)}.theme-light .popup-menu .rate-editor-in-menu:hover{background-color:var(--black-12)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu:hover,.theme-dark .popup-menu .rate-editor-in-menu:hover{background-color:var(--white-12)}.popup-menu .rate-editor-in-menu:hover .icon-close{opacity:1}.editor-body .embedded-menu-container{pointer-events:none}.editor-body .embedded-menu-container.additional-embedded-menu{z-index:20}.editor-body .embedded-menu-container.additional-embedded-menu>span{display:contents}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu{margin:0 auto}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{border:1px solid;border-radius:40px;padding:6px}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{border-color:var(--platinum)}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{border-color:var(--white-16)}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{background-color:var(--white)}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{background-color:var(--grey-brown)}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{-webkit-box-shadow:0 2px 15px 0 rgba(163,168,173,.22);box-shadow:0 2px 15px 0 rgba(163,168,173,.22)}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{-webkit-box-shadow:unset;box-shadow:unset}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content .inline-icons{margin-left:0}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content .inline-icons .icon:before{z-index:unset}.editor-body .embedded-menu{cursor:text;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.editor-body .embedded-menu svg{pointer-events:none;width:20px;height:20px}.editor-body .embedded-menu.embedded-menu-enter{opacity:.1}.editor-body .embedded-menu.embedded-menu-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.editor-body .embedded-menu .overlay-text{white-space:nowrap}.theme-brand-dark-ios .editor-body .embedded-menu .overlay-text,.theme-dark .editor-body .embedded-menu .overlay-text,.theme-light .editor-body .embedded-menu .overlay-text{color:var(--ash-grey)}.editor-body .embedded-menu .input-prompt{overflow:hidden;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.editor-body .embedded-menu .right-content{pointer-events:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.editor-body .embedded-menu .right-content .inline-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:26px;padding-right:7px;border-right:1px solid}.theme-light .editor-body .embedded-menu .right-content .inline-icons{border-color:var(--table-border-light)}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons,.theme-dark .editor-body .embedded-menu .right-content .inline-icons{border-color:var(--table-border-dark)}.editor-body .embedded-menu .right-content .inline-icons .icon{margin-right:4px}.editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]{border-right:1px solid;border-radius:0}.theme-light .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]{border-color:var(--table-border-light)}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step],.theme-dark .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]{border-color:var(--table-border-dark)}.editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:before{display:none}.editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button{width:88px;font-size:13px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-transition:color .2s ease;transition:color .2s ease}.theme-light .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button{color:#164e63}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button,.theme-dark .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button{color:#0891b2}.theme-light .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:hover .add-step-button{color:#0e7490}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:hover .add-step-button,.theme-dark .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:hover .add-step-button{color:#06b6d4}.editor-body .embedded-menu .right-content .more-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editor-body .embedded-menu .right-content .more-items .more-items-btn.view-full{margin-left:7px;padding:10px 7px}.editor-body .embedded-menu .right-content .more-items .more-items-btn.view-full svg{width:auto;height:auto}.editor-body .embedded-menu.embedded-menu-short .right-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.editor-body .embedded-menu.embedded-menu-short .more-items-btn{top:1px}.editor-body .embedded-menu .smile-picker-container{position:absolute;top:100%;left:0;z-index:12}.editor-body .nedit-root.style-serif~.embedded-menu-container .overlay-text{font-family:Roboto Slab,serif}.editor-body .nedit-root.style-handwritten~.embedded-menu-container .input-prompt:after{content:"\A0"}.editor-body .nedit-root.style-handwritten~.embedded-menu-container .overlay-text{font-family:Caveat,cursive}.editor-body .nedit-root.style-handwritten.size-small~.embedded-menu-container .overlay-text{font-size:18px}.editor-body .nedit-root.style-handwritten.size-normal~.embedded-menu-container .overlay-text{font-size:20px}.editor-body .nedit-root.style-handwritten.size-normal~.embedded-menu-container .right-content{top:2px}.editor-body .nedit-root.style-handwritten.size-large~.embedded-menu-container .overlay-text{font-size:22px}.editor-body .nedit-root.style-handwritten.size-large~.embedded-menu-container .right-content{top:4px}.editor-body .nedit-root.style-mono~.embedded-menu-container .overlay-text{font-family:Anonymous Pro,monospace}.editor-body .nedit-root.style-mono.size-small~.embedded-menu-container .right-content{top:-1px}.editor-body .nedit-root.style-mono.size-normal~.embedded-menu-container .right-content{top:2px}.editor-body .nedit-root.style-mono.size-large~.embedded-menu-container .right-content{top:4px}.editor-body .nedit-root.size-small:not(.style-handwritten)~.embedded-menu-container .overlay-text{font-size:14px}.editor-body .nedit-root.size-small:not(.style-handwritten):not(.style-mono)~.embedded-menu-container .right-content{top:-2px}.editor-body .nedit-root.size-normal:not(.style-handwritten)~.embedded-menu-container .overlay-text{font-size:16px}.editor-body .nedit-root.size-normal:not(.style-handwritten):not(.style-mono)~.embedded-menu-container .right-content{top:1px}.editor-body .nedit-root.size-large:not(.style-handwritten)~.embedded-menu-container .overlay-text{font-size:18px}.editor-body .nedit-root.size-large:not(.style-handwritten):not(.style-mono)~.embedded-menu-container .right-content{top:2px}.editor-body .editor-menu-tooltips{width:0;height:0;visibility:hidden}.editor-body .editor-menu-tooltips img{width:0;height:0}#convert-blot-manager .popup-menu:not(.convert-menu-tooltip){overflow-y:auto!important;overflow-x:hidden}.theme-brand-dark-ios .dark-sky-blue-highlight,.theme-dark .dark-sky-blue-highlight,.theme-light .dark-sky-blue-highlight{background-color:var(--bleu-de-france-32)}.theme-brand-dark-ios .macaroni-and-cheese-highlight,.theme-dark .macaroni-and-cheese-highlight,.theme-light .macaroni-and-cheese-highlight{background-color:var(--sunglow-32)}.theme-brand-dark-ios .mango-highlight,.theme-dark .mango-highlight,.theme-light .mango-highlight{background-color:var(--neon-carrot-32)}.theme-brand-dark-ios .coral-highlight,.theme-dark .coral-highlight,.theme-light .coral-highlight{background-color:var(--carmine-pink-32)}.theme-brand-dark-ios .turtle-green-highlight,.theme-dark .turtle-green-highlight,.theme-light .turtle-green-highlight{background-color:var(--dollar-bill-32)}.theme-brand-dark-ios .pale-purple-highlight,.theme-dark .pale-purple-highlight,.theme-light .pale-purple-highlight{background-color:var(--light-pastel-purple-32)}.theme-brand-dark-ios .stormy-blue-highlight,.theme-dark .stormy-blue-highlight,.theme-light .stormy-blue-highlight{background-color:var(--ucla-blue-32)}.nedit-root span.background-color{border-radius:2px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.color-icon-highlight{position:relative;overflow:hidden}.color-icon-highlight.clear-all-icon{border-radius:50%;cursor:pointer;border:2px solid var(--davys-grey);width:11px;height:11px}.color-icon-highlight.clear-all-icon:before{border:2px solid var(--davys-grey);top:25%;left:25%}.theme-dark .color-icon-highlight.clear-all-icon,.theme-dark .color-icon-highlight.clear-all-icon:before{border-color:var(--lavender-grey)}.selected-block[data-block-background]:not(.embed-wrapper):not(.floating-toolbar-color-icon):not(.color-icon):not([data-block-background=transparent]),[data-block-background]:not(.embed-wrapper):not(.floating-toolbar-color-icon):not(.color-icon):not([data-block-background=transparent]){padding:0 5px}.extra-highlight{border:1px solid}.extra-highlight.background-color{padding:0 5px}.extra-highlight.has-next-highlight{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.extra-highlight.has-next-highlight.next-highlight-in-current-word{padding-right:0}.extra-highlight.has-next-highlight.next-highlight-in-current-word+.background-color{padding-left:0;border-left:none}.extra-highlight.has-next-highlight+.background-color{border-top-left-radius:0;border-bottom-left-radius:0}.floating-toolbar-container{position:absolute;cursor:default;z-index:100}.floating-toolbar-container.out-of-container-events{pointer-events:none}.floating-toolbar-container svg{pointer-events:none;width:16px;height:16px}.theme-light .floating-toolbar-container svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .floating-toolbar-container svg .graphic,.theme-dark .floating-toolbar-container svg .graphic{fill:var(--ash-grey)}.theme-light .floating-toolbar-container svg .graphic_stroke{stroke:var(--davys-grey)}.theme-brand-dark-ios .floating-toolbar-container svg .graphic_stroke,.theme-dark .floating-toolbar-container svg .graphic_stroke{stroke:var(--ash-grey)}.floating-toolbar-container .floating-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-y:initial;padding-left:4px;padding-right:4px}.floating-toolbar-container .floating-toolbar .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;cursor:pointer;border-radius:50%;-webkit-transition:background .2s ease;transition:background .2s ease}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=italic]{width:18px}.theme-light .floating-toolbar-container .floating-toolbar .icon.active svg .graphic,.theme-light .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.active svg .graphic,.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover svg .graphic,.theme-dark .floating-toolbar-container .floating-toolbar .icon.active svg .graphic,.theme-dark .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover svg .graphic{fill:var(--spare-royal)}.theme-light .floating-toolbar-container .floating-toolbar .icon.active .graphic_stroke,.theme-light .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.active .graphic_stroke,.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .icon.active .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover .graphic_stroke{stroke:var(--spare-royal)}.theme-light .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic,.theme-dark .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic{fill:var(--davys-grey)}.theme-light .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic_stroke{stroke:var(--ash-grey)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic_stroke{stroke:var(--davys-grey)}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon{width:16px;height:16px;position:relative;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:500;pointer-events:none;line-height:16px}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon:not([data-block-background]){font-size:18px}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon[data-block-background]:not([data-block-background^=extra-]){width:18px;height:18px;line-height:18px}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon[data-block-background^=extra-]{border:1px solid}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=color]:hover .default-theme-color .color-icon-label{color:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=color]:hover .default-theme-color .color-icon-label,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=color]:hover .default-theme-color .color-icon-label{color:var(--spare-royal)}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]{width:auto;margin:0 2px 0 4px;position:relative;white-space:nowrap}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before{content:"";position:absolute;display:block;width:1px;height:calc(100% - 6px);right:0;top:3px}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before{background-color:var(--platinum)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before{background-color:var(--white-16)}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] svg{width:20px;height:20px}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] span{font-style:normal;font-weight:700;font-size:13px;margin:0 8px}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]:hover{color:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]:hover,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]:hover{color:var(--spare-royal)}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child),.floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]{margin-left:5px;padding-left:5px;position:relative}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child) svg,.floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note] svg{position:relative;top:1px}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before{content:"";position:absolute;display:block;width:1px;height:calc(100% - 6px);left:0;top:3px}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before{background-color:var(--platinum)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before{background-color:var(--white-16)}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:calc(100% + 3px);top:1px;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-y:initial;padding-left:6px;padding-right:6px;width:316px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item{margin:0 3px 6px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name^=extra-] .color-icon{border:1px solid}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.default-color-item .color-icon svg{width:22px;height:22px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon{width:22px;height:22px;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.color-icon-mat-font-color{background:none}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon .color-icon-label{font-size:18px;font-weight:500;font-family:Roboto!important}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.no-color{background-color:var(--onyx)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.no-color,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.no-color{background-color:var(--white-87)}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon:not(.color-icon-highlight),.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon:not(.color-icon-highlight){background-color:#eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon:not(.color-icon-highlight),.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon:not(.color-icon-highlight),.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon:not(.color-icon-highlight),.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon:not(.color-icon-highlight){background-color:#424242}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]){border:1px solid}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]){border-color:rgba(0,0,0,.14)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]),.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]){border-color:hsla(0,0%,100%,.14)}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon{background-color:none!important}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon svg .graphic_stroke{stroke:rgba(0,0,0,.14)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon svg .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon svg .graphic_stroke{stroke:hsla(0,0%,100%,.14)}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon[data-block-background^=extra-]{background-color:#eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon[data-block-background^=extra-],.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon[data-block-background^=extra-]{background-color:#424242}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon{-webkit-box-shadow:0 0 0 2px #eee;box-shadow:0 0 0 2px #eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon{-webkit-box-shadow:0 0 0 2px #424242;box-shadow:0 0 0 2px #424242}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.color-menu-item-clear-all{padding-left:2px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.with-highlights{padding:13px 17px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label{width:100%;margin-top:7px;margin-bottom:7px;font-size:12px;line-height:1.33;padding-left:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label{color:var(--davys-grey)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label{color:var(--lavender-grey)}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label.no-margin-top{margin-top:0}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label span.clear-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:distribute;align-content:space-around;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-decoration:underline;cursor:pointer}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-enter-active{opacity:1}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-leave-active{opacity:0}.floating-toolbar-container .floating-toolbar.floating-toolbar-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar.floating-toolbar-enter-active{opacity:1}.floating-toolbar-container .floating-toolbar.floating-toolbar-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar.floating-toolbar-leave-active{opacity:0}.floating-toolbar-container .floating-toolbar-ai-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:242px;padding-top:6px}.floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item{width:100%;min-height:28px;height:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;-webkit-transition:"background-color" .2s ease;transition:"background-color" .2s ease}.floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item div{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title{font-style:normal;font-weight:400;font-size:14px;margin:0 0 0 8px}.theme-light .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title{color:var(--onyx)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title,.theme-dark .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title{color:var(--white-87)}.theme-light .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item:hover{background-color:#eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item:hover,.theme-dark .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item:hover{background-color:#424242}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name=black] .color-icon .color-icon-label,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name=black] .color-icon .color-icon-label{text-shadow:0 0 #fff,0 0 #fff,0 1px #fff,0 -1px #fff;font-weight:700}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.default-color-item .color-icon svg .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.default-color-item .color-icon svg .graphic_stroke{stroke:#fff}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name=white] .color-icon .color-icon-label{text-shadow:0 0 #000,0 0 #000,0 1px #000,0 -1px #000}#mentions-search-container{position:absolute;z-index:100}#mentions-search-container .mention-search-scroll.list{height:370px}#mentions-search-container .mention-search-scroll.list .mention-list{padding-bottom:0}#mentions-search-container .next-notes-loader{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4px}#mentions-search-container .next-notes-loader svg{width:24px;height:24px}#mentions-search-container .mention-list{border:1px solid;border-radius:4px;padding:16px 4px;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:240px;max-width:288px;max-height:100%;overflow-y:auto;position:relative}.theme-light #mentions-search-container .mention-list{background-color:var(--white)}.theme-brand-dark-ios #mentions-search-container .mention-list,.theme-dark #mentions-search-container .mention-list{background-color:var(--grey-brown)}.theme-light #mentions-search-container .mention-list{border-color:var(--platinum)}.theme-brand-dark-ios #mentions-search-container .mention-list,.theme-dark #mentions-search-container .mention-list{border-color:var(--white-16)}.theme-light #mentions-search-container .mention-list{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios #mentions-search-container .mention-list,.theme-dark #mentions-search-container .mention-list{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}#mentions-search-container .mention-list-enter,#mentions-search-container .mention-list-leave{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#mentions-search-container .mention-list-enter{opacity:0}#mentions-search-container .mention-list-enter-active{opacity:1}#mentions-search-container .mention-list-leave-active{opacity:0}#mentions-search-container .mention-list.no-scrollbar{overflow-y:unset}#mentions-search-container .mention-list .mention-list-container{padding-bottom:16px}#mentions-search-container .mention-list .mention-category{padding-left:12px;padding-right:12px}#mentions-search-container .mention-list .mention-category:not(:last-of-type){padding-bottom:12px;border-bottom:1px solid}.theme-light #mentions-search-container .mention-list .mention-category:not(:last-of-type){border-color:var(--platinum)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category:not(:last-of-type),.theme-dark #mentions-search-container .mention-list .mention-category:not(:last-of-type){border-color:var(--white-16)}#mentions-search-container .mention-list .mention-category:not(:first-of-type){padding-top:12px}#mentions-search-container .mention-list .mention-category .mention-category-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;font-size:12px}.theme-light #mentions-search-container .mention-list .mention-category .mention-category-header label.mention-category-label{color:var(--onyx)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-category-header label.mention-category-label,.theme-dark #mentions-search-container .mention-list .mention-category .mention-category-header label.mention-category-label{color:var(--white-87)}#mentions-search-container .mention-list .mention-category .mention-item{margin-left:-16px;margin-right:-16px;padding:0 16px;line-height:18px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light #mentions-search-container .mention-list .mention-category .mention-item.selected-mention{background-color:var(--black-4)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item.selected-mention,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item.selected-mention{background-color:var(--white-8)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon{margin-right:8px;width:24px;height:24px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon{background-color:var(--white-smoke)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon{background-color:var(--davys-grey)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg{display:block}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg .graphic{fill:var(--onyx)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg .graphic,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg .graphic{fill:var(--white-87)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon{display:block;font-size:13px;font-weight:700;text-transform:uppercase;line-height:24px;text-align:center}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon{color:var(--onyx)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon.colored-mention-icon .workspace-mention-icon,.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon.colored-mention-icon .workspace-mention-icon,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon,.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon.colored-mention-icon .workspace-mention-icon{color:var(--white-87)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-name{font-size:13px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px)}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-name{color:var(--davys-grey)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-name,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-name{color:var(--lavender-grey)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-name span.mention-highlight{-webkit-box-shadow:inset 0 0 0 10px rgba(0,159,183,.22);box-shadow:inset 0 0 0 10px rgba(0,159,183,.22);border-radius:4px}#mentions-search-container .mention-list .mention-category .mention-item:not(:last-child){margin-bottom:5px}#mentions-search-container .mention-list .mention-category:not(.mention-back-button) .mention-view-all-items-button{margin-top:5px}#mentions-search-container .mention-list .mention-no-result{font-size:14px;text-align:center;display:block}.theme-light #mentions-search-container .mention-list .mention-no-result{color:var(--davys-grey)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-no-result,.theme-dark #mentions-search-container .mention-list .mention-no-result{color:var(--lavender-grey)}#mentions-search-container .mention-list .mention-no-result svg{display:inline-block;width:24px;height:24px}.mention-search-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-brand-dark-ios .mention-search-placeholder,.theme-dark .mention-search-placeholder,.theme-light .mention-search-placeholder{color:var(--ash-grey)}.theme-light .mention-item.selected-mention{-webkit-box-shadow:0 0 0 3px var(--black-4);box-shadow:0 0 0 3px var(--black-4)}.profession-ask-container{position:absolute;bottom:16px;-webkit-animation-name:profession-panel-appear;animation-name:profession-panel-appear;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-transition-duration:.2s;transition-duration:.2s}.profession-ask-container.hidden{opacity:0}.profession-ask-container .profession-ask{width:420px;display:-webkit-box;display:-ms-flexbox;display:flex}.profession-ask-container .profession-ask .left-part .icon-templates{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-radius:4px;width:40px;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:7px}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates{border-color:var(--platinum)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates{border-color:var(--white-16)}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates{background-color:var(--white)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates{background-color:var(--white-8)}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates svg .graphic{fill:var(--platinum)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates svg .graphic,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates svg .graphic{fill:var(--white-16)}.profession-ask-container .profession-ask .right-part{margin-left:24px}.profession-ask-container .profession-ask .title{font-size:16px;font-weight:700;line-height:1.38}.theme-light .profession-ask-container .profession-ask .title{color:var(--davys-grey)}.theme-brand-dark-ios .profession-ask-container .profession-ask .title,.theme-dark .profession-ask-container .profession-ask .title{color:var(--lavender-grey)}.profession-ask-container .profession-ask .text{margin-top:13px;font-size:12px;line-height:1.33}.theme-light .profession-ask-container .profession-ask .text{color:var(--davys-grey)}.theme-brand-dark-ios .profession-ask-container .profession-ask .text,.theme-dark .profession-ask-container .profession-ask .text{color:var(--lavender-grey)}.profession-ask-container .profession-ask .input{margin-top:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light .profession-ask-container .profession-ask .input input{border-color:var(--platinum)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input input,.theme-dark .profession-ask-container .profession-ask .input input{border-color:var(--white-16)}.theme-light .profession-ask-container .profession-ask .input input{background-color:var(--white)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input input,.theme-dark .profession-ask-container .profession-ask .input input{background-color:var(--white-8)}.theme-light .profession-ask-container .profession-ask .input input{color:var(--onyx)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input input,.theme-dark .profession-ask-container .profession-ask .input input{color:var(--white-87)}.profession-ask-container .profession-ask .input .pre-text{font-size:13px;font-weight:700;margin-right:5px;white-space:nowrap}.theme-light .profession-ask-container .profession-ask .input .pre-text{color:var(--onyx)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input .pre-text,.theme-dark .profession-ask-container .profession-ask .input .pre-text{color:var(--white-87)}.profession-ask-container .profession-ask .button-container{margin-top:16px;text-align:right}.profession-ask-container .profession-ask .close{position:absolute;top:-24px;right:0;cursor:pointer}.profession-ask-container .profession-ask .close svg{width:16px;height:16px}.theme-light .profession-ask-container .profession-ask .close svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .profession-ask-container .profession-ask .close svg .graphic,.theme-dark .profession-ask-container .profession-ask .close svg .graphic{fill:var(--ash-grey)}@-webkit-keyframes profession-panel-appear{0%{-webkit-transform:translateY(0) scale(.9);transform:translateY(0) scale(.9);opacity:0}40%{-webkit-transform:translateY(-30px) scale(.9);transform:translateY(-30px) scale(.9);opacity:.4}to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}}@keyframes profession-panel-appear{0%{-webkit-transform:translateY(0) scale(.9);transform:translateY(0) scale(.9);opacity:0}40%{-webkit-transform:translateY(-30px) scale(.9);transform:translateY(-30px) scale(.9);opacity:.4}to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}}.pdf-viewer{position:relative;background:#e8e8e8;padding-top:10px;padding-left:10px;padding-right:10px}.pdf-viewer .pdf-loading-document{padding-top:10px;padding-bottom:10px}.pdf-viewer .pdf-loading-document .editor-loader2-grey{width:40px;height:40px;margin:auto}.pdf-viewer .pdf-loading-document .pdf-loading-message{text-align:center;color:#666;margin-top:10px}.pdf-viewer .pdf-controls-container{position:absolute;left:0;right:0;bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.pdf-viewer .pdf-controls-container .pdf-controls{display:-webkit-box;display:-ms-flexbox;display:flex;background:#0096a7;color:#fff;padding:0 5px;border-radius:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow{font-size:30px;margin-top:-5px;opacity:.7;line-height:35px}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow.pdf-control-arrow-active{cursor:pointer}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow.pdf-control-arrow-active:hover{opacity:1}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow-left{padding-right:10px;padding-left:5px}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow-right{padding-left:10px;padding-right:5px}.pdf-viewer .pdf-controls-container .pdf-controls.pin-buttons{background:transparent;margin-left:10px}.pdf-viewer .pdf-controls-container .pdf-controls.pin-buttons .pin-button{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.pdf-viewer:hover .pdf-controls-container{opacity:1}.pdf-viewer .pdf-page{position:relative;margin:auto;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.26);box-shadow:0 2px 4px 0 rgba(0,0,0,.26);-webkit-box-sizing:border-box;box-sizing:border-box}.pdf-viewer .pdf-page canvas{width:100%;height:100%}.pdf-viewer .pdf-page .pdf-page-number{position:absolute;width:100%;text-align:center;bottom:20px;font-size:14px;color:grey}.pdf-viewer .pdf-page .textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.pdf-viewer .pdf-page .textLayer br,.pdf-viewer .pdf-page .textLayer span{color:transparent;position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0 0;transform-origin:0 0}.pdf-viewer .pdf-page .textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.pdf-viewer .pdf-page .textLayer .highlight.appended{position:static}.pdf-viewer .pdf-page .textLayer .highlight.begin{border-radius:4px 0 0 4px}.pdf-viewer .pdf-page .textLayer .highlight.end{border-radius:0 4px 4px 0}.pdf-viewer .pdf-page .textLayer .highlight.middle{border-radius:0}.pdf-viewer .pdf-page .textLayer .highlight.selected{background-color:#006400}.pdf-viewer .pdf-page .textLayer ::-moz-selection{background:#00f}.pdf-viewer .pdf-page .textLayer ::selection{background:#00f}.pdf-viewer .pdf-page .textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pdf-viewer .pdf-page .textLayer .endOfContent.active{top:0}.pdf-viewer .pdf-page .annotationLayer section{position:absolute;text-align:initial}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a,.pdf-viewer .pdf-page .annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.pdf-viewer .pdf-page .annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;-webkit-box-shadow:0 2px 10px #ff0;box-shadow:0 2px 10px #ff0}.pdf-viewer .pdf-page .annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input,.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select option{padding:0}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select[disabled],.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input[disabled],.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select:hover,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input:hover,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select:focus,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input:focus,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.pdf-viewer .pdf-page .annotationLayer .popupWrapper{position:absolute;width:20em}.pdf-viewer .pdf-page .annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;-webkit-box-shadow:0 2px 5px #888;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;white-space:normal;word-wrap:break-word}.pdf-viewer .pdf-page .annotationLayer .popup>*{font-size:9px}.pdf-viewer .pdf-page .annotationLayer .popup h1{display:inline-block}.pdf-viewer .pdf-page .annotationLayer .popup span{display:inline-block;margin-left:5px}.pdf-viewer .pdf-page .annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.pdf-viewer .pdf-page .annotationLayer .caretAnnotation,.pdf-viewer .pdf-page .annotationLayer .circleAnnotation svg ellipse,.pdf-viewer .pdf-page .annotationLayer .fileAttachmentAnnotation,.pdf-viewer .pdf-page .annotationLayer .freeTextAnnotation,.pdf-viewer .pdf-page .annotationLayer .highlightAnnotation,.pdf-viewer .pdf-page .annotationLayer .inkAnnotation svg polyline,.pdf-viewer .pdf-page .annotationLayer .lineAnnotation svg line,.pdf-viewer .pdf-page .annotationLayer .polygonAnnotation svg polygon,.pdf-viewer .pdf-page .annotationLayer .polylineAnnotation svg polyline,.pdf-viewer .pdf-page .annotationLayer .squareAnnotation svg rect,.pdf-viewer .pdf-page .annotationLayer .squigglyAnnotation,.pdf-viewer .pdf-page .annotationLayer .stampAnnotation,.pdf-viewer .pdf-page .annotationLayer .strikeoutAnnotation,.pdf-viewer .pdf-page .annotationLayer .underlineAnnotation{cursor:pointer}.focused-block .pdf-viewer .pdf-page,.pdf-viewer .pdf-page.open-on-mouse-over{cursor:-webkit-zoom-in;cursor:zoom-in}.pdf-viewer .pdf-page-loading{background-color:#fff;width:100%;height:100%}.pdf-viewer-full-screen{position:fixed;left:0;top:0;right:0;bottom:0;z-index:10000;background:#f9feff}.pdf-viewer-full-screen>div{height:100%}.pdf-viewer-full-screen .pdf-viewer-top{padding-left:10px;padding-right:10px;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ddd}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-top-left,.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-top-right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-top-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-zoom{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:0}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:initial}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-navigation:after{content:"|";margin-left:10px;margin-right:5px;color:transparent;width:1px;height:16px;background:#aeb7b8}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-navigation input.current-page{width:30px;border:1px solid #707070;border-radius:3px;margin-right:8px;outline:none;text-align:center}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search{width:220px;margin-right:20px;border:1px solid #aaa;padding:2px;border-radius:5px;background:#fff;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search input{border:none;outline:none;font-size:14px;width:calc(100% - 20px);margin-right:20px;background:transparent}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search.pdf-viewer-search-not-found{background:rgba(255,0,0,.3)}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%235C6061' d='M4.875 11a6.125 6.125 0 1112.25 0 6.125 6.125 0 01-12.25 0zM11 3.125a7.875 7.875 0 104.529 14.318l3.264 3.264a.999.999 0 101.414-1.414l-3.2-3.2A7.875 7.875 0 0011 3.125z'/%3E%3C/g%3E%3C/svg%3E");width:20px;height:22px;background-size:18px 18px;background-position:50%;position:absolute;right:0;top:0}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-result{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;left:-80px;top:28px;background:#0096a7;padding:10px;border-radius:5px;z-index:2;color:#fff;width:300px;text-align:center}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-result .close{position:absolute;right:5px;top:5px;cursor:pointer;width:15px;line-height:15px;text-align:center}@media screen and (max-width:507px){.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search{width:100px}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-result{width:200px}}.pdf-viewer-full-screen .pdf-viewer-button{cursor:pointer;padding:5px;color:#666;font-size:20px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.pdf-viewer-full-screen .pdf-viewer-button svg{display:block}.pdf-viewer-full-screen .pdf-viewer-button svg .graphic{fill:#5c6061}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-button-pressed{background:rgba(0,0,0,.1)}.pdf-viewer-full-screen .pdf-viewer-button.to-next{position:relative;top:1px}.pdf-viewer-full-screen .pdf-viewer-button i{display:block;width:16px;height:16px;background-repeat:no-repeat;background-size:16px 16px;line-height:13px;font-style:normal}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-print i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%235C6061' fill-rule='evenodd' d='M4.667 4.667H4a2 2 0 00-2 2V10a2 2 0 002 2h.667a2 2 0 002 2h2.666a2 2 0 002-2H12a2 2 0 002-2V6.667a2 2 0 00-2-2h-.667V4a2 2 0 00-2-2H6.667a2 2 0 00-2 2v.667zm1.333 0h4V4a.667.667 0 00-.667-.667H6.667A.667.667 0 006 4v.667zM4 6a.667.667 0 00-.667.667V10c0 .368.299.667.667.667h.667v-2h6.666v2H12a.667.667 0 00.667-.667V6.667A.667.667 0 0012 6H4zm2 4v2c0 .368.298.667.667.667h2.666A.667.667 0 0010 12v-2H6z'/%3E%3C/svg%3E")}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-sidebar i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath class='graphic' fill='%235C6061' fill-rule='evenodd' d='M3.333 2.667a2 2 0 00-2 2v6.666a2 2 0 002 2h9.334a2 2 0 002-2V4.667a2 2 0 00-2-2H3.333zm-.666 2c0-.369.298-.667.666-.667h3.334v8H3.333a.667.667 0 01-.666-.667V4.667zM8 12h4.667a.667.667 0 00.666-.667V4.667A.667.667 0 0012.667 4H8v8zM4 5.667c0-.184.15-.334.333-.334H5c.184 0 .333.15.333.334v.666A.334.334 0 015 6.667h-.667A.333.333 0 014 6.333v-.666zM4.333 8A.333.333 0 004 8.333V9c0 .184.15.333.333.333H5A.333.333 0 005.333 9v-.667A.333.333 0 005 8h-.667z'/%3E%3C/svg%3E")}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-exit i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M8.667 2.667c0 .184-.075.35-.196.471L4.276 7.333h9.057a.667.667 0 110 1.334H4.276L8.47 12.86a.667.667 0 11-.94.945L2.195 8.47a.664.664 0 010-.942l5.331-5.332a.667.667 0 011.14.47z'/%3E%3C/g%3E%3C/svg%3E");background-size:16px 16px;width:16px;height:16px}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-download i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M8 1.333c.368 0 .667.299.667.667v7.724l3.528-3.529a.667.667 0 11.943.943l-4.664 4.665a.685.685 0 01-.213.144.664.664 0 01-.259.053h-.008a.665.665 0 01-.465-.195L2.862 7.138a.667.667 0 11.943-.943l3.529 3.529V2c0-.368.298-.667.666-.667zm-4.666 12a.667.667 0 000 1.334h9.333a.667.667 0 100-1.334H3.334z' fill='%235C6061'/%3E%3C/svg%3E");background-size:14px 14px}.pdf-viewer-full-screen .pdf-viewer-button+.pdf-viewer-button{margin-left:5px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar{overflow:auto;z-index:2;padding-top:15px;padding-bottom:15px;width:140px;position:absolute;left:-140px;top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;-webkit-transition:left .2s ease;transition:left .2s ease}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar .pdf-viewer-page-preview{border:1px solid #aaa;margin-bottom:15px;cursor:pointer;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar .pdf-viewer-page-preview.pdf-viewer-active-preview{-webkit-box-shadow:0 0 0 4px #0096a7;box-shadow:0 0 0 4px #0096a7}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar .pdf-viewer-page-preview canvas{width:100%;height:100%}.pdf-viewer-full-screen .pdf-viewer-body.pdf-viewer-with-sidebar .pdf-viewer-sidebar{left:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages{overflow:auto;position:absolute;top:50px;left:0;bottom:0;right:0;-webkit-transition:left .2s ease;transition:left .2s ease}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page{position:relative;-webkit-box-shadow:0 0 0 1px #aaa,0 0 10px -5px #000;box-shadow:0 0 0 1px #aaa,0 0 10px -5px #000;margin:auto auto 20px;background-color:#fff}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page canvas{width:100%;height:100%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .pdf-page-number{position:absolute;width:100%;text-align:center;bottom:20px;font-size:14px;color:grey}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer br,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer span{color:transparent;position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0 0;transform-origin:0 0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.appended{position:static}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.begin{border-radius:4px 0 0 4px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.end{border-radius:0 4px 4px 0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.middle{border-radius:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.selected{background-color:#006400}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer ::-moz-selection{background:#00f}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer ::selection{background:#00f}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .endOfContent.active{top:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer section{position:absolute;text-align:initial}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;-webkit-box-shadow:0 2px 10px #ff0;box-shadow:0 2px 10px #ff0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select option{padding:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select:focus,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input:focus,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popupWrapper{position:absolute;width:20em}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;-webkit-box-shadow:0 2px 5px #888;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;white-space:normal;word-wrap:break-word}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup>*{font-size:9px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup h1{display:inline-block}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup span{display:inline-block;margin-left:5px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .caretAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .circleAnnotation svg ellipse,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .fileAttachmentAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .freeTextAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .highlightAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .inkAnnotation svg polyline,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .lineAnnotation svg line,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .polygonAnnotation svg polygon,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .polylineAnnotation svg polyline,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .squareAnnotation svg rect,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .squigglyAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .stampAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .strikeoutAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .underlineAnnotation{cursor:pointer}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .page-number{position:absolute;left:-20px;top:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page:first-child{margin-top:10px}.pdf-viewer-full-screen .pdf-viewer-body.pdf-viewer-with-sidebar .pdf-viewer-pages{left:140px}.pdf-viewer-full-screen .pdf-viewer-printing-overlay{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:2}.pdf-viewer-full-screen .pdf-viewer-printing-overlay .pdf-viewer-printing-message{margin:60px auto auto;background:#0096a7;border-radius:10px;color:#fff;width:300px;text-align:center;padding:10px}.pdf-viewer-full-screen .pdf-viewer-printing-overlay .pdf-viewer-printing-message a{color:#fff;cursor:pointer;text-decoration:underline}.file .file-container .full-view-content .image-viewer img{display:block;margin:auto}.file .file-container .full-view-content .image-viewer .img-error{text-align:center;padding:20px;color:#b81200}/*!
 Material Components for the Web
 Copyright (c) 2018 Google Inc.
 License: MIT
*/.mdc-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;z-index:5}.mdc-dialog,.mdc-dialog__backdrop{position:fixed;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.mdc-dialog__backdrop{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));opacity:0;z-index:-1}.mdc-dialog__surface{-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-background,#fff);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 30px);min-width:640px;max-width:865px;-webkit-transform:translateY(150px) scale(.8);transform:translateY(150px) scale(.8);border-radius:2px;opacity:0}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 24px 0}.mdc-dialog[dir=rtl] .mdc-dialog__header,[dir=rtl] .mdc-dialog .mdc-dialog__header{text-align:right}.mdc-dialog__header__empty{padding:0}.mdc-dialog__header__title{font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.mdc-dialog__body,.mdc-dialog__header__title{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-transform:inherit}.mdc-dialog__body{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.03125em;margin-top:20px;padding:0 24px 24px}.mdc-dialog__body--scrollable{max-height:195px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);overflow-x:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch}.mdc-dialog__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:8px}.mdc-dialog__footer__button{margin-left:0;margin-right:8px}.mdc-dialog__footer__button[dir=rtl],[dir=rtl] .mdc-dialog__footer__button{margin-left:8px;margin-right:0}.mdc-dialog__footer__button:last-child,.mdc-dialog__footer__button:last-child[dir=rtl],[dir=rtl] .mdc-dialog__footer__button:last-child{margin-left:0;margin-right:0}.mdc-dialog__action:not(:disabled){color:#018786;color:var(--mdc-theme-secondary,#018786)}@media (max-width:640px){.mdc-dialog,.mdc-dialog__surface{min-width:280px}.mdc-dialog__body{line-height:24px}}.mdc-dialog--animating{visibility:visible}.mdc-dialog--animating .mdc-dialog__backdrop{-webkit-transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms;transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--animating .mdc-dialog__surface{transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .12s cubic-bezier(0,0,.2,1) 0ms;-webkit-transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .12s cubic-bezier(0,0,.2,1) 0ms;transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms;transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--open{visibility:visible}.mdc-dialog--open .mdc-dialog__backdrop{opacity:.3}.mdc-dialog--open .mdc-dialog__surface{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}.mdc-dialog-scroll-lock{overflow:hidden}
/*!
 Material Components for the Web
 Copyright (c) 2018 Google Inc.
 License: MIT
*/.mdc-floating-label{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;position:absolute;bottom:8px;left:0;-webkit-transform-origin:left top;transform-origin:left top;transition:color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);-webkit-transition:color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);line-height:1.15rem;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}.mdc-floating-label[dir=rtl],[dir=rtl] .mdc-floating-label{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top}.mdc-floating-label--float-above{cursor:auto;-webkit-transform:translateY(-100%) scale(.75);transform:translateY(-100%) scale(.75)}.mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-standard .25s 1;animation:mdc-floating-label-shake-float-above-standard .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-standard{0%{-webkit-transform:translateX(0) translateY(-100%) scale(.75);transform:translateX(0) translateY(-100%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-100%) scale(.75);transform:translateX(4%) translateY(-100%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-100%) scale(.75);transform:translateX(-4%) translateY(-100%) scale(.75)}to{-webkit-transform:translateX(0) translateY(-100%) scale(.75);transform:translateX(0) translateY(-100%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-standard{0%{-webkit-transform:translateX(0) translateY(-100%) scale(.75);transform:translateX(0) translateY(-100%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-100%) scale(.75);transform:translateX(4%) translateY(-100%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-100%) scale(.75);transform:translateX(-4%) translateY(-100%) scale(.75)}to{-webkit-transform:translateX(0) translateY(-100%) scale(.75);transform:translateX(0) translateY(-100%) scale(.75)}}.mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;-webkit-transform:scaleX(0);transform:scaleX(0);transition:opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);-webkit-transition:opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);opacity:0;z-index:2}.mdc-line-ripple--active{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating{opacity:0}.mdc-notched-outline,.mdc-notched-outline__idle{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%}.mdc-notched-outline{-webkit-transition:opacity .15s cubic-bezier(.4,0,.2,1);transition:opacity .15s cubic-bezier(.4,0,.2,1);opacity:0;text-align:left;overflow:hidden}.mdc-notched-outline[dir=rtl],[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-notched-outline svg{position:absolute;width:100%;height:100%}.mdc-notched-outline__idle{-webkit-transition:opacity .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1);transition:opacity .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1);border:1px solid;opacity:1}.mdc-notched-outline__path{stroke-width:1px;-webkit-transition:stroke .15s cubic-bezier(.4,0,.2,1),stroke-width .15s cubic-bezier(.4,0,.2,1);transition:stroke .15s cubic-bezier(.4,0,.2,1),stroke-width .15s cubic-bezier(.4,0,.2,1);fill:transparent}.mdc-notched-outline--notched{opacity:1}.mdc-notched-outline--notched~.mdc-notched-outline__idle{opacity:0}.mdc-text-field-helper-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;line-height:normal;margin:0;-webkit-transition:opacity .18s cubic-bezier(.4,0,.2,1);transition:opacity .18s cubic-bezier(.4,0,.2,1);opacity:0;will-change:opacity}.mdc-text-field-helper-text:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{-webkit-transition:none;transition:none;opacity:1;will-change:auto}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;border-radius:4px 4px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field:after,.mdc-text-field:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field:before{-webkit-transition:opacity 15ms linear;transition:opacity 15ms linear;z-index:1}.mdc-text-field.mdc-ripple-upgraded:before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field.mdc-ripple-upgraded:after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-text-field.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-text-field.mdc-ripple-upgraded--foreground-activation:after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation:after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field:after,.mdc-text-field:before{background-color:rgba(0,0,0,.87)}.mdc-text-field:hover:before{opacity:.04}.mdc-text-field.mdc-ripple-upgraded--background-focused:before,.mdc-text-field:not(.mdc-ripple-upgraded):focus:before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.mdc-text-field:after,.mdc-text-field:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-text-field.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}.mdc-text-field .mdc-text-field__input{caret-color:#6200ee;caret-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.42)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:rgba(0,0,0,.87)}.mdc-text-field .mdc-line-ripple{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:rgba(0,0,0,.54)}.mdc-text-field:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field .mdc-floating-label{left:16px;bottom:20px}.mdc-text-field .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field .mdc-floating-label{right:16px}.mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-floating-label{max-width:calc(100% - 48px)}.mdc-text-field .mdc-floating-label--float-above{-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75)}.mdc-text-field .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-box .25s 1;animation:mdc-floating-label-shake-float-above-text-field-box .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-box{0%{-webkit-transform:translateX(0) translateY(-50%) scale(.75);transform:translateX(0) translateY(-50%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-50%) scale(.75);transform:translateX(4%) translateY(-50%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-50%) scale(.75);transform:translateX(-4%) translateY(-50%) scale(.75)}to{-webkit-transform:translateX(0) translateY(-50%) scale(.75);transform:translateX(0) translateY(-50%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-box{0%{-webkit-transform:translateX(0) translateY(-50%) scale(.75);transform:translateX(0) translateY(-50%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-50%) scale(.75);transform:translateX(4%) translateY(-50%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-50%) scale(.75);transform:translateX(-4%) translateY(-50%) scale(.75)}to{-webkit-transform:translateX(0) translateY(-50%) scale(.75);transform:translateX(0) translateY(-50%) scale(.75)}}.mdc-text-field .mdc-floating-label{left:12px;right:auto;pointer-events:none}.mdc-text-field .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field .mdc-floating-label{left:auto;right:12px}.mdc-text-field__input{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;padding:20px 12px 6px;-webkit-transition:opacity .18s cubic-bezier(.4,0,.2,1);transition:opacity .18s cubic-bezier(.4,0,.2,1);border:none;border-bottom:1px solid;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-text-field__input::-webkit-input-placeholder{-webkit-transition:color .18s cubic-bezier(.4,0,.2,1);transition:color .18s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-text-field__input:-ms-input-placeholder{-webkit-transition:color .18s cubic-bezier(.4,0,.2,1);transition:color .18s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-text-field__input::-ms-input-placeholder{-webkit-transition:color .18s cubic-bezier(.4,0,.2,1);transition:color .18s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-text-field__input::-moz-placeholder{-webkit-transition:color .18s cubic-bezier(.4,0,.2,1);transition:color .18s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-text-field__input::placeholder{-webkit-transition:color .18s cubic-bezier(.4,0,.2,1);transition:color .18s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{-webkit-box-shadow:none;box-shadow:none}.mdc-text-field__input:-webkit-autofill+.mdc-floating-label{-webkit-transform:translateY(-50%) scale(.75);transform:translateY(-50%) scale(.75);cursor:auto}.mdc-text-field--outlined{border:none;overflow:visible}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__idle{border-color:rgba(0,0,0,.24)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__path{stroke:rgba(0,0,0,.24)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline__idle,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline__idle{border-color:rgba(0,0,0,.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__path,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__path{stroke:rgba(0,0,0,.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path{stroke:#6200ee;stroke:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-130%) scale(.75);transform:translateY(-130%) scale(.75)}.mdc-text-field--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1;animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1}.mdc-text-field--outlined .mdc-notched-outline,.mdc-text-field--outlined .mdc-notched-outline__idle{border-radius:4px}.mdc-text-field--outlined:after,.mdc-text-field--outlined:before,.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:transparent}.mdc-text-field--outlined .mdc-text-field__input{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 16px 14px;border:none!important;background-color:transparent;z-index:1}.mdc-text-field--outlined .mdc-text-field__icon{z-index:2}.mdc-text-field--outlined .mdc-floating-label{left:16px;right:auto;width:auto}.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:16px}.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__path{stroke-width:2px}.mdc-text-field--outlined.mdc-text-field--disabled{background-color:transparent}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0,0,0,.6)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__idle{border-color:rgba(0,0,0,.06)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__path{stroke:rgba(0,0,0,.06)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}.mdc-text-field--outlined.mdc-text-field--dense{height:48px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-110%) scale(.923);transform:translateY(-110%) scale(.923)}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 7px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{bottom:16px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon{top:12px}.mdc-text-field--with-leading-icon .mdc-text-field__icon{left:16px;right:auto}.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon{left:auto;right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon .mdc-floating-label{left:48px;right:auto}.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label{left:auto;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-130%) translateX(-32px) scale(.75);transform:translateY(-130%) translateX(-32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-130%) translateX(32px) scale(.75);transform:translateY(-130%) translateX(32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-110%) translateX(-21px) scale(.923);transform:translateY(-110%) translateX(-21px) scale(.923)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-110%) translateX(21px) scale(.923);transform:translateY(-110%) translateX(21px) scale(.923)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:12px;padding-right:48px}.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:12px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:auto;right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:16px;right:auto}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:16px;padding-right:48px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;-webkit-transform:scale(.8);transform:scale(.8)}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:12px;padding-right:38px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:38px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:auto;right:38px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:12px;padding-right:38px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:12px}.mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-70%) scale(.923);transform:translateY(-70%) scale(.923)}.mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-dense .25s 1;animation:mdc-floating-label-shake-float-above-text-field-dense .25s 1}.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0}.mdc-text-field--dense .mdc-floating-label{font-size:.813rem}.mdc-text-field__input:required+.mdc-floating-label:after{margin-left:1px;content:"*"}.mdc-text-field--textarea{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:auto;-webkit-transition:none;transition:none;border:1px solid;overflow:hidden}.mdc-text-field--textarea .mdc-floating-label{border-radius:4px 4px 0 0}.mdc-text-field--textarea .mdc-text-field__input{border-radius:2px}.mdc-text-field--textarea:not(.mdc-text-field--disabled),.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input:focus{border-color:rgba(0,0,0,.73)}.mdc-text-field--textarea .mdc-floating-label--float-above{-webkit-transform:translateY(-50%) scale(.923);transform:translateY(-50%) scale(.923)}.mdc-text-field--textarea .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-textarea .25s 1;animation:mdc-floating-label-shake-float-above-textarea .25s 1}.mdc-text-field--textarea:after,.mdc-text-field--textarea:before,.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:transparent}.mdc-text-field--textarea .mdc-text-field__input{-ms-flex-item-align:auto;align-self:auto;-webkit-box-sizing:content-box;box-sizing:content-box;height:auto;margin:0;padding:32px 16px 16px;border:1px solid transparent}.mdc-text-field--textarea .mdc-floating-label{background-color:#fff;left:1px;right:0;margin-left:8px;margin-right:0;top:18px;bottom:auto;width:auto;margin-top:2px;padding:12px 8px 8px;line-height:1.15;pointer-events:none}.mdc-text-field--textarea .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--textarea .mdc-floating-label{left:0;right:1px;margin-left:0;margin-right:8px}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea){display:block}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):after,.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):before,.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled){background-color:transparent}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0}.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:#b00020}.mdc-text-field--dense+.mdc-text-field-helper-text{margin-bottom:4px}.mdc-text-field+.mdc-text-field-helper-text{margin-right:12px;margin-left:12px}.mdc-text-field--outlined+.mdc-text-field-helper-text{margin-right:16px;margin-left:16px}.mdc-form-field>.mdc-text-field+label{-ms-flex-item-align:start;align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(98,0,238,.87)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:rgba(98,0,238,.87)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(98,0,238,.87)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder{color:rgba(98,0,238,.87)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:rgba(98,0,238,.87)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(98,0,238,.87)}.mdc-text-field--focused .mdc-text-field__input:required+.mdc-floating-label:after{color:#b00020}.mdc-text-field--focused+.mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled),.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple{background-color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder{color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:#b00020}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg{color:#b00020}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020}.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:#b00020}.mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__idle,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled),.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:focus{border-color:#b00020}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__path{stroke:#b00020}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline__idle,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline__idle{border-color:#b00020}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__path,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__path{stroke:#b00020}.mdc-text-field--disabled{background-color:#fafafa;border-bottom:none;pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.06);color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:rgba(0,0,0,.37)}.mdc-text-field--disabled+.mdc-text-field-helper-text{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3)}.mdc-text-field--disabled:not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--textarea.mdc-text-field--disabled{background-color:#f9f9f9;border-bottom:1px;border-style:solid;border-color:rgba(0,0,0,.26)}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input:focus{border-color:rgba(0,0,0,.26)}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input{border:1px solid transparent}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-floating-label{background-color:#f9f9f9}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{-webkit-transform:translateX(0) translateY(-70%) scale(.923);transform:translateX(0) translateY(-70%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-70%) scale(.923);transform:translateX(4%) translateY(-70%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-70%) scale(.923);transform:translateX(-4%) translateY(-70%) scale(.923)}to{-webkit-transform:translateX(0) translateY(-70%) scale(.923);transform:translateX(0) translateY(-70%) scale(.923)}}@keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{-webkit-transform:translateX(0) translateY(-70%) scale(.923);transform:translateX(0) translateY(-70%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-70%) scale(.923);transform:translateX(4%) translateY(-70%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-70%) scale(.923);transform:translateX(-4%) translateY(-70%) scale(.923)}to{-webkit-transform:translateX(0) translateY(-70%) scale(.923);transform:translateX(0) translateY(-70%) scale(.923)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{-webkit-transform:translateX(0) translateY(-130%) scale(.75);transform:translateX(0) translateY(-130%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-130%) scale(.75);transform:translateX(4%) translateY(-130%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-130%) scale(.75);transform:translateX(-4%) translateY(-130%) scale(.75)}to{-webkit-transform:translateX(0) translateY(-130%) scale(.75);transform:translateX(0) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{-webkit-transform:translateX(0) translateY(-130%) scale(.75);transform:translateX(0) translateY(-130%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-130%) scale(.75);transform:translateX(4%) translateY(-130%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-130%) scale(.75);transform:translateX(-4%) translateY(-130%) scale(.75)}to{-webkit-transform:translateX(0) translateY(-130%) scale(.75);transform:translateX(0) translateY(-130%) scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{-webkit-transform:translateX(0) translateY(-110%) scale(.923);transform:translateX(0) translateY(-110%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-110%) scale(.923);transform:translateX(4%) translateY(-110%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-110%) scale(.923);transform:translateX(-4%) translateY(-110%) scale(.923)}to{-webkit-transform:translateX(0) translateY(-110%) scale(.923);transform:translateX(0) translateY(-110%) scale(.923)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{-webkit-transform:translateX(0) translateY(-110%) scale(.923);transform:translateX(0) translateY(-110%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-110%) scale(.923);transform:translateX(4%) translateY(-110%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-110%) scale(.923);transform:translateX(-4%) translateY(-110%) scale(.923)}to{-webkit-transform:translateX(0) translateY(-110%) scale(.923);transform:translateX(0) translateY(-110%) scale(.923)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{-webkit-transform:translateX(-32px) translateY(-130%) scale(.75);transform:translateX(-32px) translateY(-130%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 32px)) translateY(-130%) scale(.75);transform:translateX(calc(4% - 32px)) translateY(-130%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)}to{-webkit-transform:translateX(-32px) translateY(-130%) scale(.75);transform:translateX(-32px) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{-webkit-transform:translateX(-32px) translateY(-130%) scale(.75);transform:translateX(-32px) translateY(-130%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 32px)) translateY(-130%) scale(.75);transform:translateX(calc(4% - 32px)) translateY(-130%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)}to{-webkit-transform:translateX(-32px) translateY(-130%) scale(.75);transform:translateX(-32px) translateY(-130%) scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{-webkit-transform:translateX(-21px) translateY(-110%) scale(.923);transform:translateX(-21px) translateY(-110%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 21px)) translateY(-110%) scale(.923);transform:translateX(calc(4% - 21px)) translateY(-110%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 21px)) translateY(-110%) scale(.923);transform:translateX(calc(-4% - 21px)) translateY(-110%) scale(.923)}to{-webkit-transform:translateX(-21px) translateY(-110%) scale(.923);transform:translateX(-21px) translateY(-110%) scale(.923)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{-webkit-transform:translateX(-21px) translateY(-110%) scale(.923);transform:translateX(-21px) translateY(-110%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 21px)) translateY(-110%) scale(.923);transform:translateX(calc(4% - 21px)) translateY(-110%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 21px)) translateY(-110%) scale(.923);transform:translateX(calc(-4% - 21px)) translateY(-110%) scale(.923)}to{-webkit-transform:translateX(-21px) translateY(-110%) scale(.923);transform:translateX(-21px) translateY(-110%) scale(.923)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{-webkit-transform:translateX(32px) translateY(-130%) scale(.75);transform:translateX(32px) translateY(-130%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% + 32px)) translateY(-130%) scale(.75);transform:translateX(calc(4% + 32px)) translateY(-130%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% + 32px)) translateY(-130%) scale(.75);transform:translateX(calc(-4% + 32px)) translateY(-130%) scale(.75)}to{-webkit-transform:translateX(32px) translateY(-130%) scale(.75);transform:translateX(32px) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{-webkit-transform:translateX(32px) translateY(-130%) scale(.75);transform:translateX(32px) translateY(-130%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% + 32px)) translateY(-130%) scale(.75);transform:translateX(calc(4% + 32px)) translateY(-130%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% + 32px)) translateY(-130%) scale(.75);transform:translateX(calc(-4% + 32px)) translateY(-130%) scale(.75)}to{-webkit-transform:translateX(32px) translateY(-130%) scale(.75);transform:translateX(32px) translateY(-130%) scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{-webkit-transform:translateX(21px) translateY(-110%) scale(.923);transform:translateX(21px) translateY(-110%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% + 21px)) translateY(-110%) scale(.923);transform:translateX(calc(4% + 21px)) translateY(-110%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% + 21px)) translateY(-110%) scale(.923);transform:translateX(calc(-4% + 21px)) translateY(-110%) scale(.923)}to{-webkit-transform:translateX(21px) translateY(-110%) scale(.923);transform:translateX(21px) translateY(-110%) scale(.923)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{-webkit-transform:translateX(21px) translateY(-110%) scale(.923);transform:translateX(21px) translateY(-110%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% + 21px)) translateY(-110%) scale(.923);transform:translateX(calc(4% + 21px)) translateY(-110%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% + 21px)) translateY(-110%) scale(.923);transform:translateX(calc(-4% + 21px)) translateY(-110%) scale(.923)}to{-webkit-transform:translateX(21px) translateY(-110%) scale(.923);transform:translateX(21px) translateY(-110%) scale(.923)}}@-webkit-keyframes mdc-floating-label-shake-float-above-textarea{0%{-webkit-transform:translateX(0) translateY(-50%) scale(.923);transform:translateX(0) translateY(-50%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-50%) scale(.923);transform:translateX(4%) translateY(-50%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-50%) scale(.923);transform:translateX(-4%) translateY(-50%) scale(.923)}to{-webkit-transform:translateX(0) translateY(-50%) scale(.923);transform:translateX(0) translateY(-50%) scale(.923)}}@keyframes mdc-floating-label-shake-float-above-textarea{0%{-webkit-transform:translateX(0) translateY(-50%) scale(.923);transform:translateX(0) translateY(-50%) scale(.923)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(4%) translateY(-50%) scale(.923);transform:translateX(4%) translateY(-50%) scale(.923)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(-4%) translateY(-50%) scale(.923);transform:translateX(-4%) translateY(-50%) scale(.923)}to{-webkit-transform:translateX(0) translateY(-50%) scale(.923);transform:translateX(0) translateY(-50%) scale(.923)}}
/*!
 Material Components for the Web
 Copyright (c) 2018 Google Inc.
 License: MIT
*/@-webkit-keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var:1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug:before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.08929em;text-decoration:none;text-transform:uppercase;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;padding:0 8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:2px}.mdc-button:after,.mdc-button:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button:before{-webkit-transition:opacity 15ms linear;transition:opacity 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded:before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-button.mdc-ripple-upgraded:after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-button.mdc-ripple-upgraded--foreground-activation:after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation:after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-button:after,.mdc-button:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-button.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{color:rgba(0,0,0,.37);cursor:default;pointer-events:none}.mdc-button:disabled,.mdc-button:not(:disabled){background-color:transparent}.mdc-button:not(:disabled){color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-button:after,.mdc-button:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-button:after,.mdc-button:before{background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-button:hover:before{opacity:.04}.mdc-button.mdc-ripple-upgraded--background-focused:before,.mdc-button:not(.mdc-ripple-upgraded):focus:before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.mdc-button:not(.mdc-ripple-upgraded):after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.mdc-button:not(.mdc-ripple-upgraded):active:after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.16}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}.mdc-button .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button .mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button svg.mdc-button__icon{fill:currentColor}.mdc-button--outlined .mdc-button__icon,.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-button--outlined .mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__icon{margin-left:8px;margin-right:-4px}.mdc-button--raised,.mdc-button--unelevated{padding:0 16px}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.37)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary,#fff)}.mdc-button--raised:after,.mdc-button--raised:before,.mdc-button--unelevated:after,.mdc-button--unelevated:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-button--raised:after,.mdc-button--raised:before,.mdc-button--unelevated:after,.mdc-button--unelevated:before{background-color:var(--mdc-theme-on-primary,#fff)}}.mdc-button--raised:hover:before,.mdc-button--unelevated:hover:before{opacity:.08}.mdc-button--raised.mdc-ripple-upgraded--background-focused:before,.mdc-button--raised:not(.mdc-ripple-upgraded):focus:before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused:before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus:before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.mdc-button--raised:not(.mdc-ripple-upgraded):after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active:after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active:after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.32}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-button--raised{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1), -webkit-box-shadow .28s cubic-bezier(.4,0,.2,1)}.mdc-button--raised:focus,.mdc-button--raised:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-button--raised:active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-button--outlined{border-style:solid;padding:0 14px;border-width:2px}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,.37)}.mdc-button--outlined:not(:disabled){border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-button--dense{height:32px;font-size:.8125rem}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:transparent}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:transparent}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:transparent}.cm-fat-cursor{caret-color:transparent}@-webkit-keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-webkit-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.cm-s-darcula{font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif}.cm-s-darcula.CodeMirror{background:#2b2b2b;color:#a9b7c6}.cm-s-darcula span.cm-meta{color:#bbb529}.cm-s-darcula span.cm-number{color:#6897bb}.cm-s-darcula span.cm-keyword{color:#cc7832;line-height:1em;font-weight:700}.cm-s-darcula span.cm-def{color:#a9b7c6;font-style:italic}.cm-s-darcula span.cm-variable,.cm-s-darcula span.cm-variable-2{color:#a9b7c6}.cm-s-darcula span.cm-variable-3{color:#9876aa}.cm-s-darcula span.cm-type{color:#abc;font-weight:700}.cm-s-darcula span.cm-property{color:#ffc66d}.cm-s-darcula span.cm-operator{color:#a9b7c6}.cm-s-darcula span.cm-string,.cm-s-darcula span.cm-string-2{color:#6a8759}.cm-s-darcula span.cm-comment{color:#61a151;font-style:italic}.cm-s-darcula span.cm-atom,.cm-s-darcula span.cm-link{color:#cc7832}.cm-s-darcula span.cm-error{color:#bc3f3c}.cm-s-darcula span.cm-tag{color:#629755;font-weight:700;font-style:italic;text-decoration:underline}.cm-s-darcula span.cm-attribute{color:#6897bb}.cm-s-darcula span.cm-qualifier{color:#6a8759}.cm-s-darcula span.cm-bracket{color:#a9b7c6}.cm-s-darcula span.cm-builtin,.cm-s-darcula span.cm-special{color:#ff9e59}.cm-s-darcula span.cm-matchhighlight{color:#fff;background-color:rgba(50,89,48,.7);font-weight:400}.cm-s-darcula span.cm-searching{color:#fff;background-color:rgba(61,115,59,.7);font-weight:400}.cm-s-darcula .CodeMirror-cursor{border-left:1px solid #a9b7c6}.cm-s-darcula .CodeMirror-activeline-background{background:#323232}.cm-s-darcula .CodeMirror-gutters{background:#313335;border-right:1px solid #313335}.cm-s-darcula .CodeMirror-guttermarker{color:#ffee80}.cm-s-darcula .CodeMirror-guttermarker-subtle{color:#d0d0d0}.cm-s-darcula .CodeMirrir-linenumber{color:#606366}.cm-s-darcula .CodeMirror-matchingbracket{background-color:#3b514d;color:#ffef28!important;font-weight:700}.cm-s-darcula div.CodeMirror-selected{background:#214283}.CodeMirror-hints.darcula{font-family:Menlo,Monaco,Consolas,Courier New,monospace;color:#9c9e9e;background-color:#3b3e3f!important}.CodeMirror-hints.darcula .CodeMirror-hint-active{background-color:#494d4e!important;color:#9c9e9e!important}.cm-s-mbo.CodeMirror{background:#2c2c2c;color:#ffffec}.cm-s-mbo div.CodeMirror-selected{background:#716c62}.cm-s-mbo .CodeMirror-line::-moz-selection,.cm-s-mbo .CodeMirror-line>span::-moz-selection,.cm-s-mbo .CodeMirror-line>span>span::-moz-selection{background:rgba(113,108,98,.99)}.cm-s-mbo .CodeMirror-line::selection,.cm-s-mbo .CodeMirror-line>span::selection,.cm-s-mbo .CodeMirror-line>span>span::selection{background:rgba(113,108,98,.99)}.cm-s-mbo .CodeMirror-line::-moz-selection,.cm-s-mbo .CodeMirror-line>span::-moz-selection,.cm-s-mbo .CodeMirror-line>span>span::-moz-selection{background:rgba(113,108,98,.99)}.cm-s-mbo .CodeMirror-gutters{background:#4e4e4e;border-right:0}.cm-s-mbo .CodeMirror-guttermarker{color:#fff}.cm-s-mbo .CodeMirror-guttermarker-subtle{color:grey}.cm-s-mbo .CodeMirror-linenumber{color:#dadada}.cm-s-mbo .CodeMirror-cursor{border-left:1px solid #ffffec}.cm-s-mbo span.cm-comment{color:#95958a}.cm-s-mbo span.cm-atom,.cm-s-mbo span.cm-number{color:#00a8c6}.cm-s-mbo span.cm-attribute,.cm-s-mbo span.cm-property{color:#9ddfe9}.cm-s-mbo span.cm-keyword{color:#ffb928}.cm-s-mbo span.cm-string{color:#ffcf6c}.cm-s-mbo span.cm-string.cm-property,.cm-s-mbo span.cm-variable{color:#ffffec}.cm-s-mbo span.cm-variable-2{color:#00a8c6}.cm-s-mbo span.cm-def{color:#ffffec}.cm-s-mbo span.cm-bracket{color:#fffffc;font-weight:700}.cm-s-mbo span.cm-tag{color:#9ddfe9}.cm-s-mbo span.cm-link{color:#f54b07}.cm-s-mbo span.cm-error{border-bottom:#636363;color:#ffffec}.cm-s-mbo span.cm-qualifier{color:#ffffec}.cm-s-mbo .CodeMirror-activeline-background{background:#494b41}.cm-s-mbo .CodeMirror-matchingbracket{color:#ffb928!important}.cm-s-mbo .CodeMirror-matchingtag{background:hsla(0,0%,100%,.37)}.cm-s-mdn-like.CodeMirror{color:#999;background-color:#fff}.cm-s-mdn-like div.CodeMirror-selected{background:#cfc}.cm-s-mdn-like .CodeMirror-line::-moz-selection,.cm-s-mdn-like .CodeMirror-line>span::-moz-selection,.cm-s-mdn-like .CodeMirror-line>span>span::-moz-selection{background:#cfc}.cm-s-mdn-like .CodeMirror-line::selection,.cm-s-mdn-like .CodeMirror-line>span::selection,.cm-s-mdn-like .CodeMirror-line>span>span::selection{background:#cfc}.cm-s-mdn-like .CodeMirror-line::-moz-selection,.cm-s-mdn-like .CodeMirror-line>span::-moz-selection,.cm-s-mdn-like .CodeMirror-line>span>span::-moz-selection{background:#cfc}.cm-s-mdn-like .CodeMirror-gutters{background:#f8f8f8;border-left:6px solid rgba(0,83,159,.65);color:#333}.cm-s-mdn-like .CodeMirror-linenumber{color:#aaa;padding-left:8px}.cm-s-mdn-like .CodeMirror-cursor{border-left:2px solid #222}.cm-s-mdn-like .cm-keyword{color:#6262ff}.cm-s-mdn-like .cm-atom{color:#f90}.cm-s-mdn-like .cm-number{color:#ca7841}.cm-s-mdn-like .cm-def{color:#8da6ce}.cm-s-mdn-like span.cm-tag,.cm-s-mdn-like span.cm-variable-2{color:#690}.cm-s-mdn-like .cm-variable,.cm-s-mdn-like span.cm-def,.cm-s-mdn-like span.cm-type,.cm-s-mdn-like span.cm-variable-3{color:#07a}.cm-s-mdn-like .cm-property{color:#905}.cm-s-mdn-like .cm-qualifier{color:#690}.cm-s-mdn-like .cm-operator{color:#cda869}.cm-s-mdn-like .cm-comment{color:#777;font-weight:400}.cm-s-mdn-like .cm-string{color:#07a;font-style:italic}.cm-s-mdn-like .cm-string-2{color:#bd6b18}.cm-s-mdn-like .cm-meta{color:#000}.cm-s-mdn-like .cm-builtin{color:#9b7536}.cm-s-mdn-like .cm-tag{color:#997643}.cm-s-mdn-like .cm-attribute{color:#d6bb6d}.cm-s-mdn-like .cm-header{color:#ff6400}.cm-s-mdn-like .cm-hr{color:#aeaeae}.cm-s-mdn-like .cm-link{color:#ad9361;font-style:italic;text-decoration:none}.cm-s-mdn-like .cm-error{border-bottom:1px solid red}div.cm-s-mdn-like .CodeMirror-activeline-background{background:#efefff}div.cm-s-mdn-like span.CodeMirror-matchingbracket{outline:1px solid grey;color:inherit}.cm-s-mdn-like.CodeMirror{background-image:url(data:image/png;base64,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)}.cm-s-monokai.CodeMirror{background:#272822;color:#f8f8f2}.cm-s-monokai div.CodeMirror-selected{background:#49483e}.cm-s-monokai .CodeMirror-line::-moz-selection,.cm-s-monokai .CodeMirror-line>span::-moz-selection,.cm-s-monokai .CodeMirror-line>span>span::-moz-selection{background:rgba(73,72,62,.99)}.cm-s-monokai .CodeMirror-line::selection,.cm-s-monokai .CodeMirror-line>span::selection,.cm-s-monokai .CodeMirror-line>span>span::selection{background:rgba(73,72,62,.99)}.cm-s-monokai .CodeMirror-line::-moz-selection,.cm-s-monokai .CodeMirror-line>span::-moz-selection,.cm-s-monokai .CodeMirror-line>span>span::-moz-selection{background:rgba(73,72,62,.99)}.cm-s-monokai .CodeMirror-gutters{background:#272822;border-right:0}.cm-s-monokai .CodeMirror-guttermarker{color:#fff}.cm-s-monokai .CodeMirror-guttermarker-subtle,.cm-s-monokai .CodeMirror-linenumber{color:#d0d0d0}.cm-s-monokai .CodeMirror-cursor{border-left:1px solid #f8f8f0}.cm-s-monokai span.cm-comment{color:#75715e}.cm-s-monokai span.cm-atom,.cm-s-monokai span.cm-number{color:#ae81ff}.cm-s-monokai span.cm-comment.cm-attribute{color:#97b757}.cm-s-monokai span.cm-comment.cm-def{color:#bc9262}.cm-s-monokai span.cm-comment.cm-tag{color:#bc6283}.cm-s-monokai span.cm-comment.cm-type{color:#5998a6}.cm-s-monokai span.cm-attribute,.cm-s-monokai span.cm-property{color:#a6e22e}.cm-s-monokai span.cm-keyword{color:#f92672}.cm-s-monokai span.cm-builtin{color:#66d9ef}.cm-s-monokai span.cm-string{color:#e6db74}.cm-s-monokai span.cm-variable{color:#f8f8f2}.cm-s-monokai span.cm-variable-2{color:#9effff}.cm-s-monokai span.cm-type,.cm-s-monokai span.cm-variable-3{color:#66d9ef}.cm-s-monokai span.cm-def{color:#fd971f}.cm-s-monokai span.cm-bracket{color:#f8f8f2}.cm-s-monokai span.cm-tag{color:#f92672}.cm-s-monokai span.cm-header,.cm-s-monokai span.cm-link{color:#ae81ff}.cm-s-monokai span.cm-error{background:#f92672;color:#f8f8f0}.cm-s-monokai .CodeMirror-activeline-background{background:#373831}.cm-s-monokai .CodeMirror-matchingbracket{text-decoration:underline;color:#fff!important}.cm-s-neat span.cm-comment{color:#a86}.cm-s-neat span.cm-keyword{line-height:1em;font-weight:700;color:#00f}.cm-s-neat span.cm-string{color:#a22}.cm-s-neat span.cm-builtin{line-height:1em;font-weight:700;color:#077}.cm-s-neat span.cm-special{line-height:1em;font-weight:700;color:#0aa}.cm-s-neat span.cm-variable{color:#000}.cm-s-neat span.cm-atom,.cm-s-neat span.cm-number{color:#3a3}.cm-s-neat span.cm-meta{color:#555}.cm-s-neat span.cm-link{color:#3a3}.cm-s-neat .CodeMirror-activeline-background{background:#e8f2ff}.cm-s-neat .CodeMirror-matchingbracket{outline:1px solid grey;color:#000!important}.cm-s-neo.CodeMirror{background-color:#fff;color:#2e383c;line-height:1.4375}.cm-s-neo .cm-comment{color:#75787b}.cm-s-neo .cm-keyword,.cm-s-neo .cm-property{color:#1d75b3}.cm-s-neo .cm-atom,.cm-s-neo .cm-number{color:#75438a}.cm-s-neo .cm-node,.cm-s-neo .cm-tag{color:#9c3328}.cm-s-neo .cm-string{color:#b35e14}.cm-s-neo .cm-qualifier,.cm-s-neo .cm-variable{color:#047d65}.cm-s-neo pre{padding:0}.cm-s-neo .CodeMirror-gutters{border:none;border-right:10px solid transparent;background-color:transparent}.cm-s-neo .CodeMirror-linenumber{padding:0;color:#e0e2e5}.cm-s-neo .CodeMirror-guttermarker{color:#1d75b3}.cm-s-neo .CodeMirror-guttermarker-subtle{color:#e0e2e5}.cm-s-neo .CodeMirror-cursor{width:auto;border:0;background:rgba(155,157,162,.37);z-index:1}.cm-s-nord.CodeMirror{background:#2e3440;color:#d8dee9}.cm-s-nord div.CodeMirror-selected{background:#434c5e}.cm-s-nord .CodeMirror-line::-moz-selection,.cm-s-nord .CodeMirror-line>span::-moz-selection,.cm-s-nord .CodeMirror-line>span>span::-moz-selection{background:#3b4252}.cm-s-nord .CodeMirror-line::selection,.cm-s-nord .CodeMirror-line>span::selection,.cm-s-nord .CodeMirror-line>span>span::selection{background:#3b4252}.cm-s-nord .CodeMirror-line::-moz-selection,.cm-s-nord .CodeMirror-line>span::-moz-selection,.cm-s-nord .CodeMirror-line>span>span::-moz-selection{background:#3b4252}.cm-s-nord .CodeMirror-gutters{background:#2e3440;border-right:0}.cm-s-nord .CodeMirror-guttermarker,.cm-s-nord .CodeMirror-guttermarker-subtle,.cm-s-nord .CodeMirror-linenumber{color:#4c566a}.cm-s-nord .CodeMirror-cursor{border-left:1px solid #f8f8f0}.cm-s-nord span.cm-comment{color:#4c566a}.cm-s-nord span.cm-atom,.cm-s-nord span.cm-number{color:#b48ead}.cm-s-nord span.cm-comment.cm-attribute{color:#97b757}.cm-s-nord span.cm-comment.cm-def{color:#bc9262}.cm-s-nord span.cm-comment.cm-tag{color:#bc6283}.cm-s-nord span.cm-comment.cm-type{color:#5998a6}.cm-s-nord span.cm-attribute,.cm-s-nord span.cm-property{color:#8fbcbb}.cm-s-nord span.cm-builtin,.cm-s-nord span.cm-keyword{color:#81a1c1}.cm-s-nord span.cm-string{color:#a3be8c}.cm-s-nord span.cm-type,.cm-s-nord span.cm-variable,.cm-s-nord span.cm-variable-2,.cm-s-nord span.cm-variable-3{color:#d8dee9}.cm-s-nord span.cm-def{color:#8fbcbb}.cm-s-nord span.cm-bracket{color:#81a1c1}.cm-s-nord span.cm-tag{color:#bf616a}.cm-s-nord span.cm-header,.cm-s-nord span.cm-link{color:#b48ead}.cm-s-nord span.cm-error{background:#bf616a;color:#f8f8f0}.cm-s-nord .CodeMirror-activeline-background{background:#3b4252}.cm-s-nord .CodeMirror-matchingbracket{text-decoration:underline;color:#fff!important}.cm-s-yeti.CodeMirror{background-color:#eceae8!important;color:#d1c9c0!important;border:none}.cm-s-yeti .CodeMirror-gutters{color:#adaba6;background-color:#e5e1db;border:none}.cm-s-yeti .CodeMirror-cursor{border-left:thin solid #d1c9c0}.cm-s-yeti .CodeMirror-linenumber{color:#adaba6}.cm-s-yeti.CodeMirror-focused div.CodeMirror-selected{background:#dcd8d2}.cm-s-yeti .CodeMirror-line::-moz-selection,.cm-s-yeti .CodeMirror-line>span::-moz-selection,.cm-s-yeti .CodeMirror-line>span>span::-moz-selection{background:#dcd8d2}.cm-s-yeti .CodeMirror-line::selection,.cm-s-yeti .CodeMirror-line>span::selection,.cm-s-yeti .CodeMirror-line>span>span::selection{background:#dcd8d2}.cm-s-yeti .CodeMirror-line::-moz-selection,.cm-s-yeti .CodeMirror-line>span::-moz-selection,.cm-s-yeti .CodeMirror-line>span>span::-moz-selection{background:#dcd8d2}.cm-s-yeti span.cm-comment{color:#d4c8be}.cm-s-yeti span.cm-string,.cm-s-yeti span.cm-string-2{color:#96c0d8}.cm-s-yeti span.cm-number{color:#a074c4}.cm-s-yeti span.cm-variable{color:#55b5db}.cm-s-yeti span.cm-variable-2{color:#a074c4}.cm-s-yeti span.cm-def{color:#55b5db}.cm-s-yeti span.cm-keyword,.cm-s-yeti span.cm-operator{color:#9fb96e}.cm-s-yeti span.cm-atom{color:#a074c4}.cm-s-yeti span.cm-meta,.cm-s-yeti span.cm-tag{color:#96c0d8}.cm-s-yeti span.cm-attribute{color:#9fb96e}.cm-s-yeti span.cm-qualifier{color:#96c0d8}.cm-s-yeti span.cm-builtin,.cm-s-yeti span.cm-property{color:#a074c4}.cm-s-yeti span.cm-type,.cm-s-yeti span.cm-variable-3{color:#96c0d8}.cm-s-yeti .CodeMirror-activeline-background{background:#e7e4e0}.cm-s-yeti .CodeMirror-matchingbracket{text-decoration:underline}.cm-s-yonce.CodeMirror{background:#1c1c1c;color:#d4d4d4}.cm-s-yonce div.CodeMirror-selected{background:rgba(252,69,133,.478)}.cm-s-yonce .CodeMirror-line::-moz-selection,.cm-s-yonce .CodeMirror-line::-moz-selection,.cm-s-yonce .CodeMirror-line>span::-moz-selection,.cm-s-yonce .CodeMirror-line>span::-moz-selection,.cm-s-yonce .CodeMirror-line>span>span::-moz-selection,.cm-s-yonce .CodeMirror-line>span>span::-moz-selection,.cm-s-yonce .CodeMirror-selected,.cm-s-yonce .CodeMirror-selectedtext{background:rgba(252,67,132,.47)}.cm-s-yonce .CodeMirror-line::-moz-selection,.cm-s-yonce .CodeMirror-line::selection,.cm-s-yonce .CodeMirror-line>span::-moz-selection,.cm-s-yonce .CodeMirror-line>span::selection,.cm-s-yonce .CodeMirror-line>span>span::-moz-selection,.cm-s-yonce .CodeMirror-line>span>span::selection,.cm-s-yonce .CodeMirror-selected,.cm-s-yonce .CodeMirror-selectedtext{background:rgba(252,67,132,.47)}.cm-s-yonce.CodeMirror pre{padding-left:0}.cm-s-yonce .CodeMirror-gutters{background:#1c1c1c;border-right:0}.cm-s-yonce .CodeMirror-linenumber{padding-right:10px}.cm-s-yonce .CodeMirror-activeline .CodeMirror-linenumber.CodeMirror-gutter-elt{background:#1c1c1c;color:#fc4384}.cm-s-yonce .CodeMirror-linenumber{color:#777}.cm-s-yonce .CodeMirror-cursor{border-left:2px solid #fc4384}.cm-s-yonce .cm-searching{background:rgba(243,155,53,.3)!important;outline:1px solid #f39b35}.cm-s-yonce .cm-searching.CodeMirror-selectedtext{background:rgba(243,155,53,.7)!important;color:#fff}.cm-s-yonce .cm-keyword{color:#00a7aa}.cm-s-yonce .cm-atom{color:#f39b35}.cm-s-yonce .cm-number,.cm-s-yonce span.cm-type{color:#a06fca}.cm-s-yonce .cm-def{color:#98e342}.cm-s-yonce .cm-property,.cm-s-yonce span.cm-variable{color:#d4d4d4;font-style:italic}.cm-s-yonce span.cm-variable-2{color:#da7dae;font-style:italic}.cm-s-yonce span.cm-variable-3{color:#a06fca}.cm-s-yonce .cm-type.cm-def{text-decoration:underline}.cm-s-yonce .cm-callee,.cm-s-yonce .cm-property.cm-def,.cm-s-yonce .cm-type.cm-def{color:#fc4384;font-style:normal}.cm-s-yonce .cm-operator,.cm-s-yonce .cm-qualifier,.cm-s-yonce .cm-tag{color:#fc4384}.cm-s-yonce .cm-tag.cm-bracket{color:#d4d4d4}.cm-s-yonce .cm-attribute{color:#a06fca}.cm-s-yonce .cm-comment{color:#696d70;font-style:italic;font-weight:400}.cm-s-yonce .cm-comment.cm-tag{color:#fc4384}.cm-s-yonce .cm-comment.cm-attribute{color:#d4d4d4}.cm-s-yonce .cm-string{color:#e6db74}.cm-s-yonce .cm-string-2{color:#f39b35}.cm-s-yonce .cm-meta{color:#d4d4d4;background:inherit}.cm-s-yonce .cm-builtin{color:#fc4384}.cm-s-yonce .cm-header{color:#da7dae}.cm-s-yonce .cm-hr{color:#98e342}.cm-s-yonce .cm-link{color:#696d70;font-style:italic;text-decoration:none}.cm-s-yonce .cm-error{border-bottom:1px solid #c42412}.cm-s-yonce .CodeMirror-activeline-background{background:#272727}.cm-s-yonce .CodeMirror-matchingbracket{outline:1px solid grey;color:#d4d4d4!important}.cm-s-zenburn .CodeMirror-gutters{background:#3f3f3f!important}.cm-s-zenburn .CodeMirror-foldgutter-open,.CodeMirror-foldgutter-folded{color:#999}.cm-s-zenburn .CodeMirror-cursor{border-left:1px solid #fff}.cm-s-zenburn.CodeMirror{background-color:#3f3f3f;color:#dcdccc}.cm-s-zenburn span.cm-builtin{color:#dcdccc;font-weight:700}.cm-s-zenburn span.cm-comment{color:#7f9f7f}.cm-s-zenburn span.cm-keyword{color:#f0dfaf;font-weight:700}.cm-s-zenburn span.cm-atom{color:#bfebbf}.cm-s-zenburn span.cm-def{color:#dcdccc}.cm-s-zenburn span.cm-variable{color:#dfaf8f}.cm-s-zenburn span.cm-variable-2{color:#dcdccc}.cm-s-zenburn span.cm-string,.cm-s-zenburn span.cm-string-2{color:#cc9393}.cm-s-zenburn span.cm-number{color:#dcdccc}.cm-s-zenburn span.cm-tag{color:#93e0e3}.cm-s-zenburn span.cm-attribute,.cm-s-zenburn span.cm-property{color:#dfaf8f}.cm-s-zenburn span.cm-qualifier{color:#7cb8bb}.cm-s-zenburn span.cm-meta{color:#f0dfaf}.cm-s-zenburn span.cm-header,.cm-s-zenburn span.cm-operator{color:#f0efd0}.cm-s-zenburn span.CodeMirror-matchingbracket{-webkit-box-sizing:border-box;box-sizing:border-box;background:transparent;border-bottom:1px solid}.cm-s-zenburn span.CodeMirror-nonmatchingbracket{border-bottom:1px solid;background:none}.cm-s-zenburn .CodeMirror-activeline,.cm-s-zenburn .CodeMirror-activeline-background{background:#000}.cm-s-zenburn div.CodeMirror-selected{background:#545454}.cm-s-zenburn .CodeMirror-focused div.CodeMirror-selected{background:#4f4f4f}.font-palette-aqua{color:#42a5f5}.bg-not-opacity-palette-aqua{background-color:#42a5f5}.font-palette-carrot{color:#fda639}.bg-not-opacity-palette-carrot{background-color:#fda639}.font-palette-yellow{color:#fac92f}.bg-not-opacity-palette-yellow{background-color:#fac92f}.font-palette-red{color:#ed5454}.bg-not-opacity-palette-red{background-color:#ed5454}.font-palette-light-green{color:#8bc34a}.bg-not-opacity-palette-light-green{background-color:#8bc34a}.font-palette-thistle{color:#b39ddb}.bg-not-opacity-palette-thistle{background-color:#b39ddb}.font-palette-ucla-blue{color:#5573a7}.bg-not-opacity-palette-ucla-blue{background-color:#5573a7}.font-palette-blue{color:#759ee6}.bg-not-opacity-palette-blue{background-color:#759ee6}.font-palette-cherry{color:#e91e63}.bg-not-opacity-palette-cherry{background-color:#e91e63}.font-palette-orange{color:#ff6b00}.bg-not-opacity-palette-orange{background-color:#ff6b00}.font-palette-yellow-green{color:#b5d200}.bg-not-opacity-palette-yellow-green{background-color:#b5d200}.font-palette-green{color:#3dca43}.bg-not-opacity-palette-green{background-color:#3dca43}.font-palette-jade{color:#00c27c}.bg-not-opacity-palette-jade{background-color:#00c27c}.font-palette-green-sea{color:#26a69a}.bg-not-opacity-palette-green-sea{background-color:#26a69a}.font-palette-aquamarine{color:#00bcd4}.bg-not-opacity-palette-aquamarine{background-color:#00bcd4}.font-palette-dark-sky{color:#5a9baf}.bg-not-opacity-palette-dark-sky{background-color:#5a9baf}.font-palette-purple{color:#7e75e6}.bg-not-opacity-palette-purple{background-color:#7e75e6}.font-palette-pink{color:#e675b8}.bg-not-opacity-palette-pink{background-color:#e675b8}.font-palette-cloudy{color:#607d8b}.bg-not-opacity-palette-cloudy{background-color:#607d8b}.font-palette-grey{color:#757575}.bg-not-opacity-palette-grey{background-color:#757575}.font-palette-brown{color:#795548}.bg-not-opacity-palette-brown{background-color:#795548}.font-palette-black{color:#161616}.bg-not-opacity-palette-black{background-color:#161616}.font-palette-white{color:#f5f5f5}.bg-not-opacity-palette-white{background-color:#f5f5f5}.font-palette-dark-sky-blue{color:#42a5f5}.bg-not-opacity-palette-dark-sky-blue{background-color:#42a5f5}.font-palette-macaroni-and-cheese{color:#fac92f}.bg-not-opacity-palette-macaroni-and-cheese{background-color:#fac92f}.font-palette-mango{color:#fda639}.bg-not-opacity-palette-mango{background-color:#fda639}.font-palette-coral{color:#e91e63}.bg-not-opacity-palette-coral{background-color:#e91e63}.font-palette-turtle-green{color:#3dca43}.bg-not-opacity-palette-turtle-green{background-color:#3dca43}.font-palette-pale-purple{color:#b39ddb}.bg-not-opacity-palette-pale-purple{background-color:#b39ddb}.font-palette-stormy-blue{color:#759ee6}.bg-not-opacity-palette-stormy-blue{background-color:#759ee6}.font-palette-deeed4{color:#3dca43}.bg-not-opacity-palette-deeed4{background-color:#3dca43}.font-palette-ffdbd8{color:#ed5454}.bg-not-opacity-palette-ffdbd8{background-color:#ed5454}.font-palette-cbefff{color:#42a5f5}.bg-not-opacity-palette-cbefff{background-color:#42a5f5}.font-palette-feebd3{color:#fac92f}.bg-not-opacity-palette-feebd3{background-color:#fac92f}.font-palette-f8d3df{color:#e91e63}.bg-not-opacity-palette-f8d3df{background-color:#e91e63}.theme-light [data-palette-bg=aqua]{background-color:rgba(66,165,245,.4)}.theme-light [data-palette-bg-rgb=aqua]{background-color:#b3dbfb}.theme-light [data-block-background=aqua].hintblock{background-color:rgba(66,165,245,.1)}.theme-dark [data-palette-bg=aqua],.theme-light [data-highlight=aqua]{background-color:rgba(66,165,245,.4)}.theme-dark [data-palette-bg-rgb=aqua]{background-color:#386080}.theme-dark [data-block-background=aqua].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-palette-bg=aqua],.theme-dark [data-highlight=aqua]{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=aqua]{background-color:#386080}.theme-brand-dark-ios [data-block-background=aqua].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-highlight=aqua]{background-color:rgba(66,165,245,.4)}[data-font-color=aqua]{color:#42a5f5}.theme-light [data-palette-bg=carrot]{background-color:rgba(253,166,57,.4)}.theme-light [data-palette-bg-rgb=carrot]{background-color:#fedbb0}.theme-light [data-block-background=carrot].hintblock{background-color:rgba(253,166,57,.1)}.theme-dark [data-palette-bg=carrot],.theme-light [data-highlight=carrot]{background-color:rgba(253,166,57,.4)}.theme-dark [data-palette-bg-rgb=carrot]{background-color:#836035}.theme-dark [data-block-background=carrot].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-palette-bg=carrot],.theme-dark [data-highlight=carrot]{background-color:rgba(253,166,57,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=carrot]{background-color:#836035}.theme-brand-dark-ios [data-block-background=carrot].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-highlight=carrot]{background-color:rgba(253,166,57,.4)}[data-font-color=carrot]{color:#fda639}.theme-light [data-palette-bg=yellow]{background-color:rgba(250,201,47,.4)}.theme-light [data-palette-bg-rgb=yellow]{background-color:#fde9ac}.theme-light [data-block-background=yellow].hintblock{background-color:rgba(250,201,47,.1)}.theme-dark [data-palette-bg=yellow],.theme-light [data-highlight=yellow]{background-color:rgba(250,201,47,.4)}.theme-dark [data-palette-bg-rgb=yellow]{background-color:#826e31}.theme-dark [data-block-background=yellow].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-palette-bg=yellow],.theme-dark [data-highlight=yellow]{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=yellow]{background-color:#826e31}.theme-brand-dark-ios [data-block-background=yellow].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-highlight=yellow]{background-color:rgba(250,201,47,.4)}[data-font-color=yellow]{color:#fac92f}.theme-light [data-palette-bg=red]{background-color:rgba(237,84,84,.4)}.theme-light [data-palette-bg-rgb=red]{background-color:#f8bbbb}.theme-light [data-block-background=red].hintblock{background-color:rgba(237,84,84,.1)}.theme-dark [data-palette-bg=red],.theme-light [data-highlight=red]{background-color:rgba(237,84,84,.4)}.theme-dark [data-palette-bg-rgb=red]{background-color:#7d4040}.theme-dark [data-block-background=red].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-palette-bg=red],.theme-dark [data-highlight=red]{background-color:rgba(237,84,84,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=red]{background-color:#7d4040}.theme-brand-dark-ios [data-block-background=red].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-highlight=red]{background-color:rgba(237,84,84,.4)}[data-font-color=red]{color:#ed5454}.theme-light [data-palette-bg=light-green]{background-color:rgba(139,195,74,.4)}.theme-light [data-palette-bg-rgb=light-green]{background-color:#d1e7b7}.theme-light [data-block-background=light-green].hintblock{background-color:rgba(139,195,74,.1)}.theme-dark [data-palette-bg=light-green],.theme-light [data-highlight=light-green]{background-color:rgba(139,195,74,.4)}.theme-dark [data-palette-bg-rgb=light-green]{background-color:#566c3c}.theme-dark [data-block-background=light-green].hintblock{background-color:rgba(139,195,74,.2)}.theme-brand-dark-ios [data-palette-bg=light-green],.theme-dark [data-highlight=light-green]{background-color:rgba(139,195,74,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=light-green]{background-color:#566c3c}.theme-brand-dark-ios [data-block-background=light-green].hintblock{background-color:rgba(139,195,74,.2)}.theme-brand-dark-ios [data-highlight=light-green]{background-color:rgba(139,195,74,.4)}[data-font-color=light-green]{color:#8bc34a}.theme-light [data-palette-bg=thistle]{background-color:rgba(179,157,219,.4)}.theme-light [data-palette-bg-rgb=thistle]{background-color:#e1d8f1}.theme-light [data-block-background=thistle].hintblock{background-color:rgba(179,157,219,.1)}.theme-dark [data-palette-bg=thistle],.theme-light [data-highlight=thistle]{background-color:rgba(179,157,219,.4)}.theme-dark [data-palette-bg-rgb=thistle]{background-color:#665d76}.theme-dark [data-block-background=thistle].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-palette-bg=thistle],.theme-dark [data-highlight=thistle]{background-color:rgba(179,157,219,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=thistle]{background-color:#665d76}.theme-brand-dark-ios [data-block-background=thistle].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-highlight=thistle]{background-color:rgba(179,157,219,.4)}[data-font-color=thistle]{color:#b39ddb}.theme-light [data-palette-bg=ucla-blue]{background-color:rgba(85,115,167,.4)}.theme-light [data-palette-bg-rgb=ucla-blue]{background-color:#bbc7dc}.theme-light [data-block-background=ucla-blue].hintblock{background-color:rgba(85,115,167,.1)}.theme-dark [data-palette-bg=ucla-blue],.theme-light [data-highlight=ucla-blue]{background-color:rgba(85,115,167,.4)}.theme-dark [data-palette-bg-rgb=ucla-blue]{background-color:#404c61}.theme-dark [data-block-background=ucla-blue].hintblock{background-color:rgba(85,115,167,.2)}.theme-brand-dark-ios [data-palette-bg=ucla-blue],.theme-dark [data-highlight=ucla-blue]{background-color:rgba(85,115,167,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=ucla-blue]{background-color:#404c61}.theme-brand-dark-ios [data-block-background=ucla-blue].hintblock{background-color:rgba(85,115,167,.2)}.theme-brand-dark-ios [data-highlight=ucla-blue]{background-color:rgba(85,115,167,.4)}[data-font-color=ucla-blue]{color:#5573a7}.theme-light [data-palette-bg=blue]{background-color:rgba(117,158,230,.4)}.theme-light [data-palette-bg-rgb=blue]{background-color:#c8d8f5}.theme-light [data-block-background=blue].hintblock{background-color:rgba(117,158,230,.1)}.theme-dark [data-palette-bg=blue],.theme-light [data-highlight=blue]{background-color:rgba(117,158,230,.4)}.theme-dark [data-palette-bg-rgb=blue]{background-color:#4d5d7a}.theme-dark [data-block-background=blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-palette-bg=blue],.theme-dark [data-highlight=blue]{background-color:rgba(117,158,230,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=blue]{background-color:#4d5d7a}.theme-brand-dark-ios [data-block-background=blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-highlight=blue]{background-color:rgba(117,158,230,.4)}[data-font-color=blue]{color:#759ee6}.theme-light [data-palette-bg=cherry]{background-color:rgba(233,30,99,.4)}.theme-light [data-palette-bg-rgb=cherry]{background-color:#f6a5c1}.theme-light [data-block-background=cherry].hintblock{background-color:rgba(233,30,99,.1)}.theme-dark [data-palette-bg=cherry],.theme-light [data-highlight=cherry]{background-color:rgba(233,30,99,.4)}.theme-dark [data-palette-bg-rgb=cherry]{background-color:#7b2a46}.theme-dark [data-block-background=cherry].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-palette-bg=cherry],.theme-dark [data-highlight=cherry]{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=cherry]{background-color:#7b2a46}.theme-brand-dark-ios [data-block-background=cherry].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-highlight=cherry]{background-color:rgba(233,30,99,.4)}[data-font-color=cherry]{color:#e91e63}.theme-light [data-palette-bg=orange]{background-color:rgba(255,107,0,.4)}.theme-light [data-palette-bg-rgb=orange]{background-color:#ffc499}.theme-light [data-block-background=orange].hintblock{background-color:rgba(255,107,0,.1)}.theme-dark [data-palette-bg=orange],.theme-light [data-highlight=orange]{background-color:rgba(255,107,0,.4)}.theme-dark [data-palette-bg-rgb=orange]{background-color:#84491e}.theme-dark [data-block-background=orange].hintblock{background-color:rgba(255,107,0,.2)}.theme-brand-dark-ios [data-palette-bg=orange],.theme-dark [data-highlight=orange]{background-color:rgba(255,107,0,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=orange]{background-color:#84491e}.theme-brand-dark-ios [data-block-background=orange].hintblock{background-color:rgba(255,107,0,.2)}.theme-brand-dark-ios [data-highlight=orange]{background-color:rgba(255,107,0,.4)}[data-font-color=orange]{color:#ff6b00}.theme-light [data-palette-bg=yellow-green]{background-color:rgba(181,210,0,.4)}.theme-light [data-palette-bg-rgb=yellow-green]{background-color:#e1ed99}.theme-light [data-block-background=yellow-green].hintblock{background-color:rgba(181,210,0,.1)}.theme-dark [data-palette-bg=yellow-green],.theme-light [data-highlight=yellow-green]{background-color:rgba(181,210,0,.4)}.theme-dark [data-palette-bg-rgb=yellow-green]{background-color:#66721e}.theme-dark [data-block-background=yellow-green].hintblock{background-color:rgba(181,210,0,.2)}.theme-brand-dark-ios [data-palette-bg=yellow-green],.theme-dark [data-highlight=yellow-green]{background-color:rgba(181,210,0,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=yellow-green]{background-color:#66721e}.theme-brand-dark-ios [data-block-background=yellow-green].hintblock{background-color:rgba(181,210,0,.2)}.theme-brand-dark-ios [data-highlight=yellow-green]{background-color:rgba(181,210,0,.4)}[data-font-color=yellow-green]{color:#b5d200}.theme-light [data-palette-bg=green]{background-color:rgba(61,202,67,.4)}.theme-light [data-palette-bg-rgb=green]{background-color:#b1eab4}.theme-light [data-block-background=green].hintblock{background-color:rgba(61,202,67,.1)}.theme-dark [data-palette-bg=green],.theme-light [data-highlight=green]{background-color:rgba(61,202,67,.4)}.theme-dark [data-palette-bg-rgb=green]{background-color:#366f39}.theme-dark [data-block-background=green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-palette-bg=green],.theme-dark [data-highlight=green]{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=green]{background-color:#366f39}.theme-brand-dark-ios [data-block-background=green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-highlight=green]{background-color:rgba(61,202,67,.4)}[data-font-color=green]{color:#3dca43}.theme-light [data-palette-bg=jade]{background-color:rgba(0,194,124,.4)}.theme-light [data-palette-bg-rgb=jade]{background-color:#99e7cb}.theme-light [data-block-background=jade].hintblock{background-color:rgba(0,194,124,.1)}.theme-dark [data-palette-bg=jade],.theme-light [data-highlight=jade]{background-color:rgba(0,194,124,.4)}.theme-dark [data-palette-bg-rgb=jade]{background-color:#1e6c50}.theme-dark [data-block-background=jade].hintblock{background-color:rgba(0,194,124,.2)}.theme-brand-dark-ios [data-palette-bg=jade],.theme-dark [data-highlight=jade]{background-color:rgba(0,194,124,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=jade]{background-color:#1e6c50}.theme-brand-dark-ios [data-block-background=jade].hintblock{background-color:rgba(0,194,124,.2)}.theme-brand-dark-ios [data-highlight=jade]{background-color:rgba(0,194,124,.4)}[data-font-color=jade]{color:#00c27c}.theme-light [data-palette-bg=green-sea]{background-color:rgba(38,166,154,.4)}.theme-light [data-palette-bg-rgb=green-sea]{background-color:#a8dbd7}.theme-light [data-block-background=green-sea].hintblock{background-color:rgba(38,166,154,.1)}.theme-dark [data-palette-bg=green-sea],.theme-light [data-highlight=green-sea]{background-color:rgba(38,166,154,.4)}.theme-dark [data-palette-bg-rgb=green-sea]{background-color:#2d605c}.theme-dark [data-block-background=green-sea].hintblock{background-color:rgba(38,166,154,.2)}.theme-brand-dark-ios [data-palette-bg=green-sea],.theme-dark [data-highlight=green-sea]{background-color:rgba(38,166,154,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=green-sea]{background-color:#2d605c}.theme-brand-dark-ios [data-block-background=green-sea].hintblock{background-color:rgba(38,166,154,.2)}.theme-brand-dark-ios [data-highlight=green-sea]{background-color:rgba(38,166,154,.4)}[data-font-color=green-sea]{color:#26a69a}.theme-light [data-palette-bg=aquamarine]{background-color:rgba(0,188,212,.4)}.theme-light [data-palette-bg-rgb=aquamarine]{background-color:#99e4ee}.theme-light [data-block-background=aquamarine].hintblock{background-color:rgba(0,188,212,.1)}.theme-dark [data-palette-bg=aquamarine],.theme-light [data-highlight=aquamarine]{background-color:rgba(0,188,212,.4)}.theme-dark [data-palette-bg-rgb=aquamarine]{background-color:#1e6973}.theme-dark [data-block-background=aquamarine].hintblock{background-color:rgba(0,188,212,.2)}.theme-brand-dark-ios [data-palette-bg=aquamarine],.theme-dark [data-highlight=aquamarine]{background-color:rgba(0,188,212,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=aquamarine]{background-color:#1e6973}.theme-brand-dark-ios [data-block-background=aquamarine].hintblock{background-color:rgba(0,188,212,.2)}.theme-brand-dark-ios [data-highlight=aquamarine]{background-color:rgba(0,188,212,.4)}[data-font-color=aquamarine]{color:#00bcd4}.theme-light [data-palette-bg=dark-sky]{background-color:rgba(90,155,175,.4)}.theme-light [data-palette-bg-rgb=dark-sky]{background-color:#bdd7df}.theme-light [data-block-background=dark-sky].hintblock{background-color:rgba(90,155,175,.1)}.theme-dark [data-palette-bg=dark-sky],.theme-light [data-highlight=dark-sky]{background-color:rgba(90,155,175,.4)}.theme-dark [data-palette-bg-rgb=dark-sky]{background-color:#425c64}.theme-dark [data-block-background=dark-sky].hintblock{background-color:rgba(90,155,175,.2)}.theme-brand-dark-ios [data-palette-bg=dark-sky],.theme-dark [data-highlight=dark-sky]{background-color:rgba(90,155,175,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=dark-sky]{background-color:#425c64}.theme-brand-dark-ios [data-block-background=dark-sky].hintblock{background-color:rgba(90,155,175,.2)}.theme-brand-dark-ios [data-highlight=dark-sky]{background-color:rgba(90,155,175,.4)}[data-font-color=dark-sky]{color:#5a9baf}.theme-light [data-palette-bg=purple]{background-color:rgba(126,117,230,.4)}.theme-light [data-palette-bg-rgb=purple]{background-color:#cbc8f5}.theme-light [data-block-background=purple].hintblock{background-color:rgba(126,117,230,.1)}.theme-dark [data-palette-bg=purple],.theme-light [data-highlight=purple]{background-color:rgba(126,117,230,.4)}.theme-dark [data-palette-bg-rgb=purple]{background-color:#504d7a}.theme-dark [data-block-background=purple].hintblock{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios [data-palette-bg=purple],.theme-dark [data-highlight=purple]{background-color:rgba(126,117,230,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=purple]{background-color:#504d7a}.theme-brand-dark-ios [data-block-background=purple].hintblock{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios [data-highlight=purple]{background-color:rgba(126,117,230,.4)}[data-font-color=purple]{color:#7e75e6}.theme-light [data-palette-bg=pink]{background-color:rgba(230,117,184,.4)}.theme-light [data-palette-bg-rgb=pink]{background-color:#f5c8e3}.theme-light [data-block-background=pink].hintblock{background-color:rgba(230,117,184,.1)}.theme-dark [data-palette-bg=pink],.theme-light [data-highlight=pink]{background-color:rgba(230,117,184,.4)}.theme-dark [data-palette-bg-rgb=pink]{background-color:#7a4d68}.theme-dark [data-block-background=pink].hintblock{background-color:rgba(230,117,184,.2)}.theme-brand-dark-ios [data-palette-bg=pink],.theme-dark [data-highlight=pink]{background-color:rgba(230,117,184,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=pink]{background-color:#7a4d68}.theme-brand-dark-ios [data-block-background=pink].hintblock{background-color:rgba(230,117,184,.2)}.theme-brand-dark-ios [data-highlight=pink]{background-color:rgba(230,117,184,.4)}[data-font-color=pink]{color:#e675b8}.theme-light [data-palette-bg=cloudy]{background-color:rgba(96,125,139,.4)}.theme-light [data-palette-bg-rgb=cloudy]{background-color:#bfcbd1}.theme-light [data-block-background=cloudy].hintblock{background-color:rgba(96,125,139,.1)}.theme-dark [data-palette-bg=cloudy],.theme-light [data-highlight=cloudy]{background-color:rgba(96,125,139,.4)}.theme-dark [data-palette-bg-rgb=cloudy]{background-color:#445056}.theme-dark [data-block-background=cloudy].hintblock{background-color:rgba(96,125,139,.2)}.theme-brand-dark-ios [data-palette-bg=cloudy],.theme-dark [data-highlight=cloudy]{background-color:rgba(96,125,139,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=cloudy]{background-color:#445056}.theme-brand-dark-ios [data-block-background=cloudy].hintblock{background-color:rgba(96,125,139,.2)}.theme-brand-dark-ios [data-highlight=cloudy]{background-color:rgba(96,125,139,.4)}[data-font-color=cloudy]{color:#607d8b}.theme-light [data-palette-bg=grey]{background-color:hsla(0,0%,45.9%,.4)}.theme-light [data-palette-bg-rgb=grey]{background-color:#c8c8c8}.theme-light [data-block-background=grey].hintblock{background-color:hsla(0,0%,45.9%,.1)}.theme-dark [data-palette-bg=grey],.theme-light [data-highlight=grey]{background-color:hsla(0,0%,45.9%,.4)}.theme-dark [data-palette-bg-rgb=grey]{background-color:#4d4d4d}.theme-dark [data-block-background=grey].hintblock{background-color:hsla(0,0%,45.9%,.2)}.theme-brand-dark-ios [data-palette-bg=grey],.theme-dark [data-highlight=grey]{background-color:hsla(0,0%,45.9%,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=grey]{background-color:#4d4d4d}.theme-brand-dark-ios [data-block-background=grey].hintblock{background-color:hsla(0,0%,45.9%,.2)}.theme-brand-dark-ios [data-highlight=grey]{background-color:hsla(0,0%,45.9%,.4)}[data-font-color=grey]{color:#757575}.theme-light [data-palette-bg=brown]{background-color:rgba(121,85,72,.4)}.theme-light [data-palette-bg-rgb=brown]{background-color:#c9bbb6}.theme-light [data-block-background=brown].hintblock{background-color:rgba(121,85,72,.1)}.theme-dark [data-palette-bg=brown],.theme-light [data-highlight=brown]{background-color:rgba(121,85,72,.4)}.theme-dark [data-palette-bg-rgb=brown]{background-color:#4e403b}.theme-dark [data-block-background=brown].hintblock{background-color:rgba(121,85,72,.2)}.theme-brand-dark-ios [data-palette-bg=brown],.theme-dark [data-highlight=brown]{background-color:rgba(121,85,72,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=brown]{background-color:#4e403b}.theme-brand-dark-ios [data-block-background=brown].hintblock{background-color:rgba(121,85,72,.2)}.theme-brand-dark-ios [data-highlight=brown]{background-color:rgba(121,85,72,.4)}[data-font-color=brown]{color:#795548}.theme-light [data-palette-bg=black]{background-color:rgba(22,22,22,.4)}.theme-light [data-palette-bg-rgb=black]{background-color:#a2a2a2}.theme-light [data-block-background=black].hintblock{background-color:rgba(22,22,22,.1)}.theme-dark [data-palette-bg=black],.theme-light [data-highlight=black]{background-color:rgba(22,22,22,.4)}.theme-dark [data-palette-bg-rgb=black]{background-color:#272727}.theme-dark [data-block-background=black].hintblock{background-color:rgba(22,22,22,.2)}.theme-brand-dark-ios [data-palette-bg=black],.theme-dark [data-highlight=black]{background-color:rgba(22,22,22,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=black]{background-color:#272727}.theme-brand-dark-ios [data-block-background=black].hintblock{background-color:rgba(22,22,22,.2)}.theme-brand-dark-ios [data-highlight=black]{background-color:rgba(22,22,22,.4)}[data-font-color=black]{color:#161616}.theme-light [data-palette-bg=white]{background-color:hsla(0,0%,96.1%,.4)}.theme-light [data-palette-bg-rgb=white]{background-color:#fbfbfb}.theme-light [data-block-background=white].hintblock{background-color:hsla(0,0%,96.1%,.1)}.theme-dark [data-palette-bg=white],.theme-light [data-highlight=white]{background-color:hsla(0,0%,96.1%,.4)}.theme-dark [data-palette-bg-rgb=white]{background-color:grey}.theme-dark [data-block-background=white].hintblock{background-color:hsla(0,0%,96.1%,.2)}.theme-brand-dark-ios [data-palette-bg=white],.theme-dark [data-highlight=white]{background-color:hsla(0,0%,96.1%,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=white]{background-color:grey}.theme-brand-dark-ios [data-block-background=white].hintblock{background-color:hsla(0,0%,96.1%,.2)}.theme-brand-dark-ios [data-highlight=white]{background-color:hsla(0,0%,96.1%,.4)}[data-font-color=white]{color:#f5f5f5}.theme-light [data-palette-bg=dark-sky-blue]{background-color:rgba(66,165,245,.4)}.theme-light [data-palette-bg-rgb=dark-sky-blue]{background-color:#b3dbfb}.theme-light [data-block-background=dark-sky-blue].hintblock{background-color:rgba(66,165,245,.1)}.theme-dark [data-palette-bg=dark-sky-blue],.theme-light [data-highlight=dark-sky-blue]{background-color:rgba(66,165,245,.4)}.theme-dark [data-palette-bg-rgb=dark-sky-blue]{background-color:#386080}.theme-dark [data-block-background=dark-sky-blue].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-palette-bg=dark-sky-blue],.theme-dark [data-highlight=dark-sky-blue]{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=dark-sky-blue]{background-color:#386080}.theme-brand-dark-ios [data-block-background=dark-sky-blue].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-highlight=dark-sky-blue]{background-color:rgba(66,165,245,.4)}[data-font-color=dark-sky-blue]{color:#42a5f5}.theme-light [data-palette-bg=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}.theme-light [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#fde9ac}.theme-light [data-block-background=macaroni-and-cheese].hintblock{background-color:rgba(250,201,47,.1)}.theme-dark [data-palette-bg=macaroni-and-cheese],.theme-light [data-highlight=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}.theme-dark [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#826e31}.theme-dark [data-block-background=macaroni-and-cheese].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-palette-bg=macaroni-and-cheese],.theme-dark [data-highlight=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#826e31}.theme-brand-dark-ios [data-block-background=macaroni-and-cheese].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-highlight=macaroni-and-cheese]{background-color:rgba(250,201,47,.4)}[data-font-color=macaroni-and-cheese]{color:#fac92f}.theme-light [data-palette-bg=mango]{background-color:rgba(253,166,57,.4)}.theme-light [data-palette-bg-rgb=mango]{background-color:#fedbb0}.theme-light [data-block-background=mango].hintblock{background-color:rgba(253,166,57,.1)}.theme-dark [data-palette-bg=mango],.theme-light [data-highlight=mango]{background-color:rgba(253,166,57,.4)}.theme-dark [data-palette-bg-rgb=mango]{background-color:#836035}.theme-dark [data-block-background=mango].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-palette-bg=mango],.theme-dark [data-highlight=mango]{background-color:rgba(253,166,57,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=mango]{background-color:#836035}.theme-brand-dark-ios [data-block-background=mango].hintblock{background-color:rgba(253,166,57,.2)}.theme-brand-dark-ios [data-highlight=mango]{background-color:rgba(253,166,57,.4)}[data-font-color=mango]{color:#fda639}.theme-light [data-palette-bg=coral]{background-color:rgba(233,30,99,.4)}.theme-light [data-palette-bg-rgb=coral]{background-color:#f6a5c1}.theme-light [data-block-background=coral].hintblock{background-color:rgba(233,30,99,.1)}.theme-dark [data-palette-bg=coral],.theme-light [data-highlight=coral]{background-color:rgba(233,30,99,.4)}.theme-dark [data-palette-bg-rgb=coral]{background-color:#7b2a46}.theme-dark [data-block-background=coral].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-palette-bg=coral],.theme-dark [data-highlight=coral]{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=coral]{background-color:#7b2a46}.theme-brand-dark-ios [data-block-background=coral].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-highlight=coral]{background-color:rgba(233,30,99,.4)}[data-font-color=coral]{color:#e91e63}.theme-light [data-palette-bg=turtle-green]{background-color:rgba(61,202,67,.4)}.theme-light [data-palette-bg-rgb=turtle-green]{background-color:#b1eab4}.theme-light [data-block-background=turtle-green].hintblock{background-color:rgba(61,202,67,.1)}.theme-dark [data-palette-bg=turtle-green],.theme-light [data-highlight=turtle-green]{background-color:rgba(61,202,67,.4)}.theme-dark [data-palette-bg-rgb=turtle-green]{background-color:#366f39}.theme-dark [data-block-background=turtle-green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-palette-bg=turtle-green],.theme-dark [data-highlight=turtle-green]{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=turtle-green]{background-color:#366f39}.theme-brand-dark-ios [data-block-background=turtle-green].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-highlight=turtle-green]{background-color:rgba(61,202,67,.4)}[data-font-color=turtle-green]{color:#3dca43}.theme-light [data-palette-bg=pale-purple]{background-color:rgba(179,157,219,.4)}.theme-light [data-palette-bg-rgb=pale-purple]{background-color:#e1d8f1}.theme-light [data-block-background=pale-purple].hintblock{background-color:rgba(179,157,219,.1)}.theme-dark [data-palette-bg=pale-purple],.theme-light [data-highlight=pale-purple]{background-color:rgba(179,157,219,.4)}.theme-dark [data-palette-bg-rgb=pale-purple]{background-color:#665d76}.theme-dark [data-block-background=pale-purple].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-palette-bg=pale-purple],.theme-dark [data-highlight=pale-purple]{background-color:rgba(179,157,219,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=pale-purple]{background-color:#665d76}.theme-brand-dark-ios [data-block-background=pale-purple].hintblock{background-color:rgba(179,157,219,.2)}.theme-brand-dark-ios [data-highlight=pale-purple]{background-color:rgba(179,157,219,.4)}[data-font-color=pale-purple]{color:#b39ddb}.theme-light [data-palette-bg=stormy-blue]{background-color:rgba(117,158,230,.4)}.theme-light [data-palette-bg-rgb=stormy-blue]{background-color:#c8d8f5}.theme-light [data-block-background=stormy-blue].hintblock{background-color:rgba(117,158,230,.1)}.theme-dark [data-palette-bg=stormy-blue],.theme-light [data-highlight=stormy-blue]{background-color:rgba(117,158,230,.4)}.theme-dark [data-palette-bg-rgb=stormy-blue]{background-color:#4d5d7a}.theme-dark [data-block-background=stormy-blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-palette-bg=stormy-blue],.theme-dark [data-highlight=stormy-blue]{background-color:rgba(117,158,230,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=stormy-blue]{background-color:#4d5d7a}.theme-brand-dark-ios [data-block-background=stormy-blue].hintblock{background-color:rgba(117,158,230,.2)}.theme-brand-dark-ios [data-highlight=stormy-blue]{background-color:rgba(117,158,230,.4)}[data-font-color=stormy-blue]{color:#759ee6}.theme-light [data-palette-bg=deeed4]{background-color:rgba(61,202,67,.4)}.theme-light [data-palette-bg-rgb=deeed4]{background-color:#b1eab4}.theme-light [data-block-background=deeed4].hintblock{background-color:rgba(61,202,67,.1)}.theme-dark [data-palette-bg=deeed4],.theme-light [data-highlight=deeed4]{background-color:rgba(61,202,67,.4)}.theme-dark [data-palette-bg-rgb=deeed4]{background-color:#366f39}.theme-dark [data-block-background=deeed4].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-palette-bg=deeed4],.theme-dark [data-highlight=deeed4]{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=deeed4]{background-color:#366f39}.theme-brand-dark-ios [data-block-background=deeed4].hintblock{background-color:rgba(61,202,67,.2)}.theme-brand-dark-ios [data-highlight=deeed4]{background-color:rgba(61,202,67,.4)}[data-font-color=deeed4]{color:#3dca43}.theme-light [data-palette-bg=ffdbd8]{background-color:rgba(237,84,84,.4)}.theme-light [data-palette-bg-rgb=ffdbd8]{background-color:#f8bbbb}.theme-light [data-block-background=ffdbd8].hintblock{background-color:rgba(237,84,84,.1)}.theme-dark [data-palette-bg=ffdbd8],.theme-light [data-highlight=ffdbd8]{background-color:rgba(237,84,84,.4)}.theme-dark [data-palette-bg-rgb=ffdbd8]{background-color:#7d4040}.theme-dark [data-block-background=ffdbd8].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-palette-bg=ffdbd8],.theme-dark [data-highlight=ffdbd8]{background-color:rgba(237,84,84,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=ffdbd8]{background-color:#7d4040}.theme-brand-dark-ios [data-block-background=ffdbd8].hintblock{background-color:rgba(237,84,84,.2)}.theme-brand-dark-ios [data-highlight=ffdbd8]{background-color:rgba(237,84,84,.4)}[data-font-color=ffdbd8]{color:#ed5454}.theme-light [data-palette-bg=cbefff]{background-color:rgba(66,165,245,.4)}.theme-light [data-palette-bg-rgb=cbefff]{background-color:#b3dbfb}.theme-light [data-block-background=cbefff].hintblock{background-color:rgba(66,165,245,.1)}.theme-dark [data-palette-bg=cbefff],.theme-light [data-highlight=cbefff]{background-color:rgba(66,165,245,.4)}.theme-dark [data-palette-bg-rgb=cbefff]{background-color:#386080}.theme-dark [data-block-background=cbefff].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-palette-bg=cbefff],.theme-dark [data-highlight=cbefff]{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=cbefff]{background-color:#386080}.theme-brand-dark-ios [data-block-background=cbefff].hintblock{background-color:rgba(66,165,245,.2)}.theme-brand-dark-ios [data-highlight=cbefff]{background-color:rgba(66,165,245,.4)}[data-font-color=cbefff]{color:#42a5f5}.theme-light [data-palette-bg=feebd3]{background-color:rgba(250,201,47,.4)}.theme-light [data-palette-bg-rgb=feebd3]{background-color:#fde9ac}.theme-light [data-block-background=feebd3].hintblock{background-color:rgba(250,201,47,.1)}.theme-dark [data-palette-bg=feebd3],.theme-light [data-highlight=feebd3]{background-color:rgba(250,201,47,.4)}.theme-dark [data-palette-bg-rgb=feebd3]{background-color:#826e31}.theme-dark [data-block-background=feebd3].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-palette-bg=feebd3],.theme-dark [data-highlight=feebd3]{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=feebd3]{background-color:#826e31}.theme-brand-dark-ios [data-block-background=feebd3].hintblock{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios [data-highlight=feebd3]{background-color:rgba(250,201,47,.4)}[data-font-color=feebd3]{color:#fac92f}.theme-light [data-palette-bg=f8d3df]{background-color:rgba(233,30,99,.4)}.theme-light [data-palette-bg-rgb=f8d3df]{background-color:#f6a5c1}.theme-light [data-block-background=f8d3df].hintblock{background-color:rgba(233,30,99,.1)}.theme-dark [data-palette-bg=f8d3df],.theme-light [data-highlight=f8d3df]{background-color:rgba(233,30,99,.4)}.theme-dark [data-palette-bg-rgb=f8d3df]{background-color:#7b2a46}.theme-dark [data-block-background=f8d3df].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-palette-bg=f8d3df],.theme-dark [data-highlight=f8d3df]{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios [data-palette-bg-rgb=f8d3df]{background-color:#7b2a46}.theme-brand-dark-ios [data-block-background=f8d3df].hintblock{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios [data-highlight=f8d3df]{background-color:rgba(233,30,99,.4)}[data-font-color=f8d3df]{color:#e91e63}.theme-light .extra-cherry-highlight-color-icon{background-color:rgba(233,30,99,.12)}.theme-light .extra-cherry-highlight-color-icon:before{background-color:#e91e63}.theme-light .orange-red-highlight-color-icon{background-color:rgba(255,107,0,.12)}.theme-light .orange-red-highlight-color-icon:before{background-color:#ed5454}.theme-light .yellow-carrot-highlight-color-icon{background-color:rgba(250,201,47,.12)}.theme-light .yellow-carrot-highlight-color-icon:before{background-color:#fda639}.theme-light .yellow-green-jade-highlight-color-icon{background-color:rgba(181,210,0,.12)}.theme-light .yellow-green-jade-highlight-color-icon:before{background-color:#00c27c}.theme-light .extra-aquamarine-highlight-color-icon{background-color:rgba(0,188,212,.12)}.theme-light .extra-aquamarine-highlight-color-icon:before{background-color:#00bcd4}.theme-light .purple-aqua-highlight-color-icon{background-color:rgba(126,117,230,.12)}.theme-light .purple-aqua-highlight-color-icon:before{background-color:#42a5f5}.theme-light .extra-purple-highlight-color-icon{background-color:rgba(126,117,230,.12)}.theme-light .extra-purple-highlight-color-icon:before{background-color:#7e75e6}.theme-dark .extra-cherry-highlight-color-icon{background-color:rgba(233,30,99,.2)}.theme-dark .extra-cherry-highlight-color-icon:before{background-color:#e91e63}.theme-dark .orange-red-highlight-color-icon{background-color:rgba(255,107,0,.2)}.theme-dark .orange-red-highlight-color-icon:before{background-color:#ed5454}.theme-dark .yellow-carrot-highlight-color-icon{background-color:rgba(250,201,47,.2)}.theme-dark .yellow-carrot-highlight-color-icon:before{background-color:#fda639}.theme-dark .yellow-green-jade-highlight-color-icon{background-color:rgba(181,210,0,.2)}.theme-dark .yellow-green-jade-highlight-color-icon:before{background-color:#00c27c}.theme-dark .extra-aquamarine-highlight-color-icon{background-color:rgba(0,188,212,.2)}.theme-dark .extra-aquamarine-highlight-color-icon:before{background-color:#00bcd4}.theme-dark .purple-aqua-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-dark .purple-aqua-highlight-color-icon:before{background-color:#42a5f5}.theme-dark .extra-purple-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-dark .extra-purple-highlight-color-icon:before{background-color:#7e75e6}.theme-brand-dark-ios .extra-cherry-highlight-color-icon{background-color:rgba(233,30,99,.2)}.theme-brand-dark-ios .extra-cherry-highlight-color-icon:before{background-color:#e91e63}.theme-brand-dark-ios .orange-red-highlight-color-icon{background-color:rgba(255,107,0,.2)}.theme-brand-dark-ios .orange-red-highlight-color-icon:before{background-color:#ed5454}.theme-brand-dark-ios .yellow-carrot-highlight-color-icon{background-color:rgba(250,201,47,.2)}.theme-brand-dark-ios .yellow-carrot-highlight-color-icon:before{background-color:#fda639}.theme-brand-dark-ios .yellow-green-jade-highlight-color-icon{background-color:rgba(181,210,0,.2)}.theme-brand-dark-ios .yellow-green-jade-highlight-color-icon:before{background-color:#00c27c}.theme-brand-dark-ios .extra-aquamarine-highlight-color-icon{background-color:rgba(0,188,212,.2)}.theme-brand-dark-ios .extra-aquamarine-highlight-color-icon:before{background-color:#00bcd4}.theme-brand-dark-ios .purple-aqua-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios .purple-aqua-highlight-color-icon:before{background-color:#42a5f5}.theme-brand-dark-ios .extra-purple-highlight-color-icon{background-color:rgba(126,117,230,.2)}.theme-brand-dark-ios .extra-purple-highlight-color-icon:before{background-color:#7e75e6}.theme-light .nedit-root comment[data-comment-color=aqua]{border-color:rgba(66,165,245,.26)}.theme-light .nedit-root comment[data-comment-color=aqua].force-hover{background-color:rgba(66,165,245,.26)}.theme-light .nedit-root comment[data-comment-color=carrot]{border-color:rgba(253,166,57,.26)}.theme-light .nedit-root comment[data-comment-color=carrot].force-hover{background-color:rgba(253,166,57,.26)}.theme-light .nedit-root comment[data-comment-color=yellow]{border-color:rgba(250,201,47,.26)}.theme-light .nedit-root comment[data-comment-color=yellow].force-hover{background-color:rgba(250,201,47,.26)}.theme-light .nedit-root comment[data-comment-color=red]{border-color:rgba(237,84,84,.26)}.theme-light .nedit-root comment[data-comment-color=red].force-hover{background-color:rgba(237,84,84,.26)}.theme-light .nedit-root comment[data-comment-color=light-green]{border-color:rgba(139,195,74,.26)}.theme-light .nedit-root comment[data-comment-color=light-green].force-hover{background-color:rgba(139,195,74,.26)}.theme-light .nedit-root comment[data-comment-color=thistle]{border-color:rgba(179,157,219,.26)}.theme-light .nedit-root comment[data-comment-color=thistle].force-hover{background-color:rgba(179,157,219,.26)}.theme-light .nedit-root comment[data-comment-color=ucla-blue]{border-color:rgba(85,115,167,.26)}.theme-light .nedit-root comment[data-comment-color=ucla-blue].force-hover{background-color:rgba(85,115,167,.26)}.theme-light .nedit-root comment[data-comment-color=blue]{border-color:rgba(117,158,230,.26)}.theme-light .nedit-root comment[data-comment-color=blue].force-hover{background-color:rgba(117,158,230,.26)}.theme-light .nedit-root comment[data-comment-color=cherry]{border-color:rgba(233,30,99,.26)}.theme-light .nedit-root comment[data-comment-color=cherry].force-hover{background-color:rgba(233,30,99,.26)}.theme-light .nedit-root comment[data-comment-color=orange]{border-color:rgba(255,107,0,.26)}.theme-light .nedit-root comment[data-comment-color=orange].force-hover{background-color:rgba(255,107,0,.26)}.theme-light .nedit-root comment[data-comment-color=yellow-green]{border-color:rgba(181,210,0,.26)}.theme-light .nedit-root comment[data-comment-color=yellow-green].force-hover{background-color:rgba(181,210,0,.26)}.theme-light .nedit-root comment[data-comment-color=green]{border-color:rgba(61,202,67,.26)}.theme-light .nedit-root comment[data-comment-color=green].force-hover{background-color:rgba(61,202,67,.26)}.theme-light .nedit-root comment[data-comment-color=jade]{border-color:rgba(0,194,124,.26)}.theme-light .nedit-root comment[data-comment-color=jade].force-hover{background-color:rgba(0,194,124,.26)}.theme-light .nedit-root comment[data-comment-color=green-sea]{border-color:rgba(38,166,154,.26)}.theme-light .nedit-root comment[data-comment-color=green-sea].force-hover{background-color:rgba(38,166,154,.26)}.theme-light .nedit-root comment[data-comment-color=aquamarine]{border-color:rgba(0,188,212,.26)}.theme-light .nedit-root comment[data-comment-color=aquamarine].force-hover{background-color:rgba(0,188,212,.26)}.theme-light .nedit-root comment[data-comment-color=dark-sky]{border-color:rgba(90,155,175,.26)}.theme-light .nedit-root comment[data-comment-color=dark-sky].force-hover{background-color:rgba(90,155,175,.26)}.theme-light .nedit-root comment[data-comment-color=purple]{border-color:rgba(126,117,230,.26)}.theme-light .nedit-root comment[data-comment-color=purple].force-hover{background-color:rgba(126,117,230,.26)}.theme-light .nedit-root comment[data-comment-color=pink]{border-color:rgba(230,117,184,.26)}.theme-light .nedit-root comment[data-comment-color=pink].force-hover{background-color:rgba(230,117,184,.26)}.theme-light .nedit-root comment[data-comment-color=cloudy]{border-color:rgba(96,125,139,.26)}.theme-light .nedit-root comment[data-comment-color=cloudy].force-hover{background-color:rgba(96,125,139,.26)}.theme-light .nedit-root comment[data-comment-color=grey]{border-color:hsla(0,0%,45.9%,.26)}.theme-light .nedit-root comment[data-comment-color=grey].force-hover{background-color:hsla(0,0%,45.9%,.26)}.theme-light .nedit-root comment[data-comment-color=brown]{border-color:rgba(121,85,72,.26)}.theme-light .nedit-root comment[data-comment-color=brown].force-hover{background-color:rgba(121,85,72,.26)}.theme-light .nedit-root comment[data-comment-color=black]{border-color:rgba(22,22,22,.26)}.theme-light .nedit-root comment[data-comment-color=black].force-hover{background-color:rgba(22,22,22,.26)}.theme-light .nedit-root comment[data-comment-color=white]{border-color:hsla(0,0%,96.1%,.26)}.theme-light .nedit-root comment[data-comment-color=white].force-hover{background-color:hsla(0,0%,96.1%,.26)}.theme-dark .nedit-root comment[data-comment-color=aqua]{border-color:rgba(66,165,245,.4)}.theme-dark .nedit-root comment[data-comment-color=aqua].force-hover{background-color:rgba(66,165,245,.4)}.theme-dark .nedit-root comment[data-comment-color=carrot]{border-color:rgba(253,166,57,.4)}.theme-dark .nedit-root comment[data-comment-color=carrot].force-hover{background-color:rgba(253,166,57,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow]{border-color:rgba(250,201,47,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow].force-hover{background-color:rgba(250,201,47,.4)}.theme-dark .nedit-root comment[data-comment-color=red]{border-color:rgba(237,84,84,.4)}.theme-dark .nedit-root comment[data-comment-color=red].force-hover{background-color:rgba(237,84,84,.4)}.theme-dark .nedit-root comment[data-comment-color=light-green]{border-color:rgba(139,195,74,.4)}.theme-dark .nedit-root comment[data-comment-color=light-green].force-hover{background-color:rgba(139,195,74,.4)}.theme-dark .nedit-root comment[data-comment-color=thistle]{border-color:rgba(179,157,219,.4)}.theme-dark .nedit-root comment[data-comment-color=thistle].force-hover{background-color:rgba(179,157,219,.4)}.theme-dark .nedit-root comment[data-comment-color=ucla-blue]{border-color:rgba(85,115,167,.4)}.theme-dark .nedit-root comment[data-comment-color=ucla-blue].force-hover{background-color:rgba(85,115,167,.4)}.theme-dark .nedit-root comment[data-comment-color=blue]{border-color:rgba(117,158,230,.4)}.theme-dark .nedit-root comment[data-comment-color=blue].force-hover{background-color:rgba(117,158,230,.4)}.theme-dark .nedit-root comment[data-comment-color=cherry]{border-color:rgba(233,30,99,.4)}.theme-dark .nedit-root comment[data-comment-color=cherry].force-hover{background-color:rgba(233,30,99,.4)}.theme-dark .nedit-root comment[data-comment-color=orange]{border-color:rgba(255,107,0,.4)}.theme-dark .nedit-root comment[data-comment-color=orange].force-hover{background-color:rgba(255,107,0,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow-green]{border-color:rgba(181,210,0,.4)}.theme-dark .nedit-root comment[data-comment-color=yellow-green].force-hover{background-color:rgba(181,210,0,.4)}.theme-dark .nedit-root comment[data-comment-color=green]{border-color:rgba(61,202,67,.4)}.theme-dark .nedit-root comment[data-comment-color=green].force-hover{background-color:rgba(61,202,67,.4)}.theme-dark .nedit-root comment[data-comment-color=jade]{border-color:rgba(0,194,124,.4)}.theme-dark .nedit-root comment[data-comment-color=jade].force-hover{background-color:rgba(0,194,124,.4)}.theme-dark .nedit-root comment[data-comment-color=green-sea]{border-color:rgba(38,166,154,.4)}.theme-dark .nedit-root comment[data-comment-color=green-sea].force-hover{background-color:rgba(38,166,154,.4)}.theme-dark .nedit-root comment[data-comment-color=aquamarine]{border-color:rgba(0,188,212,.4)}.theme-dark .nedit-root comment[data-comment-color=aquamarine].force-hover{background-color:rgba(0,188,212,.4)}.theme-dark .nedit-root comment[data-comment-color=dark-sky]{border-color:rgba(90,155,175,.4)}.theme-dark .nedit-root comment[data-comment-color=dark-sky].force-hover{background-color:rgba(90,155,175,.4)}.theme-dark .nedit-root comment[data-comment-color=purple]{border-color:rgba(126,117,230,.4)}.theme-dark .nedit-root comment[data-comment-color=purple].force-hover{background-color:rgba(126,117,230,.4)}.theme-dark .nedit-root comment[data-comment-color=pink]{border-color:rgba(230,117,184,.4)}.theme-dark .nedit-root comment[data-comment-color=pink].force-hover{background-color:rgba(230,117,184,.4)}.theme-dark .nedit-root comment[data-comment-color=cloudy]{border-color:rgba(96,125,139,.4)}.theme-dark .nedit-root comment[data-comment-color=cloudy].force-hover{background-color:rgba(96,125,139,.4)}.theme-dark .nedit-root comment[data-comment-color=grey]{border-color:hsla(0,0%,45.9%,.4)}.theme-dark .nedit-root comment[data-comment-color=grey].force-hover{background-color:hsla(0,0%,45.9%,.4)}.theme-dark .nedit-root comment[data-comment-color=brown]{border-color:rgba(121,85,72,.4)}.theme-dark .nedit-root comment[data-comment-color=brown].force-hover{background-color:rgba(121,85,72,.4)}.theme-dark .nedit-root comment[data-comment-color=black]{border-color:rgba(22,22,22,.4)}.theme-dark .nedit-root comment[data-comment-color=black].force-hover{background-color:rgba(22,22,22,.4)}.theme-dark .nedit-root comment[data-comment-color=white]{border-color:hsla(0,0%,96.1%,.4)}.theme-dark .nedit-root comment[data-comment-color=white].force-hover{background-color:hsla(0,0%,96.1%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aqua]{border-color:rgba(66,165,245,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aqua].force-hover{background-color:rgba(66,165,245,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=carrot]{border-color:rgba(253,166,57,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=carrot].force-hover{background-color:rgba(253,166,57,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow]{border-color:rgba(250,201,47,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow].force-hover{background-color:rgba(250,201,47,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=red]{border-color:rgba(237,84,84,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=red].force-hover{background-color:rgba(237,84,84,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=light-green]{border-color:rgba(139,195,74,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=light-green].force-hover{background-color:rgba(139,195,74,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=thistle]{border-color:rgba(179,157,219,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=thistle].force-hover{background-color:rgba(179,157,219,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=ucla-blue]{border-color:rgba(85,115,167,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=ucla-blue].force-hover{background-color:rgba(85,115,167,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=blue]{border-color:rgba(117,158,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=blue].force-hover{background-color:rgba(117,158,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cherry]{border-color:rgba(233,30,99,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cherry].force-hover{background-color:rgba(233,30,99,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=orange]{border-color:rgba(255,107,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=orange].force-hover{background-color:rgba(255,107,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow-green]{border-color:rgba(181,210,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=yellow-green].force-hover{background-color:rgba(181,210,0,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green]{border-color:rgba(61,202,67,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green].force-hover{background-color:rgba(61,202,67,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=jade]{border-color:rgba(0,194,124,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=jade].force-hover{background-color:rgba(0,194,124,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green-sea]{border-color:rgba(38,166,154,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=green-sea].force-hover{background-color:rgba(38,166,154,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aquamarine]{border-color:rgba(0,188,212,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=aquamarine].force-hover{background-color:rgba(0,188,212,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=dark-sky]{border-color:rgba(90,155,175,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=dark-sky].force-hover{background-color:rgba(90,155,175,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=purple]{border-color:rgba(126,117,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=purple].force-hover{background-color:rgba(126,117,230,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=pink]{border-color:rgba(230,117,184,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=pink].force-hover{background-color:rgba(230,117,184,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cloudy]{border-color:rgba(96,125,139,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=cloudy].force-hover{background-color:rgba(96,125,139,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=grey]{border-color:hsla(0,0%,45.9%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=grey].force-hover{background-color:hsla(0,0%,45.9%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=brown]{border-color:rgba(121,85,72,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=brown].force-hover{background-color:rgba(121,85,72,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=black]{border-color:rgba(22,22,22,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=black].force-hover{background-color:rgba(22,22,22,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=white]{border-color:hsla(0,0%,96.1%,.4)}.theme-brand-dark-ios .nedit-root comment[data-comment-color=white].force-hover{background-color:hsla(0,0%,96.1%,.4)}.nedit-root .caret-trap{opacity:0;height:0;width:1px;font-size:1px}.input-slider{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:10px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-slider.readonly .slider-holder{opacity:0!important}.input-slider .slider-range{display:block;width:100%;height:3px;border-radius:3px;border:1px solid #fff;background-color:hsla(0,0%,100%,.15)}.input-slider .slider-range .slider-progress{height:3px;display:block;background-color:#fff;position:relative}.input-slider .slider-range .slider-progress .slider-holder{display:block;position:absolute;width:7px;height:7px;border:1px solid #fff;background-color:#fff;right:-3px;top:-3px;cursor:pointer;border-radius:100%}.nedit-root div.table-wrapper div.table-blot{max-width:100%}.nedit-root div.table-wrapper div.table-scroll{max-width:100%;position:relative}.nedit-root div.table-wrapper div.table-scroll:after,.nedit-root div.table-wrapper div.table-scroll:before{content:"";z-index:11;display:none;opacity:0;position:absolute;top:0;bottom:47px;width:25px;-webkit-transition:opacity .3s;transition:opacity .3s}.nedit-root div.table-wrapper div.table-scroll:before{left:40px;background:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.2)),to(transparent));background:-webkit-linear-gradient(left,rgba(0,0,0,.2),transparent);background:linear-gradient(90deg,rgba(0,0,0,.2),transparent)}.nedit-root div.table-wrapper div.table-scroll:after{right:0;background:-webkit-gradient(linear,left top, right top,from(transparent),to(rgba(0,0,0,.2)));background:-webkit-linear-gradient(left,transparent,rgba(0,0,0,.2));background:linear-gradient(90deg,transparent,rgba(0,0,0,.2))}.nedit-root div.table-wrapper div.table-scroll.can-scroll-left:before,.nedit-root div.table-wrapper div.table-scroll.can-scroll-right:after{display:block;opacity:1}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items{overflow-y:hidden;overflow-x:auto;padding-right:10px}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar{height:11px}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track{opacity:.65;border-radius:5.5px}.theme-light .nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track{background-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track,.theme-dark .nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-track{background-color:var(--davys-grey)}.nedit-root div.table-wrapper div.table-scroll div.table-scroll-items::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:5.5px}.nedit-root div.table-wrapper.fullwidth-mixin-animate-delayed div.table-scroll.can-scroll-left:before,.nedit-root div.table-wrapper.fullwidth-mixin-animate-delayed div.table-scroll.can-scroll-right:after{display:none}.nedit-root div.table-wrapper:not(.focused-wrap) div.table-scroll.can-hide-col-header:after,.nedit-root div.table-wrapper:not(.focused-wrap) div.table-scroll.can-hide-col-header:before{top:40px}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area{display:none;position:absolute;padding:0 10px;border:0 solid transparent;border-width:1px 1px 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:text;z-index:11;-webkit-box-sizing:unset;box-sizing:unset}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area.active{display:-webkit-box;display:-ms-flexbox;display:flex}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area.active[nowrap],.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[valign=top]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[valign=bottom]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area span{line-height:1em}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area .editable-text{width:100%}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap]{overflow:auto}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{outline-style:solid;outline-width:2px;outline-offset:-2px;text-overflow:unset;position:absolute;min-height:auto;padding:0 11px 1px}.theme-light .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded,.theme-dark .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{background-color:var(--onyx-and-white-16)}.theme-light .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{outline-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded,.theme-dark .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{outline-color:var(--spare-royal)}.nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded-scroll{overflow-y:auto}.is-ff .nedit-root div.table-wrapper div.table-blot .table-blot-edit-area[nowrap].expanded{margin-top:.5px;margin-left:1px}.nedit-root div.table-wrapper table.table-component .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{border-width:1px;border-style:solid;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-row,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{background-color:var(--white-smoke-table)}.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-row,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-row,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-light .menu-btn.menu-btn-row,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{border-color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-brand-dark-ios .menu-btn.menu-btn-row,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-cell,.nedit-root div.table-wrapper table.table-component .theme-dark .menu-btn.menu-btn-row,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{border-color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component .menu-btn,.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row .add-row-btn,.nedit-root div.table-wrapper table.table-component thead .add-col .add-col-btn,.nedit-root div.table-wrapper table.table-component thead tr,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{opacity:1;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected{outline-width:1px!important;outline-style:solid!important;outline-offset:-.5px!important;z-index:1}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td:nth-child(n+3).selected,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected{outline-color:var(--bondi-blue)!important}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td:nth-child(n+3).selected,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td:nth-child(n+3).selected,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected{outline-color:var(--spare-royal)!important}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.current:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected:not(.editing):nth-child(n+3),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.current:not(.editing):nth-child(n+3),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected:not(.editing):nth-child(n+3){-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-10);box-shadow:inset 0 0 0 100vw var(--bondi-blue-10)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.current:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.current:not(.editing):nth-child(n+3),.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected:not(.editing):nth-child(n+3),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.current:not(.editing):nth-child(n+3),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected:not(.editing):nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.current:not(.editing):nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected:not(.editing):nth-child(n+3){-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-17);box-shadow:inset 0 0 0 100vw var(--bondi-blue-17)}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{border-style:solid;cursor:pointer;font-weight:600;text-align:center;vertical-align:center}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{border-color:var(--table-border-light)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{border-style:solid}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{border-color:var(--table-border-light)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{background-color:var(--white-smoke-table)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item{cursor:move}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{color:var(--white-87)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{background-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.selected.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.selected.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.selected.table-head-item .item-ui{background-color:var(--head-selection-dark)}.nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item{cursor:text;border-right-width:1px}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{text-align:center}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{border-color:var(--bondi-blue)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{border-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-light th.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{background-color:var(--white-smoke-table)}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th.edit.table-head-item .item-ui,.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody tr td.edit.table-head-item .item-ui .item-title,.nedit-root div.table-wrapper table.table-component thead tr th.edit.table-head-item .item-ui .item-title{display:none}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3),.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{position:relative}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:after{content:"";position:absolute;display:block;height:100%;width:5px;background:transparent;top:0;right:-3px;cursor:ew-resize;z-index:8}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){position:relative}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):before{content:"";position:absolute;display:block;width:100%;height:5px;background:transparent;left:0;bottom:-3px;cursor:ns-resize;z-index:8}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row{position:-webkit-sticky;position:sticky;left:0;z-index:11;width:24px}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){position:-webkit-sticky;position:sticky;left:24px;width:16px;z-index:10}.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-light td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr .theme-light td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr .theme-light td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr .theme-light th:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td.add-row,.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){background-color:#fff}.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-brand-dark-ios td:nth-child(2),.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr .theme-dark td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr .theme-brand-dark-ios td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr .theme-brand-dark-ios td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr .theme-dark td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr .theme-dark td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr .theme-brand-dark-ios th:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr .theme-dark th:nth-child(2),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td.add-row,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td.add-row,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){background-color:#323232}.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tbody tr td:nth-child(2),.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tfoot tr td.add-row,.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component tfoot tr td:nth-child(2),.nedit-root div.table-wrapper div.table-scroll:not(.can-scroll-left) table.table-component thead tr th:nth-child(2),.nedit-root div.table-wrapper table.table-component tbody tr div.table-scroll:not(.can-scroll-left) td.table-head-item,.nedit-root div.table-wrapper table.table-component tbody tr div.table-scroll:not(.can-scroll-left) td:nth-child(2),.nedit-root div.table-wrapper table.table-component tfoot tr div.table-scroll:not(.can-scroll-left) td.add-row,.nedit-root div.table-wrapper table.table-component tfoot tr div.table-scroll:not(.can-scroll-left) td:nth-child(2),.nedit-root div.table-wrapper table.table-component thead tr div.table-scroll:not(.can-scroll-left) th:nth-child(2){background:transparent}.nedit-root div.table-wrapper table.table-component{overflow:visible;border-spacing:0;border-collapse:collapse;padding:10px 0;margin:0 30px 0 0;width:-webkit-max-content;width:max-content;width:-moz-max-content;position:relative;z-index:10}@media print{.nedit-root div.table-wrapper table.table-component{border-collapse:separate;border-spacing:0;padding:0}}.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{color:var(--lavender-grey)}.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{background-color:#f5f5f5}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr th.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td.table-head-item:not(.selected):hover .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected).highlight .item-ui,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr th.table-head-item:not(.selected):hover .item-ui{background-color:#424242}.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-light .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected):hover{-webkit-box-shadow:inset 0 0 0 100vw var(--white-4);box-shadow:inset 0 0 0 100vw var(--white-4)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) tbody tr td:nth-child(n+3):not(.current):not(.selected):hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected).menu-hover,.theme-dark .nedit-root div.table-wrapper table.table-component:not(.resizing) thead tr td:nth-child(n+3):not(.current):not(.selected):hover{-webkit-box-shadow:inset 0 0 0 100vw var(--white-8);box-shadow:inset 0 0 0 100vw var(--white-8)}.nedit-root div.table-wrapper table.table-component thead{position:relative;top:var(--htop)}.nedit-root div.table-wrapper table.table-component thead:not(.disabled-transition){-webkit-transition:top .04s linear;transition:top .04s linear}.nedit-root div.table-wrapper table.table-component thead tr{border-right-width:0;border-bottom-width:0;height:39px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start{position:-webkit-sticky;position:sticky;left:0;width:24px;vertical-align:top;padding-top:8px;text-align:center;z-index:12}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before{content:"";position:absolute;top:0;left:0;bottom:1px;right:0;z-index:-1;border-radius:4px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before{background-color:#fff}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start:before{background-color:#323232}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{border:1px solid;cursor:pointer;border-radius:50%;width:16px;height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{background-color:var(--white-smoke-table)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{background-color:var(--onyx-and-white-8)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle{border-color:var(--davys-grey)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle:hover,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start .table-header-circle:hover{background-color:var(--white-8)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{border-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{border-color:var(--spare-royal)}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-start.selected .table-header-circle:hover{background-color:var(--head-selection-dark)}.nedit-root div.table-wrapper table.table-component thead tr th:nth-child(2){z-index:12}.nedit-root div.table-wrapper table.table-component thead tr th{z-index:9}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{padding:0;border-width:0 0 1px 1px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before{content:"";top:0;left:-1px;height:100%;position:absolute;width:1px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before{background-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(.selected):before{background-color:var(--davys-grey)}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3){border-left-width:0}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3):before{display:none}@-moz-document url-prefix(){.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3):before{left:-2px}}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:nth-child(3) .item-ui{border-top-left-radius:4px;border-left-width:1px;margin-left:-.5px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:last-child{border-right-width:0!important}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:last-child .item-ui{border-right-width:1px;border-top-right-radius:4px;margin-right:-.5px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui{height:39px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:1px 0 0}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .item-ui .item-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:25px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:0 6px 1px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit){border-right-width:1px}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit) .icon svg path:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit) .icon svg path:nth-child(2),.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected:not(.edit) .icon svg path:nth-child(2){fill:var(--white-87)}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui{padding-left:0}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon{outline-color:transparent;outline-style:solid;outline-width:2px;border-color:transparent;border-style:solid;border-width:8px 3px;margin-left:2px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg{width:16px;height:16px}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon svg .graphic{fill:#00bcd4}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .item-title,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .item-title{margin-left:15px}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.sorting .item-ui .col-sorting-icon+.col-filter-icon,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.with-filter .item-ui .col-sorting-icon+.col-filter-icon{margin-left:5px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-sorting-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-filter-icon svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-sorting-icon svg .graphic{fill:#fff}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-sorting-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-filter-icon svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.sorting .item-ui .col-sorting-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-filter-icon svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item.selected.with-filter .item-ui .col-sorting-icon svg .graphic{fill:#000}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item:not(:hover) .menu-btn-col{opacity:0}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg path:nth-child(2){fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg path:nth-child(2),.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg path:nth-child(2){fill:var(--ash-grey)}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon{position:absolute;left:5px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;margin:-1px 1px 0 0;font-weight:400}.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon svg{display:inline-block;vertical-align:sub;width:15px}.theme-light .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon .menu-icon{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon .menu-icon,.theme-dark .nedit-root div.table-wrapper table.table-component thead tr th.table-head-item .icon .menu-icon{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component thead .add-col{position:absolute;top:0;right:-18px;z-index:2;cursor:pointer}@media print{.nedit-root div.table-wrapper table.table-component thead .add-col{display:none}}.nedit-root div.table-wrapper table.table-component thead .add-col .add-col-btn{padding-top:10px}.theme-light .nedit-root div.table-wrapper table.table-component tbody{color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody,.theme-dark .nedit-root div.table-wrapper table.table-component tbody{color:var(--white-87)}.nedit-root div.table-wrapper table.table-component tbody tr{border-style:solid;border-width:0 1px 0 0}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr{border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row,.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row td:not(:first-child):not(:nth-child(2)){border-style:dashed}.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row td:not(:first-child):not(:nth-child(2)).current,.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row td:not(:first-child):not(:nth-child(2)).selected{outline-style:dashed!important}.nedit-root div.table-wrapper table.table-component tbody tr.is-temp-row+tr td:not(:first-child):not(:nth-child(2)){border-top-style:dashed}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item{padding:0;border-width:0}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui{height:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:1px 1px 0}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item .item-ui .item-title{padding:0 2px}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item.long-name .item-ui .item-title{font-size:74%}.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item:not(:hover) .menu-btn-row{opacity:0}.nedit-root div.table-wrapper table.table-component tbody tr:first-of-type td.table-head-item{border-top-width:0}.nedit-root div.table-wrapper table.table-component tbody tr:first-of-type td.table-head-item .item-ui{border-top-width:1px;border-radius:4px 4px 0 0}.nedit-root div.table-wrapper table.table-component tbody tr:last-child td.table-head-item .item-ui{border-bottom-width:1px;border-radius:0 0 4px 4px}.nedit-root div.table-wrapper table.table-component tbody tr:only-child td.table-head-item .item-ui{border-radius:4px}.nedit-root div.table-wrapper table.table-component tbody tr:last-child td:nth-child(n+3){border-bottom-width:1px}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){opacity:1;padding:5px 10px;position:relative;cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;min-height:100%;max-width:1px;border-style:solid;border-width:1px 0 0 1px}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){color:var(--white-87)}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3){border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[rowspan]:not([rowspan="1"]){border-bottom-width:1px}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):not([data-palette-bg]):not([data-palette-bg-rgb]),.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[data-palette-bg-rgb=transparent]{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):not([data-palette-bg]):not([data-palette-bg-rgb]),.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[data-palette-bg-rgb=transparent],.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3):not([data-palette-bg]):not([data-palette-bg-rgb]),.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)[data-palette-bg-rgb=transparent]{background-color:var(--onyx-and-white-16)}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).cell-select{padding-top:2px;padding-bottom:2px}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).cell-collaborator{padding-top:0;padding-bottom:0}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).editing .table-text-common{visibility:hidden}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).full-height>div{height:100%}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)>div{min-width:5px;word-break:break-word}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3)>div:not(.expanded){outline:none!important}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common{line-height:1.5}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.positive-number{color:#388e3c}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.positive-number,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.positive-number{color:#4caf50}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.negative-number{color:#e64a19}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.negative-number,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-text-common.negative-number{color:#ff5722}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current{position:relative}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).hidden{display:none!important}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom-right-radius:100%;width:16px;height:16px;line-height:12px;font-size:10px;text-indent:-2px;cursor:pointer;z-index:1}.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{background-color:var(--spare-royal)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3) .table-cell-comments-counter{color:var(--white-87)}.nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(3){border-left-width:1px}.nedit-root div.table-wrapper table.table-component tbody tr:after{opacity:0}.nedit-root div.table-wrapper table.table-component tbody tr.fade{position:relative;background-color:transparent}.nedit-root div.table-wrapper table.table-component tbody tr.fade td:nth-child(n+3){-webkit-transition:opacity 125ms;transition:opacity 125ms;opacity:0}.nedit-root div.table-wrapper table.table-component tbody tr.fade:after{opacity:1}.nedit-root div.table-wrapper table.table-component tbody tr.moving{--pseudo-top:0px;-webkit-transition:125ms;transition:125ms}.nedit-root div.table-wrapper table.table-component tbody tr.moving:after{-webkit-transition:opacity .1666666666667s,top .3333333333333s;transition:opacity .1666666666667s,top .3333333333333s;content:"";display:block;position:absolute;left:0;right:0;z-index:1;min-width:11px;height:100%;width:100%;top:var(--pseudo-top)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody tr.moving:after,.theme-dark .nedit-root div.table-wrapper table.table-component tbody tr.moving:after,.theme-light .nedit-root div.table-wrapper table.table-component tbody tr.moving:after{background-color:var(--bondi-blue-17)}.nedit-root div.table-wrapper table.table-component tbody .resize-grid{display:table;border-spacing:0;border-collapse:collapse;position:fixed;z-index:10;margin-left:44px}.theme-light .nedit-root div.table-wrapper table.table-component tbody .resize-grid{background-color:var(--platinum)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .resize-grid,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .resize-grid{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row{display:table-row}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell{display:table-cell;border:1px solid}.theme-light .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell{border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell{border-color:var(--table-border-dark)}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-row .resize-cell-cut{border-left-width:2px;border-left-color:transparent!important}.nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-shadow:1px 1px 0 hsla(0,0%,100%,.5)}.theme-light .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .resize-grid .resize-info{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer{position:absolute;right:5px;bottom:38px;width:0;height:0;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s;z-index:13}@media print{.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer{display:none}}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer.resizing{top:0;left:0;opacity:0}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:nwse-resize;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%23AEB7B8' d='M12 6v6H6zM4 4h6l-6 6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;-webkit-box-shadow:0 3px 5px 0 transparent;box-shadow:0 3px 5px 0 transparent;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s, -webkit-box-shadow .2s;z-index:2}.theme-light .nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle{background-color:var(--white-smoke-table)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle,.theme-dark .nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle{background-color:var(--onyx-and-white-8)}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer .resize-handle:hover{-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.29);box-shadow:0 3px 5px 0 rgba(0,0,0,.29)}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer.hidden{opacity:0}.nedit-root div.table-wrapper table.table-component tbody.empty-filter-result+tfoot,.nedit-root div.table-wrapper table.table-component tbody.empty-filter-result .table-grip-resizer,.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer.hidden .resize-handle{display:none}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr{max-height:36px}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:before{content:none}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3){max-width:1px}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common br{content:""}.nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common br:after{content:" "}.nedit-root div.table-wrapper table.table-component tfoot tr td{height:30px}.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row{vertical-align:top;text-align:center}.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row .add-row-btn{width:21px;cursor:pointer;margin-top:3px}@media print{.nedit-root div.table-wrapper table.table-component tfoot tr td.add-row .add-row-btn{display:none}}.nedit-root div.table-wrapper table.table-component .menu-btn{cursor:pointer;position:absolute;z-index:9;margin-top:-10px;width:20px;height:20px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell svg,.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row svg{width:10px;height:10px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-cell{margin-left:-10px;top:0;left:0}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-row{top:50%;right:-10px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-col{top:50%;right:10px}.nedit-root div.table-wrapper table.table-component .menu-btn.menu-btn-col svg{width:14px;height:14px}.theme-light .nedit-root div.table-wrapper table.table-component .menu-btn .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .menu-btn .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component .menu-btn .graphic{fill:var(--lavender-grey)}@media print{.nedit-root div.table-wrapper table.table-component .menu-btn{display:none}}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.nedit-root div.table-wrapper table.table-component .vertical-move-highlight{pointer-events:none;position:absolute;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3);z-index:100}.theme-light .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.theme-light .nedit-root div.table-wrapper table.table-component .vertical-move-highlight{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .vertical-move-highlight,.theme-dark .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight,.theme-dark .nedit-root div.table-wrapper table.table-component .vertical-move-highlight{background-color:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin,.nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin{position:absolute}.theme-light .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg .graphic,.theme-light .nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg .graphic,.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg .graphic,.theme-dark .nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg .graphic{fill:var(--spare-royal)}.nedit-root div.table-wrapper table.table-component .vertical-move-highlight{top:0;bottom:37px;width:2px}.nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin{left:-7px}.nedit-root div.table-wrapper table.table-component .vertical-move-highlight .highlight-pin svg{width:16px}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight{left:0;right:0;height:2px}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin{top:-7px}.nedit-root div.table-wrapper table.table-component .horizontal-move-highlight .highlight-pin svg{height:16px}.nedit-root div.table-wrapper table.table-component.resizing .menu-btn.menu-btn-cell{opacity:0}.nedit-root div.table-wrapper table.table-component.float-content{z-index:15}.nedit-root div.table-wrapper table.table-component.float-content .menu-btn,.nedit-root div.table-wrapper table.table-component.float-content .table-grip-resizer,.nedit-root div.table-wrapper table.table-component.float-content tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component.float-content tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component.float-content tbody tr td:nth-child(n+3):before,.nedit-root div.table-wrapper table.table-component.float-content thead tr th.table-head-item:after,.nedit-root div.table-wrapper table.table-component.moving-content .menu-btn,.nedit-root div.table-wrapper table.table-component.moving-content .table-grip-resizer,.nedit-root div.table-wrapper table.table-component.moving-content tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component.moving-content tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component.moving-content tbody tr td:nth-child(n+3):before,.nedit-root div.table-wrapper table.table-component.moving-content thead tr th.table-head-item:after{display:none}.nedit-root div.table-wrapper table.table-component:not(.editable){margin:0}.nedit-root div.table-wrapper table.table-component:not(.editable) .menu-btn,.nedit-root div.table-wrapper table.table-component:not(.editable) tbody tr td.table-head-item:before,.nedit-root div.table-wrapper table.table-component:not(.editable) tbody tr td:nth-child(n+3):after,.nedit-root div.table-wrapper table.table-component:not(.editable) tbody tr td:nth-child(n+3):before,.nedit-root div.table-wrapper table.table-component:not(.editable) thead tr th.table-head-item:after{display:none}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header thead tr th.table-head-start>div{opacity:0}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header tbody tr td.table-head-item{border-color:transparent}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header tbody tr td.table-head-item .item-ui,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-row-header tfoot tr td.add-row>div{opacity:0}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th.selected{border-color:transparent}.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead .add-col,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th.selected>div,.nedit-root div.table-wrapper:not(.focused-wrap) table.table-component.hide-col-header thead tr th>div{opacity:0}.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before{top:-2px!important;left:0!important;width:calc(100% + 16px)!important;height:calc(100% + 3px)!important}.theme-light .nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before{background-color:#fff}.theme-brand-dark-ios .nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before,.theme-dark .nedit-root div.table-wrapper .table-blot.all-records-filtered .table-component .empty-filter-result td.table-head-item.empty-table:before{background-color:#323232}.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-scroll:after,.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-scroll:before{bottom:unset!important;height:82px}.nedit-root div.table-wrapper .table-blot.all-records-filtered .table-scroll div.table-scroll-items{padding-right:0}.table-blot:not(.focused-table) table.table-component.hide-col-header thead tr th.table-head-item:before{opacity:0}.is-ff .nedit-root div.table-wrapper table.table-component tbody tr td,.is-ff .nedit-root div.table-wrapper table.table-component tbody tr th,.is-ff .nedit-root div.table-wrapper table.table-component tfoot tr td,.is-ff .nedit-root div.table-wrapper table.table-component tfoot tr th,.is-ff .nedit-root div.table-wrapper table.table-component thead tr td,.is-ff .nedit-root div.table-wrapper table.table-component thead tr th{background-clip:padding-box}.is-ff .nedit-root div.table-wrapper table.table-component tbody td.full-height,.is-ff .nedit-root div.table-wrapper table.table-component tbody td.table-head-item{height:100%}.is-ff .nedit-root div.table-wrapper table.table-component tbody td.full-height>div,.is-ff .nedit-root div.table-wrapper table.table-component tbody td.table-head-item>div{height:100%;-moz-box-sizing:border-box}.is-ff .nedit-root div.table-wrapper table.table-component.cells-nowrap tbody tr td:nth-child(n+3) .table-text-common br{display:none}.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).current,.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr td:nth-child(n+3).selected,.nedit-root div.table-wrapper table.table-component tbody tr .is-chrome td:nth-child(n+3).current,.nedit-root div.table-wrapper table.table-component tbody tr .is-chrome td:nth-child(n+3).selected{outline-width:2px!important;outline-offset:-1px!important}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(3).selected .item-ui{margin-left:-1px}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(n+3).selected{z-index:10}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:nth-child(n+3).selected .item-ui{margin-right:-2px;border-right-width:2px}.is-chrome .nedit-root div.table-wrapper table.table-component thead tr th:last-child.selected .item-ui{margin-right:-1px}.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr:first-child td.table-head-item .item-ui{margin-bottom:1px}.is-chrome .nedit-root div.table-wrapper table.table-component tbody tr:last-child td.table-head-item .item-ui{height:97%}.menu-item.currency-menu .popup-menu{max-height:500px;overflow-y:auto;min-width:230px}.nedit-root div.table-wrapper.export{padding-left:0}.nedit-root div.table-wrapper.export.export-pdf .table-header-circle{display:none}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container{max-width:900px;overflow-x:hidden}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container>div:first-child{width:880px;padding-left:20px!important}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .table-toolbar-col-header .table-head-item{padding:0!important}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf{background-color:var(--white);height:39px;text-align:center;font-weight:700}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon{position:absolute;left:4px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;margin-right:1px;font-weight:400}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon svg{display:inline-block;vertical-align:sub;width:15px}.theme-light .nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon .menu-icon{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon .menu-icon,.theme-dark .nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .col-header-pdf .icon .menu-icon{color:var(--lavender-grey)}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .border-top-width{border-top-width:1px}.nedit-root div.table-wrapper.export.export-pdf .table-scroll-container .tr-hidden{display:none}.nedit-root div.table-wrapper.export.export-pdf table{width:auto;overflow:hidden}.nedit-root div.table-wrapper.export.export-pdf table.table-component{border-collapse:separate}.nedit-root div.table-wrapper.export.export-pdf table thead .table-head-item:last-child .item-ui{margin-right:0}.nedit-root div.table-wrapper.export.export-pdf table tbody{overflow:hidden}.nedit-root div.table-wrapper.export.export-pdf table tbody tr{page-break-inside:avoid}.nedit-root div.table-wrapper.export.export-pdf table tbody tr td{page-break-inside:avoid;position:relative;border-width:1px!important;border-color:transparent}.nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1;width:auto;border-width:1px!important;outline:none}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{border-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{border-color:var(--table-border-dark)}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{outline-color:var(--table-border-light)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody tr td:after{outline-color:var(--table-border-dark)}.nedit-root div.table-wrapper.export.export-pdf table tbody tr td.table-head-item .item-ui{border-width:0}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot.A5 td{max-width:1px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td{border-width:0!important;outline:0!important}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td:after{outline:0!important}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:35px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap.active-menu{z-index:12}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item{padding:0 10px;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;cursor:pointer}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item{color:var(--lavender-grey)}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-name{white-space:nowrap}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-name.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-value{padding:0 2px 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:7px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-value[valueLength="2"]{min-width:13px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-value[valueLength="3"]{min-width:20px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{border-radius:4px;border:1px solid;width:29px;font-size:12px;height:15px;font-style:normal;text-align:center;padding:2px 1px;margin:0 2px 0 3px}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{border-color:var(--white-12)}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{color:var(--white-87)}.theme-light .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input{background-color:var(--white-8)}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input[browser=Chrome],.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input[browser=Opera]{padding:4px 1px 2px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-input[maxValue="10"]{width:24px}.nedit-root div.table-wrapper.export.export-pdf table tbody .pdf-tr-foot td .summary-wrap .summary-item .summary-menu-icon{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1px}.nedit-root div.table-wrapper.export .table-scroll-container{overflow-x:auto;overflow-y:hidden}.nedit-root div.table-wrapper.export .table-scroll-container>div:first-child{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-left:46px}.nedit-root div.table-wrapper.export .table-scroll-container .table-scroll-items{overflow-x:unset;overflow-y:unset}.nedit-root div.table-wrapper.export table{border-width:0}.nedit-root div.table-wrapper.export table tbody{border:0}.nedit-root div.table-wrapper.export table tbody tr td:last-child{border-width:1px}.nedit-root div.table-wrapper.export table tbody tr td.cell-head,.nedit-root div.table-wrapper.export table tbody tr td.cell-margin{padding:0;border-color:transparent;border-width:0!important}.nedit-root div.table-wrapper.export table tbody tr td.cell-head:after,.nedit-root div.table-wrapper.export table tbody tr td.cell-margin:after{display:none}.nedit-root div.table-wrapper.export table tbody tr td.cell-head{width:21px;position:relative}.nedit-root div.table-wrapper.export table tbody tr td.cell-head .cell-head-item{position:absolute;top:0;left:0;right:0;bottom:0;border-width:0 1px 1px;font-size:13px}.nedit-root div.table-wrapper.export table tbody tr td.cell-head .cell-head-item.long-name{font-size:74%}.nedit-root div.table-wrapper.export table tbody tr td.cell-margin{width:15px}.nedit-root div.table-wrapper.export table tbody tr:first-child td.cell-head .cell-head-item{border-top-width:1px;border-radius:4px 4px 0 0}.nedit-root div.table-wrapper.export table tbody tr:last-child td.cell-head .cell-head-item{border-radius:0 0 4px 4px}.nedit-root div.table-wrapper.export table tbody tr:last-child td:nth-child(n+2){border-width:1px}.nedit-root div.table-wrapper.export table tfoot tr td .summaries-group .summary-item{cursor:default}.nedit-root div.table-wrapper.export table tfoot tr td .summaries-group .summary-item .summary-menu-icon{display:none}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3){max-width:1px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:35px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap.active-menu{z-index:12}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item{padding:0 10px;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;cursor:pointer}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item{color:var(--lavender-grey)}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item.fade-out{cursor:default;-webkit-transition:opacity .15s;transition:opacity .15s;opacity:0}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item.fade-out:not(.hover-disabled).menu-active,.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item.fade-out:not(.hover-disabled):hover{opacity:1;cursor:pointer}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-name{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-name.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value{padding:0 2px 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:7px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value[valueLength="2"]{min-width:13px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value[valueLength="3"]{min-width:20px}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.positive-number{color:#388e3c}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.positive-number,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.positive-number{color:#4caf50}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.negative-number{color:#e64a19}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.negative-number,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-value.negative-number{color:#ff5722}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{border-radius:4px;border:1px solid;width:29px;font-size:12px;height:15px;font-style:normal;text-align:center;padding:2px 1px;margin:0 2px 0 3px}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{border-color:var(--white-12)}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{color:var(--onyx)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{color:var(--white-87)}.theme-light .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input,.theme-dark .nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input{background-color:var(--white-8)}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input[browser=Chrome],.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input[browser=Opera]{padding:3px 1px 2px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-input[maxValue="10"]{width:24px}.nedit-root div.table-wrapper table.table-component tfoot tr td:nth-child(n+3) .summary-wrap .summary-item .summary-menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1px}.nedit-root .float-component,.root-placement-styled .float-component{display:block;position:fixed;z-index:15;border:1px solid;border-radius:0 0 4px 4px;max-width:320px;padding:10px}.theme-light .nedit-root .float-component,.theme-light .root-placement-styled .float-component{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .float-component,.theme-brand-dark-ios .root-placement-styled .float-component,.theme-dark .nedit-root .float-component,.theme-dark .root-placement-styled .float-component{border-color:var(--white-16)}.theme-light .nedit-root .float-component,.theme-light .root-placement-styled .float-component{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .nedit-root .float-component,.theme-brand-dark-ios .root-placement-styled .float-component,.theme-dark .nedit-root .float-component,.theme-dark .root-placement-styled .float-component{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-light .nedit-root .float-component,.theme-light .root-placement-styled .float-component{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .float-component,.theme-brand-dark-ios .root-placement-styled .float-component,.theme-dark .nedit-root .float-component,.theme-dark .root-placement-styled .float-component{background-color:var(--grey-brown)}.popup-menu.table-filter-component{overflow:visible}.popup-menu.table-filter-component .table-filter{padding:20px;position:relative}.popup-menu.table-filter-component .table-filter .table-filter-header{margin-bottom:10px}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-header,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-header,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-header{color:var(--ash-grey)}.popup-menu.table-filter-component .table-filter .table-filter-header .editor-switch-option{margin-left:10px}.popup-menu.table-filter-component .table-filter .table-filter-header .table-filter-header-switch{margin-bottom:5px}.popup-menu.table-filter-component .table-filter .table-filter-close{padding:7px;position:absolute;top:-1px;right:5px;cursor:pointer}.popup-menu.table-filter-component .table-filter .table-filter-close svg{width:12px;height:12px;display:block}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-close svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-close svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-close svg .graphic{fill:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-close:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-close:hover svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-close:hover svg .graphic{fill:var(--spare-royal)}.popup-menu.table-filter-component .table-filter .table-filter-no-filter-conditions{margin-bottom:10px;text-align:center;min-width:613px}.popup-menu.table-filter-component .table-filter .table-filter-row{display:grid;grid-template-columns:70px 130px 125px 250px 30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:14px;gap:2px}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-row.disabled,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-row.disabled,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-row.disabled{color:var(--ash-grey)}.popup-menu.table-filter-component .table-filter .table-filter-row.disabled *{cursor:default!important}.popup-menu.table-filter-component .table-filter .table-filter-row.disabled .delete-filter-row{display:none}.popup-menu.table-filter-component .table-filter .table-filter-row.without-value{grid-template-columns:70px 130px 377px 30px}.popup-menu.table-filter-component .table-filter .table-filter-row.without-value .table-filter-col:nth-child(4){height:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-menu.table-filter-component .table-filter .table-filter-row:not(:nth-child(4)) .table-filter-col:first-child{line-height:30px}.popup-menu.table-filter-component .table-filter .table-filter-row:nth-child(3) .table-filter-col:first-child{text-align:center;text-indent:-10px}.popup-menu.table-filter-component .table-filter .table-filter-row.checkbox-filter-row .table-filter-col:nth-child(4){padding-left:10px}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col:nth-child(5){height:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.disabled .custom-select-arrow{display:none}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select .custom-select-list{z-index:10}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-column-select,.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-condition-select{white-space:nowrap;padding-top:0;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:31px}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-column-select .selected-item,.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-condition-select .selected-item{max-width:100%;overflow:hidden;text-overflow:ellipsis;display:block}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-operator-select{text-align:center}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col .custom-select.table-filter-operator-select .selected-item{line-height:21px}.popup-menu.table-filter-component .table-filter .table-filter-row .table-filter-col.table-filter-operator{text-align:center;text-indent:-18px}.popup-menu.table-filter-component .table-filter:not(.multicolumn-filter) .table-filter-row.checkbox-filter-row{grid-template-columns:70px 130px 125px 70px 30px}.popup-menu.table-filter-component .table-filter.multicolumn-filter .table-filter-row.checkbox-filter-row{grid-template-columns:70px 310px 125px 70px 30px}.popup-menu.table-filter-component .table-filter .delete-filter-row{padding:4px;cursor:pointer;display:block}.popup-menu.table-filter-component .table-filter .delete-filter-row svg{width:16px;height:16px;display:block}.theme-light .popup-menu.table-filter-component .table-filter .delete-filter-row svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .delete-filter-row svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .delete-filter-row svg .graphic{fill:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .delete-filter-row:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .delete-filter-row:hover svg .graphic,.theme-dark .popup-menu.table-filter-component .table-filter .delete-filter-row:hover svg .graphic{fill:var(--spare-royal)}.popup-menu.table-filter-component .table-filter .table-filter-input{background-color:transparent;border:1px solid;border-radius:4px;padding:0 10px;color:inherit;font-size:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:31px;margin:0}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-input{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-input,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-input{border-color:var(--white-16)}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select{white-space:nowrap}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .selected-item{line-height:21px}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .selected-item:first-letter{text-transform:uppercase}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-title{font-size:16px}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-title:first-letter{text-transform:uppercase}.popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description{font-size:12px}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description,.theme-dark .popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description,.theme-light .popup-menu.table-filter-component .table-filter .custom-select.table-filter-filetype-select .table-filter-file-option-description{color:var(--ash-grey)}.popup-menu.table-filter-component .table-filter .table-filter-label-select{padding-top:1px;padding-bottom:1px}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:hidden}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;padding:0 10px;border-radius:20px;max-height:21px;margin:2px 0 3px}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{color:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .nowrap-plus{background-color:var(--davys-grey)}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item .select-label{max-width:130px}.popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;min-width:1px;background-color:transparent;border:0;max-width:100%;font-size:14px;padding:3px 0 2px}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{color:var(--onyx)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{color:var(--white-87)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .selected-item input{caret-color:var(--spare-royal)}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list{overflow-y:visible}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels{padding:0 10px 10px}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels .option-item{padding:0;background-color:transparent!important}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list{border-top:1px solid}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-selected-labels+.table-filter-labels-list{border-color:var(--white-16)}.popup-menu.table-filter-component .table-filter .table-filter-label-select .custom-select-list .table-filter-labels-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-bottom:-10px;padding-bottom:10px}.popup-menu.table-filter-component .table-filter .table-filter-checkbox-field{margin:3px auto}.popup-menu.table-filter-component .table-filter .table-filter-user-select{padding-top:2px;padding-bottom:2px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-user-select-empty{line-height:25px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item{padding-right:40px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected{position:relative}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected .collaborate-item-done{display:block;position:absolute;top:calc(50% - 8px);right:10px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected .collaborate-item-done svg{display:block}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item.selected:not(:hover){background-color:transparent}.popup-menu.table-filter-component .table-filter .table-filter-user-select .option-item .collaborate-item{min-height:30px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users .collaborate-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:25px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.two-selected .collaborate-item{max-width:50%}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .collaborate-item:not(:first-child),.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .collaborate-item:not(:first-child){margin-left:-10px}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .collaborate-item:nth-child(3),.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .collaborate-item:nth-child(3){max-width:85%}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;padding:0 10px;border-radius:20px}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{color:var(--ash-grey)}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-light .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .nowrap-plus,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.some-selected .nowrap-plus{background-color:var(--davys-grey)}.popup-menu.table-filter-component .table-filter .table-filter-user-select .table-filter-selected-users.more-selected .collaborate-item:nth-child(3){max-width:62%}.popup-menu.table-filter-component .table-filter .table-filter-progress{padding:4px 10px;border:1px solid;border-radius:4px;height:31px;-webkit-box-sizing:border-box;box-sizing:border-box}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-progress{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-progress,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-progress{border-color:var(--white-16)}.popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range{overflow:visible}.theme-light .popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range{background-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range,.theme-dark .popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.popup-menu.table-filter-component .table-filter .table-filter-progress:hover .table-progress-slider .slider-range .slider-holder{opacity:1}.popup-menu.table-filter-component .table-filter .table-filter-date-field{position:relative}.popup-menu.table-filter-component .table-filter .table-filter-date-field .table-filter-date-select .selected-item{line-height:21px;white-space:nowrap}.popup-menu.table-filter-component .table-filter .table-filter-date-field .table-filter-date-range-selected{font-size:12px;line-height:16px}.popup-menu.table-filter-component .table-filter .table-filter-date-field .nim-editor-datepicker{z-index:10}.popup-menu.table-filter-component .table-filter .table-filter-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:14px;min-width:340px}.popup-menu.table-filter-component .table-filter .table-filter-footer .table-filter-add,.popup-menu.table-filter-component .table-filter .table-filter-footer .table-filter-clear{cursor:pointer}.nedit-root table.table-component tbody td.cell-date{max-width:1px;overflow:hidden}.nedit-root table.table-component tbody td.cell-date.open-date-picker{z-index:9!important}.nedit-root table.table-component tbody td.cell-date .input-date{max-width:100%}.nedit-root table.table-component tbody td.cell-date .input-date-active{overflow:visible}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string{max-width:100%}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string .input-date-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string .input-date-text:before{display:none;color:var(--bondi-blue)}.nedit-root table.table-component tbody td.cell-date .input-date .input-date-string .input-date-text:empty:before{display:none}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link{max-width:100%;overflow:hidden;text-overflow:ellipsis}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link:before{top:.05em}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link .mention-icon{display:inline-block;vertical-align:middle}.nedit-root table.table-component tbody td .mention-component-wrap .mention-link .mention-icon.mention-user{vertical-align:text-top}.nedit-root table.table-component tbody td.cell-mention.open-date-picker{z-index:9!important}.nedit-root table.table-component tbody td.cell-mention .mention-panel{position:fixed;z-index:12}.nedit-root table.table-component tbody td.cell-mention .popup-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-edit{padding:12px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-panel{display:block;padding:8px}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-enter{opacity:.1}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-leave{opacity:1}.nedit-root table.table-component tbody td.cell-mention .popup-menu.mention-menu-leave-active{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item{height:26px;padding:0 8px;margin:0 2px;border-radius:13px;font-size:13px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;line-height:26px;cursor:pointer;white-space:nowrap}.theme-light .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item,.theme-dark .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item{color:var(--lavender-grey)}.theme-light .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item:hover,.theme-dark .nedit-root table.table-component tbody td.cell-mention .popup-menu .mention-panel-buttons .mention-panel-item:hover{background-color:var(--white-8)}.editor-body .inline-progress,.editor-body .table-progress,.nedit-root .inline-progress,.nedit-root .table-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.editor-body .inline-progress .inline-progress-slider,.editor-body .inline-progress .table-progress-slider,.editor-body .table-progress .inline-progress-slider,.editor-body .table-progress .table-progress-slider,.nedit-root .inline-progress .inline-progress-slider,.nedit-root .inline-progress .table-progress-slider,.nedit-root .table-progress .inline-progress-slider,.nedit-root .table-progress .table-progress-slider{cursor:pointer;margin:0 2px 0 6px}.editor-body .inline-progress .inline-progress-slider .slider-range,.editor-body .inline-progress .table-progress-slider .slider-range,.editor-body .table-progress .inline-progress-slider .slider-range,.editor-body .table-progress .table-progress-slider .slider-range,.nedit-root .inline-progress .inline-progress-slider .slider-range,.nedit-root .inline-progress .table-progress-slider .slider-range,.nedit-root .table-progress .inline-progress-slider .slider-range,.nedit-root .table-progress .table-progress-slider .slider-range{overflow:hidden;border:0;height:15px;border-radius:7.5px}.theme-light .editor-body .inline-progress .inline-progress-slider .slider-range,.theme-light .editor-body .inline-progress .table-progress-slider .slider-range,.theme-light .editor-body .table-progress .inline-progress-slider .slider-range,.theme-light .editor-body .table-progress .table-progress-slider .slider-range,.theme-light .nedit-root .inline-progress .inline-progress-slider .slider-range,.theme-light .nedit-root .inline-progress .table-progress-slider .slider-range,.theme-light .nedit-root .table-progress .inline-progress-slider .slider-range,.theme-light .nedit-root .table-progress .table-progress-slider .slider-range{background-color:var(--white-smoke)}.theme-brand-dark-ios .editor-body .inline-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .editor-body .inline-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .editor-body .table-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .editor-body .table-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .inline-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .inline-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .table-progress .inline-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root .table-progress .table-progress-slider .slider-range,.theme-dark .editor-body .inline-progress .inline-progress-slider .slider-range,.theme-dark .editor-body .inline-progress .table-progress-slider .slider-range,.theme-dark .editor-body .table-progress .inline-progress-slider .slider-range,.theme-dark .editor-body .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root .inline-progress .inline-progress-slider .slider-range,.theme-dark .nedit-root .inline-progress .table-progress-slider .slider-range,.theme-dark .nedit-root .table-progress .inline-progress-slider .slider-range,.theme-dark .nedit-root .table-progress .table-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress,.editor-body .inline-progress .table-progress-slider .slider-range .slider-progress,.editor-body .table-progress .inline-progress-slider .slider-range .slider-progress,.editor-body .table-progress .table-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress,.nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress,.nedit-root .table-progress .table-progress-slider .slider-range .slider-progress{height:15px;border-radius:7.5px 0 0 7.5px;background-color:#4caf50;-webkit-transition:background-color .7s;transition:background-color .7s}.editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder{top:-4px;opacity:0;width:9px;height:21px;-webkit-transition:opacity .25s;transition:opacity .25s;border-radius:2px;border-style:solid;border-width:.5px;border-image-slice:1;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);box-shadow:0 1px 5px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);border-image-source:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0));background-image:-webkit-gradient(linear,left top, left bottom,from(hsla(0,0%,100%,.12)),color-stop(20%, hsla(0,0%,100%,.06)),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0));background-image:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0));background-origin:border-box;background-clip:content-box,border-box}.theme-light .editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-light .nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder{background-color:var(--bondi-blue)}.theme-brand-dark-ios .editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-brand-dark-ios .nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .editor-body .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .inline-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .inline-progress .table-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .table-progress .inline-progress-slider .slider-range .slider-progress .slider-holder,.theme-dark .nedit-root .table-progress .table-progress-slider .slider-range .slider-progress .slider-holder{background-color:var(--spare-royal)}.editor-body .inline-progress .progress-value,.editor-body .table-progress .progress-value,.nedit-root .inline-progress .progress-value,.nedit-root .table-progress .progress-value{min-width:45px;text-align:right}.editor-body .inline-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.editor-body .inline-progress.progress-low .table-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-low .table-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-low .table-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-low .inline-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-low .table-progress-slider .slider-range .slider-progress{background-color:#f44336}.editor-body .inline-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.editor-body .inline-progress.progress-middle .table-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.editor-body .table-progress.progress-middle .table-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.nedit-root .inline-progress.progress-middle .table-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-middle .inline-progress-slider .slider-range .slider-progress,.nedit-root .table-progress.progress-middle .table-progress-slider .slider-range .slider-progress{background-color:#ff9800}.editor-body .inline-progress .progress-low .slider-range .slider-progress,.editor-body .table-progress .progress-low .slider-range .slider-progress,.nedit-root .inline-progress .progress-low .slider-range .slider-progress,.nedit-root .table-progress .progress-low .slider-range .slider-progress{background-color:#f44336}.editor-body .inline-progress .progress-middle .slider-range .slider-progress,.editor-body .table-progress .progress-middle .slider-range .slider-progress,.nedit-root .inline-progress .progress-middle .slider-range .slider-progress,.nedit-root .table-progress .progress-middle .slider-range .slider-progress{background-color:#ff9800}.theme-light .nedit-root table.table-component tbody td.cell-progress.current{-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-10);box-shadow:inset 0 0 0 100vw var(--bondi-blue-10)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress.current,.theme-dark .nedit-root table.table-component tbody td.cell-progress.current{-webkit-box-shadow:inset 0 0 0 100vw var(--bondi-blue-17);box-shadow:inset 0 0 0 100vw var(--bondi-blue-17)}.theme-light .nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider .slider-range,.theme-light .nedit-root table.table-component tbody td.cell-progress.selected .table-progress .table-progress-slider .slider-range,.theme-light .nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider .slider-range{background-color:var(--platinum)}.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress.selected .table-progress .table-progress-slider .slider-range,.theme-brand-dark-ios .nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root table.table-component tbody td.cell-progress.selected .table-progress .table-progress-slider .slider-range,.theme-dark .nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider:not(.readonly) .slider-range,.nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider:not(.readonly) .slider-range{overflow:visible}.nedit-root table.table-component tbody td.cell-progress.current .table-progress .table-progress-slider:not(.readonly) .slider-range .slider-holder,.nedit-root table.table-component tbody td.cell-progress:hover .table-progress .table-progress-slider:not(.readonly) .slider-range .slider-holder{opacity:1}.nedit-root table.table-component:not(.editable) tbody td.cell-progress .table-progress .table-progress-slider{cursor:default}.nedit-root table.table-component td.cell-attachment{text-align:left;overflow:hidden;max-width:1px}.nedit-root table.table-component td.cell-attachment .table-attachment{cursor:pointer}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file{max-width:99%}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .compact-view-content{padding-right:0}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .editor-progress-ring{white-space:nowrap}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div{white-space:nowrap;margin-right:0;overflow:unset;text-overflow:unset;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name{display:block}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-main{display:inline-block;max-width:158px;overflow:hidden;text-overflow:ellipsis;text-align:right}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-ext{display:inline-block}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-ext,.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-name-main{vertical-align:top}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info>div .file-size{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:85px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-info .file-error{white-space:nowrap;line-height:175%}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-menu-icon{margin-top:2px;margin-right:8px;margin-left:8px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-right{margin-left:4px;margin-right:4px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-right .file-abort{margin-left:8px}.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-action-tooltip,.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-fetch,.nedit-root table.table-component td.cell-attachment .table-attachment .attachment-item .file .file-container .file-right .progress-text{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item{display:inline-block;margin:0}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item-hidden{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file{margin:0!important;padding:0!important;display:inline-block}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-uploading .file-name{display:none!important}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-uploading .file-right .progress{display:inline-block;margin:0 7px 0 2px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-uploading .file-right .file-abort{display:inline-block}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-menu-icon,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-size{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left{height:22px;background-color:transparent}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left .editor-progress-ring{width:20px;height:22px;overflow:hidden;white-space:nowrap}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left .editor-progress-ring svg{-webkit-transform:scale(.5);transform:scale(.5);margin-top:-6px;margin-left:-7px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left>svg,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left img{width:20px;height:22px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-left:not(.loading){margin:1px;padding:0 0 0 2px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-right .file-abort{margin-left:2px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-right .file-abort svg{width:12px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-right .progress-text{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content{height:22px;min-height:22px;min-width:88px;padding-left:3px;padding-right:4px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content.file-uploading .file-right{margin-left:3px;line-height:14px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content.file-uploading .file-right .progress{min-width:32px;text-align:center}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .compact-view-content.file-uploading .file-info{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info{margin-left:1px;min-width:0}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name{display:-webkit-box;display:-ms-flexbox;display:flex}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name{color:var(--onyx)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name{color:var(--white-87)}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name-main{max-width:117px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name-ext{max-width:41px;overflow:hidden;text-overflow:ellipsis}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item .file .file-container .file-info .file-name:hover{text-decoration:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{display:inline-block;vertical-align:top;width:30px;min-width:30px;text-align:center;cursor:pointer;border-radius:11px;line-height:22px;height:22px;font-size:11px;font-weight:700;margin:1px 0 0 3px;padding:0 0 1px}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{color:var(--ash-grey)}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .nowrap-plus{background-color:var(--davys-grey)}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item{margin:5px 10px 5px 0;max-width:100%}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-info,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-menu-icon{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .compact-view-content,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-container,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-left,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file-too-small{display:contents}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left img{display:block;width:auto;height:auto;border-radius:4px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper{position:relative}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper.focused-image:after{content:"";width:4px;height:100%;position:absolute;top:0;right:-2px;cursor:ew-resize}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point{width:16px;height:16px;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.29);box-shadow:0 3px 5px 0 rgba(0,0,0,.29);position:absolute;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%23AEB7B8' d='M12 6v6H6zM4 4h6l-6 6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;background-size:12px;top:calc(50% - 8px);right:-8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point{background-color:var(--white)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment:not(.active) .attachment-item.is-image .file .file-container .file-left .image-attachment-wrapper .resize-point{background-color:var(--grey-brown)}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell .attachment-item .file .file-container .file-left .image-attachment-wrapper{width:32px!important;height:32px}.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell .attachment-item.invisible-attachment,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active).no-wrap-attachmens-cell .invisible-counter,.nedit-root table.table-component td.cell-attachment .table-attachment:not(.active):not(.no-wrap-attachmens-cell) .nowrap-plus{display:none}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process{-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none;position:relative}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;pointer-events:none}.nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process{z-index:99}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{border-color:#00bcd4}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{border-color:#1976d2}.theme-light .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{background-color:#e0f7fa}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container,.theme-dark .nedit-root table.table-component td.cell-attachment .table-attachment.active.sorting-process .attachment-item.dragging-process .file-container{background-color:#2196f3}.nedit-root table.table-component td.cell-attachment .table-attachment.active .attachment-item.is-image>.file{margin:0!important}.nedit-root table.table-component td.cell-attachment .table-attachment.active .attachment-item.is-image .file-container .file-left{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;overflow:hidden;background:transparent;border-radius:4px}.nedit-root table.table-component td.cell-attachment .table-attachment.active .attachment-item.is-image .file-container .file-left img{display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%}.nedit-root table.table-component td.cell-attachment .float-component{max-width:400px;padding:8px 8px 8px 10px}.nedit-root table.table-component td.cell-attachment .float-component .float-head{white-space:nowrap;background:transparent}.nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button{cursor:pointer;padding:2px}.nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.theme-light .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more,.theme-dark .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more{color:var(--lavender-grey)}.nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:32px;height:32px;border-radius:100%;margin-right:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .15s;transition:background-color .15s}.theme-light .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle,.theme-dark .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button .upload-more .circle{background-color:var(--onyx-and-white-8)}.theme-light .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button:hover .upload-more .circle{background-color:var(--platinum)}.theme-brand-dark-ios .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button:hover .upload-more .circle,.theme-dark .nedit-root table.table-component td.cell-attachment .float-component .float-head .upload-button:hover .upload-more .circle{background-color:var(--onyx-and-white-8)}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment{max-height:195px;overflow-y:auto}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item{padding:4px 0 0}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item:hover{background:transparent}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item .file{margin:3px 0!important}.nedit-root table.table-component td.cell-attachment .float-component .table-attachment .attachment-item .file .compact-view-content{height:48px;min-height:48px}.nedit-root div.table-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding:0;margin-top:22px;margin-bottom:18px;white-space:normal;cursor:default;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nedit-root div.table-wrapper:not(.fullwidth-mixin-enabled){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nedit-root div.table-wrapper.indent-1{max-width:calc(97% + 15px);margin-left:calc(3% - 15px)}.nedit-root div.table-wrapper.indent-2{max-width:calc(94% + 15px);margin-left:calc(6% - 15px)}.nedit-root div.table-wrapper.indent-3{max-width:calc(91% + 15px);margin-left:calc(9% - 15px)}.nedit-root div.table-wrapper.indent-4{max-width:calc(88% + 15px);margin-left:calc(12% - 15px)}.nedit-root div.table-wrapper.indent-5{max-width:calc(85% + 15px);margin-left:calc(15% - 15px)}.nedit-root div.table-wrapper.indent-6{max-width:calc(82% + 15px);margin-left:calc(18% - 15px)}.nedit-root div.table-wrapper.indent-7{max-width:calc(79% + 15px);margin-left:calc(21% - 15px)}.nedit-root div.table-wrapper.indent-8{max-width:calc(76% + 15px);margin-left:calc(24% - 15px)}.nedit-root div.table-wrapper.indent-9{max-width:calc(73% + 15px);margin-left:calc(27% - 15px)}.nedit-root div.table-wrapper.indent-10{max-width:calc(70% + 15px);margin-left:calc(30% - 15px)}.nedit-root div.table-wrapper.indent-11{max-width:calc(67% + 15px);margin-left:calc(33% - 15px)}.nedit-root div.table-wrapper.indent-12{max-width:calc(64% + 15px);margin-left:calc(36% - 15px)}.nedit-root div.table-wrapper.indent-13{max-width:calc(61% + 15px);margin-left:calc(39% - 15px)}.nedit-root div.table-wrapper.indent-14{max-width:calc(58% + 15px);margin-left:calc(42% - 15px)}.nedit-root div.table-wrapper.indent-15{max-width:calc(55% + 15px);margin-left:calc(45% - 15px)}.nedit-root div.table-wrapper.indent-16{max-width:calc(52% + 15px);margin-left:calc(48% - 15px)}.nedit-root div.table-wrapper.indent-17{max-width:calc(49% + 15px);margin-left:calc(51% - 15px)}.nedit-root div.table-wrapper.indent-18{max-width:calc(46% + 15px);margin-left:calc(54% - 15px)}.nedit-root div.table-wrapper.indent-19{max-width:calc(43% + 15px);margin-left:calc(57% - 15px)}.nedit-root div.table-wrapper.indent-20{max-width:calc(40% + 15px);margin-left:calc(60% - 15px)}.nedit-root div.table-wrapper.indent-21{max-width:calc(37% + 15px);margin-left:calc(63% - 15px)}.nedit-root div.table-wrapper.indent-22{max-width:calc(34% + 15px);margin-left:calc(66% - 15px)}.nedit-root div.table-wrapper.indent-23{max-width:calc(31% + 15px);margin-left:calc(69% - 15px)}.nedit-root div.table-wrapper.indent-24{max-width:calc(28% + 15px);margin-left:calc(72% - 15px)}.nedit-root div.table-wrapper.indent-25{max-width:calc(25% + 15px);margin-left:calc(75% - 15px)}.nedit-root div.table-wrapper.indent-26{max-width:calc(22% + 15px);margin-left:calc(78% - 15px)}.nedit-root div.table-wrapper.indent-27{max-width:calc(19% + 15px);margin-left:calc(81% - 15px)}.nedit-root div.table-wrapper.indent-28{max-width:calc(16% + 15px);margin-left:calc(84% - 15px)}.nedit-root div.table-wrapper.indent-29{max-width:calc(13% + 15px);margin-left:calc(87% - 15px)}.nedit-root div.table-wrapper.indent-30{max-width:calc(10% + 15px);margin-left:calc(90% - 15px)}.nedit-root div.table-wrapper.table-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root div.table-wrapper.table-align-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nedit-root div.table-wrapper.table-align-right table td:after{right:auto;left:-3px}.nedit-root div.table-wrapper.table-align-right .table-toolbar-col-header .table-resizer{right:auto;left:-2px}.nedit-root div.table-wrapper.table-align-full-width .table-scroll-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.nedit-root div.table-wrapper.table-align-full-width table{min-width:100%}.nedit-root div.table-wrapper .attachment-caption.no-summaries{z-index:1;margin-top:-42px}.nedit-root .grid>.table-wrapper:first-child{margin-top:0}.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3),.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3){-webkit-user-select:text;-ms-user-select:text;user-select:text;-moz-user-select:text}.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:after,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:before,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3):after,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3):before,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:after,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:before,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3):after,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3):before{display:none}.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td .editable-text,.nedit-root:not(.edit-mode) div.table-wrapper table tbody tr td:nth-child(n+3) .editable-text,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td .editable-text,.nedit-root:not(.edit-mode) div.table-wrapper table thead tr td:nth-child(n+3) .editable-text{cursor:text}.nedit-root.preview-mode div.table-wrapper table.table-component td .editable-text,.nedit-root.readonly-mode div.table-wrapper table.table-component td .editable-text{cursor:default}.nedit-root>section.grid-wrapper>.grid{display:block}.nedit-root>section.grid-wrapper:not(.flat-grid){width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.nedit-root>section.grid-wrapper:not(.flat-grid):first-child div.grid{padding-top:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:22px;padding:15px 35px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;overflow-wrap:break-word;position:relative;-ms-flex-preferred-size:var(--current-width);flex-basis:var(--current-width);max-width:var(--current-width)}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child{padding-left:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child[nedit-fix-column-selection=true]:before{content:"";position:absolute;top:0;left:-1000px;width:1000px;height:100%;cursor:default}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:last-child{padding-right:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid div.paragraph{min-width:5px}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid>:last-child{margin-bottom:0}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child:before{left:-2px}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:first-child:before,.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:last-child:before{width:calc(100% - 33px)}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after{content:"";display:block;position:absolute;width:2px;height:60%;right:-3px;top:20%;cursor:ew-resize;opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.theme-brand-dark-ios .nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after,.theme-dark .nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after,.theme-light .nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:after{background-color:var(--ash-grey)}.nedit-root>section.grid-wrapper:not(.flat-grid) div.grid:last-child:after{display:none}.nedit-root>section.grid-wrapper:not(.flat-grid).bordered-grid div.grid:after,.nedit-root>section.grid-wrapper:not(.flat-grid).focused-grid div.grid:after,.nedit-root>section.grid-wrapper:not(.flat-grid).resize-grid div.grid:after{opacity:1}.no-attachment .no-attachment-wrapper{text-align:left;background:#efefef;height:50px;width:100%;cursor:pointer;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.no-attachment .no-attachment-wrapper .add-attachment-text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;font-size:12px;padding-left:30px;padding-top:5px;padding-bottom:5px}.no-attachment .no-attachment-wrapper.uploading .add-attachment-text{background-image:url("data:image/gif;base64,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IGVzdGFibGlzaGVkIGluIDxiPi9ob21lL2FqYXhsb2FkL3d3dy9saWJyYWlyaWVzL2NsYXNzLm15c3FsLnBocDwvYj4gb24gbGluZSA8Yj42ODwvYj48YnIgLz4KPGJyIC8+CjxiPldhcm5pbmc8L2I+OiAgbXlzcWxfcXVlcnkoKSBbPGEgaHJlZj0nZnVuY3Rpb24ubXlzcWwtcXVlcnknPmZ1bmN0aW9uLm15c3FsLXF1ZXJ5PC9hPl06IENhbid0IGNvbm5lY3QgdG8gbG9jYWwgTXlTUUwgc2VydmVyIHRocm91Z2ggc29ja2V0ICcvdmFyL3J1bi9teXNxbGQvbXlzcWxkLnNvY2snICgyKSBpbiA8Yj4vaG9tZS9hamF4bG9hZC93d3cvbGlicmFpcmllcy9jbGFzcy5teXNxbC5waHA8L2I+IG9uIGxpbmUgPGI+Njg8L2I+PGJyIC8+CjxiciAvPgo8Yj5XYXJuaW5nPC9iPjogIG15c3FsX3F1ZXJ5KCkgWzxhIGhyZWY9J2Z1bmN0aW9uLm15c3FsLXF1ZXJ5Jz5mdW5jdGlvbi5teXNxbC1xdWVyeTwvYT5dOiBBIGxpbmsgdG8gdGhlIHNlcnZlciBjb3VsZCBub3QgYmUgZXN0YWJsaXNoZWQgaW4gPGI+L2hvbWUvYWpheGxvYWQvd3d3L2xpYnJhaXJpZXMvY2xhc3MubXlzcWwucGhwPC9iPiBvbiBsaW5lIDxiPjY4PC9iPjxiciAvPgo8YnIgLz4KPGI+V2FybmluZzwvYj46ICBteXNxbF9xdWVyeSgpIFs8YSBocmVmPSdmdW5jdGlvbi5teXNxbC1xdWVyeSc+ZnVuY3Rpb24ubXlzcWwtcXVlcnk8L2E+XTogQ2FuJ3QgY29ubmVjdCB0byBsb2NhbCBNeVNRTCBzZXJ2ZXIgdGhyb3VnaCBzb2NrZXQgJy92YXIvcnVuL215c3FsZC9teXNxbGQuc29jaycgKDIpIGluIDxiPi9ob21lL2FqYXhsb2FkL3d3dy9saWJyYWlyaWVzL2NsYXNzLm15c3FsLnBocDwvYj4gb24gbGluZSA8Yj42ODwvYj48YnIgLz4KPGJyIC8+CjxiPldhcm5pbmc8L2I+OiAgbXlzcWxfcXVlcnkoKSBbPGEgaHJlZj0nZnVuY3Rpb24ubXlzcWwtcXVlcnknPmZ1bmN0aW9uLm15c3FsLXF1ZXJ5PC9hPl06IEEgbGluayB0byB0aGUgc2VydmVyIGNvdWxkIG5vdCBiZSBlc3RhYmxpc2hlZCBpbiA8Yj4vaG9tZS9hamF4bG9hZC93d3cvbGlicmFpcmllcy9jbGFzcy5teXNxbC5waHA8L2I+IG9uIGxpbmUgPGI+Njg8L2I+PGJyIC8+Cg==")}.no-attachment .no-attachment-wrapper:not(.uploading).error .add-attachment-text{background-image:url("data:image/png;base64,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")}.no-attachment .no-attachment-wrapper .image-resizer,.no-attachment .no-attachment-wrapper img{display:none}.no-attachment .no-attachment-wrapper .no-attachment-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.no-attachment .no-attachment-wrapper .no-attachment-wrapper-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.no-attachment .no-attachment-wrapper .no-attachment-wrapper-inner .abort-task{padding:5px;color:#999;font-size:12px}.no-attachment .no-attachment-wrapper .no-attachment-wrapper-inner .abort-task:hover{color:#444}.no-attachment .no-attachment-wrapper .no-attachment-wrapper-inner .abort-task:hover span{color:rgba(255,0,0,.6)}.attachment-tooltip{-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;width:300px}.attachment-tooltip .chrome-button{width:100%}.attachment-tooltip .chrome-close{position:absolute;right:15px;top:10px;font-size:20px;color:#aaa;cursor:pointer}.attachment-tooltip .chrome-close:hover{color:#666}.attachment-tooltip .attachment-input{width:100%;margin-bottom:5px}.attachment-tooltip .max-file-size-note{margin-top:10px;color:#999;font-size:.8em}.audioInfo{margin-top:-50px}.wf-audioWaveContainer{height:50px}.wf-audioWaveContainer.hidden{visibility:hidden}.wf-audioWave{display:inline-block;margin-right:5px}.wf-audioWave wave:first-child{overflow:hidden!important}.wf-duration,.wf-timer{display:inline-block;margin-top:10px}.style-mono .wf-duration,.style-mono .wf-timer{margin-top:10px}.wf-timer.hidden{display:none}.wf-duration,.wf-timer.wf-margin-left{margin-left:5px}.grid_50 .wf-duration,.wf-duration.hidden{display:none}.wf-sound{width:16px;display:inline-block;cursor:pointer;margin-right:5px}.wf-sound svg,.wf-volume{height:50px}.wf-volume{padding:0 10px;width:60px;display:inline-block}.grid .wf-volume,.wf-volume.hidden{display:none}.input-slider.audio-volume-slider{display:block;margin-top:24px}.input-slider.audio-volume-slider .slider-range{background-color:rgba(31,31,31,.2);border:0 solid transparent}.theme-dark .input-slider.audio-volume-slider .slider-range{background-color:rgba(243,246,250,.2)}.nedit-root div.file-wrapper{position:relative;padding:5px 0;text-align:center}.nedit-root div.file-wrapper .attachment-caption{width:100%!important}.nedit-root.preview-mode div.file-wrapper.no-attachment-id,.nedit-root.readonly-mode div.file-wrapper.no-attachment-id{display:none}.nedit-root.size-small .file-info{font-size:14px}.nedit-root.size-normal .file-info{font-size:16px}.nedit-root.size-large .file-info{font-size:18px}.file{min-width:80px}.file .no-attachment-wrapper .add-attachment-text{background:url("data:image/png;base64,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");background-position:0;background-repeat:no-repeat;background-size:20px auto}.file .file-container{text-align:left;width:100%;cursor:default;border:1px solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.file .file-container .edit-video-button{top:0;right:10px;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.file .file-container .edit-video-button svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .file .file-container .edit-video-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .edit-video-button svg .graphic,.theme-dark .file .file-container .edit-video-button svg .graphic{fill:var(--ash-grey)}.theme-light .file .file-container .edit-video-button:hover{background-color:var(--platinum)}.theme-brand-dark-ios .file .file-container .edit-video-button:hover,.theme-dark .file .file-container .edit-video-button:hover{background-color:var(--half-dark-40)}.theme-light .file .file-container .edit-video-button:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .edit-video-button:hover svg .graphic,.theme-dark .file .file-container .edit-video-button:hover svg .graphic{fill:var(--spare-royal)}.file .file-container .transcript-buttons{margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.file .file-container .transcript-buttons .transcript-buttons__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e5e5e5;background-color:#fff;color:#262626;height:28px;font-size:14px;font-family:Inter,open sans;font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 12px;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:4px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.theme-light .file .file-container .transcript-buttons .transcript-buttons__item:hover{background-color:var(--white-smoke)}.theme-brand-dark-ios .file .file-container .transcript-buttons .transcript-buttons__item:hover,.theme-dark .file .file-container .transcript-buttons .transcript-buttons__item:hover{background-color:var(--onyx-and-white-8)}.file .file-container .transcript-buttons .transcript-buttons__item+.transcript-buttons__item{margin-left:12px}.file .file-container .transcript-buttons:not(.no-text) svg{margin-right:6px}.file .file-container .transcript-buttons.no-text .transcript-buttons__item{padding:0 6px}.file .file-container .transcript-buttons svg{width:16px;height:16px}.file .file-container .transcript-buttons svg.colorize path{fill:#737373}.file .file-container.no-border{border:0}.file .file-container.video-shadow{-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3)}.theme-light .file .file-container{border-color:var(--platinum)}.theme-brand-dark-ios .file .file-container,.theme-dark .file .file-container{border-color:var(--white-12)}.file .file-container.border_none{border-color:transparent}.file .file-container>div{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0}.file .file-container .compact-view-content{height:50px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:10px;padding-right:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.file .file-container .compact-view-content .file-spacer{-webkit-box-flex:2;-ms-flex:2;flex:2}.file .file-container .compact-view-content.viewer-support{-webkit-transition:background .1s ease;transition:background .1s ease}.file .file-container .compact-view-content.viewer-support:hover{cursor:pointer}.theme-light .file .file-container .compact-view-content.viewer-support:hover{background-color:var(--black-4)}.theme-brand-dark-ios .file .file-container .compact-view-content.viewer-support:hover,.theme-dark .file .file-container .compact-view-content.viewer-support:hover{background-color:var(--white-8)}.theme-brand-dark-ios .file .file-container .compact-view-content.need-fetch .file-info .file-name,.theme-brand-dark-ios .file .file-container .compact-view-content.need-fetch .file-info .file-size,.theme-brand-dark-ios .file .file-container .compact-view-content.need-fetch .file-info>div,.theme-dark .file .file-container .compact-view-content.need-fetch .file-info .file-name,.theme-dark .file .file-container .compact-view-content.need-fetch .file-info .file-size,.theme-dark .file .file-container .compact-view-content.need-fetch .file-info>div,.theme-light .file .file-container .compact-view-content.need-fetch .file-info .file-name,.theme-light .file .file-container .compact-view-content.need-fetch .file-info .file-size,.theme-light .file .file-container .compact-view-content.need-fetch .file-info>div{color:var(--ash-grey)}.file .file-container .compact-view-content a.records{margin-left:10px}.file .file-container .compact-view-content .cancel-record{cursor:pointer}.file .file-container .compact-view-content .cancel-record svg{width:16px;height:16px}.file .file-container .compact-view-content .cancel-record svg .graphic{-webkit-transition:fill .2s ease,stroke .2s ease;transition:fill .2s ease,stroke .2s ease}.theme-light .file .file-container .compact-view-content .cancel-record:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .compact-view-content .cancel-record:hover svg .graphic,.theme-dark .file .file-container .compact-view-content .cancel-record:hover svg .graphic{fill:var(--spare-royal)}.theme-light .file .file-container .compact-view-content .cancel-record:hover svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .compact-view-content .cancel-record:hover svg .graphic_stroke,.theme-dark .file .file-container .compact-view-content .cancel-record:hover svg .graphic_stroke{stroke:var(--spare-royal)}.file .file-container .compact-view-content span.link{color:var(--light-green);cursor:pointer}.file .file-container .full-view-content.full-view-video video.mediaElem{width:auto;height:522px;margin:0 auto;display:block;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.file .file-container .fileRecord .record-info{display:inline-block}.file .file-container .file-left.audio{cursor:pointer;width:32px}.file .file-container .file-left.audio.records-buttons{width:auto;height:32px}.file .file-container .file-left.audio.records-buttons .record-icons{display:inline-block;margin-right:10px}.file .file-container .file-left.audio-preloader{display:inline-block;width:32px}.file .file-container .file-left.audio-preloader svg{display:none}.file .file-container .file-left.audio-preloader:after{content:" ";display:block;width:24px;height:24px;margin:0;border-radius:50%;border-width:4px;border-style:solid;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.file .file-container .file-left svg{display:block}.file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader){padding:4px;border-radius:50%}.theme-light .file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader){background-color:var(--white-smoke)}.theme-brand-dark-ios .file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader),.theme-dark .file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader){background-color:var(--davys-grey)}.file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader) svg{width:24px;height:24px}.theme-light .file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader) svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader) svg .graphic,.theme-dark .file .file-container .file-left:not(.loading):not(.audio):not(.audio-preloader) svg .graphic{fill:var(--ash-grey)}.file .file-container .file-right{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.file .file-container .file-right .progress{font-size:12px;white-space:nowrap;text-overflow:ellipsis}.theme-light .file .file-container .file-right .progress{color:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-right .progress,.theme-dark .file .file-container .file-right .progress{color:var(--lavender-grey)}.file .file-container .file-right .file-try-again{cursor:pointer;font-size:12px}.theme-light .file .file-container .file-right .file-try-again{color:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .file-right .file-try-again,.theme-dark .file .file-container .file-right .file-try-again{color:var(--light-green)}.file .file-container .file-right .file-abort{margin-left:16px;cursor:pointer}.file .file-container .file-right .file-abort svg{display:block}.file .file-container .file-right .file-abort svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .file .file-container .file-right .file-abort svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-right .file-abort svg .graphic,.theme-dark .file .file-container .file-right .file-abort svg .graphic{fill:var(--ash-grey)}.theme-light .file .file-container .file-right .file-abort:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .file-right .file-abort:hover svg .graphic,.theme-dark .file .file-container .file-right .file-abort:hover svg .graphic{fill:var(--spare-royal)}.file .file-container .file-right .file-download{margin-left:16px;cursor:pointer}.file .file-container .file-right .file-download svg{display:block}.theme-light .file .file-container .file-right .file-download svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-right .file-download svg .graphic,.theme-dark .file .file-container .file-right .file-download svg .graphic{fill:var(--ash-grey)}.theme-light .file .file-container .file-right .file-download:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .file-right .file-download:hover svg .graphic,.theme-dark .file .file-container .file-right .file-download:hover svg .graphic{fill:var(--spare-royal)}.file .file-container .file-too-small .file-right .file-abort,.file .file-container .file-too-small .file-right .progress{display:none}.file .file-container .file-renaming{-webkit-box-flex:1;-ms-flex:1;flex:1}.file .file-container .file-renaming input{width:100%;border:none;font-weight:700;font-size:13px;background:transparent}.theme-light .file .file-container .file-renaming input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .file-renaming input,.theme-dark .file .file-container .file-renaming input{caret-color:var(--spare-royal)}.theme-light .file .file-container .file-renaming input{color:var(--onyx)}.theme-brand-dark-ios .file .file-container .file-renaming input,.theme-dark .file .file-container .file-renaming input{color:var(--white-87)}.file .file-container .file-info{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:9px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:30px;min-width:0;position:relative;line-height:30px}.file .file-container .file-info .file-info-message{font-style:italic}.theme-light .file .file-container .file-info .file-info-message{color:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-info .file-info-message,.theme-dark .file .file-container .file-info .file-info-message{color:var(--lavender-grey)}.file .file-container .file-info .file-error{font-size:12px}.theme-light .file .file-container .file-info .file-error{color:var(--rust-red)}.theme-brand-dark-ios .file .file-container .file-info .file-error,.theme-dark .file .file-container .file-info .file-error{color:var(--unheard-orche)}.file .file-container .file-info .file-name{white-space:nowrap;cursor:pointer}.theme-light .file .file-container .file-info .file-name{color:var(--onyx)}.theme-brand-dark-ios .file .file-container .file-info .file-name,.theme-dark .file .file-container .file-info .file-name{color:var(--white-87)}.file .file-container .file-info .file-name:hover{text-decoration:underline}.file .file-container .file-info .file-name.disallow{cursor:default}.file .file-container .file-info .file-name.disallow:hover{text-decoration:none}.file .file-container .file-info .file-name a{color:inherit}.file .file-container .file-info.file-name-trim-middle>div{display:-webkit-box;display:-ms-flexbox;display:flex}.file .file-container .file-info.file-name-trim-middle>div.wf-audioWaveContainer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.file .file-container .file-info.file-name-trim-middle>div.wf-hidden{display:none}.file .file-container .file-info.file-name-trim-middle .file-name{text-overflow:ellipsis;overflow:hidden}.file .file-container .file-info.file-name-trim-middle .audioInfo .file-name{margin-top:-3px}.file .file-container .file-info.file-name-trim-end>div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;display:-ms-flexbox;display:flex}.file .file-container .file-info.file-name-trim-end>div span{vertical-align:bottom}.file .file-container .file-info.file-name-trim-end .file-name .file-name-main{max-width:100%;overflow:hidden;text-overflow:ellipsis;display:inline-block}.file .file-container .file-info.file-name-trim-end .file-name:hover .file-name-main,.file .file-container .file-info .file-name:not(.disallow) .truncated-text:hover{text-decoration:underline}.file .file-container .file-info .file-name:not(.disallow) .truncated-text:active{color:#666}.file .file-container .file-info .file-size{margin-left:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.theme-light .file .file-container .file-info .file-size{color:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-info .file-size,.theme-dark .file .file-container .file-info .file-size{color:var(--lavender-grey)}.file .file-container .file-info .file-size.a-file{margin-top:-3px}.file .file-container .file-alert,.file .file-container .file-fetch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.file .file-container .file-menu-icon{cursor:pointer;padding-top:14px;padding-bottom:14px;padding-right:8px;margin-right:-8px}@media print{.file .file-container .file-menu-icon{display:none}}.file .file-container .file-menu-icon>svg{display:block}.file .file-container .file-download-button{cursor:pointer;margin-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.file .file-container .file-download-button svg{width:14px;height:14px}.file .file-container .file-download-button svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .file .file-container .file-download-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .file .file-container .file-download-button svg .graphic,.theme-dark .file .file-container .file-download-button svg .graphic{fill:var(--ash-grey)}.theme-light .file .file-container .file-download-button:hover{background-color:var(--platinum)}.theme-brand-dark-ios .file .file-container .file-download-button:hover,.theme-dark .file .file-container .file-download-button:hover{background-color:var(--half-dark-40)}.theme-light .file .file-container .file-download-button:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .file .file-container .file-download-button:hover svg .graphic,.theme-dark .file .file-container .file-download-button:hover svg .graphic{fill:var(--spare-royal)}.file .file-container .file-menu{overflow:visible}.file .file-container .file-menu .context-menu-list{position:static}.file .file-container .add-attachment-text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;font-size:12px;padding-left:30px;padding-top:5px;padding-bottom:5px}.file .file-container:not(.uploading).error .add-attachment-text{background-image:url("data:image/png;base64,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")}.file .file-container .image-resizer,.file .file-container img{display:none}.file .file-container .no-attachment-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.file .file-container .no-attachment-wrapper-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.file .file-container .no-attachment-wrapper-inner .abort-task{padding:5px;color:#999;font-size:12px}.file .file-container .no-attachment-wrapper-inner .abort-task:hover{color:#444}.file .file-container .no-attachment-wrapper-inner .abort-task:hover span{color:rgba(255,0,0,.6)}.nedit-root .file>div .file-action-tooltip{padding:5px;border-radius:10px;text-align:center;z-index:1}.theme-light .nedit-root .file>div .file-action-tooltip{color:var(--white-87)}.theme-brand-dark-ios .nedit-root .file>div .file-action-tooltip,.theme-dark .nedit-root .file>div .file-action-tooltip{color:var(--onyx)}.theme-light .nedit-root .file>div .file-action-tooltip{border-color:var(--spare-royal)}.theme-brand-dark-ios .nedit-root .file>div .file-action-tooltip,.theme-dark .nedit-root .file>div .file-action-tooltip{border-color:var(--bondi-blue)}.theme-light .nedit-root .file>div .file-action-tooltip{background-color:var(--spare-royal)}.theme-brand-dark-ios .nedit-root .file>div .file-action-tooltip,.theme-dark .nedit-root .file>div .file-action-tooltip{background-color:var(--bondi-blue)}.nedit-root .file>div .file-action-tooltip a{text-decoration:underline;cursor:pointer}.theme-light .nedit-root .file>div .file-action-tooltip a{color:var(--white-87)}.theme-brand-dark-ios .nedit-root .file>div .file-action-tooltip a,.theme-dark .nedit-root .file>div .file-action-tooltip a{color:var(--onyx)}@-webkit-keyframes progress-ring-animation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.file .editor-progress-ring .progress-ring.progress-ring-animated{-webkit-animation:progress-ring-animation 1.2s linear infinite}.file:not([data-player-color]) .slider-progress{background-color:#00a1b7}.file:not([data-player-color]) .slider-progress .slider-holder{border-color:#00a1b7;background-color:#00a1b7;-webkit-box-sizing:content-box;box-sizing:content-box}.file:not([data-player-color]) .audio-preloader:after{border-color:#00a1b7 transparent}.theme-light .file[data-player-color=white] .slider-progress{background-color:#00a1b7}.theme-light .file[data-player-color=white] .slider-progress .slider-holder{border-color:#00a1b7;background-color:#00a1b7}.theme-light .file[data-player-color=white] .audio-preloader:after{border-color:#00a1b7 transparent}.grid .file .file-container .file-info.file-name-trim-middle>div.wf-audioWaveContainer{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}.image-shadow{-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3)}.choose-media-content{cursor:default;border:1px solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;overflow:hidden;position:fixed;width:330px;height:230px;background-color:#fff;top:calc(50% - 165px);left:calc(50% - 115px);z-index:999}.theme-light .choose-media-content{border-color:var(--platinum)}.theme-brand-dark-ios .choose-media-content,.theme-dark .choose-media-content{border-color:var(--white-12)}.theme-light .choose-media-content{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .choose-media-content,.theme-dark .choose-media-content{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.choose-media-content .select{font-weight:700;padding:20px;margin-bottom:20px}.choose-media-content .select-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-bottom:40px}.choose-media-content .select-icons{cursor:pointer}.choose-media-content .select-icons div{text-align:center}.choose-media-content .select-icons .labels{font-size:12px;white-space:nowrap}.choose-media-content .choose-micro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-30px 0 11px 19px;font-size:13px}.choose-media-content .choose-micro label{margin-left:5px;margin-top:-2px}.choose-media-content .choose-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin:0}.choose-media-content .choose-buttons button.choose-button{background:rgba(0,161,183,.1);border-radius:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 30px;font-weight:700;font-size:13px;color:#00a1b7;text-align:center;border:0;cursor:pointer}.choose-media-content .choose-buttons button.choose-button:hover:not(:disabled){background-color:#00a1b7;color:#fff}.choose-media-content .choose-buttons button.choose-button:disabled{opacity:.5;cursor:default}.theme-brand-dark-ios .choose-media-content,.theme-dark .choose-media-content{background-color:#323232;color:var(--white-87)}.additional-camera-content.camera{position:fixed;width:250px;height:250px;border-radius:250px;overflow:hidden;cursor:move;z-index:9999}.additional-camera-content video.mediaElem.camera{width:340px;height:auto;margin-left:-45px;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.media-record-countdown #record-countdown{z-index:9999}.media-record-countdown .record-countdown{position:fixed;width:100%;height:100%;top:0;left:0;text-align:center}.media-record-countdown .record-countdown .number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;background:rgba(0,0,0,.4);text-align:center;width:200px;height:200px;margin-top:calc(25% - 100px);margin-left:calc(50% - 100px);font-size:100pt;color:#fff;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;font-family:Arial,serif}.nedit-root div.image-wrapper{position:relative;z-index:0;padding:5px 0;text-align:center}.nedit-root div.image-wrapper.no-attachment{padding:3px 0}.nedit-root div.image-wrapper .attachment-caption{display:block}.nedit-root .image-wrapper.no-attachment{margin-top:0!important;margin-bottom:7px!important}.nedit-root .image-wrapper.no-attachment:first-child{margin-top:2px!important}.nedit-root.preview-mode div.image-wrapper.no-attachment,.nedit-root.readonly-mode div.image-wrapper.no-attachment{display:none}.nedit-root div.image-wrapper[data-content-align=center] .resize-container{margin:0 auto}.nedit-root div.image-wrapper[data-content-align=center] .attachment-caption{margin:4px auto 0}.nedit-root div.image-wrapper[data-content-align=right] .resize-container{margin:0 0 0 auto}.nedit-root div.image-wrapper[data-content-align=right] .attachment-caption{margin:4px 0 0 auto}.nedit-root div.image-wrapper .resize-container.resize-full-width-mode{margin-left:calc(50% - var(--width)/2)}@media print{.nedit-root div.image-wrapper .resize-container.resize-full-width-mode{width:auto!important;height:auto!important}}.nedit-root div.image{width:100%;font-size:0;cursor:default;position:relative}.nedit-root div.image.selected-block:not(.rotate-processing) .image-container:after{display:block;position:absolute;content:" ";left:0;top:0;right:0;bottom:0}.theme-brand-dark-ios .nedit-root div.image.selected-block:not(.rotate-processing) .image-container:after,.theme-dark .nedit-root div.image.selected-block:not(.rotate-processing) .image-container:after,.theme-light .nedit-root div.image.selected-block:not(.rotate-processing) .image-container:after{background-color:var(--bondi-blue-54)}.nedit-root div.image .no-attachment-wrapper .add-attachment-text{background-position:0;background-repeat:no-repeat;background-size:20px auto}.nedit-root div.image .no-attachment-wrapper:not(.uploading) .add-attachment-text{background-image:url("data:image/png;base64,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")}.nedit-root div.image.loading .image-container{max-width:100%}.nedit-root div.image.loading+.attachment-caption{min-width:100px}.nedit-root div.image.loading .image-resizer,.nedit-root div.image.loading img{display:none}.nedit-root div.image.loading .image-loading-icon{display:block;position:absolute;top:50%;left:50%;z-index:99;margin-left:-9px;margin-top:-9px}.nedit-root div.image.loading .image-loading-icon svg{width:18px;height:18px}.nedit-root div.image.dragable-block{z-index:-1;opacity:.2}.nedit-root div.image.indent-1{margin-left:3%;width:97%}.nedit-root div.image.indent-2{margin-left:6%;width:94%}.nedit-root div.image.indent-3{margin-left:9%;width:91%}.nedit-root div.image.indent-4{margin-left:12%;width:88%}.nedit-root div.image.indent-5{margin-left:15%;width:85%}.nedit-root div.image.indent-6{margin-left:18%;width:82%}.nedit-root div.image.indent-7{margin-left:21%;width:79%}.nedit-root div.image.indent-8{margin-left:24%;width:76%}.nedit-root div.image.indent-9{margin-left:27%;width:73%}.nedit-root div.image.indent-10{margin-left:30%;width:70%}.nedit-root div.image.indent-11{margin-left:33%;width:67%}.nedit-root div.image.indent-12{margin-left:36%;width:64%}.nedit-root div.image.indent-13{margin-left:39%;width:61%}.nedit-root div.image.indent-14{margin-left:42%;width:58%}.nedit-root div.image.indent-15{margin-left:45%;width:55%}.nedit-root div.image.indent-16{margin-left:48%;width:52%}.nedit-root div.image.indent-17{margin-left:51%;width:49%}.nedit-root div.image.indent-18{margin-left:54%;width:46%}.nedit-root div.image.indent-19{margin-left:57%;width:43%}.nedit-root div.image.indent-20{margin-left:60%;width:40%}.nedit-root div.image.indent-21{margin-left:63%;width:37%}.nedit-root div.image.indent-22{margin-left:66%;width:34%}.nedit-root div.image.indent-23{margin-left:69%;width:31%}.nedit-root div.image.indent-24{margin-left:72%;width:28%}.nedit-root div.image.indent-25{margin-left:75%;width:25%}.nedit-root div.image.indent-26{margin-left:78%;width:22%}.nedit-root div.image.indent-27{margin-left:81%;width:19%}.nedit-root div.image.indent-28{margin-left:84%;width:16%}.nedit-root div.image.indent-29{margin-left:87%;width:13%}.nedit-root div.image.indent-30{margin-left:90%;width:10%}.nedit-root div.image.image-no-resize .image-resizer{display:none}.nedit-root div.image .image-container{margin:-2px;padding:2px;border-radius:4px;width:100%;height:100%;position:relative}.nedit-root div.image .image-container .image-resizer{width:24px;height:24px;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.29);box-shadow:0 3px 5px 0 rgba(0,0,0,.29);position:absolute;right:-12px;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%23AEB7B8' d='M12 6v6H6zM4 4h6l-6 6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.theme-light .nedit-root div.image .image-container .image-resizer{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.image .image-container .image-resizer,.theme-dark .nedit-root div.image .image-container .image-resizer{background-color:var(--grey-brown)}.nedit-root div.image .image-container .image-resizer.top{top:-12px;-webkit-transform:rotate(90deg);transform:rotate(90deg);cursor:nesw-resize}.nedit-root div.image .image-container .image-resizer.bottom{bottom:-12px;cursor:nwse-resize}.nedit-root div.image .image-container .image-comments-counter{display:none;position:absolute;top:10px;right:10px;border-radius:4px;padding:5px;cursor:pointer}.theme-light .nedit-root div.image .image-container .image-comments-counter{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.image .image-container .image-comments-counter,.theme-dark .nedit-root div.image .image-container .image-comments-counter{background-color:var(--grey-brown)}.nedit-root div.image .image-container .image-comments-counter .comment-counter-icon{position:relative}.nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg{width:20px;height:20px;display:block}.theme-light .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg .graphic,.theme-dark .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg .graphic{fill:var(--ash-grey)}.theme-light .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg .graphic_stroke,.theme-dark .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon svg .graphic_stroke{stroke:var(--spare-royal)}.theme-light .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon.no-comments svg .graphic_stroke{stroke:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon.no-comments svg .graphic_stroke,.theme-dark .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon.no-comments svg .graphic_stroke{stroke:var(--ash-grey)}.nedit-root div.image .image-container .image-comments-counter .comment-counter-icon .comments-count{position:absolute;top:0;left:3px;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:-6px;font-size:11px;font-weight:700}.theme-light .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon .comments-count{color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon .comments-count,.theme-dark .nedit-root div.image .image-container .image-comments-counter .comment-counter-icon .comments-count{color:var(--spare-royal)}.nedit-root div.image .image-container .image-comments-counter .comment-counter-icon .comments-count.over-hundred,.nedit-root div.image .image-container .image-comments-counter .comment-counter-icon .comments-count.over-ten{font-size:10px;letter-spacing:-1px;left:2.5px}.nedit-root div.image .image-container:hover .image-resizer{opacity:1}.nedit-root div.image .image-container:hover img.img-loaded+.image-comments-counter:not(.disabled){display:block}.nedit-root div.image .image-container img{width:100%;height:100%;-webkit-transition:-webkit-filter .2s ease;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease, -webkit-filter .2s ease;cursor:pointer}.nedit-root div.image .image-container img.cover-image{-o-object-fit:cover;object-fit:cover}.nedit-root div.image .image-container img::-moz-selection{background:transparent}.nedit-root div.image .image-container img::selection{background:transparent}.nedit-root div.image .image-container .image-highlights{position:absolute;left:0;top:0;z-index:1;pointer-events:none}.nedit-root div.image.full-width .image-container{width:100%}.nedit-root div.image.full-width .image-container img{min-width:100%}.nedit-root div.image.resize-process .image-container .image-resizer{opacity:1}.nedit-root div.image.resize-process .image-container img{-webkit-filter:brightness(68%);filter:brightness(68%)}.nedit-root div.image.block-menu-open img,.nedit-root div.image.focused-block img{border-radius:4px}.nedit-root div.image.no-image{padding:0}.nedit-root div.image.no-image:not(.preview-image) img{display:none}.nedit-root div.image.no-image.preview-image .image-container:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:1}.theme-light .nedit-root div.image.no-image.preview-image .image-container:before{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root div.image.no-image.preview-image .image-container:before,.theme-dark .nedit-root div.image.no-image.preview-image .image-container:before{background-color:var(--white-8)}.nedit-root div.image.no-image .image-resizer,.nedit-root div.image.rotate-processing .image-resizer{display:none!important}.nedit-root div.image.remote-loading .image-resizer{display:none}.nedit-root div.image.remote-loading .image-container{max-width:100%}.nedit-root div.image.remote-loading .image-container img{display:none}.nedit-root div.image.remote-loading .image-remote-loading-container{width:250px;height:150px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:4px;border:1px solid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%}.theme-light .nedit-root div.image.remote-loading .image-remote-loading-container{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root div.image.remote-loading .image-remote-loading-container,.theme-dark .nedit-root div.image.remote-loading .image-remote-loading-container{border-color:var(--white-16)}.theme-light .nedit-root div.image.remote-loading .image-remote-loading-container{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root div.image.remote-loading .image-remote-loading-container,.theme-dark .nedit-root div.image.remote-loading .image-remote-loading-container{background-color:var(--davys-grey)}.nedit-root div.image.remote-loading .image-remote-loading-container .delete-image-btn{position:absolute;right:20px;top:20px;cursor:pointer}.nedit-root div.image.remote-loading .image-remote-loading-container .delete-image-btn svg{width:36px;height:36px}.nedit-root div.image.remote-loading .image-remote-loading-container .delete-image-btn:hover svg .graphic{opacity:1}.nedit-root div.image.remote-loading .image-remote-loading-container svg{width:72px;height:56px}.nedit-root div.image.remote-loading .image-remote-loading-container svg .graphic{opacity:.7}.theme-light .nedit-root div.image.remote-loading .image-remote-loading-container svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.image.remote-loading .image-remote-loading-container svg .graphic,.theme-dark .nedit-root div.image.remote-loading .image-remote-loading-container svg .graphic{fill:var(--ash-grey)}.theme-light .nedit-root div.image.remote-loading .image-remote-loading-container svg .grachic-background{fill:var(--white-smoke)}.theme-brand-dark-ios .nedit-root div.image.remote-loading .image-remote-loading-container svg .grachic-background,.theme-dark .nedit-root div.image.remote-loading .image-remote-loading-container svg .grachic-background{fill:var(--davys-grey)}.nedit-root div.image.remote-loading .image-remote-loading-container .loading-text{font-size:12px;margin-top:5px;position:relative}.theme-light .nedit-root div.image.remote-loading .image-remote-loading-container .loading-text{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.image.remote-loading .image-remote-loading-container .loading-text,.theme-dark .nedit-root div.image.remote-loading .image-remote-loading-container .loading-text{color:var(--lavender-grey)}.nedit-root div.image.rotate-processing img{opacity:.6}.nedit-root div.image .rotate-loader{font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:5px;left:5px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none;padding:5px 18px 5px 5px;border-radius:19px}.theme-light .nedit-root div.image .rotate-loader{background-color:var(--white)}.theme-brand-dark-ios .nedit-root div.image .rotate-loader,.theme-dark .nedit-root div.image .rotate-loader{background-color:var(--grey-brown)}.nedit-root div.image .rotate-loader .image-wait-icon{width:24px;height:24px;margin-right:5px}.nedit-root div.image .rotate-loader .image-wait-icon svg{width:24px;height:24px}.nedit-root div.image .rotate-loader .rotate-loader-wait-text{display:inline-block;white-space:nowrap;position:relative;font-size:12px;min-height:15px}.theme-light .nedit-root div.image .rotate-loader .rotate-loader-wait-text{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root div.image .rotate-loader .rotate-loader-wait-text,.theme-dark .nedit-root div.image .rotate-loader .rotate-loader-wait-text{color:var(--lavender-grey)}.nedit-root div.image .rotate-loader .rotate-loader-wait-text:after{content:"...";display:block;position:absolute;left:calc(100% + 1px);bottom:0;-webkit-animation:ellipsis-dot 1s .3s infinite;animation:ellipsis-dot 1s .3s infinite}.nedit-root div.image.preview-image+div.attachment-caption,.nedit-root div.image .rotate-loader.hidden,.nedit-root div.image [empty=true]{display:none}.nedit-root.size-normal div.image.preview-image{padding-bottom:31px}.nedit-root.size-large div.image.preview-image{padding-bottom:34px}.nedit-root.size-small div.image.preview-image{padding-bottom:27px}.nedit-root.move-img{cursor:move!important}.nedit-root.preview-mode div.image.focused-block img,.nedit-root.readonly-mode div.image.focused-block img{-webkit-filter:none;filter:none}.no-image-wrapper{position:relative;cursor:text;min-height:22px;z-index:99;text-align:left}.no-image-wrapper .popup-notification{-webkit-box-sizing:border-box;box-sizing:border-box}.no-image-wrapper .popup-notification.image-error-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.no-image-wrapper .popup-notification.image-error-enter-active{opacity:1}.no-image-wrapper .popup-notification.image-error-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.no-image-wrapper .popup-notification.image-error-leave-active{opacity:0}.no-image-wrapper .popup-notification .image-error-notification{font-size:14px;line-height:17px;width:258px;padding:16px;border:1px solid;border-radius:4px}.theme-light .no-image-wrapper .popup-notification .image-error-notification{background-color:var(--white)}.theme-brand-dark-ios .no-image-wrapper .popup-notification .image-error-notification,.theme-dark .no-image-wrapper .popup-notification .image-error-notification{background-color:var(--grey-brown)}.theme-light .no-image-wrapper .popup-notification .image-error-notification{border-color:var(--platinum)}.theme-brand-dark-ios .no-image-wrapper .popup-notification .image-error-notification,.theme-dark .no-image-wrapper .popup-notification .image-error-notification{border-color:var(--white-16)}.theme-light .no-image-wrapper .popup-notification .image-error-notification{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .no-image-wrapper .popup-notification .image-error-notification,.theme-dark .no-image-wrapper .popup-notification .image-error-notification{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-light .no-image-wrapper .popup-notification .image-error-notification{color:var(--rust-red)}.theme-brand-dark-ios .no-image-wrapper .popup-notification .image-error-notification,.theme-dark .no-image-wrapper .popup-notification .image-error-notification{color:var(--unheard-orche)}.no-image-wrapper .popup-notification .image-error-notification a{text-decoration:none}.theme-light .no-image-wrapper .popup-notification .image-error-notification a{color:var(--bondi-blue)}.theme-brand-dark-ios .no-image-wrapper .popup-notification .image-error-notification a,.theme-dark .no-image-wrapper .popup-notification .image-error-notification a{color:var(--light-green)}.no-image-wrapper .image-link-buffer{position:absolute;top:0;left:0;display:inline-block;font-size:16px;opacity:0;z-index:-9999;white-space:pre}.no-image-wrapper input.image-link-input{font-size:16px;line-height:22px;border:0;padding:0 10px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:-.09px;width:10px;min-width:11px;max-width:100%;font-family:inherit;vertical-align:middle;background:transparent;max-width:calc(100% - 26px)}.theme-light .no-image-wrapper input.image-link-input{color:var(--onyx)}.theme-brand-dark-ios .no-image-wrapper input.image-link-input,.theme-dark .no-image-wrapper input.image-link-input{color:var(--white-87)}.theme-light .no-image-wrapper input.image-link-input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .no-image-wrapper input.image-link-input,.theme-dark .no-image-wrapper input.image-link-input{caret-color:var(--spare-royal)}.no-image-wrapper .image-placeholder-delete{display:inline-block;vertical-align:middle;cursor:pointer}.no-image-wrapper .image-placeholder-delete svg{width:16px;height:16px}.no-image-wrapper .image-placeholder-delete svg .graphic{-webkit-transition:fill .2s ease,stroke .2s ease;transition:fill .2s ease,stroke .2s ease}.theme-light .no-image-wrapper .image-placeholder-delete:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .no-image-wrapper .image-placeholder-delete:hover svg .graphic,.theme-dark .no-image-wrapper .image-placeholder-delete:hover svg .graphic{fill:var(--spare-royal)}.theme-light .no-image-wrapper .image-placeholder-delete:hover svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .no-image-wrapper .image-placeholder-delete:hover svg .graphic_stroke,.theme-dark .no-image-wrapper .image-placeholder-delete:hover svg .graphic_stroke{stroke:var(--spare-royal)}.no-image-wrapper .image-placeholder-delete.ml{margin-left:10px}.no-image-wrapper .image-placeholder-abort{cursor:pointer;margin-left:5px}.no-image-wrapper .image-placeholder-abort svg{display:block}.no-image-wrapper .image-placeholder-abort svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .no-image-wrapper .image-placeholder-abort svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .no-image-wrapper .image-placeholder-abort svg .graphic,.theme-dark .no-image-wrapper .image-placeholder-abort svg .graphic{fill:var(--ash-grey)}.theme-light .no-image-wrapper .image-placeholder-abort:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .no-image-wrapper .image-placeholder-abort:hover svg .graphic,.theme-dark .no-image-wrapper .image-placeholder-abort:hover svg .graphic{fill:var(--spare-royal)}.no-image-wrapper .no-image-error{position:absolute;top:-12px;left:0;font-size:12px}.theme-light .no-image-wrapper .no-image-error{color:var(--rust-red)}.theme-brand-dark-ios .no-image-wrapper .no-image-error,.theme-dark .no-image-wrapper .no-image-error{color:var(--unheard-orche)}.no-image-wrapper .no-image-error.with-notification{cursor:pointer}.no-image-wrapper .no-image-content-wrapper{font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none}.no-image-wrapper .no-image-content-wrapper.hidden{display:none}.no-image-wrapper .no-image-content-wrapper.no-image-placeholder-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.no-image-wrapper .no-image-content-wrapper.no-image-placeholder-enter-active{opacity:1}.no-image-wrapper .no-image-content-wrapper .no-image-text{display:inline;vertical-align:middle}.theme-light .no-image-wrapper .no-image-content-wrapper .no-image-text{color:var(--davys-grey)}.theme-brand-dark-ios .no-image-wrapper .no-image-content-wrapper .no-image-text,.theme-dark .no-image-wrapper .no-image-content-wrapper .no-image-text{color:var(--lavender-grey)}.no-image-wrapper .no-image-content-wrapper .no-image-text.add-image{position:relative}.no-image-wrapper .no-image-content-wrapper .no-image-text.uploading-image{font-size:12px}.no-image-wrapper .no-image-content-wrapper .editor-progress-ring{display:inline-block;vertical-align:middle;margin-right:5px;position:relative}.no-image-wrapper .no-image-content-wrapper .editor-progress-ring .progress-ring-percent{position:absolute;font-size:9px;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}.no-image-wrapper .no-image-content-wrapper .editor-progress-ring svg{display:block}.no-image-wrapper .no-image-content-wrapper .image-browse{display:inline;cursor:pointer}.theme-light .no-image-wrapper .no-image-content-wrapper .image-browse{color:var(--bondi-blue)}.theme-brand-dark-ios .no-image-wrapper .no-image-content-wrapper .image-browse,.theme-dark .no-image-wrapper .no-image-content-wrapper .image-browse{color:var(--light-green)}.no-image-wrapper.uploading:not(.on-preview) .no-image-content-wrapper{top:-6px}.no-image-wrapper.uploading.on-preview .no-image-content-wrapper{padding:2px 8px 2px 2px;border-radius:19px}.theme-light .no-image-wrapper.uploading.on-preview .no-image-content-wrapper{background-color:var(--white)}.theme-brand-dark-ios .no-image-wrapper.uploading.on-preview .no-image-content-wrapper,.theme-dark .no-image-wrapper.uploading.on-preview .no-image-content-wrapper{background-color:var(--grey-brown)}.no-image-wrapper.uploading.on-preview .no-image-content-wrapper .no-image-text.uploading-image{display:inline-block;white-space:nowrap}.no-image-wrapper.uploading.hidden{display:none}.no-image-wrapper.uploading.wait{text-align:center}.no-image-wrapper.uploading.wait .image-loading-icon{display:inline-block}.popup-menu.image-info-popup,.popup-menu.text-from-image-popup{width:500px;z-index:100}@media screen and (max-width:550px){.popup-menu.image-info-popup,.popup-menu.text-from-image-popup{width:90vw}}.image-info-enter.popup-menu.image-info-popup,.image-info-enter.popup-menu.text-from-image-popup,.image-info-leave.popup-menu.image-info-popup,.image-info-leave.popup-menu.text-from-image-popup{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.image-info-enter.popup-menu.image-info-popup,.image-info-enter.popup-menu.text-from-image-popup{opacity:0}.image-info-enter-active.popup-menu.image-info-popup,.image-info-enter-active.popup-menu.text-from-image-popup{opacity:1}.image-info-leave-active.popup-menu.image-info-popup,.image-info-leave-active.popup-menu.text-from-image-popup{opacity:0}.popup-menu.image-info-popup .popup-dialog-body .image-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:8px;font-size:13px;line-height:18px;letter-spacing:-.08px}.popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-label{-ms-flex-preferred-size:25%;flex-basis:25%}.theme-light .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-label{color:var(--onyx)}.theme-brand-dark-ios .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-label,.theme-dark .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-label{color:var(--white-87)}.popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info{-ms-flex-preferred-size:calc(75% - 41px);flex-basis:calc(75% - 41px);white-space:nowrap;max-width:calc(75% - 41px)}.theme-light .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info,.theme-dark .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info{color:var(--lavender-grey)}.popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info .popup-image-location{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info .popup-image-location .image-location-url{overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:calc(100% - 60px);-ms-flex:calc(100% - 60px) 0 0px;flex:calc(100% - 60px) 0 0}.popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info .popup-image-location .copy-image-url{-webkit-box-flex:56px;-ms-flex:56px 0 0px;flex:56px 0 0;cursor:pointer}.theme-light .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info .popup-image-location .copy-image-url{color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info .popup-image-location .copy-image-url,.theme-dark .popup-menu.image-info-popup .popup-dialog-body .image-info-item .image-info-item-info .popup-image-location .copy-image-url{color:var(--light-green)}.popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-content{font-size:13px;border-radius:5px;border:1px solid}.theme-light .popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-content{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-content,.theme-dark .popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-content{border-color:var(--white-16)}.popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-content textarea{width:96%;height:210px;margin:5px 2% 2px;border:0;resize:none}.popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-copy{font-size:13px;margin:5px 0 -25px;display:block;cursor:pointer;line-height:30px}.theme-light .popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-copy{color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-copy,.theme-dark .popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-copy{color:var(--light-green)}.popup-menu.text-from-image-popup .popup-dialog-body .text-from-image-no-text{font-size:14px;text-align:center}.on-blot-drop .image.over-width-enabled{opacity:.3}.note-container .clipboard>.image{-webkit-box-shadow:none;box-shadow:none}.note-container .clipboard>.image img{max-width:100%}.note-container .clipboard>.no-image-wrapper *{background:transparent}.theme-light .nedit-root:not(.preview-mode):not(.readonly-mode) div.image:not(.no-image).focused-block .image-container{-webkit-box-shadow:0 0 0 2px var(--bondi-blue);box-shadow:0 0 0 2px var(--bondi-blue)}.theme-brand-dark-ios .nedit-root:not(.preview-mode):not(.readonly-mode) div.image:not(.no-image).focused-block .image-container,.theme-dark .nedit-root:not(.preview-mode):not(.readonly-mode) div.image:not(.no-image).focused-block .image-container{-webkit-box-shadow:0 0 0 2px var(--spare-royal);box-shadow:0 0 0 2px var(--spare-royal)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes blink{0%{opacity:0}to{opacity:1}}@keyframes ellipsis-dot{25%{content:""}50%{content:"."}75%{content:".."}to{content:"..."}}@-webkit-keyframes ellipsis-dot{25%{content:""}50%{content:"."}75%{content:".."}to{content:"..."}}.nedit-root ul.editor-list{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0;padding-left:52px;list-style:none;word-break:break-all}.nedit-root ul.editor-list+ul.editor-list{margin-top:20px}.nedit-root ul.editor-list .list-item{margin-bottom:8px;position:relative}.nedit-root ul.editor-list .list-item.indent-1{margin-left:23px}.nedit-root ul.editor-list .list-item.indent-2{margin-left:46px}.nedit-root ul.editor-list .list-item.indent-3{margin-left:69px}.nedit-root ul.editor-list .list-item.indent-4{margin-left:92px}.nedit-root ul.editor-list .list-item.indent-5{margin-left:115px}.nedit-root ul.editor-list .list-item.indent-6{margin-left:138px}.nedit-root ul.editor-list .list-item.indent-7{margin-left:161px}.nedit-root ul.editor-list .list-item.indent-8{margin-left:184px}.nedit-root ul.editor-list .list-item.indent-9{margin-left:207px}.nedit-root ul.editor-list .list-item.indent-10{margin-left:230px}.nedit-root ul.editor-list .list-item.indent-11{margin-left:253px}.nedit-root ul.editor-list .list-item.indent-12{margin-left:276px}.nedit-root ul.editor-list .list-item.indent-13{margin-left:299px}.nedit-root ul.editor-list .list-item.indent-14{margin-left:322px}.nedit-root ul.editor-list .list-item.indent-15{margin-left:345px}.nedit-root ul.editor-list .list-item.indent-16{margin-left:368px}.nedit-root ul.editor-list .list-item.indent-17{margin-left:391px}.nedit-root ul.editor-list .list-item.indent-18{margin-left:414px}.nedit-root ul.editor-list .list-item.indent-19{margin-left:437px}.nedit-root ul.editor-list .list-item.indent-20{margin-left:460px}.nedit-root ul.editor-list .list-item.indent-21{margin-left:483px}.nedit-root ul.editor-list .list-item.indent-22{margin-left:506px}.nedit-root ul.editor-list .list-item.indent-23{margin-left:529px}.nedit-root ul.editor-list .list-item.indent-24{margin-left:552px}.nedit-root ul.editor-list .list-item.indent-25{margin-left:575px}.nedit-root ul.editor-list .list-item.indent-26{margin-left:598px}.nedit-root ul.editor-list .list-item.indent-27{margin-left:621px}.nedit-root ul.editor-list .list-item.indent-28{margin-left:644px}.nedit-root ul.editor-list .list-item.indent-29{margin-left:667px}.nedit-root ul.editor-list .list-item.list-item-hidden{display:none}.nedit-root ul.editor-list .list-item:before{content:"";left:-72px;position:absolute;width:72px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:-1;height:100%;cursor:default}.nedit-root ul.editor-list .list-item:after{content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:-2;left:auto;background-color:initial}.nedit-root ul.editor-list .list-item.collapsed-list-item:after{border:1px solid}.theme-light .nedit-root ul.editor-list .list-item.collapsed-list-item:after{border-color:var(--black-60)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.collapsed-list-item:after,.theme-dark .nedit-root ul.editor-list .list-item.collapsed-list-item:after{border-color:var(--ash-grey)}.nedit-root ul.editor-list .list-item.list-item-checkbox:after{width:20px;height:20px;right:calc(100% + 8px);top:3px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M0 3a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H3a3 3 0 01-3-3V3zm3-1a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V3a1 1 0 00-1-1H3z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:16px 16px;z-index:0;cursor:pointer;-webkit-print-color-adjust:exact;print-color-adjust:exact}.nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg' color='%2300a1b7'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M2 0a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2H2zm12.268 6.64a1 1 0 10-1.536-1.28l-4.406 5.287-2.745-1.96a1 1 0 00-1.162 1.627l3.5 2.5.755.54.594-.714 5-6z' fill='currentColor'/%3E%3C/svg%3E")}.theme-light .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]{color:var(--black-36)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true],.theme-dark .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]{color:var(--white-36)}.nedit-root ul.editor-list .list-item.list-item-checkbox.mouseover-checkbox{cursor:pointer}.nedit-root ul.editor-list .list-item.list-item-bullet:after{width:20px;height:20px;right:calc(100% + 8px);top:2px;background-repeat:no-repeat;background-position:50%;background-size:10px 10px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=circle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Ccircle class='graphic' cx='12' cy='12' r='10' fill='%235C6061'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rectangle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=star]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%235C6061' fill-rule='evenodd' d='M10.548 3.807c.467-1.343 2.367-1.343 2.834 0l1.65 4.748 5.026.103c1.422.029 2.009 1.836.875 2.695l-4.005 3.037 1.455 4.81c.412 1.362-1.125 2.479-2.292 1.666l-4.126-2.87-4.126 2.87c-1.167.813-2.704-.304-2.293-1.665l1.456-4.811-4.006-3.037c-1.133-.86-.546-2.666.876-2.695l5.026-.103 1.65-4.748z'/%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=dart]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M21.12 11.069L3.459 4.158c-.91-.357-1.74.672-1.196 1.486l3.867 5.801a1 1 0 010 1.11l-3.867 5.801c-.543.814.285 1.843 1.196 1.486l17.661-6.911c.848-.331.848-1.531 0-1.862z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rounded]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-2a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=arrow]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%235C6061' fill-rule='evenodd' d='M11.293 3.293a1 1 0 011.414 0L20.05 11h.008l-7.35-7.708 8 8a1 1 0 01.293.698V12l-.001.048a.997.997 0 01-.292.66l-8 8a1 1 0 01-1.414-1.415L17.586 13H4a1 1 0 110-2h13.586l-6.293-6.293a1 1 0 010-1.414z'/%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item.list-item-bullet[list-style=diamond]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M3.414 10.586l7.172-7.172a2 2 0 012.828 0l7.172 7.172a2 2 0 010 2.828l-7.172 7.172a2 2 0 01-2.828 0l-7.172-7.172a2 2 0 010-2.828z'/%3E%3C/g%3E%3C/svg%3E")}.nedit-root ul.editor-list .list-item-number{list-style:none;counter-increment:numbered-list-0;counter-reset:numbered-list-1 numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5}.nedit-root ul.editor-list .list-item-number:after{max-width:72px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;line-height:20px;right:calc(100% + 3px);top:2px;padding-left:3px;word-spacing:-2px;white-space:nowrap}.nedit-root ul.editor-list .list-item-number.one-cnt-sym:after{right:calc(100% + 9px)}.nedit-root ul.editor-list .list-item-number.collapsed-list-item:after{border:0;-webkit-box-shadow:inset 0 0 0 1px var(--black-60);box-shadow:inset 0 0 0 1px var(--black-60)}.nedit-root ul.editor-list .indent-0:not(.list-item-number)+.list-item-number.indent-0{counter-reset:numbered-list-0}.nedit-root ul.editor-list .indent-1:not(.list-item-number)+.list-item-number.indent-1{counter-reset:numbered-list-1}.nedit-root ul.editor-list .indent-2:not(.list-item-number)+.list-item-number.indent-2{counter-reset:numbered-list-2}.nedit-root ul.editor-list .indent-3:not(.list-item-number)+.list-item-number.indent-3{counter-reset:numbered-list-3}.nedit-root ul.editor-list .indent-4:not(.list-item-number)+.list-item-number.indent-4{counter-reset:numbered-list-4}.nedit-root ul.editor-list .indent-5:not(.list-item-number)+.list-item-number.indent-5{counter-reset:numbered-list-5}.nedit-root ul.editor-list .indent-6:not(.list-item-number)+.list-item-number.indent-6{counter-reset:numbered-list-6}.nedit-root ul.editor-list .indent-7:not(.list-item-number)+.list-item-number.indent-7{counter-reset:numbered-list-7}.nedit-root ul.editor-list .indent-8:not(.list-item-number)+.list-item-number.indent-8{counter-reset:numbered-list-8}.nedit-root ul.editor-list .indent-9:not(.list-item-number)+.list-item-number.indent-9{counter-reset:numbered-list-9}.nedit-root ul.editor-list .indent-10:not(.list-item-number)+.list-item-number.indent-10{counter-reset:numbered-list-10}.nedit-root ul.editor-list .indent-11:not(.list-item-number)+.list-item-number.indent-11{counter-reset:numbered-list-11}.nedit-root ul.editor-list .indent-12:not(.list-item-number)+.list-item-number.indent-12{counter-reset:numbered-list-12}.nedit-root ul.editor-list .indent-13:not(.list-item-number)+.list-item-number.indent-13{counter-reset:numbered-list-13}.nedit-root ul.editor-list .indent-14:not(.list-item-number)+.list-item-number.indent-14{counter-reset:numbered-list-14}.nedit-root ul.editor-list .indent-15:not(.list-item-number)+.list-item-number.indent-15{counter-reset:numbered-list-15}.nedit-root ul.editor-list .indent-16:not(.list-item-number)+.list-item-number.indent-16{counter-reset:numbered-list-16}.nedit-root ul.editor-list .indent-17:not(.list-item-number)+.list-item-number.indent-17{counter-reset:numbered-list-17}.nedit-root ul.editor-list .indent-18:not(.list-item-number)+.list-item-number.indent-18{counter-reset:numbered-list-18}.nedit-root ul.editor-list .indent-19:not(.list-item-number)+.list-item-number.indent-19{counter-reset:numbered-list-19}.nedit-root ul.editor-list .indent-20:not(.list-item-number)+.list-item-number.indent-20{counter-reset:numbered-list-20}.nedit-root ul.editor-list .indent-21:not(.list-item-number)+.list-item-number.indent-21{counter-reset:numbered-list-21}.nedit-root ul.editor-list .indent-22:not(.list-item-number)+.list-item-number.indent-22{counter-reset:numbered-list-22}.nedit-root ul.editor-list .indent-23:not(.list-item-number)+.list-item-number.indent-23{counter-reset:numbered-list-23}.nedit-root ul.editor-list .indent-24:not(.list-item-number)+.list-item-number.indent-24{counter-reset:numbered-list-24}.nedit-root ul.editor-list .indent-25:not(.list-item-number)+.list-item-number.indent-25{counter-reset:numbered-list-25}.nedit-root ul.editor-list .indent-26:not(.list-item-number)+.list-item-number.indent-26{counter-reset:numbered-list-26}.nedit-root ul.editor-list .indent-27:not(.list-item-number)+.list-item-number.indent-27{counter-reset:numbered-list-27}.nedit-root ul.editor-list .indent-28:not(.list-item-number)+.list-item-number.indent-28{counter-reset:numbered-list-28}.nedit-root ul.editor-list .indent-29:not(.list-item-number)+.list-item-number.indent-29{counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number:after,.nedit-root ul.editor-list.number-template-default .list-item-number:after{content:counter(numbered-list-0,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-1,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-1:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-2,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-2:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-3,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-3:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-4,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-4:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-5,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-5:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-6,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-6:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-7,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-7:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-8,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-8:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-9,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-9:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-10,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-10:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-11,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-11:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-12,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-12:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-13,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-13:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-14,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-14:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-15,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-15:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-16,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-16:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-17,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-17:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-18,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-18:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-19,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-19:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-20,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-20:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-21,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-21:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-22,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-22:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-23,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-23:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-24,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-24:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-25,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-25:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-26,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-26:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-27,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-27:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-28,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-28:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-29,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-29:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-30,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-period .list-item-number.indent-30:after,.nedit-root ul.editor-list.number-template-default .list-item-number.indent-30:after{content:counter(numbered-list-30,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number:after{content:counter(numbered-list-0,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ") "}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-decimal-latinlower-romanlower-parentheses .list-item-number.indent-30:after{content:counter(numbered-list-30,decimal) ") "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number:after{content:counter(numbered-list-0,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-1:after{content:counter(numbered-list-0,decimal) "." counter(numbered-list-1,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-2:after{content:counter(numbered-list-0,decimal) "." counter(numbered-list-1,decimal) "." counter(numbered-list-2,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-4:after{content:counter(numbered-list-3,decimal) "." counter(numbered-list-4,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-5:after{content:counter(numbered-list-3,decimal) "." counter(numbered-list-4,decimal) "." counter(numbered-list-5,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-7:after{content:counter(numbered-list-6,decimal) "." counter(numbered-list-7,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-8:after{content:counter(numbered-list-6,decimal) "." counter(numbered-list-7,decimal) "." counter(numbered-list-8,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-10:after{content:counter(numbered-list-9,decimal) "." counter(numbered-list-10,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-11:after{content:counter(numbered-list-9,decimal) "." counter(numbered-list-10,decimal) "." counter(numbered-list-11,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-13:after{content:counter(numbered-list-12,decimal) "." counter(numbered-list-13,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-14:after{content:counter(numbered-list-12,decimal) "." counter(numbered-list-13,decimal) "." counter(numbered-list-14,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-16:after{content:counter(numbered-list-15,decimal) "." counter(numbered-list-16,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-17:after{content:counter(numbered-list-15,decimal) "." counter(numbered-list-16,decimal) "." counter(numbered-list-17,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-19:after{content:counter(numbered-list-18,decimal) "." counter(numbered-list-19,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-20:after{content:counter(numbered-list-18,decimal) "." counter(numbered-list-19,decimal) "." counter(numbered-list-20,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-22:after{content:counter(numbered-list-21,decimal) "." counter(numbered-list-22,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-23:after{content:counter(numbered-list-21,decimal) "." counter(numbered-list-22,decimal) "." counter(numbered-list-23,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-25:after{content:counter(numbered-list-24,decimal) "." counter(numbered-list-25,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-26:after{content:counter(numbered-list-24,decimal) "." counter(numbered-list-25,decimal) "." counter(numbered-list-26,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-28:after{content:counter(numbered-list-27,decimal) "." counter(numbered-list-28,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-outline .list-item-number.indent-29:after{content:counter(numbered-list-27,decimal) "." counter(numbered-list-28,decimal) "." counter(numbered-list-29,decimal) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number:after{content:counter(numbered-list-0,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-3:after{content:counter(numbered-list-3,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-6:after{content:counter(numbered-list-6,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-9:after{content:counter(numbered-list-9,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-12:after{content:counter(numbered-list-12,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-15:after{content:counter(numbered-list-15,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-18:after{content:counter(numbered-list-18,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-21:after{content:counter(numbered-list-21,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-24:after{content:counter(numbered-list-24,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-27:after{content:counter(numbered-list-27,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ". "}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-latinupper-latinlower-romanlower .list-item-number.indent-30:after{content:counter(numbered-list-30,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number{margin-left:70px}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number:after{content:counter(numbered-list-0,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-1:after{content:counter(numbered-list-1,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-2:after{content:counter(numbered-list-2,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-3:after{content:counter(numbered-list-3,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-4:after{content:counter(numbered-list-4,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-5:after{content:counter(numbered-list-5,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-6:after{content:counter(numbered-list-6,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-7:after{content:counter(numbered-list-7,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-8:after{content:counter(numbered-list-8,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-9:after{content:counter(numbered-list-9,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-10:after{content:counter(numbered-list-10,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-11:after{content:counter(numbered-list-11,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-12:after{content:counter(numbered-list-12,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-13:after{content:counter(numbered-list-13,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-14:after{content:counter(numbered-list-14,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-15:after{content:counter(numbered-list-15,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-16:after{content:counter(numbered-list-16,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-17:after{content:counter(numbered-list-17,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-18:after{content:counter(numbered-list-18,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-19:after{content:counter(numbered-list-19,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-20:after{content:counter(numbered-list-20,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-21:after{content:counter(numbered-list-21,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-22:after{content:counter(numbered-list-22,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-23:after{content:counter(numbered-list-23,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-24:after{content:counter(numbered-list-24,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-25:after{content:counter(numbered-list-25,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-26:after{content:counter(numbered-list-26,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-27:after{content:counter(numbered-list-27,upper-roman) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-28:after{content:counter(numbered-list-28,upper-alpha) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-29:after{content:counter(numbered-list-29,decimal) ". "}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-romanupper-latinupper-decimal .list-item-number.indent-30:after{content:counter(numbered-list-30,upper-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number:after{content:counter(numbered-list-0,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-7:after{content:counter(numbered-list-7,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-8:after{content:counter(numbered-list-8,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-10:after{content:counter(numbered-list-10,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-11:after{content:counter(numbered-list-11,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-13:after{content:counter(numbered-list-13,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-14:after{content:counter(numbered-list-14,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-16:after{content:counter(numbered-list-16,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-17:after{content:counter(numbered-list-17,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-19:after{content:counter(numbered-list-19,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-20:after{content:counter(numbered-list-20,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-22:after{content:counter(numbered-list-22,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-23:after{content:counter(numbered-list-23,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-25:after{content:counter(numbered-list-25,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-26:after{content:counter(numbered-list-26,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-28:after{content:counter(numbered-list-28,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-29:after{content:counter(numbered-list-29,lower-roman) ". "}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-30{counter-increment:numbered-list-30}.nedit-root ul.editor-list.number-template-decimalzero-latinlower-romanlower .list-item-number.indent-30:after{content:counter(numbered-list-30,decimal-leading-zero) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number:after{content:counter(numbered-list-0,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-1:after{content:counter(numbered-list-1,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-2:after{content:counter(numbered-list-2,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-3:after{content:counter(numbered-list-3,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5 numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-4:after{content:counter(numbered-list-4,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6 numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-5:after{content:counter(numbered-list-5,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-6{counter-increment:numbered-list-6;counter-reset:numbered-list-7 numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-6:after{content:counter(numbered-list-6,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-7{counter-increment:numbered-list-7;counter-reset:numbered-list-8 numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-7:after{content:counter(numbered-list-7,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-8{counter-increment:numbered-list-8;counter-reset:numbered-list-9 numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-8:after{content:counter(numbered-list-8,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-9{counter-increment:numbered-list-9;counter-reset:numbered-list-10 numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-9:after{content:counter(numbered-list-9,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-10{counter-increment:numbered-list-10;counter-reset:numbered-list-11 numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-10:after{content:counter(numbered-list-10,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-11{counter-increment:numbered-list-11;counter-reset:numbered-list-12 numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-11:after{content:counter(numbered-list-11,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-12{counter-increment:numbered-list-12;counter-reset:numbered-list-13 numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-12:after{content:counter(numbered-list-12,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-13{counter-increment:numbered-list-13;counter-reset:numbered-list-14 numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-13:after{content:counter(numbered-list-13,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-14{counter-increment:numbered-list-14;counter-reset:numbered-list-15 numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-14:after{content:counter(numbered-list-14,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-15{counter-increment:numbered-list-15;counter-reset:numbered-list-16 numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-15:after{content:counter(numbered-list-15,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-16{counter-increment:numbered-list-16;counter-reset:numbered-list-17 numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-16:after{content:counter(numbered-list-16,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-17{counter-increment:numbered-list-17;counter-reset:numbered-list-18 numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-17:after{content:counter(numbered-list-17,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-18{counter-increment:numbered-list-18;counter-reset:numbered-list-19 numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-18:after{content:counter(numbered-list-18,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-19{counter-increment:numbered-list-19;counter-reset:numbered-list-20 numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-19:after{content:counter(numbered-list-19,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-20{counter-increment:numbered-list-20;counter-reset:numbered-list-21 numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-20:after{content:counter(numbered-list-20,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-21{counter-increment:numbered-list-21;counter-reset:numbered-list-22 numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-21:after{content:counter(numbered-list-21,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-22{counter-increment:numbered-list-22;counter-reset:numbered-list-23 numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-22:after{content:counter(numbered-list-22,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-23{counter-increment:numbered-list-23;counter-reset:numbered-list-24 numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-23:after{content:counter(numbered-list-23,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-24{counter-increment:numbered-list-24;counter-reset:numbered-list-25 numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-24:after{content:counter(numbered-list-24,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-25{counter-increment:numbered-list-25;counter-reset:numbered-list-26 numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-25:after{content:counter(numbered-list-25,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-26{counter-increment:numbered-list-26;counter-reset:numbered-list-27 numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-26:after{content:counter(numbered-list-26,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-27{counter-increment:numbered-list-27;counter-reset:numbered-list-28 numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-27:after{content:counter(numbered-list-27,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-28{counter-increment:numbered-list-28;counter-reset:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-28:after{content:counter(numbered-list-28,decimal) ". "}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-29{counter-increment:numbered-list-29}.nedit-root ul.editor-list.number-template-decimal-all .list-item-number.indent-29:after{content:counter(numbered-list-29,decimal) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number:after{content:counter(numbered-list-0,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-1{counter-increment:numbered-list-1;counter-reset:numbered-list-2 numbered-list-3 numbered-list-4 numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-1:after{content:counter(numbered-list-1,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-2{counter-increment:numbered-list-2;counter-reset:numbered-list-3 numbered-list-4 numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-2:after{content:counter(numbered-list-2,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-3{counter-increment:numbered-list-3;counter-reset:numbered-list-4 numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-3:after{content:counter(numbered-list-3,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-4{counter-increment:numbered-list-4;counter-reset:numbered-list-5}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-4:after{content:counter(numbered-list-4,lower-alpha) ". "}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-5{counter-increment:numbered-list-5;counter-reset:numbered-list-6}.nedit-root ul.editor-list.number-template-latinlower-all .list-item-number.indent-5:after{content:counter(numbered-list-5,lower-alpha) ". "}.nedit-root.size-small ul.editor-list .list-item.list-item-checkbox:after{width:18px;height:18px;top:1.5px;background-size:14px 14px}.nedit-root.size-small ul.editor-list .list-item.list-item-bullet:after{width:18px;height:18px;top:1.5px;background-size:8px 8px}.nedit-root.size-small ul.editor-list .list-item.list-item-number:after{height:18px;line-height:18px;top:1.5px}.nedit-root.size-small ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 10px)}.nedit-root.size-large ul.editor-list .list-item.list-item-checkbox:after{width:22px;height:22px;top:2.5px;background-size:18px 18px}.nedit-root.size-large ul.editor-list .list-item.list-item-bullet:after{width:22px;height:22px;top:2.5px;background-size:12px 12px}.nedit-root.size-large ul.editor-list .list-item.list-item-number:after{height:22px;line-height:22px;top:2.5px}.nedit-root.size-large ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 9px)}.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-bullet:after,.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-checkbox:after,.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-number:after{top:3px}.nedit-root.style-handwritten.size-small ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 9px)}.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-bullet:after,.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-checkbox:after,.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-number:after{top:3.5px}.nedit-root.style-handwritten.size-normal ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-bullet:after,.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-checkbox:after,.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-number:after{top:4px}.nedit-root.style-handwritten.size-large ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-mono.size-small ul.editor-list .list-item.list-item-number:after{word-spacing:-5px;letter-spacing:-1px}.nedit-root.style-mono.size-small ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-mono.size-normal ul.editor-list .list-item.list-item-number:after{word-spacing:-7px;letter-spacing:-1px}.nedit-root.style-mono.size-normal ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.nedit-root.style-mono.size-large ul.editor-list .list-item.list-item-number:after{word-spacing:-8px;letter-spacing:-1px}.nedit-root.style-mono.size-large ul.editor-list .list-item.list-item-number.one-cnt-sym:after{right:calc(100% + 8px)}.is-ff .nedit-root ul.editor-list .list-item-number:after{width:-moz-max-content}.list-item-collapse-component.blotlocked{margin-left:24px}.list-item-collapse-component .list-collapse-icon{position:relative;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease;width:24px;height:24px;padding:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.list-item-collapse-component .list-collapse-icon:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;bottom:0;left:0;right:0;top:0;background:none;background-color:transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:-1}.list-item-collapse-component .list-collapse-icon svg{margin-top:1px;width:10px;height:7px}.theme-light .list-item-collapse-component .list-collapse-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .list-item-collapse-component .list-collapse-icon svg .graphic,.theme-dark .list-item-collapse-component .list-collapse-icon svg .graphic{fill:var(--ash-grey)}.list-item-collapse-component .list-collapse-icon.collapsed{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.list-item-collapse-component .list-collapse-icon:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.theme-brand-dark-ios .list-item-collapse-component .list-collapse-icon:hover:before,.theme-dark .list-item-collapse-component .list-collapse-icon:hover:before,.theme-light .list-item-collapse-component .list-collapse-icon:hover:before{background-color:var(--bondi-blue-54)}.theme-light .list-item-collapse-component .list-collapse-icon:hover svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .list-item-collapse-component .list-collapse-icon:hover svg .graphic,.theme-dark .list-item-collapse-component .list-collapse-icon:hover svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item-number.collapsed-list-item:after,.theme-dark .nedit-root ul.editor-list .list-item-number.collapsed-list-item:after{-webkit-box-shadow:inset 0 0 0 1px var(--ash-grey);box-shadow:inset 0 0 0 1px var(--ash-grey)}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-checkbox:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-checkbox:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M0 3a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H3a3 3 0 01-3-3V3zm3-1a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V3a1 1 0 00-1-1H3z' fill='%23aeb7b8'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-checkbox[data-checked=true]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg' color='%2300a1b7'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M2 0a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2H2zm12.268 6.64a1 1 0 10-1.536-1.28l-4.406 5.287-2.745-1.96a1 1 0 00-1.162 1.627l3.5 2.5.755.54.594-.714 5-6z' fill='currentColor'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=circle]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=circle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Ccircle class='graphic' cx='12' cy='12' r='10' fill='%23fff' fill-opacity='.87'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rectangle]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rectangle]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6z'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=star]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=star]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' fill-rule='evenodd' d='M10.548 3.807c.467-1.343 2.367-1.343 2.834 0l1.65 4.748 5.026.103c1.422.029 2.009 1.836.875 2.695l-4.005 3.037 1.455 4.81c.412 1.362-1.125 2.479-2.292 1.666l-4.126-2.87-4.126 2.87c-1.167.813-2.704-.304-2.293-1.665l1.456-4.811-4.006-3.037c-1.133-.86-.546-2.666.876-2.695l5.026-.103 1.65-4.748z'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=dart]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=dart]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M21.12 11.069L3.459 4.158c-.91-.357-1.74.672-1.196 1.486l3.867 5.801a1 1 0 010 1.11l-3.867 5.801c-.543.814.285 1.843 1.196 1.486l17.661-6.911c.848-.331.848-1.531 0-1.862z'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rounded]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=rounded]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-2a8 8 0 110-16 8 8 0 010 16z'/%3E%3C/g%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=arrow]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=arrow]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' fill-rule='evenodd' d='M11.293 3.293a1 1 0 011.414 0L20.05 11h.008l-7.35-7.708 8 8a1 1 0 01.293.698V12l-.001.048a.997.997 0 01-.292.66l-8 8a1 1 0 01-1.414-1.415L17.586 13H4a1 1 0 110-2h13.586l-6.293-6.293a1 1 0 010-1.414z'/%3E%3C/svg%3E")}.theme-brand-dark-ios .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=diamond]:after,.theme-dark .nedit-root ul.editor-list .list-item.list-item-bullet[list-style=diamond]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath class='graphic' fill='%23fff' fill-opacity='.87' d='M3.414 10.586l7.172-7.172a2 2 0 012.828 0l7.172 7.172a2 2 0 010 2.828l-7.172 7.172a2 2 0 01-2.828 0l-7.172-7.172a2 2 0 010-2.828z'/%3E%3C/g%3E%3C/svg%3E")}div.paragraph,div.text-blot{position:relative;word-break:break-word;min-width:46px;margin-bottom:5px;margin-top:5px}div.paragraph+div.paragraph,div.paragraph+div.text-blot,div.text-blot+div.paragraph,div.text-blot+div.text-blot{margin-top:8px}div.paragraph+.nedit-heading.editable-text,div.text-blot+.nedit-heading.editable-text{margin-top:14px}div.paragraph b,div.paragraph strong,div.text-blot b,div.text-blot strong{font-weight:600}.paragraph{-webkit-print-color-adjust:exact;print-color-adjust:exact}.paragraph.indent-1{margin-left:3%}.paragraph.indent-2{margin-left:6%}.paragraph.indent-3{margin-left:9%}.paragraph.indent-4{margin-left:12%}.paragraph.indent-5{margin-left:15%}.paragraph.indent-6{margin-left:18%}.paragraph.indent-7{margin-left:21%}.paragraph.indent-8{margin-left:24%}.paragraph.indent-9{margin-left:27%}.paragraph.indent-10{margin-left:30%}.paragraph.indent-11{margin-left:33%}.paragraph.indent-12{margin-left:36%}.paragraph.indent-13{margin-left:39%}.paragraph.indent-14{margin-left:42%}.paragraph.indent-15{margin-left:45%}.paragraph.indent-16{margin-left:48%}.paragraph.indent-17{margin-left:51%}.paragraph.indent-18{margin-left:54%}.paragraph.indent-19{margin-left:57%}.paragraph.indent-20{margin-left:60%}.paragraph.indent-21{margin-left:63%}.paragraph.indent-22{margin-left:66%}.paragraph.indent-23{margin-left:69%}.paragraph.indent-24{margin-left:72%}.paragraph.indent-25{margin-left:75%}.paragraph.indent-26{margin-left:78%}.paragraph.indent-27{margin-left:81%}.paragraph.indent-28{margin-left:84%}.paragraph.indent-29{margin-left:87%}.paragraph.indent-30{margin-left:90%}.nedit-root.size-small div.paragraph+div.paragraph,.nedit-root.size-small div.paragraph+div.text-blot,.nedit-root.size-small div.text-blot+div.paragraph,.nedit-root.size-small div.text-blot+div.text-blot{margin-top:6px}.nedit-root.size-small div.paragraph+.nedit-heading,.nedit-root.size-small div.text-blot+.nedit-heading{margin-top:12px}.nedit-root.size-large div.paragraph+div.paragraph,.nedit-root.size-large div.paragraph+div.text-blot,.nedit-root.size-large div.text-blot+div.paragraph,.nedit-root.size-large div.text-blot+div.text-blot{margin-top:8px}.nedit-root.size-large div.paragraph+.nedit-heading,.nedit-root.size-large div.text-blot+.nedit-heading{margin-top:16px}.preview-mode.size-small .editable-text:not(h1):not(h2):not(h3):not(pre),.readonly-mode.size-small .editable-text:not(h1):not(h2):not(h3):not(pre){min-height:19px}.preview-mode.size-normal .editable-text:not(h1):not(h2):not(h3):not(pre),.readonly-mode.size-normal .editable-text:not(h1):not(h2):not(h3):not(pre){min-height:24px}.preview-mode.size-large .editable-text:not(h1):not(h2):not(h3):not(pre),.readonly-mode.size-large .editable-text:not(h1):not(h2):not(h3):not(pre){min-height:28px}.preview-mode.style-handwritten.size-small .editable-text:not(h1):not(h2):not(h3):not(pre),.readonly-mode.style-handwritten.size-small .editable-text:not(h1):not(h2):not(h3):not(pre){min-height:24px}.preview-mode.style-handwritten.size-normal .editable-text:not(h1):not(h2):not(h3):not(pre),.readonly-mode.style-handwritten.size-normal .editable-text:not(h1):not(h2):not(h3):not(pre){min-height:30px}.preview-mode.style-handwritten.size-large .editable-text:not(h1):not(h2):not(h3):not(pre),.readonly-mode.style-handwritten.size-large .editable-text:not(h1):not(h2):not(h3):not(pre){min-height:36px}.preview-mode.style-handwritten.size-large .table tr td .editable-text,.preview-mode.style-handwritten.size-normal .table tr td .editable-text,.preview-mode.style-handwritten.size-small .table tr td .editable-text,.readonly-mode.style-handwritten.size-large .table tr td .editable-text,.readonly-mode.style-handwritten.size-normal .table tr td .editable-text,.readonly-mode.style-handwritten.size-small .table tr td .editable-text{min-height:auto}.nedit-root h1,.nedit-root h2,.nedit-root h3,.nedit-root h4,.nedit-root h5,.nedit-root h6{position:relative;font-weight:600;font-style:normal;font-stretch:normal}.nedit-root h1 b,.nedit-root h1 strong,.nedit-root h2 b,.nedit-root h2 strong,.nedit-root h3 b,.nedit-root h3 strong,.nedit-root h4 b,.nedit-root h4 strong,.nedit-root h5 b,.nedit-root h5 strong,.nedit-root h6 b,.nedit-root h6 strong{font-weight:inherit}.nedit-root h1:first-child,.nedit-root h2:first-child,.nedit-root h3:first-child,.nedit-root h4:first-child,.nedit-root h5:first-child,.nedit-root h6:first-child{margin-top:0}.nedit-root h1.editable-text,.nedit-root h2.editable-text,.nedit-root h3.editable-text,.nedit-root h4.editable-text,.nedit-root h5.editable-text,.nedit-root h6.editable-text{line-height:1.5;letter-spacing:-.44px;margin-top:5px;margin-bottom:5px}.nedit-root h1.editable-text+.nedit-heading,.nedit-root h2.editable-text+.nedit-heading,.nedit-root h3.editable-text+.nedit-heading,.nedit-root h4.editable-text+.nedit-heading,.nedit-root h5.editable-text+.nedit-heading,.nedit-root h6.editable-text+.nedit-heading{margin-top:14px}.nedit-root h1.editable-text+div.paragraph,.nedit-root h2.editable-text+div.paragraph,.nedit-root h3.editable-text+div.paragraph,.nedit-root h4.editable-text+div.paragraph,.nedit-root h5.editable-text+div.paragraph,.nedit-root h6.editable-text+div.paragraph{margin-top:8px}.nedit-root.style-serif h1.editable-text,.nedit-root.style-serif h2.editable-text,.nedit-root.style-serif h3.editable-text,.nedit-root.style-serif h4.editable-text,.nedit-root.style-serif h5.editable-text,.nedit-root.style-serif h6.editable-text{letter-spacing:.01em}.nedit-root.style-handwritten h1.editable-text,.nedit-root.style-handwritten h2.editable-text,.nedit-root.style-handwritten h3.editable-text,.nedit-root.style-handwritten h4.editable-text,.nedit-root.style-handwritten h5.editable-text,.nedit-root.style-handwritten h6.editable-text{line-height:1.3;letter-spacing:.03em}.nedit-root.style-mono h1.editable-text,.nedit-root.style-mono h2.editable-text,.nedit-root.style-mono h3.editable-text,.nedit-root.style-mono h4.editable-text,.nedit-root.style-mono h5.editable-text,.nedit-root.style-mono h6.editable-text{letter-spacing:normal}.nedit-root.size-small h1+.nedit-heading,.nedit-root.size-small h2+.nedit-heading,.nedit-root.size-small h3+.nedit-heading,.nedit-root.size-small h4+.nedit-heading,.nedit-root.size-small h5+.nedit-heading,.nedit-root.size-small h6+.nedit-heading{margin-top:12px}.nedit-root.size-small h1+div.paragraph,.nedit-root.size-small h2+div.paragraph,.nedit-root.size-small h3+div.paragraph,.nedit-root.size-small h4+div.paragraph,.nedit-root.size-small h5+div.paragraph,.nedit-root.size-small h6+div.paragraph{margin-top:6px}.nedit-root.size-small h1.editable-text{font-size:24px}.nedit-root.size-small h2.editable-text{font-size:20px}.nedit-root.size-small h3.editable-text{font-size:18px}.nedit-root.size-small.style-handwritten h1.editable-text{font-size:30px}.nedit-root.size-small.style-handwritten h2.editable-text{font-size:26px}.nedit-root.size-small.style-handwritten h3.editable-text{font-size:22px}.nedit-root.size-normal h1.editable-text{font-size:30px}.nedit-root.size-normal h2.editable-text{font-size:24px}.nedit-root.size-normal h3.editable-text{font-size:20px}.nedit-root.size-normal.style-handwritten h1.editable-text{font-size:36px}.nedit-root.size-normal.style-handwritten h2.editable-text{font-size:30px}.nedit-root.size-normal.style-handwritten h3.editable-text{font-size:26px}.nedit-root.size-large h1+.nedit-heading,.nedit-root.size-large h2+.nedit-heading,.nedit-root.size-large h3+.nedit-heading,.nedit-root.size-large h4+.nedit-heading,.nedit-root.size-large h5+.nedit-heading,.nedit-root.size-large h6+.nedit-heading{margin-top:16px}.nedit-root.size-large h1+div.paragraph,.nedit-root.size-large h2+div.paragraph,.nedit-root.size-large h3+div.paragraph,.nedit-root.size-large h4+div.paragraph,.nedit-root.size-large h5+div.paragraph,.nedit-root.size-large h6+div.paragraph{margin-top:8px}.nedit-root.size-large h1.editable-text{font-size:32px}.nedit-root.size-large h2.editable-text{font-size:26px}.nedit-root.size-large h3.editable-text{font-size:22px}.nedit-root.size-large.style-handwritten h1.editable-text{font-size:39px}.nedit-root.size-large.style-handwritten h2.editable-text{font-size:32px}.nedit-root.size-large.style-handwritten h3.editable-text{font-size:26px}.preview-mode.size-small h1.editable-text,.readonly-mode.size-small h1.editable-text{min-height:29px}.preview-mode.size-small h2.editable-text,.readonly-mode.size-small h2.editable-text{min-height:24px}.preview-mode.size-small h3.editable-text,.readonly-mode.size-small h3.editable-text{min-height:19px}.preview-mode.size-normal h1.editable-text,.readonly-mode.size-normal h1.editable-text{min-height:33px}.preview-mode.size-normal h2.editable-text,.readonly-mode.size-normal h2.editable-text{min-height:29px}.preview-mode.size-normal h3.editable-text,.readonly-mode.size-normal h3.editable-text{min-height:24px}.preview-mode.size-large h1.editable-text,.readonly-mode.size-large h1.editable-text{min-height:38px}.preview-mode.size-large h2.editable-text,.readonly-mode.size-large h2.editable-text{min-height:33px}.preview-mode.size-large h3.editable-text,.readonly-mode.size-large h3.editable-text{min-height:29px}.preview-mode.style-handwritten.size-small h1.editable-text,.readonly-mode.style-handwritten.size-small h1.editable-text{min-height:35px}.preview-mode.style-handwritten.size-small h2.editable-text,.readonly-mode.style-handwritten.size-small h2.editable-text{min-height:30px}.preview-mode.style-handwritten.size-small h3.editable-text,.readonly-mode.style-handwritten.size-small h3.editable-text{min-height:28px}.preview-mode.style-handwritten.size-normal h1.editable-text,.readonly-mode.style-handwritten.size-normal h1.editable-text{min-height:40px}.preview-mode.style-handwritten.size-normal h2.editable-text,.readonly-mode.style-handwritten.size-normal h2.editable-text{min-height:35px}.preview-mode.style-handwritten.size-normal h3.editable-text,.readonly-mode.style-handwritten.size-normal h3.editable-text{min-height:30px}.preview-mode.style-handwritten.size-large h1.editable-text,.readonly-mode.style-handwritten.size-large h1.editable-text{min-height:45px}.preview-mode.style-handwritten.size-large h2.editable-text,.readonly-mode.style-handwritten.size-large h2.editable-text{min-height:40px}.preview-mode.style-handwritten.size-large h3.editable-text,.readonly-mode.style-handwritten.size-large h3.editable-text{min-height:35px}.toolbar{width:100%;height:auto;background:#aeb7b8;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0 0 30px -5px rgba(0,0,0,.4);box-shadow:0 0 30px -5px rgba(0,0,0,.4);z-index:1;position:relative}.toolbar .toolbar-container{margin:10px 30px 10px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:120px;-webkit-transition:max-height .25s;transition:max-height .25s}.toolbar .toolbar-container[collapsed=true]{max-height:40px;overflow:hidden}.toolbar .toolbar-container .toolbar-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;min-height:40px}.toolbar .toolbar-container .toolbar-item .toolbar-blot-limiter{font-size:14px;min-width:100px;text-align:right}.toolbar .toolbar-container .toolbar-item .toolbar-blot-limiter [name=blot-limit]{width:35px;font-size:14px;margin-left:1px}.toolbar .toolbar-container .toolbar-item .toolbar-blot-limiter [name=blot-count]{display:inline-block}.toolbar .toolbar-collapse-button{position:absolute;right:9px;top:16px;cursor:pointer;padding:4px;font-weight:700;border:1px solid #000;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:hsla(0,0%,100%,.2)}.toolbar .toolbar-collapse-button:hover{background:hsla(0,0%,100%,.55)}.toolbar>div:not(:first-child){margin-left:10px}.toolbar a{border:1px solid #aaa;background:#fff;font-family:Candal;border-radius:1px;color:#000;padding:5px;width:24px;display:inline-block;text-decoration:none;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;text-align:center}.toolbar a+a{margin-left:4px}.toolbar a+.dropdown-container{display:inline-block;margin-right:4px;position:relative;z-index:9999}.toolbar a+.dropdown-container a{width:10px;padding:5px 0}.toolbar a+.dropdown-container a.text-menu{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto;cursor:pointer;border:none;display:block}.toolbar a+.dropdown-container .toolbar-dropdown-content{position:absolute;top:100%;left:-50%;border:1px solid #ddd;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px 3px 0;width:222px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;display:none}.toolbar a+.dropdown-container .toolbar-dropdown-content.cell-type-select{margin-left:-80px;margin-top:15px}.toolbar a+.dropdown-container .toolbar-dropdown-content.open{display:-webkit-box;display:-ms-flexbox;display:flex}.toolbar a+.dropdown-container .toolbar-dropdown-content.open:after{content:"";width:72px}.toolbar a+.dropdown-container .toolbar-dropdown-content button{width:72px;height:82px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);border:2px solid #e5e5e5;background-color:transparent;margin-bottom:3px;cursor:pointer;background-image:url(http://osora.ru/menu_feature_sprite7.svg)}.toolbar a+.dropdown-container .toolbar-dropdown-content button:hover{border:1px solid #999}.toolbar a+.dropdown-container .toolbar-dropdown-content button.active{border:2px solid #999}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-decimal-latinlower-romanlower-period{background-position:0 0}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-decimal-latinlower-romanlower-parentheses{background-position:0 -83px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-decimal-outline{background-position:0 -165px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-latinupper-latinlower-romanlower{background-position:0 -248px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-romanupper-latinupper-decimal{background-position:0 -330px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-decimalzero-latinlower-romanlower{background-position:0 -412px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-decimal-all{background-position:0 -493px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-default{background-position:0 -576px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-diamondx-arrow3d-square{background-position:0 -658px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-checkbox{background-position:0 -740px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-arrow-diamond-bullet{background-position:0 -822px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-star-hollow-square{background-position:0 -904px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-arrow3d-hollow-square{background-position:0 -986px}.toolbar a+.dropdown-container .toolbar-dropdown-content button.listpreset-latinlower-all{background-position:0 -1068px}.toolbar a.disabled{background:#eee;color:#aaa;border-color:#ccc}.toolbar a[data-button=font-color]{display:block}.toolbar a:hover{background:#f2f2f2;border-color:#8c8c8c}.toolbar a.disabled:hover{background:#eee;border-color:#ccc}.toolbar a.active{color:#fff;background-color:#8c8c8c}.toolbar .pdf-export{position:relative}.toolbar .pdf-export .pdf-export-options{position:absolute;top:100%;left:0;background:#aeb7b8;border:2px solid;padding:5px;display:none}.toolbar .pdf-export .pdf-export-options.open{display:block}.toolbar .pdf-export .pdf-export-options>div{margin-bottom:10px;text-align:center}.toolbar .pdf-export .pdf-export-options .pdf-export-format{width:100%}.toolbar .pdf-export .pdf-export-options .pdf-export-format-label{font-size:12px;display:block;margin-bottom:5px}.toolbar .pdf-export .pdf-export-options .pdf-export-landscape{display:inline-block;vertical-align:middle;margin-right:5px}.toolbar .pdf-export .pdf-export-options .pdf-export-landscape-label{display:inline-block;font-size:14px}.table-add-button,.toolbar .pdf-export .pdf-export-options button{display:inline-block}.table-add-button{position:relative}.add-table-form{border:2px solid #000;position:absolute;padding:8px;top:-8px;background:#fff;z-index:1;width:100px;left:45px;text-align:center}.add-table-form *{-webkit-box-sizing:border-box;box-sizing:border-box}.add-table-form:before{border-color:#000;border-style:solid;border-width:2px 2px 0 0;top:15px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);left:-7px}.add-table-form:after,.add-table-form:before{content:"";display:block;width:10px;height:10px;position:absolute}.add-table-form:after{top:16px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:-5px;background:#fff;z-index:2}.add-table-form>label{display:block;margin-bottom:5px;text-align:left}.add-table-form>label input{width:100%}.add-table-form>button{margin-top:10px}i.color-picker{display:block;width:23px;height:16px;border:1px solid #000}.color-container{display:-webkit-box;display:-ms-flexbox;display:flex}.color-container .note-color-palette{margin:0;list-style:none}.color-container .note-color-palette .note-color{padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.color-container .note-color-palette .note-color span{display:block;width:20px;height:20px;border:1px solid #c4c4c4;cursor:pointer}.color-container .note-color-palette .note-color.current span,.color-container .note-color-palette .note-color:hover span{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.font-color-container{position:relative}.font-picker-container,.picker-container{position:absolute;z-index:9999;top:calc(100% + 3px);left:-50px;display:none}.emoji-picker-wrapper{position:relative}.emoji-picker-wrapper .emoji-picker{position:absolute;top:0;right:0;z-index:10}.emoji-picker-wrapper .emoji-picker.hidden{display:none}@media(min-width:1480px)and (max-width:1530px){.toolbar{padding-right:30px}}@media(max-width:1530px){.emoji-picker-wrapper .emoji-picker{right:unset;left:0}}.nedit-root nimbus-button{display:inline-block;background-color:transparent;border:0;font-family:Roboto,sans-serif;font-size:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:.15em 0;cursor:pointer;-webkit-appearance:none;border-radius:0;font-style:normal}.nedit-root nimbus-button .button-content{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;background-color:var(--bondi-blue);font-weight:900;font-family:inherit;padding:0 .8em;white-space:nowrap;-webkit-transition:background .25s ease,color .25s ease,-webkit-box-shadow .25s ease;transition:background .25s ease,color .25s ease,-webkit-box-shadow .25s ease;transition:box-shadow .25s ease,background .25s ease,color .25s ease;transition:box-shadow .25s ease,background .25s ease,color .25s ease,-webkit-box-shadow .25s ease;position:relative}.nedit-root nimbus-button .button-content b{font-weight:inherit;font-family:inherit;letter-spacing:.03em;position:relative}.nedit-root nimbus-button font{display:none}.nedit-root nimbus-button[data-type=shadow] .button-content{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.14),0 1px 4px rgba(0,0,0,.12),0 2px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.14),0 1px 4px rgba(0,0,0,.12),0 2px 0 rgba(0,0,0,.2)}.nedit-root nimbus-button:hover .button-content{-webkit-box-shadow:0 8px 7px -5px rgba(15,19,21,.25);box-shadow:0 8px 7px -5px rgba(15,19,21,.25)}.nedit-root nimbus-button[data-shape=rounded] .button-content{border-radius:30px}.nedit-root nimbus-button[data-background=bondi-blue] .button-content{background-color:var(--bondi-blue)}.nedit-root nimbus-button[data-background=bondi-blue]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--bondi-blue);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--bondi-blue);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--bondi-blue)}.nedit-root nimbus-button[data-background=bondi-blue][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #007080;box-shadow:0 2px 0 #007080}.nedit-root nimbus-button[data-background=bondi-blue][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #007080,0 8px 7px -5px #006674;box-shadow:0 2px 0 #007080,0 8px 7px -5px #006674}.nedit-root nimbus-button[data-background=bondi-blue][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #007080;box-shadow:0 0 0 #007080}.nedit-root nimbus-button[data-background=bleu-de-france] .button-content{background-color:var(--bleu-de-france)}.nedit-root nimbus-button[data-background=bleu-de-france]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--bleu-de-france);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--bleu-de-france);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--bleu-de-france)}.nedit-root nimbus-button[data-background=bleu-de-france][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #1c7cc9;box-shadow:0 2px 0 #1c7cc9}.nedit-root nimbus-button[data-background=bleu-de-france][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #1c7cc9,0 8px 7px -5px #0069be;box-shadow:0 2px 0 #1c7cc9,0 8px 7px -5px #0069be}.nedit-root nimbus-button[data-background=bleu-de-france][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #1c7cc9;box-shadow:0 0 0 #1c7cc9}.nedit-root nimbus-button[data-background=neon-carrot] .button-content{background-color:var(--neon-carrot)}.nedit-root nimbus-button[data-background=neon-carrot]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--neon-carrot);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--neon-carrot);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--neon-carrot)}.nedit-root nimbus-button[data-background=neon-carrot][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #cf7c13;box-shadow:0 2px 0 #cf7c13}.nedit-root nimbus-button[data-background=neon-carrot][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #cf7c13,0 8px 7px -5px #bd6900;box-shadow:0 2px 0 #cf7c13,0 8px 7px -5px #bd6900}.nedit-root nimbus-button[data-background=neon-carrot][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #cf7c13;box-shadow:0 0 0 #cf7c13}.nedit-root nimbus-button[data-background=sunglow] .button-content{background-color:var(--sunglow)}.nedit-root nimbus-button[data-background=sunglow]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--sunglow);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--sunglow);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--sunglow)}.nedit-root nimbus-button[data-background=sunglow][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #c69e1f;box-shadow:0 2px 0 #c69e1f}.nedit-root nimbus-button[data-background=sunglow][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #c69e1f,0 8px 7px -5px #c79700;box-shadow:0 2px 0 #c69e1f,0 8px 7px -5px #c79700}.nedit-root nimbus-button[data-background=sunglow][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #c69e1f;box-shadow:0 0 0 #c69e1f}.nedit-root nimbus-button[data-background=carmine-pink] .button-content{background-color:var(--carmine-pink)}.nedit-root nimbus-button[data-background=carmine-pink]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--carmine-pink);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--carmine-pink);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--carmine-pink)}.nedit-root nimbus-button[data-background=carmine-pink][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #be3636;box-shadow:0 2px 0 #be3636}.nedit-root nimbus-button[data-background=carmine-pink][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #be3636,0 8px 7px -5px #bd1515;box-shadow:0 2px 0 #be3636,0 8px 7px -5px #bd1515}.nedit-root nimbus-button[data-background=carmine-pink][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #be3636;box-shadow:0 0 0 #be3636}.nedit-root nimbus-button[data-background=dollar-bill] .button-content{background-color:var(--dollar-bill)}.nedit-root nimbus-button[data-background=dollar-bill]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--dollar-bill);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--dollar-bill);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--dollar-bill)}.nedit-root nimbus-button[data-background=dollar-bill][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #65a020;box-shadow:0 2px 0 #65a020}.nedit-root nimbus-button[data-background=dollar-bill][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #65a020,0 8px 7px -5px #539a00;box-shadow:0 2px 0 #65a020,0 8px 7px -5px #539a00}.nedit-root nimbus-button[data-background=dollar-bill][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #65a020;box-shadow:0 0 0 #65a020}.nedit-root nimbus-button[data-background=light-pastel-purple] .button-content{background-color:var(--light-pastel-purple)}.nedit-root nimbus-button[data-background=light-pastel-purple]:active .button-content{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16))),var(--light-pastel-purple);background:-webkit-linear-gradient(bottom,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--light-pastel-purple);background:linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16)),var(--light-pastel-purple)}.nedit-root nimbus-button[data-background=light-pastel-purple][data-type="3d"] .button-content{-webkit-box-shadow:0 2px 0 #9971e1;box-shadow:0 2px 0 #9971e1}.nedit-root nimbus-button[data-background=light-pastel-purple][data-type="3d"]:hover .button-content{-webkit-box-shadow:0 2px 0 #9971e1,0 8px 7px -5px #946fd6;box-shadow:0 2px 0 #9971e1,0 8px 7px -5px #946fd6}.nedit-root nimbus-button[data-background=light-pastel-purple][data-type="3d"]:active .button-content{-webkit-box-shadow:0 0 0 #9971e1;box-shadow:0 0 0 #9971e1}.nedit-root nimbus-button.inline-button{font-size:inherit;font-weight:900;position:relative}.nedit-root nimbus-button.inline-button[data-size=small] .button-content{font-weight:inherit}.nedit-root nimbus-button.inline-button .button-content{margin:0 1px;bottom:1px}.nedit-root nimbus-button.inline-button .button-content b{top:1px}.nedit-root h1 nimbus-button.inline-button span{height:44px}.nedit-root h2 nimbus-button.inline-button span{height:36px}.nedit-root h3 nimbus-button.inline-button span{height:30px}.nedit-root div.button-single{margin-top:4px;margin-bottom:14px;border-radius:4px}.nedit-root div.button-single .button-single-container[data-align=center]{text-align:center}.nedit-root div.button-single .button-single-container[data-align=right]{text-align:right}.nedit-root div.button-single.focused-block,.nedit-root div.button-single.selected-block{background-color:var(--black-5)}.nedit-root div.button-single nimbus-button .button-content{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root div.button-single nimbus-button[data-size=small] .button-content{height:26px}.nedit-root div.button-single nimbus-button[data-size=medium] .button-content{height:30px}.nedit-root div.button-single nimbus-button[data-size=big] .button-content{height:38px}.nedit-root .grid-wrapper nimbus-button .button-content{max-width:var(--max-width)}.nedit-root .grid-wrapper nimbus-button .button-content b{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.nedit-root.size-small nimbus-button{font-size:12px}.nedit-root.size-small h1 nimbus-button.inline-button{font-size:inherit}.nedit-root.size-small h1 nimbus-button.inline-button span{height:38px}.nedit-root.size-small h2 nimbus-button.inline-button{font-size:inherit}.nedit-root.size-small h2 nimbus-button.inline-button span{height:32px}.nedit-root.size-small h3 nimbus-button.inline-button{font-size:inherit}.nedit-root.size-small h3 nimbus-button.inline-button span{height:29px}.nedit-root.size-large nimbus-button{font-size:20px}.nedit-root.size-large .button-single nimbus-button[data-size=small] .button-content,.nedit-root.size-large nimbus-button .button-content{height:30px}.nedit-root.size-large .button-single nimbus-button[data-size=medium] .button-content{height:34px}.nedit-root.size-large .button-single nimbus-button[data-size=big] .button-content{height:42px}.nedit-root.size-large h1 nimbus-button.inline-button{font-size:inherit}.nedit-root.size-large h1 nimbus-button.inline-button span{height:44px}.nedit-root.size-large h2 nimbus-button.inline-button{font-size:inherit}.nedit-root.size-large h2 nimbus-button.inline-button span{height:36px}.nedit-root.size-large h3 nimbus-button.inline-button{font-size:inherit}.nedit-root.size-large h3 nimbus-button.inline-button span{height:32px}.nedit-root.style-serif nimbus-button{font-family:Roboto Slab,serif}.nedit-root.style-serif nimbus-button.single-button .button-content b{bottom:1px}.nedit-root.style-serif nimbus-button.inline-button .button-content b{top:auto}.nedit-root.style-handwritten nimbus-button{font-size:inherit;font-family:Caveat,cursive}.nedit-root.style-handwritten nimbus-button.inline-button .button-content b{top:auto}.nedit-root.style-mono nimbus-button{font-family:Anonymous Pro,monospace}.theme-light .nedit-root nimbus-button{color:var(--onyx)}.theme-light .nedit-root nimbus-button .button-content{color:var(--white)}.theme-light .nedit-root nimbus-button[data-background=dollar-bill] .button-content,.theme-light .nedit-root nimbus-button[data-background=neon-carrot] .button-content,.theme-light .nedit-root nimbus-button[data-background=sunglow] .button-content{color:#1f1f1f}.theme-brand-dark-ios .nedit-root div.button-single.selected-block,.theme-dark .nedit-root div.button-single.selected-block{background-color:var(--white-16)}.theme-brand-dark-ios .nedit-root nimbus-button,.theme-dark .nedit-root nimbus-button{color:var(--white)}.theme-brand-dark-ios .nedit-root nimbus-button .button-content,.theme-dark .nedit-root nimbus-button .button-content{color:var(--onyx)}.os-windows .nedit-root.style-normal nimbus-button .button-content{bottom:1px}.os-windows .nedit-root.style-normal nimbus-button .button-content b{top:1px}.os-windows .nedit-root.style-serif nimbus-button.single-button .button-content b{top:auto;bottom:auto}.os-windows .nedit-root.style-serif nimbus-button.inline-button .button-content b{top:auto}.os-windows .nedit-root.style-handwritten nimbus-button.inline-button .button-content b,.os-windows .nedit-root.style-handwritten nimbus-button.single-button .button-content b{top:0}.link-form-container .popup-menu.link-edit.button-edit{padding:12px 20px}.button-form-item{margin-bottom:20px}.button-form-item.title{margin-bottom:18px}.button-form-item.shapes{margin-bottom:16px}.button-form-item.colors{margin-bottom:17px}.button-form-item.sizes{margin-bottom:25px}.button-form-item.actions{padding-top:6px;-webkit-box-sizing:border-box;box-sizing:border-box}.button-form-item .button-form-title{display:block;font-size:13px;color:var(--onyx);margin-bottom:4px}.button-form-item .button-form-note{color:#798893;font-weight:600;font-size:12px;margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button-form-item .button-form-note span.button-form-question-icon{position:relative;top:2px;margin-left:7px;cursor:pointer}.button-form-item .button-form-input{background-color:var(--white);width:100%;min-width:315px;font-weight:700;font-size:13px;padding:14px 7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid var(--platinum);color:var(--onyx);letter-spacing:.2px}.button-form-item .button-form-input.button-form-input-error{border-color:var(--rust-red)}.theme-dark .button-form-item .button-form-input::-webkit-input-placeholder,.theme-light .button-form-item .button-form-input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .button-form-item .button-form-input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-dark .button-form-item .button-form-input::-moz-placeholder,.theme-light .button-form-item .button-form-input::-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .button-form-item .button-form-input::-moz-placeholder{color:var(--ash-grey)}.theme-light .button-form-item .button-form-input:-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .button-form-item .button-form-input:-ms-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .button-form-item .button-form-input:-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .button-form-item .button-form-input:-moz-placeholder,.theme-light .button-form-item .button-form-input:-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .button-form-item .button-form-input:-moz-placeholder{color:var(--ash-grey)}.button-form-item .button-form-checkbox{margin-top:2px;display:inline-block;cursor:pointer}.button-form-item .button-form-checkbox span{display:inline-block;vertical-align:middle;font-size:13px;color:var(--onyx)}.button-form-item .button-form-checkbox input[type=checkbox]{position:absolute;left:-9999px}.button-form-item .button-form-checkbox input[type=checkbox]+b{display:inline-block;vertical-align:middle;width:14px;height:14px;border-radius:3px;border:1px solid var(--platinum);margin-right:6px;position:relative}.button-form-item .button-form-checkbox input[type=checkbox]:checked+b:before{content:"";display:inline-block;width:10px;height:10px;position:absolute;left:2px;top:2px;background-color:var(--bondi-blue)}.button-form-item .button-form-radio{display:inline-block;vertical-align:middle;cursor:pointer}.button-form-item .button-form-radio span{display:inline-block;vertical-align:middle;font-size:13px;color:#435059;font-weight:400}.button-form-item .button-form-radio input[type=radio]{position:absolute;left:-99999px}.button-form-item .button-form-radio input[type=radio]+b{display:inline-block;vertical-align:middle;width:16px;height:16px;border:1px solid var(--lavender-grey);border-radius:100px;margin-right:4px;position:relative}.button-form-item .button-form-radio input[type=radio]:checked+b:before{content:"";position:absolute;width:8px;height:8px;left:4px;top:4px;background-color:var(--bondi-blue);border-radius:30px}.button-form-item .button-form-type-item{margin-bottom:5px}.button-form-item .button-form-button{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.button-form-item .button-form-button span{background-color:#9dd9e0;padding:0 .6em;font-size:13px;font-weight:700;color:var(--davys-grey);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.button-form-item .button-form-button span b{font-weight:inherit;margin:0 auto}.button-form-item .button-form-button.rounded span{border-radius:30px}.button-form-item .button-form-shapes{margin-top:7px;position:relative;right:2px}.button-form-item .button-form-shapes .button-form-button{margin-right:3px;padding:2px;line-height:1em}.button-form-item .button-form-shapes .button-form-button span{width:34px;height:19px}.button-form-item .button-form-shapes .button-form-button span b{position:relative;bottom:1px}.button-form-item .button-form-shapes .button-form-button.selected{-webkit-box-shadow:0 0 0 2px #a5b3bd;box-shadow:0 0 0 2px #a5b3bd}.button-form-item .button-form-shapes .button-form-button.selected.rounded{border-radius:30px}.button-form-item .button-form-colors{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:7px;position:relative;right:2px}.button-form-item .button-form-colors .color-menu-item{margin-right:3px;cursor:pointer;padding:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.button-form-item .button-form-colors .color-menu-item .color-icon{width:12px;height:12px;border-radius:50%}.button-form-item .button-form-colors .color-menu-item.selected{border-radius:50%;-webkit-box-shadow:0 0 0 2px #a5b3bd;box-shadow:0 0 0 2px #a5b3bd}.button-form-item .button-form-sizes{margin-top:10px}.button-form-item .button-form-sizes .button-form-button{margin-right:10px;display:inline-block}.button-form-item .button-form-sizes .button-form-button span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f5f8fa;height:23px;padding:0 .7em}.button-form-item .button-form-sizes .button-form-button.selected span{background-color:#9dd9e0}.button-form-item .button-form-types{padding-top:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.button-form-item .button-form-actions .button-form-button{margin-right:8px}.button-form-item .button-form-actions .button-form-button span{text-align:center;padding-top:.7em;padding-bottom:.7em;width:86px}.button-form-item .button-form-actions .button-form-button.button-cancel span{background-color:var(--bondi-blue-10);color:var(--bondi-blue)}.button-form-item .button-form-actions .button-form-button.button-done span{background-color:var(--bondi-blue);color:var(--white)}.theme-brand-dark-ios .button-form-item .button-form-title,.theme-dark .button-form-item .button-form-title{color:var(--lavender-grey)}.theme-brand-dark-ios .button-form-item .button-form-input,.theme-dark .button-form-item .button-form-input{background-color:var(--white-8);border-color:var(--white-16);color:var(--white-87)}.theme-brand-dark-ios .button-form-item .button-form-input.button-form-input-error,.theme-dark .button-form-item .button-form-input.button-form-input-error{border-color:var(--rust-red)}.theme-brand-dark-ios .button-form-item .button-form-checkbox input[type=checkbox]+b,.theme-dark .button-form-item .button-form-checkbox input[type=checkbox]+b{border-color:var(--white-16)}.theme-brand-dark-ios .button-form-item .button-form-checkbox span,.theme-dark .button-form-item .button-form-checkbox span{color:var(--lavender-grey)}.theme-brand-dark-ios .button-form-item .button-form-radio input[type=radio]+b,.theme-dark .button-form-item .button-form-radio input[type=radio]+b{border-color:var(--white-16)}.theme-brand-dark-ios .button-form-item .button-form-radio span,.theme-dark .button-form-item .button-form-radio span{color:var(--lavender-grey)}.theme-brand-dark-ios .button-form-item .button-form-colors .color-menu-item.selected,.theme-brand-dark-ios .button-form-item .button-form-shapes .button-form-button.selected,.theme-dark .button-form-item .button-form-colors .color-menu-item.selected,.theme-dark .button-form-item .button-form-shapes .button-form-button.selected{-webkit-box-shadow:0 0 0 2px #c8c8c8;box-shadow:0 0 0 2px #c8c8c8}.os-windows .button-form-item .button-form-shapes .button-form-button span b{bottom:2px}.os-windows .button-form-item .button-form-sizes .button-form-button span b{position:relative;bottom:1px}.nedit-root a,.nedit-root a:active,.nedit-root a:focus,.nedit-root a:visited{cursor:pointer;text-decoration:none}.theme-light .nedit-root a,.theme-light .nedit-root a:active,.theme-light .nedit-root a:focus,.theme-light .nedit-root a:visited{color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root a,.theme-brand-dark-ios .nedit-root a:active,.theme-brand-dark-ios .nedit-root a:focus,.theme-brand-dark-ios .nedit-root a:visited,.theme-dark .nedit-root a,.theme-dark .nedit-root a:active,.theme-dark .nedit-root a:focus,.theme-dark .nedit-root a:visited{color:var(--light-green)}.theme-light .nedit-root a.convert-loading,.theme-light .nedit-root a:active.convert-loading,.theme-light .nedit-root a:focus.convert-loading,.theme-light .nedit-root a:visited.convert-loading{color:var(--black-38)}.theme-brand-dark-ios .nedit-root a.convert-loading,.theme-brand-dark-ios .nedit-root a:active.convert-loading,.theme-brand-dark-ios .nedit-root a:focus.convert-loading,.theme-brand-dark-ios .nedit-root a:visited.convert-loading,.theme-dark .nedit-root a.convert-loading,.theme-dark .nedit-root a:active.convert-loading,.theme-dark .nedit-root a:focus.convert-loading,.theme-dark .nedit-root a:visited.convert-loading{color:var(--white-aluminum)}.editor-tooltip.link-tooltip{max-width:225px;word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box}.editor-tooltip.link-tooltip .editor-tooltip-arrow{left:15px!important}.popup-menu.popup-menu-colorpicker{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;width:183px;-ms-flex-wrap:wrap;flex-wrap:wrap}.popup-menu.popup-menu-colorpicker .color-menu-item{width:24px;height:24px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease, -webkit-box-shadow .2s ease}.popup-menu.popup-menu-colorpicker .color-menu-item .color-icon{width:16px;height:16px;border-radius:50%;cursor:pointer}.popup-menu.popup-menu-colorpicker .color-menu-item .color-icon.no-color-icon{margin-top:-2px}.popup-menu.popup-menu-colorpicker .color-menu-item .color-icon-outline{-webkit-box-shadow:inset 0 0 0 2px var(--box-shadow-color);box-shadow:inset 0 0 0 2px var(--box-shadow-color)}.popup-menu.popup-menu-colorpicker .color-menu-item[data-color-name=white] .color-icon{border:1px solid}.theme-light .popup-menu.popup-menu-colorpicker .color-menu-item[data-color-name=white] .color-icon{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.popup-menu-colorpicker .color-menu-item[data-color-name=white] .color-icon,.theme-dark .popup-menu.popup-menu-colorpicker .color-menu-item[data-color-name=white] .color-icon{border-color:var(--white-16)}.popup-menu.popup-menu-colorpicker .color-menu-item.active,.popup-menu.popup-menu-colorpicker .color-menu-item:hover{-webkit-box-shadow:inset 0 0 0 2px #c8c8c8;box-shadow:inset 0 0 0 2px #c8c8c8}.popup-menu.popup-menu-colorpicker .color-menu-item.disabled{-webkit-box-shadow:none!important;box-shadow:none!important}.popup-menu.popup-menu-colorpicker .color-menu-item.disabled .color-icon{opacity:.15;cursor:default}.popup-menu{padding-top:7px;padding-bottom:7px;border-radius:4px;z-index:100;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto;border:1px solid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.theme-light .popup-menu{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .popup-menu,.theme-dark .popup-menu{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-light .popup-menu{background-color:var(--white)}.theme-brand-dark-ios .popup-menu,.theme-dark .popup-menu{background-color:var(--grey-brown)}.theme-light .popup-menu{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu,.theme-dark .popup-menu{border-color:var(--white-16)}.theme-light .popup-menu{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu,.theme-dark .popup-menu{color:var(--lavender-grey)}.popup-menu-wide{min-width:254px}.popup-menu.position-absolute,.popup-menu.position-absolute .popup-menu{position:absolute}.popup-menu.popup-menu-enter,.popup-menu.popup-menu-leave{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.popup-menu.popup-menu-enter{opacity:0}.popup-menu.popup-menu-enter-active{opacity:1}.popup-menu.popup-menu-leave-active{opacity:0}.popup-menu-builtin{border:0;-webkit-box-shadow:none!important;box-shadow:none!important}.popup-menu .menu-item{padding:7px 14px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:156px}.popup-menu .menu-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.popup-menu .menu-item .icon svg{width:16px;height:16px;pointer-events:none}.theme-light .popup-menu .menu-item .icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .menu-item .icon svg .graphic,.theme-dark .popup-menu .menu-item .icon svg .graphic{fill:var(--ash-grey)}.popup-menu .menu-item .text{font-size:13px;white-space:nowrap}.theme-light .popup-menu .menu-item .text{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-item .text,.theme-dark .popup-menu .menu-item .text{color:var(--white-87)}.popup-menu .menu-item .text .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-menu .menu-item .text .content .ico{width:14px;height:14px;display:inline-block;margin:0 10px 1px 0}.popup-menu .menu-item .text .content .ico svg{width:14px;height:14px}.theme-light .popup-menu .menu-item .text .content .ico svg path:nth-child(2){fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .menu-item .text .content .ico svg path:nth-child(2),.theme-dark .popup-menu .menu-item .text .content .ico svg path:nth-child(2){fill:var(--ash-grey)}.popup-menu .menu-item .text .content .name{line-height:14px}.popup-menu .menu-item .text .is-new{font-size:10px;padding:1px 3px;margin-left:4px;border-radius:4px}.theme-light .popup-menu .menu-item .text .is-new{color:#0097a7}.theme-brand-dark-ios .popup-menu .menu-item .text .is-new,.theme-dark .popup-menu .menu-item .text .is-new{color:#b2ebf2}.theme-light .popup-menu .menu-item .text .is-new{background-color:#e0f7fa}.theme-brand-dark-ios .popup-menu .menu-item .text .is-new,.theme-dark .popup-menu .menu-item .text .is-new{background-color:#006064}.popup-menu .menu-item .hint{font-size:12px;margin-left:50px;-webkit-box-flex:2;-ms-flex:2;flex:2;text-align:right}.theme-light .popup-menu .menu-item .hint{color:var(--ash-grey)}.theme-brand-dark-ios .popup-menu .menu-item .hint,.theme-dark .popup-menu .menu-item .hint{color:var(--lavender-grey)}.popup-menu .menu-item .hint svg{display:inline-block;vertical-align:middle}.popup-menu .menu-item .menu-item{min-width:135px}.theme-light .popup-menu .menu-item.menu-item-active,.theme-light .popup-menu .menu-item.menu-item-selected,.theme-light .popup-menu .menu-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .popup-menu .menu-item.menu-item-active,.theme-brand-dark-ios .popup-menu .menu-item.menu-item-selected,.theme-brand-dark-ios .popup-menu .menu-item:hover,.theme-dark .popup-menu .menu-item.menu-item-active,.theme-dark .popup-menu .menu-item.menu-item-selected,.theme-dark .popup-menu .menu-item:hover{background-color:var(--white-8)}.popup-menu .menu-item.menu-item-near-icon .icon{margin-right:12px}.theme-light .popup-menu .menu-item.menu-item-near-icon .icon .menu-icon{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .menu-item.menu-item-near-icon .icon .menu-icon,.theme-dark .popup-menu .menu-item.menu-item-near-icon .icon .menu-icon{color:var(--ash-grey)}.popup-menu .menu-item.menu-item-near-icon.menu-icon-rating .icon svg path:nth-child(n+2){fill:transparent}.theme-light .popup-menu .menu-item.menu-item-near-icon.menu-icon-rating .icon svg path:nth-child(n+3){fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .menu-item.menu-item-near-icon.menu-icon-rating .icon svg path:nth-child(n+3),.theme-dark .popup-menu .menu-item.menu-item-near-icon.menu-icon-rating .icon svg path:nth-child(n+3){fill:var(--ash-grey)}.popup-menu .menu-item.menu-item-near-icon-color .icon{margin-right:12px}.popup-menu .menu-item.menu-item-near-icon-color svg{widows:16px;height:16px}.popup-menu .menu-item.menu-item-done .icon{margin-right:8px}.popup-menu .menu-item.menu-item-undone .text{margin-left:24px}.popup-menu .menu-item.menu-item-disabled .text{opacity:.32}.popup-menu .menu-item.menu-item-disabled,.popup-menu .menu-item.menu-item-header,.popup-menu .menu-item.menu-item-no-pointer{cursor:default}.popup-menu .menu-item.menu-item-disabled:hover,.popup-menu .menu-item.menu-item-header:hover,.popup-menu .menu-item.menu-item-no-pointer:hover{background:transparent}.popup-menu .menu-item.menu-item-bold .text{font-weight:700}.theme-light .popup-menu .menu-item.menu-item-bold .text{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-item.menu-item-bold .text,.theme-dark .popup-menu .menu-item.menu-item-bold .text{color:var(--white-87)}.popup-menu .menu-item.menu-item-bolder .text{font-weight:700;font-size:16px;letter-spacing:-.3px;line-height:1.31}.theme-light .popup-menu .menu-item.menu-item-bolder .text{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-item.menu-item-bolder .text,.theme-dark .popup-menu .menu-item.menu-item-bolder .text{color:var(--white-87)}.popup-menu .menu-item.menu-item-wide .text{width:100%;min-width:165px}.popup-menu .menu-item.menu-item-devider{cursor:pointer;margin-top:4px}.popup-menu .menu-item.menu-item-devider:hover{background:transparent}.popup-menu .menu-item.menu-item-devider .text{font-size:13px}.theme-light .popup-menu .menu-item.menu-item-devider .text{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-item.menu-item-devider .text,.theme-dark .popup-menu .menu-item.menu-item-devider .text{color:var(--white-87)}.popup-menu .menu-item .menu-item-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-menu .menu-item .menu-item-flex .left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.popup-menu .menu-item .menu-item-flex .right{padding-left:30px}.theme-light .popup-menu .menu-item .menu-item-flex .right{color:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right,.theme-dark .popup-menu .menu-item .menu-item-flex .right{color:var(--lavender-grey)}.popup-menu .menu-item .menu-item-flex .right .input-component,.popup-menu .menu-item .menu-item-flex .right input{outline:0;width:58px;border-radius:4px;border:1px solid;text-align:left;line-height:17px;margin-top:-3px;padding:0 2px}.theme-light .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-light .popup-menu .menu-item .menu-item-flex .right input{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right input,.theme-dark .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-dark .popup-menu .menu-item .menu-item-flex .right input{color:var(--white-87)}.theme-light .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-light .popup-menu .menu-item .menu-item-flex .right input{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right input,.theme-dark .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-dark .popup-menu .menu-item .menu-item-flex .right input{border-color:var(--white-12)}.theme-light .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-light .popup-menu .menu-item .menu-item-flex .right input{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right input,.theme-dark .popup-menu .menu-item .menu-item-flex .right .input-component,.theme-dark .popup-menu .menu-item .menu-item-flex .right input{background-color:var(--davys-grey)}.theme-light .popup-menu .menu-item .menu-item-flex .right .input-component::-moz-selection,.theme-light .popup-menu .menu-item .menu-item-flex .right input::-moz-selection{background-color:var(--bondi-blue)}.theme-light .popup-menu .menu-item .menu-item-flex .right .input-component::selection,.theme-light .popup-menu .menu-item .menu-item-flex .right input::selection{background-color:var(--bondi-blue)}.theme-dark .popup-menu .menu-item .menu-item-flex .right .input-component::-moz-selection,.theme-dark .popup-menu .menu-item .menu-item-flex .right input::-moz-selection{background-color:var(--spare-royal)}.theme-dark .popup-menu .menu-item .menu-item-flex .right .input-component::selection,.theme-dark .popup-menu .menu-item .menu-item-flex .right input::selection{background-color:var(--spare-royal)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right .input-component::-moz-selection,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right input::-moz-selection{background-color:var(--spare-royal)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right .input-component::selection,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right input::selection{background-color:var(--spare-royal)}.theme-light .popup-menu .menu-item .menu-item-flex .right .input-component ::-moz-selection,.theme-light .popup-menu .menu-item .menu-item-flex .right input ::-moz-selection{background-color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right .input-component ::-moz-selection,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-flex .right input ::-moz-selection,.theme-dark .popup-menu .menu-item .menu-item-flex .right .input-component ::-moz-selection,.theme-dark .popup-menu .menu-item .menu-item-flex .right input ::-moz-selection{background-color:var(--spare-royal)}.popup-menu .menu-item .flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.popup-menu .menu-item .menu-item-input{height:auto}.popup-menu .menu-item .menu-item-input .input-component{margin-top:5px}.popup-menu .menu-item .menu-item-input .input-field,.popup-menu .menu-item .menu-item-input input{outline:0;width:38px;border-radius:4px;border:1px solid;text-align:center;line-height:22px;padding:0 2px}.theme-light .popup-menu .menu-item .menu-item-input .input-field,.theme-light .popup-menu .menu-item .menu-item-input input{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input .input-field,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input input,.theme-dark .popup-menu .menu-item .menu-item-input .input-field,.theme-dark .popup-menu .menu-item .menu-item-input input{color:var(--white-87)}.theme-light .popup-menu .menu-item .menu-item-input .input-field,.theme-light .popup-menu .menu-item .menu-item-input input{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input .input-field,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input input,.theme-dark .popup-menu .menu-item .menu-item-input .input-field,.theme-dark .popup-menu .menu-item .menu-item-input input{border-color:var(--white-12)}.theme-light .popup-menu .menu-item .menu-item-input .input-field,.theme-light .popup-menu .menu-item .menu-item-input input{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input .input-field,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input input,.theme-dark .popup-menu .menu-item .menu-item-input .input-field,.theme-dark .popup-menu .menu-item .menu-item-input input{background-color:var(--davys-grey)}.theme-light .popup-menu .menu-item .menu-item-input .input-field::-moz-selection,.theme-light .popup-menu .menu-item .menu-item-input input::-moz-selection{background-color:var(--bondi-blue)}.theme-light .popup-menu .menu-item .menu-item-input .input-field::selection,.theme-light .popup-menu .menu-item .menu-item-input input::selection{background-color:var(--bondi-blue)}.theme-dark .popup-menu .menu-item .menu-item-input .input-field::-moz-selection,.theme-dark .popup-menu .menu-item .menu-item-input input::-moz-selection{background-color:var(--spare-royal)}.theme-dark .popup-menu .menu-item .menu-item-input .input-field::selection,.theme-dark .popup-menu .menu-item .menu-item-input input::selection{background-color:var(--spare-royal)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input .input-field::-moz-selection,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input input::-moz-selection{background-color:var(--spare-royal)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input .input-field::selection,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input input::selection{background-color:var(--spare-royal)}.theme-light .popup-menu .menu-item .menu-item-input .input-field ::-moz-selection,.theme-light .popup-menu .menu-item .menu-item-input input ::-moz-selection{background-color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input .input-field ::-moz-selection,.theme-brand-dark-ios .popup-menu .menu-item .menu-item-input input ::-moz-selection,.theme-dark .popup-menu .menu-item .menu-item-input .input-field ::-moz-selection,.theme-dark .popup-menu .menu-item .menu-item-input input ::-moz-selection{background-color:var(--spare-royal)}.popup-menu .menu-item .menu-item-input input::-webkit-inner-spin-button,.popup-menu .menu-item .menu-item-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.popup-menu .menu-item .menu-item-input input[type=number]{-moz-appearance:textfield}.popup-menu .menu-input{padding:10px 12px}.popup-menu .menu-input .input-field,.popup-menu .menu-input input{width:140px;border:1px solid;border-radius:4px;line-height:28px;padding:2px 9px;font-size:13px}.theme-light .popup-menu .menu-input .input-field,.theme-light .popup-menu .menu-input input{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .menu-input .input-field,.theme-brand-dark-ios .popup-menu .menu-input input,.theme-dark .popup-menu .menu-input .input-field,.theme-dark .popup-menu .menu-input input{color:var(--white-87)}.theme-light .popup-menu .menu-input .input-field,.theme-light .popup-menu .menu-input input{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu .menu-input .input-field,.theme-brand-dark-ios .popup-menu .menu-input input,.theme-dark .popup-menu .menu-input .input-field,.theme-dark .popup-menu .menu-input input{border-color:var(--white-12)}.theme-light .popup-menu .menu-input .input-field,.theme-light .popup-menu .menu-input input{background-color:var(--white-smoke)}.theme-brand-dark-ios .popup-menu .menu-input .input-field,.theme-brand-dark-ios .popup-menu .menu-input input,.theme-dark .popup-menu .menu-input .input-field,.theme-dark .popup-menu .menu-input input{background-color:var(--davys-grey)}.theme-light .popup-menu .menu-input .input-field::-moz-selection,.theme-light .popup-menu .menu-input input::-moz-selection{background-color:var(--bondi-blue)}.theme-light .popup-menu .menu-input .input-field::selection,.theme-light .popup-menu .menu-input input::selection{background-color:var(--bondi-blue)}.theme-dark .popup-menu .menu-input .input-field::-moz-selection,.theme-dark .popup-menu .menu-input input::-moz-selection{background-color:var(--spare-royal)}.theme-dark .popup-menu .menu-input .input-field::selection,.theme-dark .popup-menu .menu-input input::selection{background-color:var(--spare-royal)}.theme-brand-dark-ios .popup-menu .menu-input .input-field::-moz-selection,.theme-brand-dark-ios .popup-menu .menu-input input::-moz-selection{background-color:var(--spare-royal)}.theme-brand-dark-ios .popup-menu .menu-input .input-field::selection,.theme-brand-dark-ios .popup-menu .menu-input input::selection{background-color:var(--spare-royal)}.theme-light .popup-menu .menu-input .input-field ::-moz-selection,.theme-light .popup-menu .menu-input input ::-moz-selection{background-color:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu .menu-input .input-field ::-moz-selection,.theme-brand-dark-ios .popup-menu .menu-input input ::-moz-selection,.theme-dark .popup-menu .menu-input .input-field ::-moz-selection,.theme-dark .popup-menu .menu-input input ::-moz-selection{background-color:var(--spare-royal)}.popup-menu .menu-input-wide .input-field,.popup-menu .menu-input-wide input{width:210px}.popup-menu.no-scroll,.popup-menu.with-language-submenu,.popup-menu.with-submenu{overflow-y:visible}.popup-menu.with-language-submenu .popup-menu{max-height:383px;width:100%}.popup-menu .popup-menu-separator{height:1px;margin-top:5px;margin-bottom:5px}.theme-light .popup-menu .popup-menu-separator{background-color:var(--platinum)}.theme-brand-dark-ios .popup-menu .popup-menu-separator,.theme-dark .popup-menu .popup-menu-separator{background-color:var(--white-16)}.popup-menu .header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 6px 6px;border-bottom:1px solid}.theme-light .popup-menu .header-menu{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu .header-menu,.theme-dark .popup-menu .header-menu{border-color:var(--white-16)}.popup-menu .header-menu .header-item{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.popup-menu .header-menu .header-item .icon svg{width:16px;height:16px}.popup-menu .header-menu .header-item .icon svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .popup-menu .header-menu .header-item .icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .header-menu .header-item .icon svg .graphic,.theme-dark .popup-menu .header-menu .header-item .icon svg .graphic{fill:var(--ash-grey)}.popup-menu .header-menu .header-item .icon.disabled{cursor:default}.theme-light .popup-menu .header-menu .header-item .icon.disabled svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .header-menu .header-item .icon.disabled svg .graphic,.theme-dark .popup-menu .header-menu .header-item .icon.disabled svg .graphic{fill:var(--ash-grey)}.theme-light .popup-menu .header-menu .header-item .icon.active svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu .header-menu .header-item .icon.active svg .graphic,.theme-dark .popup-menu .header-menu .header-item .icon.active svg .graphic{fill:var(--spare-royal)}.theme-light .popup-menu .header-menu .header-item:hover .icon:not(.disabled) svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-menu .header-menu .header-item:hover .icon:not(.disabled) svg .graphic,.theme-dark .popup-menu .header-menu .header-item:hover .icon:not(.disabled) svg .graphic{fill:var(--spare-royal)}.nedit-root .popup-menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.floating-toolbar-container{position:absolute;cursor:default;z-index:100}.floating-toolbar-container.out-of-container-events{pointer-events:none}.floating-toolbar-container svg{pointer-events:none;width:16px;height:16px}.theme-light .floating-toolbar-container svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .floating-toolbar-container svg .graphic,.theme-dark .floating-toolbar-container svg .graphic{fill:var(--ash-grey)}.theme-light .floating-toolbar-container svg .graphic_stroke{stroke:var(--davys-grey)}.theme-brand-dark-ios .floating-toolbar-container svg .graphic_stroke,.theme-dark .floating-toolbar-container svg .graphic_stroke{stroke:var(--ash-grey)}.floating-toolbar-container .floating-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-y:initial;padding-left:4px;padding-right:4px}.floating-toolbar-container .floating-toolbar .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;cursor:pointer;border-radius:50%;-webkit-transition:background .2s ease;transition:background .2s ease}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=italic]{width:18px}.theme-light .floating-toolbar-container .floating-toolbar .icon.active svg .graphic,.theme-light .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.active svg .graphic,.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover svg .graphic,.theme-dark .floating-toolbar-container .floating-toolbar .icon.active svg .graphic,.theme-dark .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover svg .graphic{fill:var(--spare-royal)}.theme-light .floating-toolbar-container .floating-toolbar .icon.active .graphic_stroke,.theme-light .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.active .graphic_stroke,.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .icon.active .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .icon:not(.disabled):hover .graphic_stroke{stroke:var(--spare-royal)}.theme-light .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic,.theme-dark .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic{fill:var(--davys-grey)}.theme-light .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic_stroke{stroke:var(--ash-grey)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .icon.disabled svg .graphic_stroke{stroke:var(--davys-grey)}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon{width:16px;height:16px;position:relative;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:500;pointer-events:none;line-height:16px}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon:not([data-block-background]){font-size:18px}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon[data-block-background]:not([data-block-background^=extra-]){width:18px;height:18px;line-height:18px}.floating-toolbar-container .floating-toolbar .icon .floating-toolbar-color-icon[data-block-background^=extra-]{border:1px solid}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=color]:hover .default-theme-color .color-icon-label{color:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=color]:hover .default-theme-color .color-icon-label,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=color]:hover .default-theme-color .color-icon-label{color:var(--spare-royal)}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]{width:auto;margin:0 2px 0 4px;position:relative;white-space:nowrap}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before{content:"";position:absolute;display:block;width:1px;height:calc(100% - 6px);right:0;top:3px}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before{background-color:var(--platinum)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] div:before{background-color:var(--white-16)}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] svg{width:20px;height:20px}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi] span{font-style:normal;font-weight:700;font-size:13px;margin:0 8px}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]:hover{color:var(--bondi-blue)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]:hover,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=nimbusAi]:hover{color:var(--spare-royal)}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child),.floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]{margin-left:5px;padding-left:5px;position:relative}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child) svg,.floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note] svg{position:relative;top:1px}.floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before{content:"";position:absolute;display:block;width:1px;height:calc(100% - 6px);left:0;top:3px}.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.theme-light .floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before{background-color:var(--platinum)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=comment]:not(:first-child):before,.theme-dark .floating-toolbar-container .floating-toolbar .icon[data-menu-id=create-note]:before{background-color:var(--white-16)}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:calc(100% + 3px);top:1px;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-y:initial;padding-left:6px;padding-right:6px;width:316px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item{margin:0 3px 6px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name^=extra-] .color-icon{border:1px solid}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.default-color-item .color-icon svg{width:22px;height:22px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon{width:22px;height:22px;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.color-icon-mat-font-color{background:none}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon .color-icon-label{font-size:18px;font-weight:500;font-family:Roboto!important}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.no-color{background-color:var(--onyx)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.no-color,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item .color-icon.no-color{background-color:var(--white-87)}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon:not(.color-icon-highlight),.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon:not(.color-icon-highlight){background-color:#eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon:not(.color-icon-highlight),.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon:not(.color-icon-highlight),.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon:not(.color-icon-highlight),.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon:not(.color-icon-highlight){background-color:#424242}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]){border:1px solid}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]){border-color:rgba(0,0,0,.14)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]),.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon-highlight:not([data-block-background^=extra-]){border-color:hsla(0,0%,100%,.14)}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon{background-color:none!important}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon svg .graphic_stroke{stroke:rgba(0,0,0,.14)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon svg .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover.default-color-item .color-icon svg .graphic_stroke{stroke:hsla(0,0%,100%,.14)}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon[data-block-background^=extra-]{background-color:#eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon[data-block-background^=extra-],.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item:hover .color-icon[data-block-background^=extra-]{background-color:#424242}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon{-webkit-box-shadow:0 0 0 2px #eee;box-shadow:0 0 0 2px #eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.active .color-icon{-webkit-box-shadow:0 0 0 2px #424242;box-shadow:0 0 0 2px #424242}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.color-menu-item-clear-all{padding-left:2px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.with-highlights{padding:13px 17px}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label{width:100%;margin-top:7px;margin-bottom:7px;font-size:12px;line-height:1.33;padding-left:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label{color:var(--davys-grey)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label{color:var(--lavender-grey)}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label.no-margin-top{margin-top:0}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .floating-toolbar-color-picker-label span.clear-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:distribute;align-content:space-around;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-decoration:underline;cursor:pointer}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-enter-active{opacity:1}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker.color-picker-leave-active{opacity:0}.floating-toolbar-container .floating-toolbar.floating-toolbar-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar.floating-toolbar-enter-active{opacity:1}.floating-toolbar-container .floating-toolbar.floating-toolbar-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.floating-toolbar-container .floating-toolbar.floating-toolbar-leave-active{opacity:0}.floating-toolbar-container .floating-toolbar-ai-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:242px;padding-top:6px}.floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item{width:100%;min-height:28px;height:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;-webkit-transition:"background-color" .2s ease;transition:"background-color" .2s ease}.floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item div{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title{font-style:normal;font-weight:400;font-size:14px;margin:0 0 0 8px}.theme-light .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title{color:var(--onyx)}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title,.theme-dark .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item .title{color:var(--white-87)}.theme-light .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item:hover{background-color:#eee}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item:hover,.theme-dark .floating-toolbar-container .floating-toolbar-ai-menu .ai-menu-item:hover{background-color:#424242}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name=black] .color-icon .color-icon-label,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name=black] .color-icon .color-icon-label{text-shadow:0 0 #fff,0 0 #fff,0 1px #fff,0 -1px #fff;font-weight:700}.theme-brand-dark-ios .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.default-color-item .color-icon svg .graphic_stroke,.theme-dark .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item.default-color-item .color-icon svg .graphic_stroke{stroke:#fff}.theme-light .floating-toolbar-container .floating-toolbar .floating-toolbar-color-picker .color-menu-item[data-color-name=white] .color-icon .color-icon-label{text-shadow:0 0 #000,0 0 #000,0 1px #000,0 -1px #000}.link-form-container{position:absolute;cursor:default;z-index:100}.link-form-container svg{pointer-events:none}.link-form-container .link-form.link-form-enter{opacity:.1}.link-form-container .link-form.link-form-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .link-form.link-form-leave{opacity:1}.link-form-container .link-form.link-form-leave-active{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .popup-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.link-form-container .popup-menu.link-edit{padding:12px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.link-form-container .popup-menu.link-edit .link-form-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button{cursor:pointer;font-size:13px;line-height:18px;font-weight:700;padding:6px 16px 7px;margin-left:7px;border-radius:16px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;color:#00a1b7;background-color:rgba(0,161,183,.1)}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button:hover{background-color:rgba(0,161,183,.15)}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button[data-button-key=done]{color:hsla(0,0%,100%,.87);background-color:#00a1b7}.link-form-container .popup-menu.link-edit .link-form-buttons .link-form-button[data-button-key=done]:hover{background-color:rgba(0,161,183,.95)}.link-form-container .popup-menu.link-panel{display:block;min-width:228px;padding:8px 8px 14px}.link-form-container .popup-menu.link-menu-enter{opacity:.1}.link-form-container .popup-menu.link-menu-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .popup-menu.link-menu-leave{opacity:1}.link-form-container .popup-menu.link-menu-leave-active{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.link-form-container .popup-menu .link-panel-item-link{width:100%;max-width:221px;margin-bottom:10px}.link-form-container .popup-menu .link-panel-item-link .link-text{cursor:pointer;font-size:13px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;display:inline-block}.theme-light .link-form-container .popup-menu .link-panel-item-link .link-text{color:var(--davys-grey)}.theme-brand-dark-ios .link-form-container .popup-menu .link-panel-item-link .link-text,.theme-dark .link-form-container .popup-menu .link-panel-item-link .link-text{color:var(--lavender-grey)}.link-form-container .popup-menu .link-panel-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.link-form-container .popup-menu .link-panel-buttons .link-panel-item{height:26px;padding:0 8px;margin:0 2px;border-radius:13px;font-size:13px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;line-height:26px;cursor:pointer}.theme-light .link-form-container .popup-menu .link-panel-buttons .link-panel-item{color:var(--onyx)}.theme-brand-dark-ios .link-form-container .popup-menu .link-panel-buttons .link-panel-item,.theme-dark .link-form-container .popup-menu .link-panel-buttons .link-panel-item{color:var(--white-87)}.theme-light .link-form-container .popup-menu .link-panel-buttons .link-panel-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .link-form-container .popup-menu .link-panel-buttons .link-panel-item:hover,.theme-dark .link-form-container .popup-menu .link-panel-buttons .link-panel-item:hover{background-color:var(--white-8)}.link-form-item{width:296px;margin-bottom:10px}.link-form-item:last-child{margin-bottom:0}.link-form-item label{display:block;margin:0 0 4px;font-size:12px;line-height:16px}.theme-light .link-form-item label{color:var(--davys-grey)}.theme-brand-dark-ios .link-form-item label,.theme-dark .link-form-item label{color:var(--lavender-grey)}.link-form-item input[type=text],.link-form-item input[type=url],.link-form-item textarea[type=textarea]{outline:none;width:100%;border:1px solid;height:44px;line-height:42px;padding:0 8px;font-size:13px;font-weight:700;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none!important;box-shadow:none!important}.theme-light .link-form-item input[type=text],.theme-light .link-form-item input[type=url],.theme-light .link-form-item textarea[type=textarea]{border-color:var(--platinum)}.theme-brand-dark-ios .link-form-item input[type=text],.theme-brand-dark-ios .link-form-item input[type=url],.theme-brand-dark-ios .link-form-item textarea[type=textarea],.theme-dark .link-form-item input[type=text],.theme-dark .link-form-item input[type=url],.theme-dark .link-form-item textarea[type=textarea]{border-color:var(--white-16)}.theme-light .link-form-item input[type=text],.theme-light .link-form-item input[type=url],.theme-light .link-form-item textarea[type=textarea]{color:var(--onyx)}.theme-brand-dark-ios .link-form-item input[type=text],.theme-brand-dark-ios .link-form-item input[type=url],.theme-brand-dark-ios .link-form-item textarea[type=textarea],.theme-dark .link-form-item input[type=text],.theme-dark .link-form-item input[type=url],.theme-dark .link-form-item textarea[type=textarea]{color:var(--white-87)}.theme-light .link-form-item input[type=text],.theme-light .link-form-item input[type=url],.theme-light .link-form-item textarea[type=textarea]{background-color:var(--white)}.theme-brand-dark-ios .link-form-item input[type=text],.theme-brand-dark-ios .link-form-item input[type=url],.theme-brand-dark-ios .link-form-item textarea[type=textarea],.theme-dark .link-form-item input[type=text],.theme-dark .link-form-item input[type=url],.theme-dark .link-form-item textarea[type=textarea]{background-color:var(--white-8)}.theme-dark .link-form-item input[type=text]::-webkit-input-placeholder,.theme-dark .link-form-item input[type=url]::-webkit-input-placeholder,.theme-dark .link-form-item textarea[type=textarea]::-webkit-input-placeholder,.theme-light .link-form-item input[type=text]::-webkit-input-placeholder,.theme-light .link-form-item input[type=url]::-webkit-input-placeholder,.theme-light .link-form-item textarea[type=textarea]::-webkit-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]::-webkit-input-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]::-webkit-input-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]::-webkit-input-placeholder{color:var(--ash-grey)}.theme-dark .link-form-item input[type=text]::-moz-placeholder,.theme-dark .link-form-item input[type=url]::-moz-placeholder,.theme-dark .link-form-item textarea[type=textarea]::-moz-placeholder,.theme-light .link-form-item input[type=text]::-moz-placeholder,.theme-light .link-form-item input[type=url]::-moz-placeholder,.theme-light .link-form-item textarea[type=textarea]::-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]::-moz-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]::-moz-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]::-moz-placeholder{color:var(--ash-grey)}.theme-light .link-form-item input[type=text]:-ms-input-placeholder,.theme-light .link-form-item input[type=url]:-ms-input-placeholder,.theme-light .link-form-item textarea[type=textarea]:-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .link-form-item input[type=text]:-ms-input-placeholder,.theme-dark .link-form-item input[type=url]:-ms-input-placeholder,.theme-dark .link-form-item textarea[type=textarea]:-ms-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]:-ms-input-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]:-ms-input-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]:-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .link-form-item input[type=text]:-moz-placeholder,.theme-dark .link-form-item input[type=url]:-moz-placeholder,.theme-dark .link-form-item textarea[type=textarea]:-moz-placeholder,.theme-light .link-form-item input[type=text]:-moz-placeholder,.theme-light .link-form-item input[type=url]:-moz-placeholder,.theme-light .link-form-item textarea[type=textarea]:-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .link-form-item input[type=text]:-moz-placeholder,.theme-brand-dark-ios .link-form-item input[type=url]:-moz-placeholder,.theme-brand-dark-ios .link-form-item textarea[type=textarea]:-moz-placeholder{color:var(--ash-grey)}.link-form-item textarea[type=textarea]{height:80px;font-size:13px;line-height:18px;padding:12px 8px;-webkit-box-sizing:border-box;box-sizing:border-box;resize:none}.block-menu-container .block-menu .block-menu-copy-pin,.block-menu-container .block-menu .block-menu-locked-pin,.block-menu-container .block-menu .block-menu-pin-button,.editor-body .embedded-menu .right-content .inline-icons .icon,.editor-body .embedded-menu .right-content .more-items .more-items-btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease}.block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .block-menu-pin-button svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-pin-button svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-pin-button svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-copy-pin svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-locked-pin svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-pin-button svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-brand-dark-ios .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-dark .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-light .more-items-btn svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items .more-items-btn svg .graphic{fill:var(--ash-grey)}.block-menu-container .block-menu .theme-light .block-menu-copy-pin:hover svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-locked-pin:hover svg .graphic,.block-menu-container .block-menu .theme-light .block-menu-pin-button:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-light .more-items-btn:hover svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-copy-pin:hover svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-locked-pin:hover svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-pin-button:hover svg .graphic,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic{fill:var(--bondi-blue)}.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-copy-pin:hover svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-locked-pin:hover svg .graphic,.block-menu-container .block-menu .theme-brand-dark-ios .block-menu-pin-button:hover svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-copy-pin:hover svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-locked-pin:hover svg .graphic,.block-menu-container .block-menu .theme-dark .block-menu-pin-button:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-brand-dark-ios .more-items-btn:hover svg .graphic,.editor-body .embedded-menu .right-content .more-items .theme-dark .more-items-btn:hover svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin:hover svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin:hover svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button:hover svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin:hover svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin:hover svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-pin-button:hover svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon:hover svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items .more-items-btn:hover svg .graphic{fill:var(--spare-royal)}.block-menu-container .block-menu .block-menu-copy-pin:before,.block-menu-container .block-menu .block-menu-locked-pin:before,.block-menu-container .block-menu .block-menu-pin-button:before,.editor-body .embedded-menu .right-content .inline-icons .icon:before,.editor-body .embedded-menu .right-content .more-items .more-items-btn:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;bottom:0;left:0;right:0;top:0;background:none;background-color:transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:-1}.editor-body .embedded-menu .right-content .more-items.active .theme-light .more-items-btn svg .graphic,.theme-light .editor-body .embedded-menu .right-content .more-items.active .more-items-btn svg .graphic{fill:var(--bondi-blue)}.editor-body .embedded-menu .right-content .more-items.active .theme-brand-dark-ios .more-items-btn svg .graphic,.editor-body .embedded-menu .right-content .more-items.active .theme-dark .more-items-btn svg .graphic,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .more-items.active .more-items-btn svg .graphic,.theme-dark .editor-body .embedded-menu .right-content .more-items.active .more-items-btn svg .graphic{fill:var(--spare-royal)}.editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.editor-body .embedded-menu .right-content .inline-icons .icon:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.editor-body .embedded-menu.embedded-menu-short .theme-light .more-items-btn:hover:before,.editor-body .embedded-menu .right-content .inline-icons .theme-light .icon:hover:before,.theme-light .editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.theme-light .editor-body .embedded-menu .right-content .inline-icons .icon:hover:before{background-color:var(--black-4)}.editor-body .embedded-menu.embedded-menu-short .theme-brand-dark-ios .more-items-btn:hover:before,.editor-body .embedded-menu.embedded-menu-short .theme-dark .more-items-btn:hover:before,.editor-body .embedded-menu .right-content .inline-icons .theme-brand-dark-ios .icon:hover:before,.editor-body .embedded-menu .right-content .inline-icons .theme-dark .icon:hover:before,.theme-brand-dark-ios .editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons .icon:hover:before,.theme-dark .editor-body .embedded-menu.embedded-menu-short .more-items-btn:hover:before,.theme-dark .editor-body .embedded-menu .right-content .inline-icons .icon:hover:before{background-color:var(--white-8)}#convert-blot-manager .popup-menu,.embedded-menu .popup-menu{position:absolute}#convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.embedded-menu .popup-menu .menu-item .menu-mention-icon{display:inline-block;width:16px;height:16px;text-align:center;line-height:16px}.theme-light #convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.theme-light .embedded-menu .popup-menu .menu-item .menu-mention-icon{color:var(--davys-grey)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item .menu-mention-icon,.theme-dark #convert-blot-manager .popup-menu .menu-item .menu-mention-icon,.theme-dark .embedded-menu .popup-menu .menu-item .menu-mention-icon{color:var(--ash-grey)}.theme-light #convert-blot-manager .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-light #convert-blot-manager .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-light #convert-blot-manager .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-light .embedded-menu .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-light .embedded-menu .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-light .embedded-menu .popup-menu .menu-item[data-menu-id=learn-nimbus] .text{color:var(--bondi-blue)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-brand-dark-ios #convert-blot-manager .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-brand-dark-ios .embedded-menu .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-dark #convert-blot-manager .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-dark #convert-blot-manager .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-dark #convert-blot-manager .popup-menu .menu-item[data-menu-id=learn-nimbus] .text,.theme-dark .embedded-menu .popup-menu .menu-item[data-menu-id=contact-support] .text,.theme-dark .embedded-menu .popup-menu .menu-item[data-menu-id=get-feedback] .text,.theme-dark .embedded-menu .popup-menu .menu-item[data-menu-id=learn-nimbus] .text{color:var(--light-green)}#convert-blot-manager .popup-menu .header-menu,.embedded-menu .popup-menu .header-menu{font-size:14px;text-transform:uppercase;border:0;padding:14px 14px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0}.theme-light #convert-blot-manager .popup-menu .header-menu,.theme-light .embedded-menu .popup-menu .header-menu{background-color:var(--white)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .header-menu,.theme-brand-dark-ios .embedded-menu .popup-menu .header-menu,.theme-dark #convert-blot-manager .popup-menu .header-menu,.theme-dark .embedded-menu .popup-menu .header-menu{background-color:var(--grey-brown)}#convert-blot-manager .popup-menu .header-menu.first-header,#convert-blot-manager .popup-menu .header-menu:first-child,.embedded-menu .popup-menu .header-menu.first-header,.embedded-menu .popup-menu .header-menu:first-child{padding-top:7px}#convert-blot-manager .popup-menu .header-menu.first-header:before,#convert-blot-manager .popup-menu .header-menu:first-child:before,.embedded-menu .popup-menu .header-menu.first-header:before,.embedded-menu .popup-menu .header-menu:first-child:before{content:"";width:100%;height:7px;position:absolute;top:-7px;left:0}.theme-light #convert-blot-manager .popup-menu .header-menu.first-header:before,.theme-light #convert-blot-manager .popup-menu .header-menu:first-child:before,.theme-light .embedded-menu .popup-menu .header-menu.first-header:before,.theme-light .embedded-menu .popup-menu .header-menu:first-child:before{background-color:var(--white)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .header-menu.first-header:before,.theme-brand-dark-ios #convert-blot-manager .popup-menu .header-menu:first-child:before,.theme-brand-dark-ios .embedded-menu .popup-menu .header-menu.first-header:before,.theme-brand-dark-ios .embedded-menu .popup-menu .header-menu:first-child:before,.theme-dark #convert-blot-manager .popup-menu .header-menu.first-header:before,.theme-dark #convert-blot-manager .popup-menu .header-menu:first-child:before,.theme-dark .embedded-menu .popup-menu .header-menu.first-header:before,.theme-dark .embedded-menu .popup-menu .header-menu:first-child:before{background-color:var(--grey-brown)}#convert-blot-manager .popup-menu .header-menu .header-menu-arrow,.embedded-menu .popup-menu .header-menu .header-menu-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}#convert-blot-manager .popup-menu .header-menu .header-menu-arrow svg,.embedded-menu .popup-menu .header-menu .header-menu-arrow svg{width:auto;height:auto}#convert-blot-manager .popup-menu .header-menu.collapsed .header-menu-arrow,.embedded-menu .popup-menu .header-menu.collapsed .header-menu-arrow{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#convert-blot-manager .popup-menu .link-menu-item,.embedded-menu .popup-menu .link-menu-item{padding:7px 14px;font-size:14px;cursor:pointer}.theme-light #convert-blot-manager .popup-menu .link-menu-item:hover,.theme-light .embedded-menu .popup-menu .link-menu-item:hover{color:var(--bondi-blue)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .link-menu-item:hover,.theme-brand-dark-ios .embedded-menu .popup-menu .link-menu-item:hover,.theme-dark #convert-blot-manager .popup-menu .link-menu-item:hover,.theme-dark .embedded-menu .popup-menu .link-menu-item:hover{color:var(--light-green)}#convert-blot-manager .popup-menu .convert-menu-footer,.embedded-menu .popup-menu .convert-menu-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:20px;text-align:center}#convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-top,.embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-top{max-width:162px}#convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom,.embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom{margin-top:20px;max-width:162px;padding-bottom:10px}#convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a{margin-left:4px}.theme-light #convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-light .embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a{color:var(--bondi-blue)}.theme-brand-dark-ios #convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-brand-dark-ios .embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-dark #convert-blot-manager .popup-menu .convert-menu-footer .convert-menu-footer-bottom a,.theme-dark .embedded-menu .popup-menu .convert-menu-footer .convert-menu-footer-bottom a{color:var(--light-green)}#convert-blot-manager .popup-menu.menu-enter,.embedded-menu .popup-menu.menu-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#convert-blot-manager .popup-menu.menu-enter-active,.embedded-menu .popup-menu.menu-enter-active{opacity:1}#convert-blot-manager .popup-menu.menu-leave,.embedded-menu .popup-menu.menu-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#convert-blot-manager .popup-menu.menu-leave-active,.embedded-menu .popup-menu.menu-leave-active{opacity:0}#convert-blot-manager .convert-menu-tooltip,.embedded-menu .convert-menu-tooltip{padding:20px;border:0;max-width:270px;overflow:initial}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip,.theme-dark #convert-blot-manager .convert-menu-tooltip,.theme-dark .embedded-menu .convert-menu-tooltip,.theme-light #convert-blot-manager .convert-menu-tooltip,.theme-light .embedded-menu .convert-menu-tooltip{background-color:#3d3d3d;color:#fff}#convert-blot-manager .convert-menu-tooltip-title,.embedded-menu .convert-menu-tooltip-title{font-size:14px;font-weight:700;margin-bottom:16px}#convert-blot-manager .convert-menu-tooltip-description,.embedded-menu .convert-menu-tooltip-description{font-size:12px;margin-bottom:16px}#convert-blot-manager .convert-menu-tooltip-label,.embedded-menu .convert-menu-tooltip-label{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;margin-bottom:16px;display:inline-block}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip-label,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip-label,.theme-dark #convert-blot-manager .convert-menu-tooltip-label,.theme-dark .embedded-menu .convert-menu-tooltip-label,.theme-light #convert-blot-manager .convert-menu-tooltip-label,.theme-light .embedded-menu .convert-menu-tooltip-label{background-color:#006064;color:#b2ebf2}#convert-blot-manager .convert-menu-tooltip-label.link-label,.embedded-menu .convert-menu-tooltip-label.link-label{cursor:pointer}#convert-blot-manager .convert-menu-tooltip-preview,.embedded-menu .convert-menu-tooltip-preview{background-color:#303030;padding:4px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#convert-blot-manager .convert-menu-tooltip-preview img,.embedded-menu .convert-menu-tooltip-preview img{width:230px;height:130px;max-width:230px;max-height:130px;border-radius:4px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' xmlns='http://www.w3.org/2000/svg' stroke='%23aaa'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}#convert-blot-manager .convert-menu-tooltip-arrow,.embedded-menu .convert-menu-tooltip-arrow{position:absolute;width:16px;height:16px;-webkit-transform:rotate(45deg);transform:rotate(45deg);right:-8px}.theme-brand-dark-ios #convert-blot-manager .convert-menu-tooltip-arrow,.theme-brand-dark-ios .embedded-menu .convert-menu-tooltip-arrow,.theme-dark #convert-blot-manager .convert-menu-tooltip-arrow,.theme-dark .embedded-menu .convert-menu-tooltip-arrow,.theme-light #convert-blot-manager .convert-menu-tooltip-arrow,.theme-light .embedded-menu .convert-menu-tooltip-arrow{background-color:#3d3d3d}#convert-blot-manager .convert-menu-tooltip[x-placement=right] .convert-menu-tooltip-arrow,.embedded-menu .convert-menu-tooltip[x-placement=right] .convert-menu-tooltip-arrow{right:unset;left:-8px}.popup-menu .rate-editor-in-menu{-webkit-transition:background .2s ease;transition:background .2s ease;position:relative;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;border-radius:6px;margin:0 5px 7px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.theme-light .popup-menu .rate-editor-in-menu{background-color:var(--black-4)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu,.theme-dark .popup-menu .rate-editor-in-menu{background-color:var(--white-8)}.theme-light .popup-menu .rate-editor-in-menu{color:#262626}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu,.theme-dark .popup-menu .rate-editor-in-menu{color:var(--ash-grey)}.popup-menu .rate-editor-in-menu .rate-editor-title{margin-left:8px;margin-right:5px}.theme-light .popup-menu .rate-editor-in-menu .icon-chevron-right path.graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-chevron-right path.graphic,.theme-dark .popup-menu .rate-editor-in-menu .icon-chevron-right path.graphic{fill:var(--ash-grey)}.popup-menu .rate-editor-in-menu .icon-star path{fill-opacity:1}.theme-light .popup-menu .rate-editor-in-menu .icon-star path{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-star path,.theme-dark .popup-menu .rate-editor-in-menu .icon-star path{fill:var(--ash-grey)}.popup-menu .rate-editor-in-menu .icon-close{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:all;position:absolute;right:6px;top:6px;width:10px;height:10px}.theme-light .popup-menu .rate-editor-in-menu .icon-close path.graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-close path.graphic,.theme-dark .popup-menu .rate-editor-in-menu .icon-close path.graphic{fill:var(--ash-grey)}.theme-light .popup-menu .rate-editor-in-menu .icon-close:hover path.graphic{fill:var(--onyx-and-white-16)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu .icon-close:hover path.graphic,.theme-dark .popup-menu .rate-editor-in-menu .icon-close:hover path.graphic{fill:var(--platinum)}.theme-light .popup-menu .rate-editor-in-menu:hover{background-color:var(--black-12)}.theme-brand-dark-ios .popup-menu .rate-editor-in-menu:hover,.theme-dark .popup-menu .rate-editor-in-menu:hover{background-color:var(--white-12)}.popup-menu .rate-editor-in-menu:hover .icon-close{opacity:1}.editor-body .embedded-menu-container{pointer-events:none}.editor-body .embedded-menu-container.additional-embedded-menu{z-index:20}.editor-body .embedded-menu-container.additional-embedded-menu>span{display:contents}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu{margin:0 auto}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{border:1px solid;border-radius:40px;padding:6px}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{border-color:var(--platinum)}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{border-color:var(--white-16)}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{background-color:var(--white)}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{background-color:var(--grey-brown)}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{-webkit-box-shadow:0 2px 15px 0 rgba(163,168,173,.22);box-shadow:0 2px 15px 0 rgba(163,168,173,.22)}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content{-webkit-box-shadow:unset;box-shadow:unset}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content .inline-icons{margin-left:0}.editor-body .embedded-menu-container.additional-embedded-menu .embedded-menu .right-content .inline-icons .icon:before{z-index:unset}.editor-body .embedded-menu{cursor:text;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.editor-body .embedded-menu svg{pointer-events:none;width:20px;height:20px}.editor-body .embedded-menu.embedded-menu-enter{opacity:.1}.editor-body .embedded-menu.embedded-menu-enter-active{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.editor-body .embedded-menu .overlay-text{white-space:nowrap}.theme-brand-dark-ios .editor-body .embedded-menu .overlay-text,.theme-dark .editor-body .embedded-menu .overlay-text,.theme-light .editor-body .embedded-menu .overlay-text{color:var(--ash-grey)}.editor-body .embedded-menu .input-prompt{overflow:hidden;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.editor-body .embedded-menu .right-content{pointer-events:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.editor-body .embedded-menu .right-content .inline-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:26px;padding-right:7px;border-right:1px solid}.theme-light .editor-body .embedded-menu .right-content .inline-icons{border-color:var(--table-border-light)}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons,.theme-dark .editor-body .embedded-menu .right-content .inline-icons{border-color:var(--table-border-dark)}.editor-body .embedded-menu .right-content .inline-icons .icon{margin-right:4px}.editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]{border-right:1px solid;border-radius:0}.theme-light .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]{border-color:var(--table-border-light)}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step],.theme-dark .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]{border-color:var(--table-border-dark)}.editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:before{display:none}.editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button{width:88px;font-size:13px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-transition:color .2s ease;transition:color .2s ease}.theme-light .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button{color:#164e63}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button,.theme-dark .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step] .add-step-button{color:#0891b2}.theme-light .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:hover .add-step-button{color:#0e7490}.theme-brand-dark-ios .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:hover .add-step-button,.theme-dark .editor-body .embedded-menu .right-content .inline-icons [data-menu-id=add-step]:hover .add-step-button{color:#06b6d4}.editor-body .embedded-menu .right-content .more-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editor-body .embedded-menu .right-content .more-items .more-items-btn.view-full{margin-left:7px;padding:10px 7px}.editor-body .embedded-menu .right-content .more-items .more-items-btn.view-full svg{width:auto;height:auto}.editor-body .embedded-menu.embedded-menu-short .right-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.editor-body .embedded-menu.embedded-menu-short .more-items-btn{top:1px}.editor-body .embedded-menu .smile-picker-container{position:absolute;top:100%;left:0;z-index:12}.editor-body .nedit-root.style-serif~.embedded-menu-container .overlay-text{font-family:Roboto Slab,serif}.editor-body .nedit-root.style-handwritten~.embedded-menu-container .input-prompt:after{content:"\A0"}.editor-body .nedit-root.style-handwritten~.embedded-menu-container .overlay-text{font-family:Caveat,cursive}.editor-body .nedit-root.style-handwritten.size-small~.embedded-menu-container .overlay-text{font-size:18px}.editor-body .nedit-root.style-handwritten.size-normal~.embedded-menu-container .overlay-text{font-size:20px}.editor-body .nedit-root.style-handwritten.size-normal~.embedded-menu-container .right-content{top:2px}.editor-body .nedit-root.style-handwritten.size-large~.embedded-menu-container .overlay-text{font-size:22px}.editor-body .nedit-root.style-handwritten.size-large~.embedded-menu-container .right-content{top:4px}.editor-body .nedit-root.style-mono~.embedded-menu-container .overlay-text{font-family:Anonymous Pro,monospace}.editor-body .nedit-root.style-mono.size-small~.embedded-menu-container .right-content{top:-1px}.editor-body .nedit-root.style-mono.size-normal~.embedded-menu-container .right-content{top:2px}.editor-body .nedit-root.style-mono.size-large~.embedded-menu-container .right-content{top:4px}.editor-body .nedit-root.size-small:not(.style-handwritten)~.embedded-menu-container .overlay-text{font-size:14px}.editor-body .nedit-root.size-small:not(.style-handwritten):not(.style-mono)~.embedded-menu-container .right-content{top:-2px}.editor-body .nedit-root.size-normal:not(.style-handwritten)~.embedded-menu-container .overlay-text{font-size:16px}.editor-body .nedit-root.size-normal:not(.style-handwritten):not(.style-mono)~.embedded-menu-container .right-content{top:1px}.editor-body .nedit-root.size-large:not(.style-handwritten)~.embedded-menu-container .overlay-text{font-size:18px}.editor-body .nedit-root.size-large:not(.style-handwritten):not(.style-mono)~.embedded-menu-container .right-content{top:2px}.editor-body .editor-menu-tooltips{width:0;height:0;visibility:hidden}.editor-body .editor-menu-tooltips img{width:0;height:0}#convert-blot-manager .popup-menu:not(.convert-menu-tooltip){overflow-y:auto!important;overflow-x:hidden}.block-menu-container{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:22}@media print{.block-menu-container{display:none}}.block-menu-container .block-menu-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.block-menu-container .block-menu-enter-active{opacity:1}.block-menu-container .block-menu-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.block-menu-container .block-menu-leave-active{opacity:0}.block-menu-container .block-menu-header-item .icon svg{width:16px;height:16px}.block-menu-container .block-menu-header-item .icon svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .block-menu-container .block-menu-header-item .icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item .icon svg .graphic,.theme-dark .block-menu-container .block-menu-header-item .icon svg .graphic{fill:var(--ash-grey)}.block-menu-container .block-menu-header-item .icon.disabled{cursor:default}.theme-light .block-menu-container .block-menu-header-item .icon.disabled svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item .icon.disabled svg .graphic,.theme-dark .block-menu-container .block-menu-header-item .icon.disabled svg .graphic{fill:var(--davys-grey)}.theme-light .block-menu-container .block-menu-header-item .icon.active svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item .icon.active svg .graphic,.theme-dark .block-menu-container .block-menu-header-item .icon.active svg .graphic{fill:var(--spare-royal)}.theme-light .block-menu-container .block-menu-header-item:hover .icon:not(.disabled) svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu-header-item:hover .icon:not(.disabled) svg .graphic,.theme-dark .block-menu-container .block-menu-header-item:hover .icon:not(.disabled) svg .graphic{fill:var(--spare-royal)}.block-menu-container .block-menu .block-menu-main>.block-menu-group>.menu-item{padding:7px 10px 7px 16px}.block-menu-container .block-menu .block-menu-main>.block-menu-group>.menu-item>.hint{margin-left:7px}.block-menu-container .block-menu .block-menu-main .block-menu-header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 6px 6px}.block-menu-container .block-menu .block-menu-main .block-menu-header-menu .block-menu-header-item{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.block-menu-container .block-menu .block-menu-copy-pin,.block-menu-container .block-menu .block-menu-locked-pin,.block-menu-container .block-menu .block-menu-pin-button{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.block-menu-container .block-menu .block-menu-copy-pin svg,.block-menu-container .block-menu .block-menu-locked-pin svg,.block-menu-container .block-menu .block-menu-pin-button svg{width:16px;height:16px}.theme-light .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-light .block-menu-container .block-menu .block-menu-pin-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin svg .graphic,.theme-dark .block-menu-container .block-menu .block-menu-pin-button svg .graphic{fill:var(--ash-grey)}.block-menu-container .block-menu .block-menu-copy-pin.active:before,.block-menu-container .block-menu .block-menu-copy-pin:hover:before,.block-menu-container .block-menu .block-menu-locked-pin.active:before,.block-menu-container .block-menu .block-menu-locked-pin:hover:before,.block-menu-container .block-menu .block-menu-pin-button.active:before,.block-menu-container .block-menu .block-menu-pin-button:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.theme-light .block-menu-container .block-menu .block-menu-copy-pin.active:before,.theme-light .block-menu-container .block-menu .block-menu-copy-pin:hover:before,.theme-light .block-menu-container .block-menu .block-menu-locked-pin.active:before,.theme-light .block-menu-container .block-menu .block-menu-locked-pin:hover:before,.theme-light .block-menu-container .block-menu .block-menu-pin-button.active:before,.theme-light .block-menu-container .block-menu .block-menu-pin-button:hover:before{background-color:var(--black-4)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin.active:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-copy-pin:hover:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin.active:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-locked-pin:hover:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button.active:before,.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-pin-button:hover:before,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin.active:before,.theme-dark .block-menu-container .block-menu .block-menu-copy-pin:hover:before,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin.active:before,.theme-dark .block-menu-container .block-menu .block-menu-locked-pin:hover:before,.theme-dark .block-menu-container .block-menu .block-menu-pin-button.active:before,.theme-dark .block-menu-container .block-menu .block-menu-pin-button:hover:before{background-color:var(--white-16)}.block-menu-container .block-menu .block-menu-copy-pin{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.block-menu-container .block-menu .block-menu-list{overflow:visible}.block-menu-container .block-menu .block-menu-list,.block-menu-container .block-menu .block-menu-submenu{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.block-menu-container .block-menu .menu-item{position:relative}.block-menu-container .block-menu .menu-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px}.theme-light .block-menu-container .block-menu .menu-item-selected .icon svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item-selected .icon svg .graphic,.theme-dark .block-menu-container .block-menu .menu-item-selected .icon svg .graphic{fill:var(--spare-royal)}.theme-light .block-menu-container .block-menu .menu-item-selected .icon svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item-selected .icon svg .graphic_stroke,.theme-dark .block-menu-container .block-menu .menu-item-selected .icon svg .graphic_stroke{stroke:var(--spare-royal)}.block-menu-container .block-menu .menu-item-done .icon{margin-right:8px}.block-menu-container .block-menu .menu-item-undone .text{margin-left:24px}.theme-light .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic{fill:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic,.theme-dark .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic{fill:var(--davys-grey)}.theme-light .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic_stroke{stroke:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic_stroke,.theme-dark .block-menu-container .block-menu .menu-item.disabled .icon svg .graphic_stroke{stroke:var(--davys-grey)}.theme-light .block-menu-container .block-menu .menu-item.disabled .text{color:var(--ash-grey)}.theme-brand-dark-ios .block-menu-container .block-menu .menu-item.disabled .text,.theme-dark .block-menu-container .block-menu .menu-item.disabled .text{color:var(--davys-grey)}.block-menu-container .block-menu .menu-item.disabled:hover{background:transparent}.block-menu-container .block-menu .block-menu-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;width:183px;-ms-flex-wrap:wrap;flex-wrap:wrap}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item{width:24px;height:24px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease, -webkit-box-shadow .2s ease}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item .color-icon{width:16px;height:16px;border-radius:50%;cursor:pointer}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon{border:1px solid}.theme-light .block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon{border-color:var(--platinum)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon,.theme-dark .block-menu-container .block-menu .block-menu-color-picker .color-menu-item[data-color-name=white] .color-icon{border-color:var(--white-16)}.block-menu-container .block-menu .block-menu-color-picker .color-menu-item.active,.block-menu-container .block-menu .block-menu-color-picker .color-menu-item:hover{-webkit-box-shadow:inset 0 0 0 2px #c8c8c8;box-shadow:inset 0 0 0 2px #c8c8c8}.block-menu-container .block-menu .block-menu-group:not(:last-child){border-bottom:1px solid}.theme-light .block-menu-container .block-menu .block-menu-group:not(:last-child){border-color:var(--platinum)}.theme-brand-dark-ios .block-menu-container .block-menu .block-menu-group:not(:last-child),.theme-dark .block-menu-container .block-menu .block-menu-group:not(:last-child){border-color:var(--white-12)}.block-menu-container span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-align-tooltip{white-space:pre-wrap}#note-context-menu{position:absolute;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#note-context-menu.hidden{display:none}#note-context-menu .context-menu-button{width:24px;height:24px;background-image:url(https://cdn3.iconfinder.com/data/icons/budicon-chroma-ui/24/drag-ui-512.png);background-color:transparent;border:0;background-size:100% 100%;cursor:pointer;margin:0;padding:0;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}#note-context-menu .context-menu-button:hover{background-color:#ddd}.menu{z-index:999;display:none}.menu.open{display:block}.menu .arrow_top{position:absolute;left:50%}.menu .arrow_top:after,.menu .arrow_top:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.menu .arrow_top:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) #888;border-width:5px;margin-left:-5px}.menu .arrow_top:before{border-color:hsla(0,0%,53.3%,0) hsla(0,0%,53.3%,0) #888;border-width:8px;margin-left:-8px}.context-menu-list{position:absolute;background:#fff;border:2px solid #888;border-radius:5px;list-style:none;padding:0;margin:0;display:none;right:25px;min-width:100px;white-space:nowrap}.context-menu-list.open{display:block;z-index:999}.context-menu-list[direction=bottom]{top:0}.context-menu-list[direction=top]{bottom:0}.context-menu-list .context-menu-group{border-bottom:1px solid #888}.context-menu-list .context-menu-group:last-child{border-bottom:0}.context-menu-list.has-padded-items li{padding-left:20px}.context-menu-list li{padding:5px 20px 5px 10px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.context-menu-list li[active=false]{color:grey}.context-menu-list li.menu-checkbox.menu-checkbox-checked:after{position:absolute;left:5px;content:"\25CF"}.context-menu-list li .context-menu-arrow{display:block;position:absolute;top:calc(50% - 5px);right:5px;width:5px;height:5px;border:5px solid transparent;border-left-color:#000;-webkit-box-sizing:border-box;box-sizing:border-box}.context-menu-list li .context-menu-submenu{display:none;position:absolute;left:100%;background:#fff;border:2px solid #888;margin:0;padding:0;list-style:none;min-width:110px;border-radius:5px}.context-menu-list li .context-menu-submenu li{color:#000}.context-menu-list li .Scp{display:none;position:absolute;left:100%}.context-menu-list li .Scp[submenu=bottom]{top:-200%}.context-menu-list li .Scp[submenu=top]{bottom:-2px}.context-menu-list li:hover{background:#888;color:#fff}.context-menu-list li:hover .context-menu-submenu,.context-menu-list li:hover .Scp{display:block}.context-menu-list[submenu=bottom] .context-menu-submenu{top:-2px}.context-menu-list[submenu=top] .context-menu-submenu{bottom:-2px}#note-toolbar-menu{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#note-toolbar-menu.table-toolbar{border:2px solid #888;display:none;border-radius:5px;height:40px;background:#fff;z-index:10;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#888}#note-toolbar-menu.table-toolbar.rendered{display:-webkit-box;display:-ms-flexbox;display:flex}#note-toolbar-menu.table-toolbar .table-toolbar-group{border-right:1px solid #888;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#note-toolbar-menu.table-toolbar .table-toolbar-group:last-child{border-right:0}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown{margin:0 15px;cursor:pointer;padding:3px 5px;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown.open,#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown:hover{background:#888;color:#fff}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list{display:none;position:absolute;top:calc(100% + 6px);left:0;margin:0;padding:0;list-style:none;color:#888;background:#fff;border:2px solid #888;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group{border-right:0;border-bottom:1px solid #888;display:block;padding:0}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group:last-child{border-bottom:0}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li{padding:5px 20px 5px 10px;white-space:nowrap;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li .toolbar-menu-arrow{display:block;position:absolute;top:calc(50% - 5px);right:5px;width:5px;height:5px;border:5px solid transparent;border-left-color:#000;-webkit-box-sizing:border-box;box-sizing:border-box}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li .toolbar-menu-submenu{display:none;position:absolute;top:-2px;left:100%;background:#fff;border:2px solid #888;margin:0;padding:0;list-style:none;min-width:110px;border-radius:5px}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li .toolbar-menu-submenu li{color:#888}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li .toolbar-menu-submenu li:hover{color:#fff}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li:hover{background:#888;color:#fff}#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown.open .toolbar-dropdown-list,#note-toolbar-menu.table-toolbar .table-toolbar-group .toolbar-dropdown .toolbar-dropdown-list .table-toolbar-group li:hover .toolbar-menu-submenu{display:block}#note-toolbar-menu.table-toolbar .table-toolbar-group:last-child .toolbar-dropdown:last-child .toolbar-dropdown-list{border-top-right-radius:5px}.chrome-tooltip{background:#fff;-webkit-box-shadow:0 0 0 1px rgba(15,15,15,.05),0 3px 6px rgba(15,15,15,.1),0 9px 24px rgba(15,15,15,.2);box-shadow:0 0 0 1px rgba(15,15,15,.05),0 3px 6px rgba(15,15,15,.1),0 9px 24px rgba(15,15,15,.2);border-radius:3px;padding:15px}.chrome-tabs{-webkit-box-shadow:0 1px 0 rgba(55,53,47,.08);box-shadow:0 1px 0 rgba(55,53,47,.08);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.chrome-tabs .chrome-tab{padding:3px;cursor:pointer;margin-right:15px}.chrome-tabs .chrome-tab.active{border-bottom:3px solid #0096a7}.chrome-tab-content{display:none}.chrome-tab-content.active{display:block}.chrome-input{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,.1);border-radius:5px;padding:6px}.chrome-button{background:#0096a7;color:#fff;border-radius:3px;border:none;padding:10px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.right-context-menu{position:fixed;z-index:99999;width:250px;background:#fff;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.5);box-shadow:0 0 2px 0 rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:unset;padding:unset}.right-context-menu.hidden{display:none}.right-context-menu .right-context-menu-item{height:40px;width:100%;cursor:default;border-bottom:1px solid rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;cursor:pointer;color:#000}.right-context-menu .right-context-menu-item:hover{background:rgba(0,0,0,.1)}.right-context-menu .right-context-menu-item:last-child{border-bottom:unset}.right-context-menu .right-context-menu-item .right-context-menu-item-icon{width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.right-context-menu .right-context-menu-item .right-context-menu-item-title{text-transform:capitalize}.right-context-menu .right-context-menu-item .right-context-menu-item-buttons{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.right-context-menu .right-context-menu-item .right-context-menu-item-buttons .right-context-menu-selected-icon:after{content:"\2714"}.note-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.theme-brand-dark-ios .note-popup-overlay,.theme-dark .note-popup-overlay,.theme-light .note-popup-overlay{background-color:var(--black-5)}.note-popup-overlay *{-webkit-box-sizing:border-box;box-sizing:border-box}.note-popup-overlay .note-popup-wrapper{min-width:300px}.note-popup-overlay .note-popup-wrapper .note-popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-header{background-color:var(--bondi-blue)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-header,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-header{background-color:var(--spare-royal)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-header,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-header,.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-header{color:var(--white-87)}.note-popup-overlay .note-popup-wrapper .note-popup-header h3{margin:0}.note-popup-overlay .note-popup-wrapper .note-popup-header button{border:0;background:none;font-size:24px;font-weight:700;cursor:pointer}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-header button,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-header button,.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-header button{color:var(--white-87)}.note-popup-overlay .note-popup-wrapper .note-popup-content{padding:20px 15px;border:1px solid}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content{border-color:var(--bondi-blue)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content{border-color:var(--spare-royal)}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content{background-color:var(--white)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content{background-color:var(--grey-brown)}.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element{margin-bottom:10px}.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element:last-child{margin-bottom:0}.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element label{margin-bottom:2px;font-size:14px;display:block}.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=email],.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=number],.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=text]{border:1px solid;border-radius:3px;width:100%;padding:5px 10px}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=email],.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=number],.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=text]{border-color:var(--bondi-blue)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=email],.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=number],.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=text],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=email],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=number],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=text]{border-color:var(--spare-royal)}.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit]{border:0;padding:5px 10px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit]{background-color:var(--bondi-blue)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit]{background-color:var(--spare-royal)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit],.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element input[type=submit]{color:var(--white-87)}.note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element .note-popup-error{font-size:12px}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element .note-popup-error{color:var(--rust-red)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element .note-popup-error,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element .note-popup-error{color:var(--unheard-orche)}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=email],.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=number],.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=text]{border-color:var(--rust-red)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=email],.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=number],.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=text],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=email],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=number],.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .note-popup-element.error input[type=text]{border-color:var(--unheard-orche)}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-hotkeys-head{font-size:18px;margin-bottom:20px}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-hotkeys-head{color:var(--onyx)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-hotkeys-head,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-hotkeys-head{color:var(--white-87)}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:400px;padding:0 15px;margin-bottom:30px}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content{color:var(--onyx)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content{color:var(--white-87)}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content.without-formats{min-width:600px}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content .clipboard-help-item{text-align:center;font-weight:700}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content .clipboard-help-item-combination{font-size:36px}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-content .clipboard-help-item-label{font-size:18px}.note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close{cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;border:1px solid;border-radius:3px;font-weight:700;font-size:16px;padding:10px 15px}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close{background-color:var(--white)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close{background-color:var(--grey-brown)}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close{border-color:var(--bondi-blue)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close{border-color:var(--spare-royal)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close:hover,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close:hover,.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close:hover{color:var(--white-87)}.theme-light .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close:hover{background-color:var(--bondi-blue)}.theme-brand-dark-ios .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close:hover,.theme-dark .note-popup-overlay .note-popup-wrapper .note-popup-content .clipboard-help-close:hover{background-color:var(--spare-royal)}.editor-popup-root .editor-rename-file-dialog .mdc-dialog__surface{max-width:400px}.nedit-dialog-overlay,.root-placed-confirm-popup{position:fixed;left:0;top:0;right:0;bottom:0;z-index:100}.root-placed-confirm-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 15px}.popup-dialog{font-family:Inter,sans-serif;padding:24px;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.popup-dialog.reduced-padding{padding:18px 24px}.popup-dialog .close-popup{position:absolute;top:17px;right:17px;cursor:pointer}.popup-dialog .close-popup svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-light .popup-dialog .close-popup:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .popup-dialog .close-popup:hover svg .graphic,.theme-dark .popup-dialog .close-popup:hover svg .graphic{fill:var(--spare-royal)}.popup-dialog .popup-dialog-title{font-size:16px;font-weight:700;line-height:21px;margin-bottom:15px}.theme-light .popup-dialog .popup-dialog-title{color:var(--onyx)}.theme-brand-dark-ios .popup-dialog .popup-dialog-title,.theme-dark .popup-dialog .popup-dialog-title{color:var(--white-87)}.popup-dialog .popup-dialog-body{font-size:14px}.popup-dialog .popup-dialog-body .flex{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-dialog .popup-dialog-body .flex>div{margin:0 10px}.popup-dialog .popup-dialog-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}.popup-dialog .popup-dialog-buttons .dialog-button{font-size:13px;font-weight:700;padding:9px 30px;background-color:transparent;cursor:pointer;border-radius:4px;-webkit-transition:color .2s ease,border-color .2s ease;transition:color .2s ease,border-color .2s ease;border:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.theme-light .popup-dialog .popup-dialog-buttons .dialog-button{color:#164e63}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button{color:#0891b2}.theme-light .popup-dialog .popup-dialog-buttons .dialog-button{border-color:#164e63}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button{border-color:#0891b2}.popup-dialog .popup-dialog-buttons .dialog-button-active{-webkit-transition:background-color .2s ease;transition:background-color .2s ease;border-color:transparent}.theme-light .popup-dialog .popup-dialog-buttons .dialog-button-active{background-color:#164e63}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button-active,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button-active{background-color:#0891b2}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button-active,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button-active,.theme-light .popup-dialog .popup-dialog-buttons .dialog-button-active{color:var(--white-87)}.theme-light .popup-dialog .popup-dialog-buttons .dialog-button:hover{color:#0e7490}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button:hover,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button:hover{color:#06b6d4}.popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active{border-color:transparent}.theme-light .popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active{background-color:#0e7490}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active{background-color:#06b6d4}.theme-brand-dark-ios .popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active,.theme-dark .popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active,.theme-light .popup-dialog .popup-dialog-buttons .dialog-button:hover.dialog-button-active{color:var(--white-87)}.editor-root-dialog{position:fixed;left:0;top:0;right:0;bottom:0;display:none;z-index:100}.editor-root-dialog .popup-menu{position:relative}.editor-root-dialog.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nedit-root .horizontal-line{display:block;cursor:default;padding:9px 0;margin:2px 0;position:relative}.nedit-root .horizontal-line:before{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;background:transparent;-webkit-transition:background .1s ease;transition:background .1s ease}.theme-light .nedit-root .horizontal-line:not([data-line-color]) hr{border-color:var(--lavender-grey)}.theme-brand-dark-ios .nedit-root .horizontal-line:not([data-line-color]) hr,.theme-dark .nedit-root .horizontal-line:not([data-line-color]) hr{border-color:var(--white-16)}.nedit-root .horizontal-line hr{border:0;border-top:1px solid;margin:0;-webkit-transition:margin .1s ease;transition:margin .1s ease}.nedit-root .horizontal-line hr[data-lineType=dotted]{border-top:2px dotted}.nedit-root .horizontal-line.focused-block,.nedit-root .horizontal-line.selected-block{display:relative}.nedit-root .horizontal-line.focused-block hr,.nedit-root .horizontal-line.selected-block hr{margin-left:5px;margin-right:5px}.nedit-root .horizontal-line.focused-block:before,.nedit-root .horizontal-line.selected-block:before{border-radius:4px}.theme-light .nedit-root .horizontal-line.focused-block:before,.theme-light .nedit-root .horizontal-line.selected-block:before{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root .horizontal-line.focused-block:before,.theme-brand-dark-ios .nedit-root .horizontal-line.selected-block:before,.theme-dark .nedit-root .horizontal-line.focused-block:before,.theme-dark .nedit-root .horizontal-line.selected-block:before{background-color:var(--white-16)}#note-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;background:var(--black-80);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#note-lightbox .note-lightbox-image img{margin:auto}#note-lightbox *{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}#note-lightbox.open{display:-webkit-box;display:-ms-flexbox;display:flex}#note-lightbox.visible{opacity:1}#note-lightbox .note-lightbox-close{position:absolute;top:2%;right:2%;border:0;border-radius:50%;cursor:pointer;padding:8px;background:var(--black-28);z-index:999}#note-lightbox .note-lightbox-close .lightbox-close-icon{width:13px;height:13px}#note-lightbox .note-lightbox-close span{display:block;width:15px;height:2px;border-radius:5px;background-color:#fff;position:absolute;top:46%;left:7px;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}#note-lightbox .note-lightbox-close span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#note-lightbox .note-lightbox-close span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#note-lightbox .note-lightbox-close:hover span{background-color:var(--bondi-blue)}#note-lightbox .note-lightbox-next{position:absolute;top:calc(50% - 24px);right:5%;border:0;border-radius:50%;cursor:pointer;width:48px;height:48px;background-color:var(--black-28);z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#note-lightbox .note-lightbox-next:hover{background-color:var(--bondi-blue)}#note-lightbox .note-lightbox-next svg .graphic{fill:#fff}#note-lightbox .note-lightbox-prev{position:absolute;top:calc(50% - 24px);left:5%;border:0;border-radius:50%;cursor:pointer;width:48px;height:48px;background-color:var(--black-28);z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#note-lightbox .note-lightbox-prev:hover{background-color:var(--bondi-blue)}#note-lightbox .note-lightbox-prev svg .graphic{fill:#fff}#note-lightbox .note-lightbox-content{width:100%;height:100%}#note-lightbox:not(.vertical-scroll):not(.horizontal-scroll) .note-lightbox-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#note-lightbox.vertical-scroll:not(.horizontal-scroll) .note-lightbox-content{text-align:center;overflow-y:scroll}#note-lightbox.horizontal-scroll:not(.vertical-scroll) .note-lightbox-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-x:scroll;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#note-lightbox.vertical-scroll.horizontal-scroll .note-lightbox-content{overflow:scroll}.editor-loader-grey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23aaa' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23aaa' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23aaa' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(1 1)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite'/%3E%3C/path%3E%3Ccircle fill='%23aaa' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.editor-loader2-grey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' xmlns='http://www.w3.org/2000/svg' stroke='%23aaa'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.editor-loader-cc{background-position:50%}.editor-loader-default-size{height:64px}.editor-tooltip{position:absolute;border-radius:2px;padding:8px 15px;font-size:12px;opacity:0;text-align:center;z-index:101}.theme-brand-dark-ios .editor-tooltip,.theme-dark .editor-tooltip,.theme-light .editor-tooltip{background-color:var(--davys-grey);color:var(--white-87)}.editor-tooltip span{display:block}.editor-tooltip small{font-size:11px;font-style:italic}.editor-tooltip .editor-tooltip-arrow{width:10px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px;position:absolute;left:50%}.theme-brand-dark-ios .editor-tooltip .editor-tooltip-arrow,.theme-dark .editor-tooltip .editor-tooltip-arrow,.theme-light .editor-tooltip .editor-tooltip-arrow{background-color:var(--davys-grey)}.editor-tooltip[x-placement=top] .editor-tooltip-arrow{margin-top:-6px;top:100%}.editor-tooltip[x-placement=top].editor-tooltip-enter{opacity:0;margin-top:-15px;-webkit-transition:opacity .4s ease,margin .4s ease;transition:opacity .4s ease,margin .4s ease}.editor-tooltip[x-placement=top].editor-tooltip-enter-active{opacity:1;margin-top:0}.editor-tooltip[x-placement=bottom] .editor-tooltip-arrow{top:0;margin-top:-4px}.editor-tooltip[x-placement=bottom].editor-tooltip-enter{opacity:0;margin-top:15px;-webkit-transition:opacity .4s ease,margin .4s ease;transition:opacity .4s ease,margin .4s ease}.editor-tooltip[x-placement=bottom].editor-tooltip-enter-active{opacity:1;margin-top:0}.nedit-root blockquote{margin:24px 0;padding-left:20px!important;position:relative;font-size:16px;line-height:22px;z-index:1;word-break:break-all;padding-right:40px}.theme-light .nedit-root blockquote:not([data-border-color]):before{background-color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root blockquote:not([data-border-color]):before,.theme-dark .nedit-root blockquote:not([data-border-color]):before{background-color:var(--lavender-grey)}.nedit-root blockquote:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;width:4px;border-radius:4px}.nedit-root blockquote[has-line-color=true]:before{background-color:var(--editor-quote-line-color)}.nedit-root blockquote:first-child{margin-top:0}.nedit-root code.inline-code{font-family:Inconsolata,monospace;line-height:0;padding:3px;border-radius:4px;letter-spacing:-.09px;font-size:.95em}.theme-brand-dark-ios .nedit-root code.inline-code,.theme-dark .nedit-root code.inline-code,.theme-light .nedit-root code.inline-code{background-color:var(--carmine-pink-32)}.theme-light .nedit-root code.inline-code{color:var(--rust-red)}.theme-brand-dark-ios .nedit-root code.inline-code,.theme-dark .nedit-root code.inline-code{color:var(--unheard-orche)}.nedit-root code.inline-code a{color:#b81200}.nedit-root code.inline-code>span.background-color a,.nedit-root code.inline-code>span.font-color a{color:unset}.hljs{display:block;overflow-x:auto;padding:.5em;background:#f0f0f0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#bc6060}.hljs-literal{color:#78a960}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.nedit-root.size-small syntax pre.editable-text.syntax-code.syntax-code-node{font-size:12px}.nedit-root.size-normal syntax pre.editable-text.syntax-code.syntax-code-node{font-size:14px}.nedit-root.size-large syntax pre.editable-text.syntax-code.syntax-code-node{font-size:16px}.nedit-root .syntax-wrapper{margin:12px 0;position:relative}.nedit-root syntax{display:block;padding:5px 9px;border-radius:4px;position:relative}.theme-light .nedit-root syntax{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root syntax,.theme-dark .nedit-root syntax{background-color:var(--grey-brown)}.nedit-root syntax.selected-block ::-moz-selection,.nedit-root syntax.syntax-cm-without-focus ::-moz-selection{background-color:transparent!important;color:inherit!important}.nedit-root syntax.selected-block ::selection,.nedit-root syntax.syntax-cm-without-focus ::selection{background-color:transparent!important;color:inherit!important}.nedit-root syntax.selected-block ::-moz-selection,.nedit-root syntax.syntax-cm-without-focus ::-moz-selection{background-color:transparent!important;color:inherit!important}.nedit-root syntax .syntax-text-anchor{visibility:hidden}.nedit-root syntax.selected-block:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.theme-brand-dark-ios .nedit-root syntax.selected-block:after,.theme-dark .nedit-root syntax.selected-block:after,.theme-light .nedit-root syntax.selected-block:after{background-color:var(--bondi-blue-54)}.nedit-root syntax .syntax-control-wrapper{display:block;width:100%;height:37px}.nedit-root syntax .CodeMirror{height:auto;clear:both}.nedit-root syntax .CodeMirror .CodeMirror-hscrollbar{scrollbar-width:thin;cursor:default}.nedit-root syntax .CodeMirror .CodeMirror-code .CodeMirror-linenumber{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.nedit-root syntax .CodeMirror .nocursor{visibility:hidden!important}.nedit-root syntax .CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar{width:6px;height:6px;cursor:pointer!important}.nedit-root syntax .CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-track{background:#f1f1f1}.nedit-root syntax .CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-thumb{background:#888;cursor:pointer!important}.nedit-root syntax .CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-thumb:hover{background:#555}.nedit-root syntax select{margin:0 0 10px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none!important;border:0;outline:0;background:transparent;font-size:12px;line-height:1.33}.theme-light .nedit-root syntax select{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root syntax select,.theme-dark .nedit-root syntax select{color:var(--ash-grey)}.nedit-root syntax .syntax-code{margin:0 7px 10px;font-size:15px;white-space:pre;overflow-x:auto;width:98%;padding-bottom:15px}.nedit-root syntax .syntax-control-wrap{float:right;white-space:nowrap;margin:5px -5px 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root syntax .syntax-control-wrap.no-margin{margin:0}.nedit-root syntax .syntax-control-wrap .loading-spinner{width:16px;height:16px;background-size:16px 16px;margin-right:5px}.nedit-root syntax .syntax-control-wrap .syntax-control-btn,.nedit-root syntax .syntax-control-wrap .syntax-control-label{display:inline-block;vertical-align:middle}.nedit-root syntax .syntax-control-wrap .syntax-control-btn svg,.nedit-root syntax .syntax-control-wrap .syntax-control-label svg{display:inline-block;vertical-align:sub}.nedit-root syntax .syntax-control-wrap .syntax-control-label{margin:0 4px 0 0;font-size:13px;line-height:16px}.theme-light .nedit-root syntax .syntax-control-wrap .syntax-control-label{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root syntax .syntax-control-wrap .syntax-control-label,.theme-dark .nedit-root syntax .syntax-control-wrap .syntax-control-label{color:var(--ash-grey)}.nedit-root syntax .syntax-control-wrap .syntax-control-btn{cursor:pointer;padding-left:4px;padding-right:4px;min-height:22px}.input-date .input-hidden{width:0;height:0;border:0;opacity:0}.input-date-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-date-active .calendar-container .calendar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 20px}.input-date-active .calendar-container .calendar-header-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0 5px}.input-date-active .calendar-container .calendar-header-line .header-left,.input-date-active .calendar-container .calendar-header-line .header-right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:15%;font-size:13px;line-height:34px}.theme-light .input-date-active .calendar-container .calendar-header-line .header-left,.theme-light .input-date-active .calendar-container .calendar-header-line .header-right{color:var(--onyx)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-header-line .header-left,.theme-brand-dark-ios .input-date-active .calendar-container .calendar-header-line .header-right,.theme-dark .input-date-active .calendar-container .calendar-header-line .header-left,.theme-dark .input-date-active .calendar-container .calendar-header-line .header-right{color:var(--white-87)}.input-date-active .calendar-container .calendar-header-line .header-left.bold,.input-date-active .calendar-container .calendar-header-line .header-right.bold{font-weight:700}.input-date-active .calendar-container .calendar-header-line .header-left{text-align:left}.input-date-active .calendar-container .calendar-header-line .header-right{text-align:right}.input-date-active .calendar-container .calendar-header-line .header-center{width:70%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-date-active .calendar-container .calendar-body .month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:5px 0 15px}.input-date-active .calendar-container .calendar-body .month-header .month-text{font-weight:700;font-size:13px}.theme-light .input-date-active .calendar-container .calendar-body .month-header .month-text{color:var(--davys-grey)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .month-header .month-text,.theme-dark .input-date-active .calendar-container .calendar-body .month-header .month-text{color:var(--lavender-grey)}.input-date-active .calendar-container .calendar-body .month-header .arrow{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2px;cursor:pointer}.theme-light .input-date-active .calendar-container .calendar-body .month-header .arrow svg path:nth-child(n+2){fill:var(--davys-grey)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .month-header .arrow svg path:nth-child(n+2),.theme-dark .input-date-active .calendar-container .calendar-body .month-header .arrow svg path:nth-child(n+2){fill:var(--lavender-grey)}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven{width:287px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven.grid-days{-ms-flex-wrap:wrap;flex-wrap:wrap}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item{width:33px;height:33px;margin:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item{color:var(--onyx)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item{color:var(--white-87)}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-week-day{font-weight:700}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day{border:2px solid transparent;border-radius:100%;cursor:pointer;-webkit-transition:color .15s;transition:color .15s}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.other-month-day{opacity:.75}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.other-month-day,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.other-month-day,.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.other-month-day{color:var(--ash-grey)}.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day:hover{border-color:var(--white-smoke)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day:hover,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day:hover{border-color:var(--onyx-and-white-8)}.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day:hover{background-color:var(--white-smoke)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day:hover,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day:hover{background-color:var(--onyx-and-white-8)}.input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.today{background-color:transparent}.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.today{border-color:var(--bondi-blue)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.today,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.today{border-color:var(--spare-royal)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected,.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected{color:var(--white-87)}.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected{border-color:var(--bondi-blue)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected{border-color:var(--spare-royal)}.theme-light .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected{background-color:var(--bondi-blue)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected,.theme-dark .input-date-active .calendar-container .calendar-body .weeks-grid .grid-seven .grid-item.grid-day.selected{background-color:var(--spare-royal)}.input-date-active .calendar-container .calendar-footer{border-style:solid;border-width:2px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:15px -10px 0;padding:0}.theme-light .input-date-active .calendar-container .calendar-footer{border-color:var(--platinum)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer,.theme-dark .input-date-active .calendar-container .calendar-footer{border-color:var(--white-16)}.input-date-active .calendar-container .calendar-footer .footer-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:justify;align-content:space-between;max-height:94px;overflow-y:auto}.input-date-active .calendar-container .calendar-footer .footer-options{width:100%;padding:5px 0 0;font-size:13px;line-height:200%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.theme-light .input-date-active .calendar-container .calendar-footer .footer-options{color:var(--onyx)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .footer-options,.theme-dark .input-date-active .calendar-container .calendar-footer .footer-options{color:var(--white-87)}.input-date-active .calendar-container .calendar-footer .footer-options .footer-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 0}.input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-left{padding-left:15px}.input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:15px}.input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-right.pointer{cursor:pointer}.input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-right .option-reminder-name{margin-right:3px}.theme-light .input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-right .option-reminder-name.grey{color:var(--davys-grey)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-right .option-reminder-name.grey,.theme-dark .input-date-active .calendar-container .calendar-footer .footer-options .footer-option .option-right .option-reminder-name.grey{color:var(--lavender-grey)}.input-date-active .calendar-container .calendar-footer .footer-options .footer-button{cursor:pointer}.input-date-active .calendar-container .calendar-footer .calendar-footer-line{border-style:solid;border-width:0 0 2px;width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line{border-color:var(--platinum)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line{border-color:var(--white-16)}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-left,.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:15%;font-size:13px;line-height:34px}.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-left,.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-right{color:var(--onyx)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-left,.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-right,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-left,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-right{color:var(--white-87)}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-left.bold,.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-right.bold{font-weight:700}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-left{text-align:left;padding-left:15px}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-right{text-align:right;padding-right:15px}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:15px}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .calendar-input{padding:0;line-height:13px;font-size:13px;border-radius:4px;border:0;background:transparent}.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .calendar-input{color:var(--onyx)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .calendar-input,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .calendar-input{color:var(--white-87)}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .calendar-input-date{width:72px}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .calendar-input-time{width:36px;margin:0 0 0 3px}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-webkit-input-placeholder{text-align:center}.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-webkit-input-placeholder,.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-webkit-input-placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-webkit-input-placeholder{color:var(--lavender-grey)}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder{text-align:center}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::placeholder{text-align:center}.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder{color:var(--lavender-grey)}.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::placeholder{color:var(--lavender-grey)}.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder{color:var(--lavender-grey)}.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::-moz-placeholder,.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main input::placeholder{color:var(--lavender-grey)}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .ampm-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .ampm-container .ampm-toggle{cursor:pointer;font-size:14px;font-weight:500;line-height:20px;overflow:visible;text-align:left;font-weight:400;white-space:nowrap}.theme-light .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .ampm-container .ampm-toggle{color:var(--bondi-blue)}.theme-brand-dark-ios .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .ampm-container .ampm-toggle,.theme-dark .input-date-active .calendar-container .calendar-footer .calendar-footer-line .footer-main .ampm-container .ampm-toggle{color:var(--light-green)}.input-date .input-date-string{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.input-date .input-date-string .input-date-text{line-height:17px}.input-date .input-date-string .input-date-text:before{font-family:icomoon;content:"\E905";position:relative;top:1px;margin-right:.2em}.input-date .input-date-string .input-date-bell{margin-left:3px}.input-date+span{display:inline;position:absolute}.popup-menu .date-reminder-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:5px 12px 10px 36px;min-width:160px}.popup-menu .date-reminder-item input,.popup-menu .date-reminder-item select{border-radius:4px;border:1px solid;background-color:transparent;height:32px;line-height:32px;margin:0 4px 0 0;padding:0 7px}.theme-light .popup-menu .date-reminder-item input,.theme-light .popup-menu .date-reminder-item select{color:var(--onyx)}.theme-brand-dark-ios .popup-menu .date-reminder-item input,.theme-brand-dark-ios .popup-menu .date-reminder-item select,.theme-dark .popup-menu .date-reminder-item input,.theme-dark .popup-menu .date-reminder-item select{color:var(--white-87)}.theme-light .popup-menu .date-reminder-item input,.theme-light .popup-menu .date-reminder-item select{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu .date-reminder-item input,.theme-brand-dark-ios .popup-menu .date-reminder-item select,.theme-dark .popup-menu .date-reminder-item input,.theme-dark .popup-menu .date-reminder-item select{border-color:var(--white-12)}.popup-menu .date-reminder-item .reminder-value{width:23px}.popup-menu .date-reminder-item .reminder-period{height:34px}.popup-menu .date-reminder-item .reminder-text{margin-left:2px;line-height:32px;padding:0 7px 0 0}.popup-menu .date-reminder-item input[type=number]::-webkit-inner-spin-button,.popup-menu .date-reminder-item input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.popup-menu .date-reminder-item input[type=number]{-moz-appearance:textfield}.popup-menu .date-reminder-item select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";padding-right:25px;cursor:pointer}.popup-menu .date-reminder-item select+svg{margin:8px 7px auto -23px;z-index:-1}.theme-light .popup-menu .date-reminder-item select+svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .popup-menu .date-reminder-item select+svg .graphic,.theme-dark .popup-menu .date-reminder-item select+svg .graphic{fill:var(--ash-grey)}.popup-menu .date-reminder-item select option{border:transparent}.theme-light .popup-menu .date-reminder-item select option{background-color:var(--white)}.theme-brand-dark-ios .popup-menu .date-reminder-item select option,.theme-dark .popup-menu .date-reminder-item select option{background-color:var(--grey-brown)}.popup-menu.reminder-panel .reminder-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 15px}.popup-menu.reminder-panel .reminder-container .reminder-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-menu.reminder-panel .reminder-container .reminder-item span{margin-left:4px}.date-inline{display:unset;white-space:nowrap}.theme-light .date-inline{color:var(--bondi-blue)}.theme-brand-dark-ios .date-inline,.theme-dark .date-inline{color:var(--light-green)}.date-inline:not(.readonly){cursor:pointer}.date-inline .input-date{display:inline-block}.date-inline .input-date .input-date-string .input-date-text{white-space:nowrap;line-height:normal}.date-inline .input-date .input-date-string .input-date-bell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date-inline .input-date .input-date-string .input-date-bell svg{display:inline;margin-top:2px}.popup-menu.date-input-popup{width:309px;padding:10px;overflow:visible}.popup-menu.popup-menu-reminders{white-space:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:210px}.nedit-root .attachment-caption{display:inline-block;margin-top:4px;max-width:100%;font-size:13px;position:relative;cursor:text}.theme-light .nedit-root .attachment-caption{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .attachment-caption,.theme-dark .nedit-root .attachment-caption{color:var(--white-87)}.nedit-root .attachment-caption.empty-caption-hidden{display:none!important}.nedit-root .attachment-caption.empty-caption:not(.focused-block):before{content:attr(data-placeholder-text);position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:14px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;opacity:0;z-index:-1}.theme-brand-dark-ios .nedit-root .attachment-caption.empty-caption:not(.focused-block):before,.theme-dark .nedit-root .attachment-caption.empty-caption:not(.focused-block):before,.theme-light .nedit-root .attachment-caption.empty-caption:not(.focused-block):before{color:var(--ash-grey)}.nedit-root:not(.preview-mode):not(.readonly-mode) .embed-wrapper .focused-block+.attachment-caption.empty-caption:not(.focused-block):before,.nedit-root:not(.preview-mode):not(.readonly-mode) .embed-wrapper:hover .attachment-caption.empty-caption:not(.focused-block):before{opacity:1}.component-toggle{cursor:pointer;padding:3px}.component-toggle .component-toggle-slider{width:34px;height:15px;border-radius:7px;background:#aeb7b8;-webkit-transition:.25s;transition:.25s;position:relative}.component-toggle .component-toggle-slider .component-toggle-handler{position:absolute;top:-3px;left:-3px;width:20px;height:20px;position:relative;border-radius:100%;border-style:solid;border-width:.5px;-webkit-transition:.25s;transition:.25s;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);box-shadow:0 1px 1px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);border-image-source:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06) 20%,hsla(0,0%,100%,0))}.theme-light .component-toggle .component-toggle-slider .component-toggle-handler{background-color:var(--white-smoke)}.theme-brand-dark-ios .component-toggle .component-toggle-slider .component-toggle-handler,.theme-dark .component-toggle .component-toggle-slider .component-toggle-handler{background-color:var(--onyx-and-white-8)}.theme-brand-dark-ios .component-toggle-active .component-toggle-slider,.theme-dark .component-toggle-active .component-toggle-slider,.theme-light .component-toggle-active .component-toggle-slider{background-color:var(--bondi-blue-50)}.component-toggle-active .component-toggle-slider .component-toggle-handler{left:17px}.theme-light .component-toggle-active .component-toggle-slider .component-toggle-handler{background-color:var(--bondi-blue)}.theme-brand-dark-ios .component-toggle-active .component-toggle-slider .component-toggle-handler,.theme-dark .component-toggle-active .component-toggle-slider .component-toggle-handler{background-color:var(--spare-royal)}.business-cardModalWrapper{z-index:999;background:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;bottom:0;left:0;height:100%}.business-cardModalWrapper .business-cardModalWrapper__modal{width:600px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:10px}.business-cardModalWrapper .business-cardModalWrapper__modal input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:10px}.business-cardModalWrapper .business-cardModalWrapper__modal:before{content:"Loading";position:absolute;border-radius:10px;left:0;top:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.2);color:#000;display:none;font-family:arial}.business-cardModalWrapper .business-cardModalWrapper__modal.business-cardModalWrapper__modal_loading:before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .business-card{margin-top:18px!important;margin-bottom:18px!important;cursor:default}.theme-light .nedit-root .business-card.selected-block .business-card-container{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root .business-card.selected-block .business-card-container,.theme-dark .nedit-root .business-card.selected-block .business-card-container{background-color:var(--white-16)}.nedit-root .business-card-container{border:1px solid;padding:8px;border-radius:4px}.theme-light .nedit-root .business-card-container{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .business-card-container,.theme-dark .nedit-root .business-card-container{border-color:var(--white-12)}.nedit-root .business-card-container .business-card-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.nedit-root .business-card-container .business-card-images .business-card-image-container{width:64px;padding-top:16px;padding-bottom:16px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:0}.nedit-root .business-card-container .business-card-images .business-card-image-container img{max-width:100%;width:100%;cursor:pointer}.nedit-root .business-card-container .business-card-images.two-sides .business-card-image-container:first-child{margin-right:6px}.nedit-root .business-card-container .business-card-fields-container .business-card-field{padding:8px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root .business-card-container .business-card-fields-container .business-card-field-label{font-size:12px;line-height:16px;display:block;margin:0}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field-label{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field-label,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field-label{color:var(--lavender-grey)}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container.link-field{cursor:default}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value{font-size:13px;line-height:18px;letter-spacing:-.08px}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value{color:var(--white-87)}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value.name-field{font-size:16px;line-height:21px;letter-spacing:-.32px;font-weight:700}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a,.nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:focused,.nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:visited{text-decoration:none;display:block;word-break:break-all}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a,.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:focused,.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:visited{color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a,.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:focused,.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:visited,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:focused,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field-container .business-card-field-value a:visited{color:var(--light-green)}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container button.edit-field{height:18px;padding:0;border:0;background:transparent;cursor:pointer;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;margin:0 1% 0 0;position:relative;top:2px}.nedit-root .business-card-container .business-card-fields-container .business-card-field-container:hover button.edit-field{opacity:1}.nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container.business-card-edit-field-container-link{-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.17);box-shadow:0 0 2px 0 rgba(0,0,0,.17);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px;margin-top:5px}.nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container .business-card-edit-field-container-menu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:40px}.nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container .business-card-edit-field-container-menu .business-card-edit-field-container-menu-item{height:100%;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field{width:100%;display:block;background:transparent;margin:0;padding:0;border:0;font-size:13px;font-family:inherit;line-height:18px;letter-spacing:-.08px}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field{color:var(--white-87)}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field{caret-color:var(--spare-royal)}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field.link-field{color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field.link-field,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field.link-field{color:var(--light-green)}.nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field.name-field{font-size:16px;line-height:21px;letter-spacing:-.32px;font-weight:700}.nedit-root .business-card-container .business-card-fields-container .business-card-field .business-card-edit-field-container input.edit-field[disabled=true]{opacity:.7;cursor:default}.nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field{z-index:100}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field{background-color:var(--grey-brown)}.theme-light .nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field,.theme-dark .nedit-root .business-card-container .business-card-fields-container .business-card-field.business-card-dragging-field{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.nedit-root .business-card-container .business-card-fields-container .business-card-field-drop-phantom{-webkit-box-shadow:inset 0 0 0 1px #00a1b9;box-shadow:inset 0 0 0 1px #00a1b9;border-radius:2px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.nedit-root .business-card-container .business-card-fields-container.business-card-dragging-process{-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none}.nedit-root .business-card-container .business-card-fields-container.business-card-dragging-process .business-card-field{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.nedit-root .business-card-container .business-card-fields-container.business-card-dragging-process .business-card-field-container{-webkit-box-shadow:none;box-shadow:none;background:transparent}.nedit-root .business-card-container .business-card-fields-container.business-card-dragging-process .business-card-field-container button.edit-field{opacity:0}.businessCardField{padding:8px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.businessCardField.business-card-dragging-field{z-index:100}.theme-light .businessCardField.business-card-dragging-field{background-color:var(--white)}.theme-brand-dark-ios .businessCardField.business-card-dragging-field,.theme-dark .businessCardField.business-card-dragging-field{background-color:var(--grey-brown)}.theme-light .businessCardField.business-card-dragging-field{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .businessCardField.business-card-dragging-field,.theme-dark .businessCardField.business-card-dragging-field{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.businessCardField .businessCardField__label{font-size:12px;line-height:16px;display:block;margin:0}.theme-light .businessCardField .businessCardField__label{color:var(--davys-grey)}.theme-brand-dark-ios .businessCardField .businessCardField__label,.theme-dark .businessCardField .businessCardField__label{color:var(--lavender-grey)}.businessCardField .businessCardField__text{font-size:13px;line-height:18px;letter-spacing:-.08px;cursor:pointer}.theme-light .businessCardField .businessCardField__text{color:var(--onyx)}.theme-brand-dark-ios .businessCardField .businessCardField__text,.theme-dark .businessCardField .businessCardField__text{color:var(--white-87)}.businessCardField .businessCardField__text.businessCardField__text_name{font-size:16px;line-height:21px;letter-spacing:-.32px;font-weight:700}.theme-light .businessCardField .businessCardField__text.businessCardField__text_link{color:var(--bondi-blue)}.theme-brand-dark-ios .businessCardField .businessCardField__text.businessCardField__text_link,.theme-dark .businessCardField .businessCardField__text.businessCardField__text_link{color:var(--light-green)}.businessCardField .businessCardField__inputWrapper{width:100%}.businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input{width:100%;display:block;background:transparent;margin:0;padding:0;border:0;font-size:13px;font-family:inherit;line-height:18px;letter-spacing:-.08px}.theme-light .businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input{color:var(--onyx)}.theme-brand-dark-ios .businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input,.theme-dark .businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input{color:var(--white-87)}.theme-light .businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input,.theme-dark .businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__input{caret-color:var(--spare-royal)}.businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__remove{position:absolute;right:8px;bottom:8px;height:16px;width:16px;cursor:pointer}.businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.businessCardField .businessCardField__inputWrapper .businessCardField__inputWrapper__menu .businessCardField__inputWrapper__menu__item{padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.theme-light .businessCardField .businessCardField__inputWrapper.businessCardField__inputWrapper_link .businessCardField__inputWrapper__input{color:var(--bondi-blue)}.theme-brand-dark-ios .businessCardField .businessCardField__inputWrapper.businessCardField__inputWrapper_link .businessCardField__inputWrapper__input,.theme-dark .businessCardField .businessCardField__inputWrapper.businessCardField__inputWrapper_link .businessCardField__inputWrapper__input{color:var(--light-green)}.businessCardField .businessCardField__inputWrapper.businessCardField__inputWrapper_name .businessCardField__inputWrapper__input{font-size:16px;line-height:21px;letter-spacing:-.32px;font-weight:700}.nimbus-bookmark{margin-top:15px!important;margin-bottom:15px!important;padding-top:3px;padding-bottom:3px;position:relative}.nimbus-bookmark.selected-block:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px}.theme-light .nimbus-bookmark.selected-block:after{background-color:var(--black-5)}.theme-brand-dark-ios .nimbus-bookmark.selected-block:after,.theme-dark .nimbus-bookmark.selected-block:after{background-color:var(--white-16)}.nimbus-bookmark.selected-block ::-moz-selection{background-color:transparent!important;color:inherit!important}.nimbus-bookmark.selected-block ::selection{background-color:transparent!important;color:inherit!important}.nimbus-bookmark.selected-block ::-moz-selection{background-color:transparent!important;color:inherit!important}.nimbus-bookmark .nimbus-bookmark-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-source-input-wrapper{width:100%}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content{border:1px solid;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content{border-color:var(--platinum)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content{border-color:var(--white-12)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon{margin:3px 12px 0 0;width:16px;height:16px;border-radius:1.88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon svg{width:16px;height:16px}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon svg .graphic,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon svg .graphic,.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon svg .graphic{fill:var(--ash-grey)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon img{max-width:100%;max-height:100%}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__icon>.nimbus-bookmark__info{width:calc(100% - 32px)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info{font-size:13px;letter-spacing:-.08px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:50px;-ms-flex-preferred-size:360px;flex-basis:360px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__name{font-size:16px;line-height:21px;font-weight:600;letter-spacing:-.32px;margin-bottom:3px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__name{color:var(--onyx)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__name,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__name{color:var(--white-87)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__src{cursor:pointer;margin-bottom:5px;display:block}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__src{color:var(--bondi-blue)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__src,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__src{color:var(--light-green)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__src .nimbus-bookmark__icon{margin:0 5px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__src .nimbus-bookmark__info__src-text{display:inline-block;vertical-align:middle;width:calc(100% - 21px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:21px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__desc{width:100%;word-break:break-all;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;word-break:break-word}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__desc{color:var(--davys-grey)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__desc,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__info .nimbus-bookmark__info__desc{color:var(--lavender-grey)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview{margin-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:280px;-webkit-transition:opacity .2s ease,width .2s ease;transition:opacity .2s ease,width .2s ease}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview img{max-width:100%;max-height:100%}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview,.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:145px;min-width:145px;margin-top:-12px;margin-bottom:-12px;margin-right:-12px}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview:not([data-block-background]),.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available:not([data-block-background]){background-color:var(--white-smoke)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview:not([data-block-background]),.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available:not([data-block-background]),.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview:not([data-block-background]),.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available:not([data-block-background]){background-color:var(--davys-grey)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview svg .graphic,.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available svg .graphic,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview svg .graphic,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available svg .graphic,.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.loading-preview svg .graphic,.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview.preview-not-available svg .graphic{fill:var(--ash-grey)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-card{height:145px;padding:12px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-card .nimbus-bookmark__preview:not(.preview-not-available):not(.loading-preview){display:contents}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-card .nimbus-bookmark__preview:not(.preview-not-available):not(.loading-preview) img{max-width:230px;margin-left:16px;-o-object-fit:contain;object-fit:contain;-webkit-transition:opacity .2s ease,width .2s ease;transition:opacity .2s ease,width .2s ease}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-tile{padding:12px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-tile .nimbus-bookmark__icon{-webkit-box-flex:0;-ms-flex:none;flex:none}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-tile .nimbus-bookmark__info{padding:0}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-tile .nimbus-bookmark__info__src-text{display:block;width:100%}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__preview{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin:0;padding:3px;max-width:unset;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:170px;overflow:hidden;width:100%}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__preview{color:var(--onyx)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__preview,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__preview{color:var(--white-87)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__preview.loading-preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__preview.preview-not-available span{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:28px;padding:0 10px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-preferred-size:auto;flex-basis:auto;padding:12px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__info .nimbus-bookmark__info__src-text:not(.no-title){font-weight:600}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__info .nimbus-bookmark__info__src-text:not(.no-title){color:var(--onyx)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__info .nimbus-bookmark__info__src-text:not(.no-title),.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-content.is-cover .nimbus-bookmark__info .nimbus-bookmark__info__src-text:not(.no-title){color:var(--white-87)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon svg{width:26px;height:26px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon circle{stroke:rgba(0,161,183,.17)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon path{stroke:#00a1b7}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon span{font-size:12px;margin-left:8px}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon span{color:var(--davys-grey)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon span,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-loading-icon span{color:var(--lavender-grey)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main{position:relative;cursor:text;min-height:22px;z-index:99;text-align:left}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-error{position:absolute;top:-16px;left:0;font-size:12px}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-error{color:var(--rust-red)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-error,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-error{color:var(--unheard-orche)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder{position:absolute;left:0;top:0;display:inline;vertical-align:middle}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder{color:var(--davys-grey)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder{color:var(--lavender-grey)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-focus{position:absolute;width:100%;height:100%;cursor:text}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-buffer{position:absolute;top:0;left:0;display:inline-block;letter-spacing:-.09px;font-size:16px;opacity:0;z-index:-9999;white-space:pre}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input{font-size:16px;line-height:22px;border:0;padding:0;margin-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:-.09px;width:10px;min-width:11px;z-index:1;max-width:100%;font-family:inherit;vertical-align:middle;background:transparent;max-width:calc(100% - 26px)}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input{color:var(--onyx)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input{color:var(--white-87)}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-input{caret-color:var(--spare-royal)}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete{cursor:pointer}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete svg{width:16px;height:16px}.nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete svg .graphic{-webkit-transition:fill .2s ease,stroke .2s ease;transition:fill .2s ease,stroke .2s ease}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete:hover svg .graphic,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete:hover svg .graphic{fill:var(--spare-royal)}.theme-light .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete:hover svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete:hover svg .graphic_stroke,.theme-dark .nimbus-bookmark .nimbus-bookmark-container .nimbus-bookmark-main .nimbus-bookmark-placeholder-wrapper .nimbus-bookmark-placeholder-delete:hover svg .graphic_stroke{stroke:var(--spare-royal)}.theme-light .nimbus-bookmark.selected-block .nimbus-bookmark-content{background-color:var(--black-5)}.theme-brand-dark-ios .nimbus-bookmark.selected-block .nimbus-bookmark-content,.theme-dark .nimbus-bookmark.selected-block .nimbus-bookmark-content{background-color:var(--white-16)}.theme-light .nimbus-bookmark.selected-block .nimbus-bookmark-content .nimbus-bookmark-loading-icon span{color:var(--davys-grey)}.theme-brand-dark-ios .nimbus-bookmark.selected-block .nimbus-bookmark-content .nimbus-bookmark-loading-icon span,.theme-dark .nimbus-bookmark.selected-block .nimbus-bookmark-content .nimbus-bookmark-loading-icon span{color:var(--lavender-grey)}.nimbus-bookmark:hover .nimbus-bookmark-content{cursor:pointer}.theme-light .nimbus-bookmark:hover .nimbus-bookmark-content{background-color:var(--black-4)}.theme-brand-dark-ios .nimbus-bookmark:hover .nimbus-bookmark-content,.theme-dark .nimbus-bookmark:hover .nimbus-bookmark-content{background-color:var(--white-8)}.nimbus-bookmark.hidden-preview .nimbus-bookmark-container .nimbus-bookmark-content .nimbus-bookmark__preview{display:none!important}.bookmark-edit{width:494px}.bookmark-edit .link-form-item{width:100%}.theme-light .bookmark-edit .link-form-item .error-field{border-color:var(--rust-red)}.theme-brand-dark-ios .bookmark-edit .link-form-item .error-field,.theme-dark .bookmark-edit .link-form-item .error-field{border-color:var(--unheard-orche)}.bookmark-edit .popup-dialog-buttons{margin-top:29px}.bookmark-gallery{width:374px;height:374px;padding:12px}.bookmark-gallery.has-scroll{width:391px}.bookmark-gallery .bookmark-gallery__list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item{width:100px;height:100px;margin:8px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid;border-radius:2px}.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item{background-color:var(--white-smoke)}.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item{background-color:var(--davys-grey)}.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item{border-color:var(--platinum)}.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item{border-color:var(--white-16)}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload.active,.bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item.active{border:2px solid #00a1b7}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload img,.bookmark-gallery .bookmark-gallery__list .bookmark-gallery__list__item img{max-width:100%;max-height:100%}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:5px}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload span{font-size:11px;font-weight:600;text-align:center}.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload span.uploading-preview-error{color:var(--rust-red)}.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload span.uploading-preview-error,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload span.uploading-preview-error{color:var(--unheard-orche)}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg{width:36px;height:36px;margin-bottom:10px}.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg .graphic_stroke{stroke:var(--davys-grey)}.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg .graphic_stroke,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg .graphic_stroke{stroke:var(--ash-grey)}.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg .graphic,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload svg .graphic{fill:var(--ash-grey)}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload .bookmark-gallery-upload-progress{width:67px;height:5px;background-color:#d7d7d7;border-radius:10px;overflow:hidden;position:relative}.bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload .bookmark-gallery-upload-progress span{position:absolute;height:100%;top:0;left:0}.theme-light .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload .bookmark-gallery-upload-progress span{background-color:var(--bondi-blue)}.theme-brand-dark-ios .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload .bookmark-gallery-upload-progress span,.theme-dark .bookmark-gallery .bookmark-gallery__list .bookmark-gallery-upload .bookmark-gallery-upload-progress span{background-color:var(--light-green)}.block-menu .menu-item[data-menu-id=change_mode] .block-menu-submenu .menu-item .text{margin-left:26px}.block-menu .menu-item[data-menu-id=change_mode] .block-menu-submenu .menu-item .icon+.text{margin-left:0}.component-hint{cursor:pointer;display:inline-block;margin-left:6px}.component-hint svg{width:18px;height:18px}.editor-tooltip.hint-tooltip{opacity:1;border-radius:8px;-webkit-box-shadow:6px 8px 12px 0 rgba(0,0,0,.07);box-shadow:6px 8px 12px 0 rgba(0,0,0,.07);padding:16px}.theme-light .editor-tooltip.hint-tooltip{background-color:var(--white)}.theme-brand-dark-ios .editor-tooltip.hint-tooltip,.theme-dark .editor-tooltip.hint-tooltip{background-color:var(--grey-brown)}.editor-tooltip.hint-tooltip>span{width:170px;font-size:13px;line-height:20px}.theme-light .editor-tooltip.hint-tooltip>span{color:var(--onyx)}.theme-brand-dark-ios .editor-tooltip.hint-tooltip>span,.theme-dark .editor-tooltip.hint-tooltip>span{color:var(--white-87)}.editor-tooltip.hint-tooltip .editor-tooltip-arrow{display:none}.theme-light .editor-tooltip.hint-tooltip .editor-tooltip-arrow{background-color:var(--white)}.theme-brand-dark-ios .editor-tooltip.hint-tooltip .editor-tooltip-arrow,.theme-dark .editor-tooltip.hint-tooltip .editor-tooltip-arrow{background-color:var(--grey-brown)}.sortable-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sortable-container .sortable-item{margin-top:0;margin-bottom:0}.theme-light .sortable-container .sortable-item{background-color:var(--white)}.theme-brand-dark-ios .sortable-container .sortable-item,.theme-dark .sortable-container .sortable-item{background-color:var(--grey-brown)}.sortable-container .sortable-item-animate{-webkit-transition:margin .05s;transition:margin .05s}.sortable-container .sortable-item-active{position:relative;cursor:move;border-radius:3px;position:fixed;z-index:1;margin-left:-5px}.theme-light .sortable-container .sortable-item-active{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .sortable-container .sortable-item-active,.theme-dark .sortable-container .sortable-item-active{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.sortable-container .sortable-item-active:after{content:"";z-index:2;position:absolute;top:0;bottom:0;left:0;right:0;background-color:transparent}.nedit-root .fullwidth-mixin-animate{-webkit-transition:.35s linear!important;transition:.35s linear!important}.nedit-root .fullwidth-mixin-enabled{max-width:unset!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-search-navigation-panel,.editor-search-panel{padding:14px 20px;border-radius:22.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light .editor-search-navigation-panel,.theme-light .editor-search-panel{color:var(--davys-grey)}.theme-brand-dark-ios .editor-search-navigation-panel,.theme-brand-dark-ios .editor-search-panel,.theme-dark .editor-search-navigation-panel,.theme-dark .editor-search-panel{color:var(--lavender-grey)}.editor-search-navigation-panel .matches-switch,.editor-search-panel .matches-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editor-search-navigation-panel .matches-switch .matches-numbers,.editor-search-panel .matches-switch .matches-numbers{margin-left:12px;margin-right:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.editor-search-navigation-panel .search-panel-btn,.editor-search-panel .search-panel-btn{cursor:pointer}.editor-search-panel .editor-search-input input{font-size:13px;border:0;background:transparent;outline:none;width:100%}.theme-light .editor-search-panel .editor-search-input input{color:var(--davys-grey)}.theme-brand-dark-ios .editor-search-panel .editor-search-input input,.theme-dark .editor-search-panel .editor-search-input input{color:var(--lavender-grey)}.theme-light .editor-search-panel .editor-search-input input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .editor-search-panel .editor-search-input input,.theme-dark .editor-search-panel .editor-search-input input{caret-color:var(--spare-royal)}.editor-search-panel>svg{min-width:16px}.editor-search-panel .matches-switch{margin-right:16px}.editor-search-panel .search-icon{margin-right:9px}.theme-light .editor-search-panel .search-icon .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .editor-search-panel .search-icon .graphic,.theme-dark .editor-search-panel .search-icon .graphic{fill:var(--ash-grey)}.editor-search-term{background:rgba(1,161,183,.32);border-radius:3px}.editor-search-term.editor-search-term-active{background:#fac92f;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:bounce-search-iterm;animation-name:bounce-search-iterm;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounce-search-iterm{0%{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}30%{-webkit-box-shadow:0 0 0 10px #fac92f;box-shadow:0 0 0 10px #fac92f}50%{-webkit-box-shadow:0 0 0 2px #fac92f;box-shadow:0 0 0 2px #fac92f}70%{-webkit-box-shadow:0 0 0 3px #fac92f;box-shadow:0 0 0 3px #fac92f}to{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}}@keyframes bounce-search-iterm{0%{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}30%{-webkit-box-shadow:0 0 0 10px #fac92f;box-shadow:0 0 0 10px #fac92f}50%{-webkit-box-shadow:0 0 0 2px #fac92f;box-shadow:0 0 0 2px #fac92f}70%{-webkit-box-shadow:0 0 0 3px #fac92f;box-shadow:0 0 0 3px #fac92f}to{-webkit-box-shadow:0 0 0 0 #fac92f;box-shadow:0 0 0 0 #fac92f}}.nedit-root .mention-component-wrap,.nedit-root mention.mention{line-height:normal}.theme-light .nedit-root .mention-component-wrap,.theme-light .nedit-root mention.mention{color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .mention-component-wrap,.theme-brand-dark-ios .nedit-root mention.mention,.theme-dark .nedit-root .mention-component-wrap,.theme-dark .nedit-root mention.mention{color:var(--light-green)}.nedit-root .mention-component-wrap[data-mention-type=user] .mention-link,.nedit-root mention.mention[data-mention-type=user] .mention-link{cursor:inherit}.nedit-root .mention-component-wrap .mention-link,.nedit-root mention.mention .mention-link{cursor:pointer}.nedit-root .mention-component-wrap .mention-link:before,.nedit-root mention.mention .mention-link:before{font-family:icomoon;position:relative;top:1px;margin-right:.2em}.nedit-root .mention-component-wrap .mention-link[data-mention-type=user]:before,.nedit-root mention.mention .mention-link[data-mention-type=user]:before{content:"\E903"}.nedit-root .mention-component-wrap .mention-link[data-mention-type=workspace]:before,.nedit-root mention.mention .mention-link[data-mention-type=workspace]:before{content:"\E904"}.nedit-root .mention-component-wrap .mention-link[data-mention-type=folder]:before,.nedit-root mention.mention .mention-link[data-mention-type=folder]:before{content:"\E901"}.nedit-root .mention-component-wrap .mention-link[data-mention-type=note]:before,.nedit-root mention.mention .mention-link[data-mention-type=note]:before{content:"\E902"}.mention-info-popup .popup-menu{padding:12px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box}.theme-light .mention-info-popup .popup-menu{color:var(--davys-grey)}.theme-brand-dark-ios .mention-info-popup .popup-menu,.theme-dark .mention-info-popup .popup-menu{color:var(--lavender-grey)}.mention-info-popup .popup-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mention-info-popup .mention-user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mention-info-popup .mention-user-info_avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;margin-right:8px}.mention-info-popup .mention-user-info_avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.mention-info-popup .mention-user-info_avatar__no-avatar{font-size:13px;font-weight:700;text-transform:uppercase;line-height:28px;text-align:center}.theme-light .mention-info-popup .mention-user-info_avatar__no-avatar{background-color:var(--white-smoke)}.theme-brand-dark-ios .mention-info-popup .mention-user-info_avatar__no-avatar,.theme-dark .mention-info-popup .mention-user-info_avatar__no-avatar{background-color:var(--davys-grey)}.theme-light .mention-info-popup .mention-user-info_avatar__no-avatar{color:var(--onyx)}.theme-brand-dark-ios .mention-info-popup .mention-user-info_avatar__no-avatar,.theme-dark .mention-info-popup .mention-user-info_avatar__no-avatar{color:var(--white-87)}.mention-info-popup .mention-user-info_name{font-size:13px;margin-bottom:1px;font-weight:700}.theme-light .mention-info-popup .mention-user-info_name{color:var(--onyx)}.theme-brand-dark-ios .mention-info-popup .mention-user-info_name,.theme-dark .mention-info-popup .mention-user-info_name{color:var(--white-87)}.mention-info-popup .mention-note-teaser_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mention-info-popup .mention-note-teaser_body{max-width:180px}.mention-info-popup .mention-note-teaser_body__title{font-size:13px;font-weight:700}.theme-light .mention-info-popup .mention-note-teaser_body__title{color:var(--onyx)}.theme-brand-dark-ios .mention-info-popup .mention-note-teaser_body__title,.theme-dark .mention-info-popup .mention-note-teaser_body__title{color:var(--white-87)}.mention-info-popup .mention-note-teaser_body__title.only-title{font-weight:400}.mention-info-popup .mention-note-teaser_body__text{margin-top:4px;word-break:break-word}.mention-info-popup .mention-note-teaser_body__image{width:48px;height:48px;margin-top:9px;border-radius:4px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mention-info-popup .mention-note-teaser_body__image img{max-width:100%;max-height:100%}.theme-light .mention-info-popup .mention-note-teaser_date{color:var(--onyx)}.theme-brand-dark-ios .mention-info-popup .mention-note-teaser_date,.theme-dark .mention-info-popup .mention-note-teaser_date{color:var(--white-87)}.mention-info-popup .mention-note-teaser_socials{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mention-info-popup .mention-note-teaser_socials>div{height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mention-info-popup .mention-note-teaser_socials>div:not(:last-child){margin-right:8px}.mention-info-popup .mention-note-teaser_socials>div svg{width:16px;height:16px}.theme-light .mention-info-popup .mention-note-teaser_socials>div svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .mention-info-popup .mention-note-teaser_socials>div svg .graphic,.theme-dark .mention-info-popup .mention-note-teaser_socials>div svg .graphic{fill:var(--ash-grey)}.mention-info-popup .mention-note-teaser_socials__tasks .tasks_count{margin-left:2px;margin-top:-1px;font-size:13px}.theme-light .mention-info-popup .mention-note-teaser_socials__tasks .tasks_count{color:var(--davys-grey)}.theme-brand-dark-ios .mention-info-popup .mention-note-teaser_socials__tasks .tasks_count,.theme-dark .mention-info-popup .mention-note-teaser_socials__tasks .tasks_count{color:var(--lavender-grey)}#mentions-search-container{position:absolute;z-index:100}#mentions-search-container .mention-search-scroll.list{height:370px}#mentions-search-container .mention-search-scroll.list .mention-list{padding-bottom:0}#mentions-search-container .next-notes-loader{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4px}#mentions-search-container .next-notes-loader svg{width:24px;height:24px}#mentions-search-container .mention-list{border:1px solid;border-radius:4px;padding:16px 4px;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:240px;max-width:288px;max-height:100%;overflow-y:auto;position:relative}.theme-light #mentions-search-container .mention-list{background-color:var(--white)}.theme-brand-dark-ios #mentions-search-container .mention-list,.theme-dark #mentions-search-container .mention-list{background-color:var(--grey-brown)}.theme-light #mentions-search-container .mention-list{border-color:var(--platinum)}.theme-brand-dark-ios #mentions-search-container .mention-list,.theme-dark #mentions-search-container .mention-list{border-color:var(--white-16)}.theme-light #mentions-search-container .mention-list{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios #mentions-search-container .mention-list,.theme-dark #mentions-search-container .mention-list{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}#mentions-search-container .mention-list-enter,#mentions-search-container .mention-list-leave{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#mentions-search-container .mention-list-enter{opacity:0}#mentions-search-container .mention-list-enter-active{opacity:1}#mentions-search-container .mention-list-leave-active{opacity:0}#mentions-search-container .mention-list.no-scrollbar{overflow-y:unset}#mentions-search-container .mention-list .mention-list-container{padding-bottom:16px}#mentions-search-container .mention-list .mention-category{padding-left:12px;padding-right:12px}#mentions-search-container .mention-list .mention-category:not(:last-of-type){padding-bottom:12px;border-bottom:1px solid}.theme-light #mentions-search-container .mention-list .mention-category:not(:last-of-type){border-color:var(--platinum)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category:not(:last-of-type),.theme-dark #mentions-search-container .mention-list .mention-category:not(:last-of-type){border-color:var(--white-16)}#mentions-search-container .mention-list .mention-category:not(:first-of-type){padding-top:12px}#mentions-search-container .mention-list .mention-category .mention-category-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;font-size:12px}.theme-light #mentions-search-container .mention-list .mention-category .mention-category-header label.mention-category-label{color:var(--onyx)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-category-header label.mention-category-label,.theme-dark #mentions-search-container .mention-list .mention-category .mention-category-header label.mention-category-label{color:var(--white-87)}#mentions-search-container .mention-list .mention-category .mention-item{margin-left:-16px;margin-right:-16px;padding:0 16px;line-height:18px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light #mentions-search-container .mention-list .mention-category .mention-item.selected-mention{background-color:var(--black-4)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item.selected-mention,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item.selected-mention{background-color:var(--white-8)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon{margin-right:8px;width:24px;height:24px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon{background-color:var(--white-smoke)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon{background-color:var(--davys-grey)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg{display:block}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg .graphic{fill:var(--onyx)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg .graphic,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon svg .graphic{fill:var(--white-87)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,#mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon{display:block;font-size:13px;font-weight:700;text-transform:uppercase;line-height:24px;text-align:center}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon{color:var(--onyx)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon.colored-mention-icon .workspace-mention-icon,.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon.colored-mention-icon .workspace-mention-icon,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .user-mention-avatar,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon .workspace-mention-icon,.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-icon.colored-mention-icon .workspace-mention-icon{color:var(--white-87)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-name{font-size:13px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px)}.theme-light #mentions-search-container .mention-list .mention-category .mention-item .mention-item-name{color:var(--davys-grey)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-category .mention-item .mention-item-name,.theme-dark #mentions-search-container .mention-list .mention-category .mention-item .mention-item-name{color:var(--lavender-grey)}#mentions-search-container .mention-list .mention-category .mention-item .mention-item-name span.mention-highlight{-webkit-box-shadow:inset 0 0 0 10px rgba(0,159,183,.22);box-shadow:inset 0 0 0 10px rgba(0,159,183,.22);border-radius:4px}#mentions-search-container .mention-list .mention-category .mention-item:not(:last-child){margin-bottom:5px}#mentions-search-container .mention-list .mention-category:not(.mention-back-button) .mention-view-all-items-button{margin-top:5px}#mentions-search-container .mention-list .mention-no-result{font-size:14px;text-align:center;display:block}.theme-light #mentions-search-container .mention-list .mention-no-result{color:var(--davys-grey)}.theme-brand-dark-ios #mentions-search-container .mention-list .mention-no-result,.theme-dark #mentions-search-container .mention-list .mention-no-result{color:var(--lavender-grey)}#mentions-search-container .mention-list .mention-no-result svg{display:inline-block;width:24px;height:24px}.mention-search-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-brand-dark-ios .mention-search-placeholder,.theme-dark .mention-search-placeholder,.theme-light .mention-search-placeholder{color:var(--ash-grey)}.theme-light .mention-item.selected-mention{-webkit-box-shadow:0 0 0 3px var(--black-4);box-shadow:0 0 0 3px var(--black-4)}.profession-ask-container{position:absolute;bottom:16px;-webkit-animation-name:profession-panel-appear;animation-name:profession-panel-appear;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-transition-duration:.2s;transition-duration:.2s}.profession-ask-container.hidden{opacity:0}.profession-ask-container .profession-ask{width:420px;display:-webkit-box;display:-ms-flexbox;display:flex}.profession-ask-container .profession-ask .left-part .icon-templates{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-radius:4px;width:40px;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:7px}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates{border-color:var(--platinum)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates{border-color:var(--white-16)}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates{background-color:var(--white)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates{background-color:var(--white-8)}.theme-light .profession-ask-container .profession-ask .left-part .icon-templates svg .graphic{fill:var(--platinum)}.theme-brand-dark-ios .profession-ask-container .profession-ask .left-part .icon-templates svg .graphic,.theme-dark .profession-ask-container .profession-ask .left-part .icon-templates svg .graphic{fill:var(--white-16)}.profession-ask-container .profession-ask .right-part{margin-left:24px}.profession-ask-container .profession-ask .title{font-size:16px;font-weight:700;line-height:1.38}.theme-light .profession-ask-container .profession-ask .title{color:var(--davys-grey)}.theme-brand-dark-ios .profession-ask-container .profession-ask .title,.theme-dark .profession-ask-container .profession-ask .title{color:var(--lavender-grey)}.profession-ask-container .profession-ask .text{margin-top:13px;font-size:12px;line-height:1.33}.theme-light .profession-ask-container .profession-ask .text{color:var(--davys-grey)}.theme-brand-dark-ios .profession-ask-container .profession-ask .text,.theme-dark .profession-ask-container .profession-ask .text{color:var(--lavender-grey)}.profession-ask-container .profession-ask .input{margin-top:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light .profession-ask-container .profession-ask .input input{border-color:var(--platinum)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input input,.theme-dark .profession-ask-container .profession-ask .input input{border-color:var(--white-16)}.theme-light .profession-ask-container .profession-ask .input input{background-color:var(--white)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input input,.theme-dark .profession-ask-container .profession-ask .input input{background-color:var(--white-8)}.theme-light .profession-ask-container .profession-ask .input input{color:var(--onyx)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input input,.theme-dark .profession-ask-container .profession-ask .input input{color:var(--white-87)}.profession-ask-container .profession-ask .input .pre-text{font-size:13px;font-weight:700;margin-right:5px;white-space:nowrap}.theme-light .profession-ask-container .profession-ask .input .pre-text{color:var(--onyx)}.theme-brand-dark-ios .profession-ask-container .profession-ask .input .pre-text,.theme-dark .profession-ask-container .profession-ask .input .pre-text{color:var(--white-87)}.profession-ask-container .profession-ask .button-container{margin-top:16px;text-align:right}.profession-ask-container .profession-ask .close{position:absolute;top:-24px;right:0;cursor:pointer}.profession-ask-container .profession-ask .close svg{width:16px;height:16px}.theme-light .profession-ask-container .profession-ask .close svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .profession-ask-container .profession-ask .close svg .graphic,.theme-dark .profession-ask-container .profession-ask .close svg .graphic{fill:var(--ash-grey)}@-webkit-keyframes profession-panel-appear{0%{-webkit-transform:translateY(0) scale(.9);transform:translateY(0) scale(.9);opacity:0}40%{-webkit-transform:translateY(-30px) scale(.9);transform:translateY(-30px) scale(.9);opacity:.4}to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}}@keyframes profession-panel-appear{0%{-webkit-transform:translateY(0) scale(.9);transform:translateY(0) scale(.9);opacity:0}40%{-webkit-transform:translateY(-30px) scale(.9);transform:translateY(-30px) scale(.9);opacity:.4}to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}}.nedit-root.size-small .outline{font-size:11px}.nedit-root.size-normal .outline{font-size:13px}.nedit-root.size-large .outline{font-size:15px}.nedit-root .outline{margin-top:15px!important;margin-bottom:15px!important;padding-top:3px;padding-bottom:3px;cursor:default;position:relative}.nedit-root .outline.selected-block:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px}.theme-light .nedit-root .outline.selected-block:after{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root .outline.selected-block:after,.theme-dark .nedit-root .outline.selected-block:after{background-color:var(--white-16)}.nedit-root .outline.selected-block ::-moz-selection{background-color:transparent!important;color:inherit!important}.nedit-root .outline.selected-block ::selection{background-color:transparent!important;color:inherit!important}.nedit-root .outline.selected-block ::-moz-selection{background-color:transparent!important;color:inherit!important}.nedit-root .outline .outline-container{border-radius:4px;border:1px solid}.theme-light .nedit-root .outline .outline-container:not([data-border-color]){border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .outline .outline-container:not([data-border-color]),.theme-dark .nedit-root .outline .outline-container:not([data-border-color]){border-color:var(--white-12)}.nedit-root .outline .outline-container.borderless-outline{border-width:0}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header{height:50px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:8px;padding-right:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header:not(.renaming-process){cursor:pointer}.theme-light .nedit-root .outline .outline-container .outline-content-wrapper .outline-header:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root .outline .outline-container .outline-content-wrapper .outline-header:hover,.theme-dark .nedit-root .outline .outline-container .outline-content-wrapper .outline-header:hover{background-color:var(--white-8)}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-left .outline-expand-icon{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;padding:8px 9px;cursor:pointer}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-left .outline-expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-left .outline-expand-icon svg{display:block}.theme-light .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-left .outline-expand-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-left .outline-expand-icon svg .graphic,.theme-dark .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-left .outline-expand-icon svg .graphic{fill:var(--ash-grey)}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:16px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-name.renaming input{height:100%;width:100%;border:0;padding:0;background:transparent;font-size:inherit;font-family:inherit;color:inherit;font-weight:700}.theme-light .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-name.renaming input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-name.renaming input,.theme-dark .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-name.renaming input{caret-color:var(--spare-royal)}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-right .outline-menu-icon{cursor:pointer;padding-top:14px;padding-bottom:14px;padding-right:8px;margin-right:-8px}.nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-right .outline-menu-icon svg{display:block}.theme-light .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-right .outline-menu-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-right .outline-menu-icon svg .graphic,.theme-dark .nedit-root .outline .outline-container .outline-content-wrapper .outline-header .outline-right .outline-menu-icon svg .graphic{fill:var(--ash-grey)}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body{padding:7px 24px 15px}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list{margin:0;padding:0;list-style:none}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list .outline-list-item{padding:7px 24px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;margin:0 -24px;cursor:pointer;word-break:break-all}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list .outline-list-item a{color:inherit}.theme-light .nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list .outline-list-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list .outline-list-item:hover,.theme-dark .nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list .outline-list-item:hover{background-color:var(--white-8)}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list .outline-list-item.level-0{font-weight:700}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list.outline-numbered .outline-list-item{counter-increment:outline-numbered-0;counter-reset:outline-numbered-1}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list.outline-numbered .outline-list-item:before{content:counter(outline-numbered-0,decimal) ". "}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list.outline-numbered .outline-list-item.level-1{padding:7px 16px 7px 39px;counter-increment:outline-numbered-1;counter-reset:outline-numbered-2}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list.outline-numbered .outline-list-item.level-1:before{content:counter(outline-numbered-0,decimal) "." counter(outline-numbered-1,decimal) ". "}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list.outline-numbered .outline-list-item.level-2{padding:7px 16px 7px 62px;counter-increment:outline-numbered-2;counter-reset:outline-numbered-3}.nedit-root .outline .outline-container .outline-content-wrapper .outline-body ul.outline-list.outline-numbered .outline-list-item.level-2:before{content:counter(outline-numbered-0,decimal) "." counter(outline-numbered-1,decimal) "." counter(outline-numbered-2,decimal) ". "}.nedit-root .outline .outline-container .outline-content-wrapper.empty-outline .outline-body{padding:8px 24px 24px}.theme-light .nedit-root .outline .outline-container .outline-content-wrapper.empty-outline .outline-body{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .outline .outline-container .outline-content-wrapper.empty-outline .outline-body,.theme-dark .nedit-root .outline .outline-container .outline-content-wrapper.empty-outline .outline-body{color:var(--lavender-grey)}.theme-light .block-menu-list .menu-item[data-menu-id=outline_style] .block-menu-submenu .menu-item .icon svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-menu-list .menu-item[data-menu-id=outline_style] .block-menu-submenu .menu-item .icon svg .graphic,.theme-dark .block-menu-list .menu-item[data-menu-id=outline_style] .block-menu-submenu .menu-item .icon svg .graphic{fill:var(--spare-royal)}.block-menu-list .menu-item[data-menu-id=outline_style] .block-menu-submenu .menu-item .icon+.text{margin-left:0}.block-menu-list .menu-item[data-menu-id=outline_style] .block-menu-submenu .menu-item .text{margin-left:26px}.nedit-root.drag-session .remote-frame:before,.nedit-root .remote-frame.locked-mouseover:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:transparent;z-index:99}.nedit-root .remote-frame-wrapper .attachment-caption{width:100%!important}.nedit-root .remote-frame-wrapper.fullwidth-mixin-animate .remote-frame .remote-frame-container,.nedit-root .remote-frame-wrapper.fullwidth-mixin-enabled .remote-frame .remote-frame-container{width:100%}.nedit-root .remote-frame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.nedit-root .remote-frame.selected-block{border-radius:4px}.theme-light .nedit-root .remote-frame.selected-block{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root .remote-frame.selected-block,.theme-dark .nedit-root .remote-frame.selected-block{background-color:var(--white-16)}.nedit-root .remote-frame.over-width-enabled{display:block}.nedit-root .remote-frame.small-size .remote-frame-container .bottom-error .embed-buttons{display:none}.nedit-root .remote-frame.loading-unknown-emded .resize-container.width-is-undefined{display:block}.nedit-root .remote-frame.loading-unknown-emded .resize-container.width-is-undefined:after,.nedit-root .remote-frame.loading-unknown-emded .resize-container.width-is-undefined:before{display:none}.nedit-root .remote-frame .remote-frame-container>div{width:100%}.nedit-root .remote-frame .remote-frame-container>div *{max-width:100%}.nedit-root .remote-frame .remote-frame-container>div.twitter-widget-container{display:inline-block;width:auto}.nedit-root .remote-frame .remote-frame-container>div.twitter-widget-container twitter-widget{margin-top:0!important;margin-bottom:0!important}.nedit-root .remote-frame .remote-frame-container>div .gist-file{margin-bottom:0}.nedit-root .remote-frame .remote-frame-container.placeholder{width:100%}.nedit-root .remote-frame .remote-frame-container .add-embed{position:relative}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-error{position:absolute;font-size:12px;left:0;top:-18px}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .embed-error{color:var(--rust-red)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .embed-error,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .embed-error{color:var(--unheard-orche)}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-buttons{margin-top:14px;display:-webkit-box;display:-ms-flexbox;display:flex}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-buttons .chrome-button{border-radius:20px;margin-right:10px}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-buttons .chrome-button:last-child{margin-right:0}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .buffer-text{position:absolute;top:0;left:0;display:inline-block;font-size:16px;opacity:0;z-index:-9999}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input{font-size:inherit;line-height:22px;border:0;padding:0 10px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:-.09px;width:10px;min-width:11px;font-family:inherit;background:transparent;max-width:calc(100% - 26px)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input{color:var(--white-87)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input input{caret-color:var(--spare-royal)}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input{margin-top:2px;cursor:pointer}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input svg{width:16px;height:16px}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input svg .graphic{-webkit-transition:fill .2s ease,stroke .2s ease;transition:fill .2s ease,stroke .2s ease}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input:hover svg .graphic,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input:hover svg .graphic{fill:var(--spare-royal)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input:hover svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input:hover svg .graphic_stroke,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input:hover svg .graphic_stroke{stroke:var(--spare-royal)}.nedit-root .remote-frame .remote-frame-container .add-embed .add-embed-input .clear-input.ml{z-index:9;margin-left:5px}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder{width:100%;height:100%;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder{color:var(--lavender-grey)}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input{margin:2px 0 0 5px;cursor:pointer}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input svg{width:16px;height:16px}.nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input svg .graphic{-webkit-transition:fill .2s ease,stroke .2s ease;transition:fill .2s ease,stroke .2s ease}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input:hover svg .graphic,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input:hover svg .graphic{fill:var(--spare-royal)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input:hover svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input:hover svg .graphic_stroke,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed .embed-placeholder .clear-input:hover svg .graphic_stroke{stroke:var(--spare-royal)}.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{width:auto;height:178px;border:1px solid;padding:26px 24px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{background-color:var(--davys-grey)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{border-color:var(--white-12)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading{color:var(--lavender-grey)}.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .error-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .error-icon svg .graphic,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .error-icon svg .graphic{fill:var(--ash-grey)}.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .embed-error{font-size:13px;margin-top:14px;position:static;text-align:center;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;overflow:hidden}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .embed-error{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .embed-error,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error .embed-error{color:var(--lavender-grey)}.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .bottom-error.with-buttons .embed-error{margin-top:0}.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading.internal-link-error .bottom-error{margin-top:50px}.nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{font-size:inherit;line-height:24px;border:1px solid;border-radius:4px;height:44px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:-.09px;width:100%;max-width:100%;font-family:inherit;font-weight:700}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{border-color:var(--white-16)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{background-color:var(--grey-brown)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{color:var(--white-87)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link input,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading input{caret-color:var(--spare-royal)}.nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{font-size:inherit;line-height:24px;border:1px solid;border-radius:4px;height:44px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:-.09px;width:100%;max-width:100%;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{border-color:var(--white-16)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{background-color:var(--grey-brown)}.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-light .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.change-link .error-loading-input-readonly,.theme-dark .nedit-root .remote-frame .remote-frame-container .add-embed.error-loading .error-loading-input-readonly{color:var(--white-87)}.nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader){border:1px solid;padding:12px 16px;font-size:16px}.theme-light .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader){border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader),.theme-dark .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader){border-color:var(--white-12)}.theme-light .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader){color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader),.theme-dark .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader){color:var(--lavender-grey)}.nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).full-loader{top:0;left:0;width:100%;height:100%;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px}.theme-light .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).full-loader{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).full-loader,.theme-dark .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).full-loader{background-color:var(--davys-grey)}.nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader{border-radius:4px;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button{cursor:pointer}.nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button svg{width:10px;height:10px}.theme-light .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button svg .graphic,.theme-dark .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button svg .graphic{fill:var(--ash-grey)}.theme-light .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button:hover svg .graphic,.theme-dark .nedit-root .remote-frame .remote-frame-container .remote-frame-loader:not(.share-embed-loader).small-loader .clear-frame-button:hover svg .graphic{fill:var(--spare-royal)}.nedit-root .remote-frame .remote-frame-container .remote-frame-loader.share-embed-loader{width:100%;padding:16px 0;background-position:50%;background-repeat:no-repeat}.nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame{padding:16px 0;background-position:50%;background-repeat:no-repeat}.nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame iframe{opacity:0;position:relative}.nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode{background-image:none!important;border:1px solid;padding:22px 16px;font-size:16px;border-radius:4px;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.theme-light .nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode,.theme-dark .nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode{border-color:var(--white-12)}.theme-light .nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode,.theme-dark .nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode{color:var(--lavender-grey)}.nedit-root .remote-frame .remote-frame-container .resizeable-content.loading-frame.loading-edit-mode:before{content:attr(data-loading-text)}.nedit-root .remote-frame .remote-frame-container .fb-post>span{background:#fff}.nedit-root .remote-frame .remote-frame-container.card-embed{height:100%}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-img{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info{background-color:#000;padding:20px;-webkit-box-flex:0;-ms-flex:0;flex:0}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-title h3{color:var(--white-87)}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;font-size:15px}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-description p{margin:0;color:var(--white-87)}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-info-bottom{margin-top:15px}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-info-bottom .embed-card-link{color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-info-bottom .embed-card-link .embed-card-favicon{max-width:16px;max-height:16px;margin-right:5px}.nedit-root .remote-frame .remote-frame-container .embed-card-wrapper .embed-card-info .embed-card-info-bottom .embed-card-link .embed-card-author{margin-left:20px}.nedit-root .grid .remote-frame .remote-frame-container .add-embed .add-embed-input input.embed-input{min-width:100px}.on-blot-drop.fullwidth-mixin-enabled .remote-frame,.on-blot-drop .remote-frame.over-width-enabled{opacity:.3}.googleDocs-embed-frame>div>div{all:initial!important}.googleDriveFolder-embed-frame iframe{background-color:#fff}.note-container .clipboard>.remote-frame{-webkit-box-shadow:none;box-shadow:none;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.note-container .clipboard>.remote-frame .remote-frame-dragging-placeholder{-webkit-box-shadow:inset 0 0 0 500px rgba(24,144,184,.3);box-shadow:inset 0 0 0 500px rgba(24,144,184,.3);opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:28px;font-weight:700}.typeform-embed-frame>div{position:absolute;top:0;left:0;width:100%;height:100%}.theme-brand-dark-ios .remote-frame-loader.share-embed-loader,.theme-brand-dark-ios .resizeable-content.loading-frame,.theme-dark .remote-frame-loader.share-embed-loader,.theme-dark .resizeable-content.loading-frame{background-image:url("data:image/gif;base64,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")}.theme-light .remote-frame-loader.share-embed-loader,.theme-light .resizeable-content.loading-frame{background-image:url("data:image/gif;base64,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")}.nedit-root.size-small .google-drive-file-name{font-size:14px}.nedit-root.size-normal .google-drive-file-name{font-size:16px}.nedit-root.size-large .google-drive-file-name{font-size:18px}.google-drive-content-wrapper{border-radius:4px;border:1px solid;overflow:hidden;cursor:default}.theme-light .google-drive-content-wrapper{border-color:var(--platinum)}.theme-brand-dark-ios .google-drive-content-wrapper,.theme-dark .google-drive-content-wrapper{border-color:var(--white-12)}.google-drive-content-wrapper .google-drive-header{height:50px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:8px;padding-right:16px;cursor:pointer;border-bottom:1px solid}.theme-light .google-drive-content-wrapper .google-drive-header{border-color:var(--platinum)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-header,.theme-dark .google-drive-content-wrapper .google-drive-header{border-color:var(--white-12)}.google-drive-content-wrapper .google-drive-header.no-preview{cursor:default}.theme-light .google-drive-content-wrapper .google-drive-header:hover{background-color:var(--black-4)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-header:hover,.theme-dark .google-drive-content-wrapper .google-drive-header:hover{background-color:var(--white-8)}.google-drive-content-wrapper .google-drive-header .google-drive-block-name{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon{padding:6px;border-radius:50%;margin-right:4px}.theme-light .google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon{background-color:var(--white-smoke)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon,.theme-dark .google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon{background-color:var(--davys-grey)}.google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon svg{width:12px;height:12px;display:block}.theme-light .google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon svg .graphic,.theme-dark .google-drive-content-wrapper .google-drive-header .google-drive-block-name .google-drive-block-name-icon svg .graphic{fill:var(--ash-grey)}.google-drive-content-wrapper .google-drive-header .google-drive-right .google-drive-menu-icon{cursor:pointer;padding-top:14px;padding-bottom:14px;padding-right:8px;margin-right:-8px}.google-drive-content-wrapper .google-drive-header .google-drive-right .google-drive-menu-icon svg{display:block}.theme-light .google-drive-content-wrapper .google-drive-header .google-drive-right .google-drive-menu-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-header .google-drive-right .google-drive-menu-icon svg .graphic,.theme-dark .google-drive-content-wrapper .google-drive-header .google-drive-right .google-drive-menu-icon svg .graphic{fill:var(--ash-grey)}.google-drive-content-wrapper .google-drive-browse-container,.google-drive-content-wrapper .google-drive-login-container{padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light .google-drive-content-wrapper .google-drive-browse-container,.theme-light .google-drive-content-wrapper .google-drive-login-container{background-color:var(--white-smoke)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container,.theme-dark .google-drive-content-wrapper .google-drive-browse-container,.theme-dark .google-drive-content-wrapper .google-drive-login-container{background-color:var(--onyx-and-white-8)}.google-drive-content-wrapper .google-drive-browse-container .google-drive-icon,.google-drive-content-wrapper .google-drive-login-container .google-drive-icon{margin-bottom:14px}.google-drive-content-wrapper .google-drive-browse-container .google-drive-icon svg,.google-drive-content-wrapper .google-drive-login-container .google-drive-icon svg{width:27px;height:27px}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-icon svg .graphic,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-icon svg .graphic,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-icon svg .graphic,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-icon svg .graphic,.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-icon svg .graphic,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-icon svg .graphic{fill:var(--lavender-grey)}.google-drive-content-wrapper .google-drive-browse-container .google-drive-login-text,.google-drive-content-wrapper .google-drive-browse-container .google-drive-user-email,.google-drive-content-wrapper .google-drive-login-container .google-drive-login-text,.google-drive-content-wrapper .google-drive-login-container .google-drive-user-email{margin-bottom:12px}.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-login-text,.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-user-email,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-login-text,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-user-email{color:var(--davys-grey)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-login-text,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-user-email,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-login-text,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-user-email,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-login-text,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-user-email,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-login-text,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-user-email{color:var(--lavender-grey)}.google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.google-drive-content-wrapper .google-drive-login-container .google-drive-login button{width:152px;height:32px;cursor:pointer;border-radius:16px;-webkit-box-shadow:0;box-shadow:0;border:0}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-login button,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-login button,.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-login button{color:var(--white-87)}.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.theme-light .google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.theme-light .google-drive-content-wrapper .google-drive-login-container .google-drive-login button{background-color:var(--bondi-blue)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-login-container .google-drive-login button,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-browse button,.theme-dark .google-drive-content-wrapper .google-drive-browse-container .google-drive-login button,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-browse button,.theme-dark .google-drive-content-wrapper .google-drive-login-container .google-drive-login button{background-color:var(--spare-royal)}.google-drive-content-wrapper .google-drive-loading{padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light .google-drive-content-wrapper .google-drive-loading{background-color:var(--white-smoke)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-loading,.theme-dark .google-drive-content-wrapper .google-drive-loading{background-color:var(--onyx-and-white-8)}.google-drive-content-wrapper .google-drive-loading .google-drive-icon{margin-bottom:14px}.google-drive-content-wrapper .google-drive-loading .google-drive-icon svg{width:27px;height:27px}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-loading .google-drive-icon svg .graphic,.theme-dark .google-drive-content-wrapper .google-drive-loading .google-drive-icon svg .graphic,.theme-light .google-drive-content-wrapper .google-drive-loading .google-drive-icon svg .graphic{fill:var(--lavender-grey)}.theme-light .google-drive-content-wrapper .google-drive-loading .google-drive-loading-text{color:var(--davys-grey)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-loading .google-drive-loading-text,.theme-dark .google-drive-content-wrapper .google-drive-loading .google-drive-loading-text{color:var(--lavender-grey)}.google-drive-content-wrapper a.export-link-wrapper{color:inherit}.google-drive-content-wrapper .google-drive-file-info{padding:8px 13px 12px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none;cursor:pointer}.google-drive-content-wrapper .google-drive-file-info .google-drive-file-name{margin-bottom:3px}.google-drive-content-wrapper .google-drive-file-info .google-drive-last-modified{margin-bottom:6px}.theme-light .google-drive-content-wrapper .google-drive-file-info .google-drive-last-modified{color:var(--davys-grey)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-file-info .google-drive-last-modified,.theme-dark .google-drive-content-wrapper .google-drive-file-info .google-drive-last-modified{color:var(--lavender-grey)}.google-drive-content-wrapper .google-drive-file-info .google-drive-file-source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.google-drive-content-wrapper .google-drive-file-info .google-drive-file-source .google-drive-file-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;margin-right:3px}.theme-light .google-drive-content-wrapper .google-drive-file-info .google-drive-file-source .google-drive-file-icon{background-color:var(--white-smoke)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-file-info .google-drive-file-source .google-drive-file-icon,.theme-dark .google-drive-content-wrapper .google-drive-file-info .google-drive-file-source .google-drive-file-icon{background-color:var(--davys-grey)}.google-drive-content-wrapper .google-drive-file-info .google-drive-file-source .google-drive-file-icon img{display:block}.google-drive-content-wrapper .google-drive-file-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border-bottom:1px solid;cursor:pointer}.theme-light .google-drive-content-wrapper .google-drive-file-preview{border-color:var(--platinum)}.theme-brand-dark-ios .google-drive-content-wrapper .google-drive-file-preview,.theme-dark .google-drive-content-wrapper .google-drive-file-preview{border-color:var(--white-12)}.google-drive-content-wrapper .google-drive-file-preview .google-drive-file-preview-loader{-ms-flex-item-align:center;align-self:center}.google-drive-content-wrapper .google-drive-file-preview img{width:100%}.nedit-root.size-small .remote-file{font-size:11px}.nedit-root.size-normal .remote-file{font-size:13px}.nedit-root.size-large .remote-file{font-size:15px}.nedit-root .remote-file-wrapper{margin-top:18px!important;margin-bottom:18px!important}.nedit-root .remote-file-wrapper:first-child{margin-top:0!important}.nedit-root .remote-file-wrapper .attachment-caption{width:100%!important}.nedit-root .collapsible-content{border-radius:4px;border:1px solid;cursor:default}.theme-light .nedit-root .collapsible-content{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .collapsible-content,.theme-dark .nedit-root .collapsible-content{border-color:var(--white-12)}.nedit-root .collapsible-content.no-borders{border-width:0}.nedit-root .collapsible-content .collapsible-content-header{height:50px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:8px;padding-right:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nedit-root .collapsible-content .collapsible-content-header:not(.renaming-process){cursor:pointer}.theme-light .nedit-root .collapsible-content .collapsible-content-header:hover{background-color:var(--black-4)}.theme-brand-dark-ios .nedit-root .collapsible-content .collapsible-content-header:hover,.theme-dark .nedit-root .collapsible-content .collapsible-content-header:hover{background-color:var(--white-8)}.nedit-root .collapsible-content .collapsible-content-header-left .collapsible-content-expand-icon{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;padding:8px 9px;cursor:pointer}.nedit-root .collapsible-content .collapsible-content-header-left .collapsible-content-expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nedit-root .collapsible-content .collapsible-content-header-left .collapsible-content-expand-icon svg{display:block}.theme-light .nedit-root .collapsible-content .collapsible-content-header-left .collapsible-content-expand-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .collapsible-content .collapsible-content-header-left .collapsible-content-expand-icon svg .graphic,.theme-dark .nedit-root .collapsible-content .collapsible-content-header-left .collapsible-content-expand-icon svg .graphic{fill:var(--ash-grey)}.nedit-root .collapsible-content .collapsible-content-header .collapsible-content-name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:16px;min-width:0;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .collapsible-content .collapsible-content-header .collapsible-content-name.renaming input{height:100%;width:100%;border:0;padding:0;background:transparent;font-size:inherit;font-family:inherit;color:inherit;font-weight:inherit}.theme-light .nedit-root .collapsible-content .collapsible-content-header .collapsible-content-name.renaming input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .collapsible-content .collapsible-content-header .collapsible-content-name.renaming input,.theme-dark .nedit-root .collapsible-content .collapsible-content-header .collapsible-content-name.renaming input{caret-color:var(--spare-royal)}.nedit-root .collapsible-content .collapsible-content-header .collapsible-content-name .collapsible-content-name-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nedit-root .collapsible-content .collapsible-content-header-right .collapsible-content-menu-icon{cursor:pointer;padding-top:14px;padding-bottom:14px;padding-right:14px;margin-right:-14px}.nedit-root .collapsible-content .collapsible-content-header-right .collapsible-content-menu-icon svg{display:block}.theme-light .nedit-root .collapsible-content .collapsible-content-header-right .collapsible-content-menu-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .collapsible-content .collapsible-content-header-right .collapsible-content-menu-icon svg .graphic,.theme-dark .nedit-root .collapsible-content .collapsible-content-header-right .collapsible-content-menu-icon svg .graphic{fill:var(--ash-grey)}.nedit-root .nimbus-html{display:block;margin-top:18px!important;margin-bottom:18px!important}.nedit-root .nimbus-html-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:116px}.theme-light .nedit-root .nimbus-html-loading{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root .nimbus-html-loading,.theme-dark .nedit-root .nimbus-html-loading{background-color:var(--onyx-and-white-8)}.theme-light .nedit-root .nimbus-html-loading{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .nimbus-html-loading,.theme-dark .nedit-root .nimbus-html-loading{color:var(--lavender-grey)}.nedit-root .nimbus-html-content{display:block;position:relative}.theme-brand-dark-ios .nedit-root .nimbus-html-content,.theme-dark .nedit-root .nimbus-html-content,.theme-light .nedit-root .nimbus-html-content{background-color:var(--white)}.nedit-root .nimbus-html-content iframe{border:none;display:block;width:100%}.nedit-root .nimbus-html .error{text-align:center;padding:5px}.theme-light .nedit-root .nimbus-html .error{color:var(--rust-red)}.theme-brand-dark-ios .nedit-root .nimbus-html .error,.theme-dark .nedit-root .nimbus-html .error{color:var(--unheard-orche)}.theme-brand-dark-ios .nedit-root .nimbus-html .error,.theme-dark .nedit-root .nimbus-html .error,.theme-light .nedit-root .nimbus-html .error{background-color:var(--white)}.nedit-root placeholder{display:inline;cursor:pointer;border-bottom:1px dotted}.theme-light .nedit-root placeholder{color:var(--black-38)}.theme-brand-dark-ios .nedit-root placeholder,.theme-dark .nedit-root placeholder{color:var(--white-aluminum)}.theme-light .nedit-root placeholder{border-color:var(--black-38)}.theme-brand-dark-ios .nedit-root placeholder,.theme-dark .nedit-root placeholder{border-color:var(--white-aluminum)}.nedit-root placeholder u{text-decoration:none}.block-source-input-wrapper{position:relative;cursor:text;text-align:left;letter-spacing:-.09px}.block-source-input-buffer{position:absolute;top:0;left:0;display:inline-block;font-size:16px;opacity:0;z-index:-9999;white-space:nowrap}.block-source-input-input{font-size:16px;line-height:22px;border:0;padding:0 28px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-family:inherit;letter-spacing:inherit;vertical-align:middle;background:transparent}.theme-light .block-source-input-input{color:var(--onyx)}.theme-brand-dark-ios .block-source-input-input,.theme-dark .block-source-input-input{color:var(--white-87)}.theme-light .block-source-input-input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .block-source-input-input,.theme-dark .block-source-input-input{caret-color:var(--spare-royal)}.theme-light .block-source-input-input::-webkit-input-placeholder{color:var(--davys-grey)}.theme-light .block-source-input-input::-moz-placeholder{color:var(--davys-grey)}.theme-light .block-source-input-input::-ms-input-placeholder{color:var(--davys-grey)}.theme-light .block-source-input-input::placeholder{color:var(--davys-grey)}.theme-dark .block-source-input-input::-webkit-input-placeholder{color:var(--lavender-grey)}.theme-dark .block-source-input-input::-moz-placeholder{color:var(--lavender-grey)}.theme-dark .block-source-input-input::-ms-input-placeholder{color:var(--lavender-grey)}.theme-dark .block-source-input-input::placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .block-source-input-input::-webkit-input-placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .block-source-input-input::-moz-placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .block-source-input-input::-ms-input-placeholder{color:var(--lavender-grey)}.theme-brand-dark-ios .block-source-input-input::placeholder{color:var(--lavender-grey)}.block-source-input-delete{cursor:pointer;position:absolute;top:calc(50% - 14px);width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.block-source-input-delete svg{width:16px;height:16px}.block-source-input-delete svg .graphic{-webkit-transition:fill .2s ease,stroke .2s ease;transition:fill .2s ease,stroke .2s ease}.theme-light .block-source-input-delete:hover svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .block-source-input-delete:hover svg .graphic,.theme-dark .block-source-input-delete:hover svg .graphic{fill:var(--spare-royal)}.theme-light .block-source-input-delete:hover svg .graphic_stroke{stroke:var(--bondi-blue)}.theme-brand-dark-ios .block-source-input-delete:hover svg .graphic_stroke,.theme-dark .block-source-input-delete:hover svg .graphic_stroke{stroke:var(--spare-royal)}.block-source-input-delete.clear-input{z-index:9;margin-left:5px}.block-source-input-error{position:absolute;top:-16px;left:0;font-size:12px}.theme-light .block-source-input-error{color:var(--rust-red)}.theme-brand-dark-ios .block-source-input-error,.theme-dark .block-source-input-error{color:var(--unheard-orche)}:root{--onyx:#161616;--davys-grey:#5c6061;--lavender-grey:#c8c8c8;--ash-grey:#aeb7b8;--french-blue:#0074b8;--platinum:#e8e8e8;--white-smoke:#f5f5f5;--white-smoke-table:#fbfbfb;--white:#fff;--outer-space:#404b4c;--rust-red:#b81200;--carmine-pink:#ed5454;--light-pastel-purple:#b39ddb;--ucla-blue:#5573a7;--sunglow:#fac92f;--neon-carrot:#fda639;--bleu-de-france:#42a5f5;--dollar-bill:#8bc34a;--bondi-blue:#00a1b7;--selection-dark:#344c4f;--head-selection-dark:#1f6e7c;--light-green:#48cadb;--spare-royal:#008799;--unheard-orche:#fc8181;--white-4:hsla(0,0%,100%,0.04);--white-8:hsla(0,0%,100%,0.08);--white-12:hsla(0,0%,100%,0.12);--white-16:hsla(0,0%,100%,0.16);--white-36:hsla(0,0%,100%,0.36);--white-87:hsla(0,0%,100%,0.87);--white-38:hsla(0,0%,100%,0.38);--bondi-blue-10:rgba(0,161,183,0.1);--bondi-blue-17:rgba(0,161,183,0.17);--bondi-blue-50:rgba(0,161,183,0.5);--bondi-blue-54:rgba(0,161,183,0.54);--onyx-and-white-8:#282828;--onyx-and-white-16:#3b3b3b;--black:#000;--black-4:rgba(0,0,0,0.04);--black-5:rgba(0,0,0,0.05);--black-12:rgba(0,0,0,0.12);--black-28:rgba(0,0,0,0.28);--black-36:rgba(0,0,0,0.36);--black-38:rgba(0,0,0,0.38);--black-54:rgba(0,0,0,0.54);--black-60:#666;--black-80:rgba(0,0,0,0.8);--cinnabar:#ec4300;--twitter:#149ce8;--grey-brown:#3b3b3b;--rust-red-32:rgba(184,18,0,0.32);--bleu-de-france-32:rgba(66,165,245,0.32);--sunglow-32:rgba(250,201,47,0.32);--neon-carrot-32:rgba(253,166,57,0.32);--carmine-pink-32:rgba(237,84,84,0.32);--dollar-bill-32:rgba(139,195,74,0.32);--light-pastel-purple-32:rgba(179,157,219,0.32);--ucla-blue-32:rgba(85,115,167,0.32);--light-green-32:rgba(72,202,219,0.32);--white-aluminum:#a2a2a2;--table-border-light:#e0e0e0;--table-border-dark:#535353;--dark-secondary-60:rgba(235,235,245,0.6);--half-dark-40:rgba(31,31,31,0.4)}.file-wrapper,.image-wrapper,.nimbus-bookmark,.remote-frame-wrapper{margin-top:18px!important;margin-bottom:18px!important}.file-wrapper:first-child,.image-wrapper:first-child,.nimbus-bookmark:first-child,.remote-frame-wrapper:first-child{margin-top:0!important}.grid-wrapper:not(.flat-grid){margin-top:9px!important}.grid-wrapper:not(.flat-grid):first-child{margin-top:0!important}.nedit-scrolling-container{position:relative}.nedit-scrolling-container *{outline-color:transparent}.note-container *{outline:none;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.note-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print{.note-container{display:block}}.note-container.inner-element-fullscreen{position:relative;z-index:999999}.note-container .dragging-placeholder{-webkit-box-shadow:inset 0 0 0 500px rgba(24,144,184,.3);box-shadow:inset 0 0 0 500px rgba(24,144,184,.3);opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:28px;font-weight:700}.editor-body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding-left:30px;padding-right:40px;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:transparent;z-index:0}@-moz-document url-prefix(){.editor-body{scroll-behavior:unset}}.editor-body.e-body-pdf{overflow-x:hidden;overflow-y:hidden!important}.editor-body:not(.no-vertical-scroll){overflow-y:auto}.editor-body.scroll-to-saved{scroll-behavior:auto}.editor-body.drag-session{scroll-behavior:auto;cursor:default!important}.editor-body.drag-session *,.editor-body.drag-session :after,.editor-body.drag-session :before{cursor:default!important}.editor-body.drag-session .syntax-main>div:nth-child(2){cursor:default;pointer-events:none}.editor-body.inner-element-fullscreen{position:relative;z-index:999999}.editor-body .editor-overlay{position:absolute;left:0;top:0;right:0;bottom:0;z-index:999}.editor-body .hl-icon .graphic{-webkit-transition:fill .1s ease;transition:fill .1s ease}.theme-light .editor-body .hl-icon .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .editor-body .hl-icon .graphic,.theme-dark .editor-body .hl-icon .graphic{fill:var(--ash-grey)}.theme-light .editor-body .hl-icon:hover .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .editor-body .hl-icon:hover .graphic,.theme-dark .editor-body .hl-icon:hover .graphic{fill:var(--spare-royal)}.nedit-root{cursor:text;padding:40px 0 170px;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:1000px;width:100%;min-height:100%;margin:auto}.theme-light .nedit-root,.theme-light .root-placement-styled{color:var(--onyx)}.theme-brand-dark-ios .nedit-root,.theme-brand-dark-ios .root-placement-styled,.theme-dark .nedit-root,.theme-dark .root-placement-styled{color:var(--white-87)}.theme-light .nedit-root ::-moz-selection,.theme-light .root-placement-styled ::-moz-selection{background-color:var(--bondi-blue-54)}.theme-light .nedit-root ::selection,.theme-light .root-placement-styled ::selection{background-color:var(--bondi-blue-54)}.theme-dark .nedit-root ::-moz-selection,.theme-dark .root-placement-styled ::-moz-selection{background-color:var(--bondi-blue-54)}.theme-dark .nedit-root ::selection,.theme-dark .root-placement-styled ::selection{background-color:var(--bondi-blue-54)}.theme-brand-dark-ios .nedit-root ::-moz-selection,.theme-brand-dark-ios .root-placement-styled ::-moz-selection{background-color:var(--bondi-blue-54)}.theme-brand-dark-ios .nedit-root ::selection,.theme-brand-dark-ios .root-placement-styled ::selection{background-color:var(--bondi-blue-54)}.theme-dark .nedit-root ::-moz-selection,.theme-dark .root-placement-styled ::-moz-selection,.theme-light .nedit-root ::-moz-selection,.theme-light .root-placement-styled ::-moz-selection{background-color:var(--bondi-blue-54)}.theme-brand-dark-ios .nedit-root ::-moz-selection,.theme-brand-dark-ios .root-placement-styled ::-moz-selection{background-color:var(--bondi-blue-54)}.nedit-root.style-serif,.root-placement-styled.style-serif{font-family:Roboto Slab,serif}.nedit-root.style-handwritten,.root-placement-styled.style-handwritten{font-family:Caveat,cursive}.nedit-root.style-handwritten.size-small .editable-text:not(h1):not(h2):not(h3):not(pre),.root-placement-styled.style-handwritten.size-small .editable-text:not(h1):not(h2):not(h3):not(pre){font-size:16px}.nedit-root.style-handwritten.size-small .table-blot .editable-text,.nedit-root.style-handwritten.size-small .table-blot .file-info,.nedit-root.style-handwritten.size-small .table-blot .table-text-common,.nedit-root.style-handwritten.size-small .table-head-item,.nedit-root.style-handwritten.size-small .table-head-item-name,.nedit-root.style-handwritten.size-small .table .editable-text,.nedit-root.style-handwritten.size-small .table .file-info,.nedit-root.style-handwritten.size-small .table .table-text-common,.root-placement-styled.style-handwritten.size-small .table-blot .editable-text,.root-placement-styled.style-handwritten.size-small .table-blot .file-info,.root-placement-styled.style-handwritten.size-small .table-blot .table-text-common,.root-placement-styled.style-handwritten.size-small .table-head-item,.root-placement-styled.style-handwritten.size-small .table-head-item-name,.root-placement-styled.style-handwritten.size-small .table .editable-text,.root-placement-styled.style-handwritten.size-small .table .file-info,.root-placement-styled.style-handwritten.size-small .table .table-text-common{font-size:15px}.nedit-root.style-handwritten.size-small .adaptive-text,.root-placement-styled.style-handwritten.size-small .adaptive-text{font-size:13px}.nedit-root.style-handwritten.size-normal .editable-text:not(h1):not(h2):not(h3):not(pre),.root-placement-styled.style-handwritten.size-normal .editable-text:not(h1):not(h2):not(h3):not(pre){font-size:20px}.nedit-root.style-handwritten.size-normal .table-blot .editable-text,.nedit-root.style-handwritten.size-normal .table-blot .file-info,.nedit-root.style-handwritten.size-normal .table-blot .table-text-common,.nedit-root.style-handwritten.size-normal .table-head-item,.nedit-root.style-handwritten.size-normal .table-head-item-name,.nedit-root.style-handwritten.size-normal .table .editable-text,.nedit-root.style-handwritten.size-normal .table .file-info,.nedit-root.style-handwritten.size-normal .table .table-text-common,.root-placement-styled.style-handwritten.size-normal .table-blot .editable-text,.root-placement-styled.style-handwritten.size-normal .table-blot .file-info,.root-placement-styled.style-handwritten.size-normal .table-blot .table-text-common,.root-placement-styled.style-handwritten.size-normal .table-head-item,.root-placement-styled.style-handwritten.size-normal .table-head-item-name,.root-placement-styled.style-handwritten.size-normal .table .editable-text,.root-placement-styled.style-handwritten.size-normal .table .file-info,.root-placement-styled.style-handwritten.size-normal .table .table-text-common{font-size:18px}.nedit-root.style-handwritten.size-normal .adaptive-text,.root-placement-styled.style-handwritten.size-normal .adaptive-text{font-size:16px}.nedit-root.style-handwritten.size-large .editable-text:not(h1):not(h2):not(h3):not(pre),.root-placement-styled.style-handwritten.size-large .editable-text:not(h1):not(h2):not(h3):not(pre){font-size:24px}.nedit-root.style-handwritten.size-large .table-blot .editable-text,.nedit-root.style-handwritten.size-large .table-blot .file-info,.nedit-root.style-handwritten.size-large .table-blot .table-text-common,.nedit-root.style-handwritten.size-large .table-head-item,.nedit-root.style-handwritten.size-large .table-head-item-name,.nedit-root.style-handwritten.size-large .table .editable-text,.nedit-root.style-handwritten.size-large .table .file-info,.nedit-root.style-handwritten.size-large .table .table-text-common,.root-placement-styled.style-handwritten.size-large .table-blot .editable-text,.root-placement-styled.style-handwritten.size-large .table-blot .file-info,.root-placement-styled.style-handwritten.size-large .table-blot .table-text-common,.root-placement-styled.style-handwritten.size-large .table-head-item,.root-placement-styled.style-handwritten.size-large .table-head-item-name,.root-placement-styled.style-handwritten.size-large .table .editable-text,.root-placement-styled.style-handwritten.size-large .table .file-info,.root-placement-styled.style-handwritten.size-large .table .table-text-common{font-size:22px}.nedit-root.style-handwritten.size-large .adaptive-text,.root-placement-styled.style-handwritten.size-large .adaptive-text{font-size:20px}.nedit-root.style-mono,.root-placement-styled.style-mono{font-family:Anonymous Pro,monospace}.nedit-root.size-small:not(.style-handwritten) .editable-text:not(h1):not(h2):not(h3),.root-placement-styled.size-small:not(.style-handwritten) .editable-text:not(h1):not(h2):not(h3){font-size:12px;line-height:1.6}.nedit-root.size-small:not(.style-handwritten) .table-blot .editable-text,.nedit-root.size-small:not(.style-handwritten) .table-blot .file-info,.nedit-root.size-small:not(.style-handwritten) .table-blot .table-text-common,.nedit-root.size-small:not(.style-handwritten) .table .editable-text,.nedit-root.size-small:not(.style-handwritten) .table .file-info,.nedit-root.size-small:not(.style-handwritten) .table .table-text-common,.root-placement-styled.size-small:not(.style-handwritten) .table-blot .editable-text,.root-placement-styled.size-small:not(.style-handwritten) .table-blot .file-info,.root-placement-styled.size-small:not(.style-handwritten) .table-blot .table-text-common,.root-placement-styled.size-small:not(.style-handwritten) .table .editable-text,.root-placement-styled.size-small:not(.style-handwritten) .table .file-info,.root-placement-styled.size-small:not(.style-handwritten) .table .table-text-common{font-size:11px}.nedit-root.size-small:not(.style-handwritten) .adaptive-text,.nedit-root.size-small:not(.style-handwritten) .table-head-item,.nedit-root.size-small:not(.style-handwritten) .table-head-item-name,.root-placement-styled.size-small:not(.style-handwritten) .adaptive-text,.root-placement-styled.size-small:not(.style-handwritten) .table-head-item,.root-placement-styled.size-small:not(.style-handwritten) .table-head-item-name{font-size:12px}.nedit-root.size-normal:not(.style-handwritten) .editable-text:not(h1):not(h2):not(h3),.root-placement-styled.size-normal:not(.style-handwritten) .editable-text:not(h1):not(h2):not(h3){font-size:16px;line-height:1.5}.nedit-root.size-normal:not(.style-handwritten) .table-blot .editable-text,.nedit-root.size-normal:not(.style-handwritten) .table-blot .file-info,.nedit-root.size-normal:not(.style-handwritten) .table-blot .table-text-common,.nedit-root.size-normal:not(.style-handwritten) .table .editable-text,.nedit-root.size-normal:not(.style-handwritten) .table .file-info,.nedit-root.size-normal:not(.style-handwritten) .table .table-text-common,.root-placement-styled.size-normal:not(.style-handwritten) .table-blot .editable-text,.root-placement-styled.size-normal:not(.style-handwritten) .table-blot .file-info,.root-placement-styled.size-normal:not(.style-handwritten) .table-blot .table-text-common,.root-placement-styled.size-normal:not(.style-handwritten) .table .editable-text,.root-placement-styled.size-normal:not(.style-handwritten) .table .file-info,.root-placement-styled.size-normal:not(.style-handwritten) .table .table-text-common{font-size:14px}.nedit-root.size-normal:not(.style-handwritten) .adaptive-text,.nedit-root.size-normal:not(.style-handwritten) .table-head-item,.nedit-root.size-normal:not(.style-handwritten) .table-head-item-name,.root-placement-styled.size-normal:not(.style-handwritten) .adaptive-text,.root-placement-styled.size-normal:not(.style-handwritten) .table-head-item,.root-placement-styled.size-normal:not(.style-handwritten) .table-head-item-name{font-size:13px}.nedit-root.size-large:not(.style-handwritten) .editable-text:not(h1):not(h2):not(h3),.root-placement-styled.size-large:not(.style-handwritten) .editable-text:not(h1):not(h2):not(h3){font-size:20px;line-height:1.4}.nedit-root.size-large:not(.style-handwritten) .table-blot .editable-text,.nedit-root.size-large:not(.style-handwritten) .table-blot .file-info,.nedit-root.size-large:not(.style-handwritten) .table-blot .table-text-common,.nedit-root.size-large:not(.style-handwritten) .table .editable-text,.nedit-root.size-large:not(.style-handwritten) .table .file-info,.nedit-root.size-large:not(.style-handwritten) .table .table-text-common,.root-placement-styled.size-large:not(.style-handwritten) .table-blot .editable-text,.root-placement-styled.size-large:not(.style-handwritten) .table-blot .file-info,.root-placement-styled.size-large:not(.style-handwritten) .table-blot .table-text-common,.root-placement-styled.size-large:not(.style-handwritten) .table .editable-text,.root-placement-styled.size-large:not(.style-handwritten) .table .file-info,.root-placement-styled.size-large:not(.style-handwritten) .table .table-text-common{font-size:18px}.nedit-root.size-large:not(.style-handwritten) .adaptive-text,.nedit-root.size-large:not(.style-handwritten) .table-head-item,.nedit-root.size-large:not(.style-handwritten) .table-head-item-name,.root-placement-styled.size-large:not(.style-handwritten) .adaptive-text,.root-placement-styled.size-large:not(.style-handwritten) .table-head-item,.root-placement-styled.size-large:not(.style-handwritten) .table-head-item-name{font-size:16px}.nedit-root[data-force-cursor=ew-resize],.nedit-root[data-force-cursor=ew-resize] *,.root-placement-styled[data-force-cursor=ew-resize],.root-placement-styled[data-force-cursor=ew-resize] *{cursor:ew-resize!important}.nedit-root[data-force-cursor=ns-resize],.nedit-root[data-force-cursor=ns-resize] *,.root-placement-styled[data-force-cursor=ns-resize],.root-placement-styled[data-force-cursor=ns-resize] *{cursor:ns-resize!important}.nedit-root[data-force-cursor=nwse-resize],.nedit-root[data-force-cursor=nwse-resize] *,.root-placement-styled[data-force-cursor=nwse-resize],.root-placement-styled[data-force-cursor=nwse-resize] *{cursor:nwse-resize!important}.nedit-root .align-center,.root-placement-styled .align-center{text-align:center}.nedit-root .align-right,.root-placement-styled .align-right{text-align:right}.nedit-root .editable-text,.root-placement-styled .editable-text{white-space:pre-wrap;line-height:1.5;word-break:break-word}.nedit-root .dragable-block,.root-placement-styled .dragable-block{position:fixed!important;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.7);box-shadow:0 0 5px 0 rgba(0,0,0,.7);z-index:9999}.nedit-root .dragging,.root-placement-styled .dragging{opacity:.3}.nedit-root .hover-bottom+div,.nedit-root .hover-top,.root-placement-styled .hover-bottom+div,.root-placement-styled .hover-top{-webkit-box-shadow:inset 0 3px 0 0 #0096a7;box-shadow:inset 0 3px 0 0 #0096a7}.nedit-root .hover-bottom:last-child,.root-placement-styled .hover-bottom:last-child{-webkit-box-shadow:0 3px 0 0 #0096a7;box-shadow:0 3px 0 0 #0096a7}.nedit-root .hover-right,.root-placement-styled .hover-right{-webkit-box-shadow:inset -3px 0 0 0 #0096a7;box-shadow:inset -3px 0 0 0 #0096a7}.nedit-root.to-end-drop>.last-block,.root-placement-styled.to-end-drop>.last-block{-webkit-box-shadow:0 3px 0 0 #0096a7;box-shadow:0 3px 0 0 #0096a7}.nedit-root .focused-block.dragable-block:before,.root-placement-styled .focused-block.dragable-block:before{display:none}.nedit-root .note-cursor,.root-placement-styled .note-cursor{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.nedit-root .embed-wrapper,.root-placement-styled .embed-wrapper{position:relative}.note-container .clipboard>*{position:fixed!important;opacity:.5;z-index:9999;margin:0;pointer-events:none}.note-container .clipboard .list-item-number:after{content:attr(data-counter) ". "}.dnd-border{border:1.5px solid;pointer-events:none;z-index:10}.theme-light .dnd-border{border-color:var(--bondi-blue)}.theme-brand-dark-ios .dnd-border,.theme-dark .dnd-border{border-color:var(--spare-royal)}.theme-light .dnd-border{background-color:var(--bondi-blue)}.theme-brand-dark-ios .dnd-border,.theme-dark .dnd-border{background-color:var(--spare-royal)}.dnd-border.horizontal:after,.dnd-border.horizontal:before{content:"";position:absolute;top:-6.5px;width:13px;height:13px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dnd-border.horizontal:before{border-top:2px solid;border-right:2px solid;left:-16px}.theme-light .dnd-border.horizontal:before{border-color:var(--bondi-blue)}.theme-brand-dark-ios .dnd-border.horizontal:before,.theme-dark .dnd-border.horizontal:before{border-color:var(--spare-royal)}.dnd-border.horizontal:after{border-bottom:2px solid;border-left:2px solid;right:-16px}.theme-light .dnd-border.horizontal:after{border-color:var(--bondi-blue)}.theme-brand-dark-ios .dnd-border.horizontal:after,.theme-dark .dnd-border.horizontal:after{border-color:var(--spare-royal)}.dnd-border.vertical:after,.dnd-border.vertical:before{content:"";position:absolute;left:-6.5px;width:13px;height:13px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dnd-border.vertical:before{border-bottom:2px solid;border-right:2px solid;top:-16px}.theme-light .dnd-border.vertical:before{border-color:var(--bondi-blue)}.theme-brand-dark-ios .dnd-border.vertical:before,.theme-dark .dnd-border.vertical:before{border-color:var(--spare-royal)}.dnd-border.vertical:after{border-top:2px solid;border-left:2px solid;bottom:-16px}.theme-light .dnd-border.vertical:after{border-color:var(--bondi-blue)}.theme-brand-dark-ios .dnd-border.vertical:after,.theme-dark .dnd-border.vertical:after{border-color:var(--spare-royal)}.dnd-border.inside{z-index:100;border-width:2px}.progress-ring{-webkit-transition:stroke-dashoffset .35s;transition:stroke-dashoffset .35s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.editor-body .content-not-supported-message{text-align:center;padding:20px}.theme-light .editor-body .content-not-supported-message{color:var(--davys-grey)}.theme-brand-dark-ios .editor-body .content-not-supported-message,.theme-dark .editor-body .content-not-supported-message{color:var(--lavender-grey)}.theme-brand-dark-ios .dark-sky-blue-highlight,.theme-dark .dark-sky-blue-highlight,.theme-light .dark-sky-blue-highlight{color:var(--bleu-de-france)}.theme-light .macaroni-and-cheese-highlight{color:var(--davys-grey)}.theme-brand-dark-ios .macaroni-and-cheese-highlight,.theme-dark .macaroni-and-cheese-highlight{color:var(--sunglow)}.theme-brand-dark-ios .mango-highlight,.theme-dark .mango-highlight,.theme-light .mango-highlight{color:var(--neon-carrot)}.theme-brand-dark-ios .coral-highlight,.theme-dark .coral-highlight,.theme-light .coral-highlight{color:var(--carmine-pink)}.theme-brand-dark-ios .turtle-green-highlight,.theme-dark .turtle-green-highlight,.theme-light .turtle-green-highlight{color:var(--dollar-bill)}.theme-brand-dark-ios .pale-purple-highlight,.theme-dark .pale-purple-highlight,.theme-light .pale-purple-highlight{color:var(--light-pastel-purple)}.theme-brand-dark-ios .stormy-blue-highlight,.theme-dark .stormy-blue-highlight,.theme-light .stormy-blue-highlight{color:var(--ucla-blue)}grammarly-editor-plugin{--grammarly-button-position-right:60px}.theme-brand-dark-ios .dark-sky-blue-highlight,.theme-dark .dark-sky-blue-highlight,.theme-light .dark-sky-blue-highlight{background-color:var(--bleu-de-france-32)}.theme-brand-dark-ios .macaroni-and-cheese-highlight,.theme-dark .macaroni-and-cheese-highlight,.theme-light .macaroni-and-cheese-highlight{background-color:var(--sunglow-32)}.theme-brand-dark-ios .mango-highlight,.theme-dark .mango-highlight,.theme-light .mango-highlight{background-color:var(--neon-carrot-32)}.theme-brand-dark-ios .coral-highlight,.theme-dark .coral-highlight,.theme-light .coral-highlight{background-color:var(--carmine-pink-32)}.theme-brand-dark-ios .turtle-green-highlight,.theme-dark .turtle-green-highlight,.theme-light .turtle-green-highlight{background-color:var(--dollar-bill-32)}.theme-brand-dark-ios .pale-purple-highlight,.theme-dark .pale-purple-highlight,.theme-light .pale-purple-highlight{background-color:var(--light-pastel-purple-32)}.theme-brand-dark-ios .stormy-blue-highlight,.theme-dark .stormy-blue-highlight,.theme-light .stormy-blue-highlight{background-color:var(--ucla-blue-32)}.nedit-root span.background-color{border-radius:2px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.color-icon-highlight{position:relative;overflow:hidden}.color-icon-highlight.clear-all-icon{border-radius:50%;cursor:pointer;border:2px solid var(--davys-grey);width:11px;height:11px}.color-icon-highlight.clear-all-icon:before{border:2px solid var(--davys-grey);top:25%;left:25%}.theme-dark .color-icon-highlight.clear-all-icon,.theme-dark .color-icon-highlight.clear-all-icon:before{border-color:var(--lavender-grey)}.selected-block[data-block-background]:not(.embed-wrapper):not(.floating-toolbar-color-icon):not(.color-icon):not([data-block-background=transparent]),[data-block-background]:not(.embed-wrapper):not(.floating-toolbar-color-icon):not(.color-icon):not([data-block-background=transparent]){padding:0 5px}.extra-highlight{border:1px solid}.extra-highlight.background-color{padding:0 5px}.extra-highlight.has-next-highlight{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.extra-highlight.has-next-highlight.next-highlight-in-current-word{padding-right:0}.extra-highlight.has-next-highlight.next-highlight-in-current-word+.background-color{padding-left:0;border-left:none}.extra-highlight.has-next-highlight+.background-color{border-top-left-radius:0;border-bottom-left-radius:0}.convert-link-container.convert-link-loader{position:absolute;background-color:hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.convert-link-container.convert-link-loader svg{width:18px;height:18px}.convert-link-container .popup-menu.convert-link{padding:0}.convert-link-container .popup-menu.convert-link .menu-item{padding:10px 12px}.theme-light .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic,.theme-dark .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic{fill:var(--ash-grey)}.theme-light .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_stroke{stroke:var(--davys-grey)}.theme-brand-dark-ios .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_stroke,.theme-dark .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_stroke{stroke:var(--ash-grey)}.theme-light .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_stroke_bg{stroke:var(--white)}.theme-brand-dark-ios .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_stroke_bg,.theme-dark .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_stroke_bg{stroke:var(--grey-brown)}.theme-light .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_bg{fill:var(--white)}.theme-brand-dark-ios .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_bg,.theme-dark .convert-link-container .popup-menu.convert-link .menu-item .icon svg .graphic_bg{fill:var(--grey-brown)}.convert-link-container .popup-menu.convert-link .menu-item:hover{background-color:unset}.theme-light .convert-link-container .popup-menu.convert-link .menu-item.menu-item-selected{background-color:var(--black-4)}.theme-brand-dark-ios .convert-link-container .popup-menu.convert-link .menu-item.menu-item-selected,.theme-dark .convert-link-container .popup-menu.convert-link .menu-item.menu-item-selected{background-color:var(--white-8)}.nedit-root .resize-container{width:100%;max-width:100%;position:relative}.nedit-root .resize-container .resizeable-content{height:0;position:relative;top:0;left:0}.nedit-root .resize-container .resizeable-content iframe{border:0;top:0;left:0;width:100%;height:100%;position:absolute}.nedit-root .resize-container:not(.disabled-resize) .resize-points{display:contents}.nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point{width:16px;height:16px;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.29);box-shadow:0 3px 5px 0 rgba(0,0,0,.29);position:absolute;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%23AEB7B8' d='M12 6v6H6zM4 4h6l-6 6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:1;background-size:12px}.theme-light .nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point,.theme-dark .nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point{background-color:var(--grey-brown)}.nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point[data-direction=top-right]{top:-8px;right:-8px;cursor:sw-resize;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point[data-direction=right]{top:calc(50% - 8px);right:-8px;cursor:w-resize;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point[data-direction=bottom-right]{bottom:-8px;right:-8px;cursor:se-resize}.nedit-root .resize-container:not(.disabled-resize) .resize-points .resize-point[data-direction=bottom]{bottom:-8px;left:calc(50% - 8px);cursor:s-resize;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nedit-root .resize-container:not(.disabled-resize).resize-process .resize-points .resize-point,.nedit-root .resize-container:not(.disabled-resize):hover .resize-points .resize-point{opacity:1}.nedit-root .resize-container:not(.disabled-resize).resize-process:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hidden-frame-container-for-detect-size{position:fixed;top:-99999px;left:-99999px;opacity:0}.resizeable-bottom-right-tooltip{white-space:pre}#nedit-comments-container{margin-top:-30px}#nedit-comments-container .comments-counters.comments-counters-enter{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#nedit-comments-container .comments-counters.comments-counters-enter-active{opacity:1}#nedit-comments-container .comments-counters.comments-counters-leave{opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}#nedit-comments-container .comments-counters.comments-counters-leave-active{opacity:0}#nedit-comments-container .comments-counters .comment-counter{position:absolute;font-size:12px;cursor:pointer}.theme-light #nedit-comments-container .comments-counters .comment-counter{color:var(--davys-grey)}.theme-brand-dark-ios #nedit-comments-container .comments-counters .comment-counter,.theme-dark #nedit-comments-container .comments-counters .comment-counter{color:var(--ash-grey)}#nedit-comments-container .comments-counters .comment-counter span{position:relative;top:-2px;margin-left:3px}#nedit-comments-container .comments-counters .comment-counter svg{width:20px;height:20px}.theme-light #nedit-comments-container .comments-counters .comment-counter svg .graphic{fill:rgba(0,0,0,.54)}.theme-brand-dark-ios #nedit-comments-container .comments-counters .comment-counter svg .graphic,.theme-dark #nedit-comments-container .comments-counters .comment-counter svg .graphic{fill:#4b4b4b}#nedit-comments-container .comments-counters .comment-counter.comment-counter-mobile svg{width:16px;height:16px}#nedit-comments-container .comments-counters .comment-counter .comment-counter-icon{position:relative}#nedit-comments-container .comments-counters .comment-counter .comment-counter-icon .comments-count{position:absolute;top:-2px;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:-6px;font-size:11px;font-weight:700}.theme-brand-dark-ios #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon .comments-count,.theme-dark #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon .comments-count,.theme-light #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon .comments-count{color:var(--white-87)}#nedit-comments-container .comments-counters .comment-counter .comment-counter-icon .comments-count.over-hundred,#nedit-comments-container .comments-counters .comment-counter .comment-counter-icon .comments-count.over-ten{font-size:10px;letter-spacing:-1px;left:-.5px}#nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments:before{content:"";display:block;width:3px;height:3px;border-radius:50%;position:absolute;top:-1px;left:-1px}.theme-brand-dark-ios #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments:before,.theme-dark #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments:before,.theme-light #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments:before{background-color:#ff5722}.theme-light #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments svg .graphic,.theme-dark #nedit-comments-container .comments-counters .comment-counter .comment-counter-icon.has-unread-comments svg .graphic{fill:var(--spare-royal)}#nedit-comments-rel-container.hidden-rel-icon{display:none}#nedit-comments-rel-container .rel-comment-icon{position:absolute;display:block;padding:7px;border-radius:4px;cursor:pointer}#nedit-comments-rel-container .rel-comment-icon svg{display:block;width:14px;height:14px}.theme-light #nedit-comments-rel-container .rel-comment-icon svg .graphic_stroke{stroke:var(--davys-grey)}.theme-brand-dark-ios #nedit-comments-rel-container .rel-comment-icon svg .graphic_stroke,.theme-dark #nedit-comments-rel-container .rel-comment-icon svg .graphic_stroke{stroke:var(--ash-grey)}.nedit-root comment{position:relative;cursor:pointer;border-bottom:5px solid}.nedit-root [data-comment-hide=true]{border-color:transparent!important;cursor:inherit}.nedit-root [data-comment-hide=true].force-hover{background-color:transparent!important}.hintblock{position:relative;border-radius:4px;padding:16px 16px 18px 50px!important;white-space:break-spaces!important}.hintblock:before{content:"";top:5px;left:0;z-index:-1;cursor:text}.hintblock-icon,.hintblock:before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.hintblock-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0;width:30px;height:30px;overflow:hidden;top:12px;left:12px;text-align:center;z-index:0;cursor:pointer;print-color-adjust:exact;-webkit-print-color-adjust:exact}.hintblock[data-border-color]{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-style:solid}.hintblock[data-border-color]:not([data-line-color]){border-left-width:1px}.hintblock[data-line-color]{border-left-width:4px;border-style:solid}.hintblock[data-line-color]:not([data-border-color]){border-top-width:0;border-right-width:0;border-bottom-width:0}.readonly-mode .hintblock-icon{cursor:default}.editor-cursors{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:var(--editor-max-width);width:100%;margin:auto}.editor-cursors .ed-cursor{position:relative}.editor-cursors .ed-cursor-caret-container,.editor-cursors .ed-cursor-flag{position:absolute}.editor-cursors .ed-cursor-flag{padding:0 4px 2px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;border-radius:0 3px 3px 0;z-index:1;-webkit-transform:translate3d(-1px,-100%,0);transform:translate3d(-1px,-100%,0);opacity:0;visibility:hidden}.editor-cursors .ed-cursor-flag small{font-size:12px;color:#fff;font-weight:600;text-shadow:0 0 1px #505050}@media screen{.editor-cursors .ed-cursor-flag{-webkit-transition:opacity 0ms cubic-bezier(.25,.46,.45,.94) 0ms,visibility 0ms cubic-bezier(.25,.46,.45,.94) 0ms;transition:opacity 0ms cubic-bezier(.25,.46,.45,.94) 0ms,visibility 0ms cubic-bezier(.25,.46,.45,.94) 0ms}}.editor-cursors .ed-cursor-caret-container:hover+.ed-cursor-flag,.editor-cursors .ed-cursor-flag:hover{opacity:1;visibility:visible;-webkit-transition:none;transition:none}.editor-cursors .ed-cursor-caret-container{margin-left:-2px;padding:0 2px;z-index:1}.editor-cursors .ed-cursor-caret-container .ed-cursor-caret{position:absolute;top:0;bottom:0;width:2px;margin-left:-1px}.editor-cursors .ed-cursor-selection-block{position:absolute;pointer-events:none;z-index:1}.nimbus-toggle{padding-left:28px;margin-bottom:8px;position:relative}.nimbus-toggle .nimbus-toggle-header.nedit-heading{margin:0}.nimbus-toggle.highlighted-block .nimbus-toggle-header{-webkit-transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:4px}.theme-light .nimbus-toggle.highlighted-block .nimbus-toggle-header:not(.no-highlight):not([data-block-background]){background-color:var(--black-5)}.theme-brand-dark-ios .nimbus-toggle.highlighted-block .nimbus-toggle-header:not(.no-highlight):not([data-block-background]),.theme-dark .nimbus-toggle.highlighted-block .nimbus-toggle-header:not(.no-highlight):not([data-block-background]){background-color:var(--white-16)}.nimbus-toggle .toggle-arrow{width:24px;height:24px;top:0;left:0;position:absolute;border-radius:50%;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease}.nimbus-toggle .toggle-arrow.hLarge-toggle{top:10.5px}.nimbus-toggle .toggle-arrow.hMedium-toggle{top:6px}.nimbus-toggle .toggle-arrow.hSmall-toggle{top:3px}.nimbus-toggle .toggle-arrow-icon{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nimbus-toggle .toggle-arrow-icon:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;bottom:0;left:0;right:0;top:0;background:none;background-color:transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;z-index:-1}.nimbus-toggle .toggle-arrow-icon svg{margin-top:1px;width:10px;height:7px}.theme-light .nimbus-toggle .toggle-arrow-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nimbus-toggle .toggle-arrow-icon svg .graphic,.theme-dark .nimbus-toggle .toggle-arrow-icon svg .graphic{fill:var(--ash-grey)}.nimbus-toggle .toggle-arrow-icon.collapsed{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.nimbus-toggle .toggle-arrow-icon:hover:before{border:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.theme-brand-dark-ios .nimbus-toggle .toggle-arrow-icon:hover:before,.theme-dark .nimbus-toggle .toggle-arrow-icon:hover:before,.theme-light .nimbus-toggle .toggle-arrow-icon:hover:before{background-color:var(--bondi-blue-54)}.theme-light .nimbus-toggle .toggle-arrow-icon:hover svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nimbus-toggle .toggle-arrow-icon:hover svg .graphic,.theme-dark .nimbus-toggle .toggle-arrow-icon:hover svg .graphic{fill:var(--ash-grey)}.nimbus-toggle-content{position:relative;padding-bottom:10px;padding-top:10px}.nimbus-toggle.hidden-content .nimbus-toggle-content{display:none}.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .editor-syntax.selected-block:after,.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .horizontal-line.selected-block:before,.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .image.selected-block .image-container:after,.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .nimbus-bookmark.selected-block:after,.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .outline.selected-block:after,.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .selected-block-wrapper:after,.nimbus-toggle.selected-block-wrapper .nimbus-toggle-content .selected-block:not([data-block-background]):not(.editor-syntax){background-color:transparent!important}.nedit-root.edit-mode .nimbus-toggle-content.with-placeholder:before{content:attr(data-placeholder);position:absolute;top:17px;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.theme-brand-dark-ios .nedit-root.edit-mode .nimbus-toggle-content.with-placeholder:before,.theme-dark .nedit-root.edit-mode .nimbus-toggle-content.with-placeholder:before,.theme-light .nedit-root.edit-mode .nimbus-toggle-content.with-placeholder:before{color:var(--ash-grey)}.nedit-root.style-handwritten.size-small .toggle-arrow{top:0}.nedit-root.style-handwritten.size-small .toggle-arrow.hLarge-toggle{top:7.5px}.nedit-root.style-handwritten.size-small .toggle-arrow.hMedium-toggle{top:5px}.nedit-root.style-handwritten.size-small .toggle-arrow.hSmall-toggle{top:2.5px}.nedit-root.style-handwritten.size-small .nimbus-toggle-content:before{font-size:18px}.nedit-root.style-handwritten.size-normal .toggle-arrow{top:3px}.nedit-root.style-handwritten.size-normal .toggle-arrow.hLarge-toggle{top:11.5px}.nedit-root.style-handwritten.size-normal .toggle-arrow.hMedium-toggle{top:7.5px}.nedit-root.style-handwritten.size-normal .toggle-arrow.hSmall-toggle{top:5px}.nedit-root.style-handwritten.size-normal .nimbus-toggle-content:before{font-size:20px}.nedit-root.style-handwritten.size-large .toggle-arrow{top:6px}.nedit-root.style-handwritten.size-large .toggle-arrow.hLarge-toggle{top:13.5px}.nedit-root.style-handwritten.size-large .toggle-arrow.hMedium-toggle{top:9px}.nedit-root.style-handwritten.size-large .toggle-arrow.hSmall-toggle{top:5px}.nedit-root.style-handwritten.size-large .nimbus-toggle-content:before{font-size:22px}.nedit-root.size-small:not(.style-handwritten) .toggle-arrow{top:-1.5px}.nedit-root.size-small:not(.style-handwritten) .toggle-arrow.hLarge-toggle{top:6px}.nedit-root.size-small:not(.style-handwritten) .toggle-arrow.hMedium-toggle{top:3px}.nedit-root.size-small:not(.style-handwritten) .toggle-arrow.hSmall-toggle{top:1.5px}.nedit-root.size-small:not(.style-handwritten) .nimbus-toggle-content:before{font-size:14px}.nedit-root.size-normal:not(.style-handwritten) .nimbus-toggle-content:before{font-size:16px}.nedit-root.size-large:not(.style-handwritten) .toggle-arrow{top:1.5px}.nedit-root.size-large:not(.style-handwritten) .toggle-arrow.hLarge-toggle{top:12px}.nedit-root.size-large:not(.style-handwritten) .toggle-arrow.hMedium-toggle{top:7.5px}.nedit-root.size-large:not(.style-handwritten) .toggle-arrow.hSmall-toggle{top:4.5px}.nedit-root.size-large:not(.style-handwritten) .nimbus-toggle-content:before{font-size:18px}.nedit-root.drag-session .nimbus-toggle:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;z-index:-1}.theme-light .nedit-root.drag-session .nimbus-toggle:hover:after{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root.drag-session .nimbus-toggle:hover:after,.theme-dark .nedit-root.drag-session .nimbus-toggle:hover:after{background-color:var(--white-16)}.input-component{position:relative;white-space:nowrap;word-break:keep-all;overflow:hidden;max-width:100%;text-align:left;line-height:100%}.input-component .input-field{width:100%;min-width:1px;outline-offset:-1px;text-overflow:ellipsis;display:inline-block;line-height:22px;min-height:22px;white-space:nowrap;vertical-align:middle}.theme-light .input-component .input-field{color:var(--onyx)}.theme-brand-dark-ios .input-component .input-field,.theme-dark .input-component .input-field{color:var(--white-87)}.input-component .input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;font-style:italic;left:3px;z-index:-1;line-height:22px;vertical-align:middle}.theme-light .input-component .input-placeholder{color:var(--davys-grey)}.theme-brand-dark-ios .input-component .input-placeholder,.theme-dark .input-component .input-placeholder{color:var(--lavender-grey)}.dropdown-component{display:block;max-width:250px}.dropdown-component-float{position:fixed;z-index:15;border:1px solid;border-radius:0 0 4px 4px}.theme-light .dropdown-component-float{background-color:var(--white)}.theme-brand-dark-ios .dropdown-component-float,.theme-dark .dropdown-component-float{background-color:var(--grey-brown)}.theme-light .dropdown-component-float{border-color:var(--platinum)}.theme-brand-dark-ios .dropdown-component-float,.theme-dark .dropdown-component-float{border-color:var(--white-16)}.theme-light .dropdown-component-float{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .dropdown-component-float,.theme-dark .dropdown-component-float{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.dropdown-component-float .dropdown-component-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dropdown-component-float.reverse-items{border-radius:4px 4px 0 0}.dropdown-component-float.reverse-items .dropdown-component-content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.dropdown-component-float.reverse-items .dropdown-search-items{border-width:0 0 1px}.dropdown-component .dropdown-selected-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;white-space:nowrap}.dropdown-component .dropdown-selected-items .input-component{margin:7px 16px}.dropdown-component .dropdown-selected-items .input-component .input-field{line-height:22px;min-height:22px;padding:0 1px 0 3px}.dropdown-component .dropdown-selected-items .input-component .input-placeholder{line-height:22px}.dropdown-component .dropdown-message,.dropdown-component .dropdown-search-items{border-width:1px 0 0;border-style:solid;display:block;padding:3px 0}.theme-light .dropdown-component .dropdown-message,.theme-light .dropdown-component .dropdown-search-items{border-color:var(--platinum)}.theme-brand-dark-ios .dropdown-component .dropdown-message,.theme-brand-dark-ios .dropdown-component .dropdown-search-items,.theme-dark .dropdown-component .dropdown-message,.theme-dark .dropdown-component .dropdown-search-items{border-color:var(--white-16)}.dropdown-component .dropdown-search-items{max-height:170px;overflow-y:auto}.dropdown-component .dropdown-message{font-style:13px;line-height:36px;text-align:center;font-style:italic}.theme-light .dropdown-component .dropdown-message{color:var(--onyx)}.theme-brand-dark-ios .dropdown-component .dropdown-message,.theme-dark .dropdown-component .dropdown-message{color:var(--white-87)}.dropdown-component .dropdown-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 16px}.theme-light .dropdown-component .dropdown-item.active,.theme-light .dropdown-component .dropdown-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .dropdown-component .dropdown-item.active,.theme-brand-dark-ios .dropdown-component .dropdown-item:hover,.theme-dark .dropdown-component .dropdown-item.active,.theme-dark .dropdown-component .dropdown-item:hover{background-color:var(--white-8)}.dropdown-component .dropdown-item .label-create{padding:8px 0;font-size:13px}.theme-light .dropdown-component .dropdown-item .label-create{color:var(--bondi-blue)}.theme-brand-dark-ios .dropdown-component .dropdown-item .label-create,.theme-dark .dropdown-component .dropdown-item .label-create{color:var(--light-green)}.dropdown-component .dropdown-item .label-create-text{display:inline-block;line-height:22px}.dropdown-component.dropdown-select .dropdown-selected-items{padding:3px 10px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.dropdown-component.dropdown-select .dropdown-selected-items .dropdown-item{padding:0 1px}.dropdown-component.dropdown-select .dropdown-selected-items .dropdown-item.active,.dropdown-component.dropdown-select .dropdown-selected-items .dropdown-item:hover{background-color:transparent}.dropdown-component.dropdown-select .dropdown-selected-items .input-component{width:100%;margin:3px 0 7px;font-style:85%}.dropdown-component.dropdown-select .dropdown-search-items .dropdown-item{padding:4px 0 3px 21px}.editor-body .checkbox-component,.nedit-root .checkbox-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin:auto}.editor-body .checkbox-component *,.nedit-root .checkbox-component *{-webkit-box-sizing:border-box;box-sizing:border-box}.editor-body .checkbox-component .checkbox-component-inner,.nedit-root .checkbox-component .checkbox-component-inner{display:block;width:16px;height:16px;border:2px solid #666;border-radius:2px;position:relative;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.editor-body .checkbox-component .checkbox-component-inner svg,.nedit-root .checkbox-component .checkbox-component-inner svg{-webkit-transition:opacity .2s ease;transition:opacity .2s ease;position:absolute;width:16px;height:16px;top:-2px;left:-2px;opacity:0}.editor-body .checkbox-component.checked .checkbox-component-inner,.nedit-root .checkbox-component.checked .checkbox-component-inner{border-color:transparent!important}.editor-body .checkbox-component.checked .checkbox-component-inner svg,.nedit-root .checkbox-component.checked .checkbox-component-inner svg{opacity:1}.theme-brand-dark-ios .editor-body .checkbox-component .checkbox-component-inner,.theme-brand-dark-ios .nedit-root .checkbox-component .checkbox-component-inner,.theme-dark .editor-body .checkbox-component .checkbox-component-inner,.theme-dark .nedit-root .checkbox-component .checkbox-component-inner{border-color:#aeb7b8}.nedit-root .collaborate-component .collaborate-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 5px 0 0;white-space:nowrap}.nedit-root .collaborate-component .collaborate-list .collaborate-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:25px;margin:4px 0}.nedit-root .collaborate-component .collaborate-list-plus{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus{width:30px;min-width:30px;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;height:22px;line-height:22px;border-radius:11px;font-size:11px;font-weight:700}.theme-light .nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus,.theme-dark .nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus{color:var(--ash-grey)}.theme-light .nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus,.theme-dark .nedit-root .collaborate-component .collaborate-list-plus .nowrap-plus{background-color:var(--davys-grey)}.nedit-root .collaborate-component .collaborate-list-plus .collaborate-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:85%}.nedit-root .collaborate-component .collaborate-list-plus .collaborate-item-name{max-width:80%}.dropdown-component .collaborate-component{min-height:36px}.collaborate-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:42px;margin:0;max-width:100%;cursor:pointer}.collaborate-item-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:5px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:13px;overflow:hidden}.theme-light .collaborate-item-name{color:var(--onyx)}.theme-brand-dark-ios .collaborate-item-name,.theme-dark .collaborate-item-name{color:var(--white-87)}.collaborate-item-text{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborate-item-img{min-width:24px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100%;margin-right:6px;overflow:hidden}.collaborate-item-img .user-avatar{display:inline-block;text-align:center;font-weight:700;font-size:14px;line-height:24px;height:24px;width:24px;padding-left:0}.theme-light .collaborate-item-img .user-avatar{color:var(--white-87)}.theme-brand-dark-ios .collaborate-item-img .user-avatar,.theme-dark .collaborate-item-img .user-avatar{color:var(--onyx)}.collaborate-item-img img{width:24px}.collaborate-item-remove{cursor:pointer;height:18px}.theme-light .collaborate-item-remove svg path:last-child{fill:var(--davys-grey)}.theme-brand-dark-ios .collaborate-item-remove svg path:last-child,.theme-dark .collaborate-item-remove svg path:last-child{fill:var(--lavender-grey)}.nedit-root .select-component .select-list,.root-placement-styled .select-component .select-list{padding:2px 0}.nedit-root .select-component .select-list-plus,.root-placement-styled .select-component .select-list-plus{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.nedit-root .select-component .select-list-plus .nowrap-plus,.root-placement-styled .select-component .select-list-plus .nowrap-plus{display:inline-block;vertical-align:middle;width:30px;text-align:center;cursor:pointer;border-radius:10.5px;line-height:21px;height:21px;font-size:11px;font-weight:700;margin:0 0 0 4px;padding:0 0 1px}.theme-light .nedit-root .select-component .select-list-plus .nowrap-plus,.theme-light .root-placement-styled .select-component .select-list-plus .nowrap-plus{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .select-component .select-list-plus .nowrap-plus,.theme-brand-dark-ios .root-placement-styled .select-component .select-list-plus .nowrap-plus,.theme-dark .nedit-root .select-component .select-list-plus .nowrap-plus,.theme-dark .root-placement-styled .select-component .select-list-plus .nowrap-plus{color:var(--ash-grey)}.theme-light .nedit-root .select-component .select-list-plus .nowrap-plus,.theme-light .root-placement-styled .select-component .select-list-plus .nowrap-plus{background-color:var(--white-smoke)}.theme-brand-dark-ios .nedit-root .select-component .select-list-plus .nowrap-plus,.theme-brand-dark-ios .root-placement-styled .select-component .select-list-plus .nowrap-plus,.theme-dark .nedit-root .select-component .select-list-plus .nowrap-plus,.theme-dark .root-placement-styled .select-component .select-list-plus .nowrap-plus{background-color:var(--davys-grey)}.nedit-root .dropdown-component .collaborate-component,.root-placement-styled .dropdown-component .collaborate-component{min-height:36px}.nedit-root .select-label,.root-placement-styled .select-label{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:21px;border-radius:10.5px;margin:2px 4px 3px 0;padding:0 0 1px;max-width:97%;cursor:pointer}.nedit-root .select-label.fill-outline,.root-placement-styled .select-label.fill-outline{-webkit-box-shadow:inset 0 0 0 2px var(--box-shadow-color);box-shadow:inset 0 0 0 2px var(--box-shadow-color)}.nedit-root .select-label.fill-none,.root-placement-styled .select-label.fill-none{-webkit-transition:background-color .15s;transition:background-color .15s}.nedit-root .select-label.fill-none>.select-label-text,.root-placement-styled .select-label.fill-none>.select-label-text{-webkit-transition:color .15s;transition:color .15s}.theme-brand-dark-ios .nedit-root .select-label.fill-none:hover,.theme-brand-dark-ios .root-placement-styled .select-label.fill-none:hover,.theme-dark .nedit-root .select-label.fill-none:hover,.theme-dark .root-placement-styled .select-label.fill-none:hover,.theme-light .nedit-root .select-label.fill-none:hover,.theme-light .root-placement-styled .select-label.fill-none:hover{background-color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .select-label.fill-none:hover>.select-label-text,.theme-brand-dark-ios .root-placement-styled .select-label.fill-none:hover>.select-label-text,.theme-dark .nedit-root .select-label.fill-none:hover>.select-label-text,.theme-dark .root-placement-styled .select-label.fill-none:hover>.select-label-text,.theme-light .nedit-root .select-label.fill-none:hover>.select-label-text,.theme-light .root-placement-styled .select-label.fill-none:hover>.select-label-text{color:var(--white-87)}.theme-brand-dark-ios .nedit-root .select-label.fill-none:hover>.select-label-remove svg path:nth-child(n+2),.theme-brand-dark-ios .root-placement-styled .select-label.fill-none:hover>.select-label-remove svg path:nth-child(n+2),.theme-dark .nedit-root .select-label.fill-none:hover>.select-label-remove svg path:nth-child(n+2),.theme-dark .root-placement-styled .select-label.fill-none:hover>.select-label-remove svg path:nth-child(n+2),.theme-light .nedit-root .select-label.fill-none:hover>.select-label-remove svg path:nth-child(n+2),.theme-light .root-placement-styled .select-label.fill-none:hover>.select-label-remove svg path:nth-child(n+2){fill:var(--white-87)}.nedit-root .select-label-text,.root-placement-styled .select-label-text{display:block;max-width:100%;padding:0 11px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;line-height:18px;font-weight:400;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-light .nedit-root .select-label-text,.theme-light .root-placement-styled .select-label-text{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .select-label-text,.theme-brand-dark-ios .root-placement-styled .select-label-text,.theme-dark .nedit-root .select-label-text,.theme-dark .root-placement-styled .select-label-text{color:var(--white-87)}.nedit-root .select-label-remove,.root-placement-styled .select-label-remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;height:100%;padding:0 4px;margin:1px 2px 0 -11px;opacity:.8;-webkit-transition:.15s;transition:.15s;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .select-label-remove:hover,.root-placement-styled .select-label-remove:hover{opacity:1}.theme-light .nedit-root .select-label-remove svg path:nth-child(n+2),.theme-light .root-placement-styled .select-label-remove svg path:nth-child(n+2){fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .select-label-remove svg path:nth-child(n+2),.theme-brand-dark-ios .root-placement-styled .select-label-remove svg path:nth-child(n+2),.theme-dark .nedit-root .select-label-remove svg path:nth-child(n+2),.theme-dark .root-placement-styled .select-label-remove svg path:nth-child(n+2){fill:var(--white-87)}.nedit-root .select-label-menu,.root-placement-styled .select-label-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:absolute;left:-17px;top:0;bottom:0}.theme-light .nedit-root .select-label-menu svg path:nth-child(2),.theme-light .root-placement-styled .select-label-menu svg path:nth-child(2){fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .select-label-menu svg path:nth-child(2),.theme-brand-dark-ios .root-placement-styled .select-label-menu svg path:nth-child(2),.theme-dark .nedit-root .select-label-menu svg path:nth-child(2),.theme-dark .root-placement-styled .select-label-menu svg path:nth-child(2){fill:var(--ash-grey)}.nedit-root .label-style-selection,.root-placement-styled .label-style-selection{margin:5px 0 5px 10px}.nedit-root .label-style-selection .select-label,.root-placement-styled .label-style-selection .select-label{margin-right:12px}.nedit-root .label-style-selection .select-label.disabled,.root-placement-styled .label-style-selection .select-label.disabled{-webkit-transition:opacity .15s;transition:opacity .15s;opacity:.6}.nedit-root .label-style-selection .select-label.disabled.fill-none,.root-placement-styled .label-style-selection .select-label.disabled.fill-none{opacity:.67}.nedit-root .label-style-selection .select-label.disabled:hover,.root-placement-styled .label-style-selection .select-label.disabled:hover{opacity:1}.nedit-root .rating-component{text-align:center;margin:0 0 -4px;white-space:nowrap}.nedit-root .rating-component .rating-item.rating-inactive{opacity:.3;-webkit-transition:opacity .15s;transition:opacity .15s}.nedit-root .rating-component .rating-item svg{width:16px;height:16px;display:inline;vertical-align:baseline}.nedit-root .rating-component.rating-editable{cursor:pointer}.nedit-root .rating-component:hover .rating-item.rating-inactive{opacity:1}.popup-menu.user-select-popup{font-family:Inter,sans-serif;max-height:420px;z-index:20;overflow:hidden;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light .popup-menu.user-select-popup{color:var(--onyx)}.theme-brand-dark-ios .popup-menu.user-select-popup,.theme-dark .popup-menu.user-select-popup{color:var(--white-87)}.popup-menu.user-select-popup .users-select-selected{padding-bottom:7px;padding-top:7px}.popup-menu.user-select-popup .users-select-selected+.users-select-list{border-top:1px solid}.theme-light .popup-menu.user-select-popup .users-select-selected+.users-select-list{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.user-select-popup .users-select-selected+.users-select-list,.theme-dark .popup-menu.user-select-popup .users-select-selected+.users-select-list{border-color:var(--white-16)}.popup-menu.user-select-popup .users-select-list{padding-bottom:7px;padding-top:7px;overflow-y:auto}.popup-menu.user-select-popup .users-select-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:6px 15px}.popup-menu.user-select-popup .users-select-item-avatar{width:24px;height:24px;margin-right:12px;overflow:hidden;border-radius:50%;border:1px solid}.theme-light .popup-menu.user-select-popup .users-select-item-avatar{border-color:var(--platinum)}.theme-brand-dark-ios .popup-menu.user-select-popup .users-select-item-avatar,.theme-dark .popup-menu.user-select-popup .users-select-item-avatar{border-color:var(--white-16)}.popup-menu.user-select-popup .users-select-item-avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-menu.user-select-popup .users-select-item-initials{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:10px;font-weight:600}.popup-menu.user-select-popup .users-select-item-name{font-size:14px;width:158px;word-wrap:break-all;-webkit-box-flex:1;-ms-flex:1;flex:1}.popup-menu.user-select-popup .users-select-empty,.popup-menu.user-select-popup .users-select-loading{width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 15px;font-size:14px}.popup-menu.user-select-popup .users-select-empty svg,.popup-menu.user-select-popup .users-select-loading svg{width:16px;height:16px}.nedit-root .text-blot{display:-webkit-box;display:-ms-flexbox;display:flex;margin:5px 0;position:relative}.nedit-root .text-blot .uneditable-container{margin-right:5px}.nedit-root .text-blot .uneditable-container ::-moz-selection{background-color:transparent}.nedit-root .text-blot .uneditable-container ::selection{background-color:transparent}.nedit-root .text-blot .uneditable-container ::-moz-selection{background-color:transparent}.nedit-root .text-blot .nimbus-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.nedit-root .text-blot .nimbus-text p{margin:0}.nedit-root .text-blot .nimbus-text.text-align-left p{text-align:left}.nedit-root .text-blot .nimbus-text.text-align-right p{text-align:right}.nedit-root .text-blot .nimbus-text.text-align-center p{text-align:center}.nedit-root .text-blot .nimbus-text.text-align-justify p{text-align:justify}.nedit-root .text-blot .nimbus-text-placeholder{position:absolute;top:3px;left:0;z-index:-999;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:99%}.nedit-root .text-blot.indent-1{margin-left:3%}.nedit-root .text-blot.indent-2{margin-left:6%}.nedit-root .text-blot.indent-3{margin-left:9%}.nedit-root .text-blot.indent-4{margin-left:12%}.nedit-root .text-blot.indent-5{margin-left:15%}.nedit-root .text-blot.indent-6{margin-left:18%}.nedit-root .text-blot.indent-7{margin-left:21%}.nedit-root .text-blot.indent-8{margin-left:24%}.nedit-root .text-blot.indent-9{margin-left:27%}.nedit-root .text-blot.indent-10{margin-left:30%}.nedit-root .text-blot.indent-11{margin-left:33%}.nedit-root .text-blot.indent-12{margin-left:36%}.nedit-root .text-blot.indent-13{margin-left:39%}.nedit-root .text-blot.indent-14{margin-left:42%}.nedit-root .text-blot.indent-15{margin-left:45%}.nedit-root .text-blot.indent-16{margin-left:48%}.nedit-root .text-blot.indent-17{margin-left:51%}.nedit-root .text-blot.indent-18{margin-left:54%}.nedit-root .text-blot.indent-19{margin-left:57%}.nedit-root .text-blot.indent-20{margin-left:60%}.nedit-root .text-blot.indent-21{margin-left:63%}.nedit-root .text-blot.indent-22{margin-left:66%}.nedit-root .text-blot.indent-23{margin-left:69%}.nedit-root .text-blot.indent-24{margin-left:72%}.nedit-root .text-blot.indent-25{margin-left:75%}.nedit-root .text-blot.indent-26{margin-left:78%}.nedit-root .text-blot.indent-27{margin-left:81%}.nedit-root .text-blot.indent-28{margin-left:84%}.nedit-root .text-blot.indent-29{margin-left:87%}.nedit-root .text-blot.indent-30{margin-left:90%}.nedit-root .tasks-list{position:relative;margin-bottom:18px}.nedit-root .tasks-list .tasks-list-more-menu{overflow:visible}.theme-light .nedit-root .tasks-list .tasks-list-more-menu .menu-item .hint svg path[fill]{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .tasks-list .tasks-list-more-menu .menu-item .hint svg path[fill],.theme-dark .nedit-root .tasks-list .tasks-list-more-menu .menu-item .hint svg path[fill]{fill:var(--ash-grey)}.nedit-root .tasks-list:not(:first-child){margin-top:18px}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-name{font-size:18px;margin-right:24px;font-weight:600;font-family:Inter}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons button{border:0;background-color:transparent;display:block;padding:4px;cursor:pointer}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons button svg{display:block}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task{border-radius:4px;border:1px solid;margin-right:4px;display:none}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task,.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task{border-color:#164e63}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task svg{width:14px;height:14px}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task svg .graphic,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task svg .graphic,.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .add-new-task svg .graphic{fill:#164e63}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .tasks-more-button svg{width:14px;height:14px}.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .tasks-more-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .tasks-more-button svg .graphic,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-list-header-buttons .tasks-more-button svg .graphic{fill:var(--ash-grey)}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-tab-wrapper{width:100%;margin-top:18px}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper .tasks-tab-wrapper .tasks-calendar-component{height:500px}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input{display:none}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:not(:checked)+label{cursor:pointer}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button{padding:6px;border:1px solid}.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button{background-color:var(--grey-brown)}.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button{border-color:var(--platinum)}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked+label .tasks-switch-button{border-color:var(--white-16)}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked:first-of-type~.tasks-tab-wrapper>div:first-child,.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked:last-of-type~.tasks-list-header-buttons .add-new-task,.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:checked:last-of-type~.tasks-tab-wrapper>div:last-child{display:block}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:not(:checked):first-of-type~.tasks-tab-wrapper>div:first-child{opacity:0;position:absolute;z-index:-1;pointer-events:none}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>input:not(:checked):last-of-type~.tasks-tab-wrapper>div:last-child{display:none}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label{padding:3px}.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label{background-color:#f5f5f5}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label{background-color:#424242}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label .tasks-switch-button{padding:7px;display:block;border-radius:4px}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label .tasks-switch-button svg{width:14px;height:14px;display:block}.theme-light .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label .tasks-switch-button svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label .tasks-switch-button svg .graphic,.theme-dark .nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label .tasks-switch-button svg .graphic{fill:var(--ash-grey)}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.nedit-root .tasks-list .task-list-container .tasks-switch-tab-wrapper>label:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.nedit-root .tasks-list .tasks-list-not-supported{font-style:italic}.theme-brand-dark-ios .nedit-root .tasks-list .tasks-list-not-supported,.theme-dark .nedit-root .tasks-list .tasks-list-not-supported,.theme-light .nedit-root .tasks-list .tasks-list-not-supported{color:var(--ash-grey)}.nedit-root .tasks-list-ro{padding:16px;border-radius:4px}.theme-light .nedit-root .tasks-list-ro{-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.theme-brand-dark-ios .nedit-root .tasks-list-ro,.theme-dark .nedit-root .tasks-list-ro{-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.1411764706),0 1px 3px rgba(0,0,0,.1215686275);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.1411764706),0 1px 3px rgba(0,0,0,.1215686275)}.theme-light .nedit-root .tasks-list-ro{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .tasks-list-ro,.theme-dark .nedit-root .tasks-list-ro{color:var(--white-87)}.theme-light .nedit-root .tasks-list-ro{background-color:var(--white)}.theme-brand-dark-ios .nedit-root .tasks-list-ro,.theme-dark .nedit-root .tasks-list-ro{background-color:#424242}.nedit-root .tasks-list-ro *{-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root .tasks-list-ro-title{padding:18.5px 8px;font-weight:600;font-size:18px}.nedit-root .tasks-list-ro-task{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px}.nedit-root .tasks-list-ro-task-radio{margin-right:8px;margin-top:4px;width:16px;height:16px;border-radius:50%;border:2px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none}.theme-light .nedit-root .tasks-list-ro-task-radio{border-color:rgba(0,0,0,.3)}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task-radio,.theme-dark .nedit-root .tasks-list-ro-task-radio{border-color:hsla(0,0%,100%,.3)}.theme-dark .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio,.theme-light .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio{border-color:#00bcd4}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio{border-color:#00bcd4}.nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio:before{content:"";width:8px;height:8px;display:block;border-radius:50%}.theme-dark .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio:before,.theme-light .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio:before{background-color:#00bcd4}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-radio:before{background-color:#00bcd4}.nedit-root .tasks-list-ro-task-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.nedit-root .tasks-list-ro-task-info-wrapper{place-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.nedit-root .tasks-list-ro-task-left{margin-right:8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;place-content:center flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.nedit-root .tasks-list-ro-task-title{margin:0;font-size:16px}.nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-title{text-decoration:line-through}.theme-light .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-title{color:rgba(0,0,0,.54)}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-title,.theme-dark .nedit-root .tasks-list-ro-task.completed .tasks-list-ro-task-title{color:hsla(0,0%,100%,.7)}.nedit-root .tasks-list-ro-task-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .tasks-list-ro-task-reminder{display:block;white-space:nowrap;margin-right:6px;font-weight:600;font-size:10px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-dark .nedit-root .tasks-list-ro-task-reminder,.theme-light .nedit-root .tasks-list-ro-task-reminder{color:#00acc1}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task-reminder{color:#00acc1}.nedit-root .tasks-list-ro-task-assignees-wrapper{color:#fff;font-size:10px;font-weight:600;text-transform:uppercase;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nedit-root .tasks-list-ro-task-assignee-user{border-radius:50%;width:24px;height:24px;border:2px solid;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:default}.theme-light .nedit-root .tasks-list-ro-task-assignee-user{border-color:#eee}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task-assignee-user,.theme-dark .nedit-root .tasks-list-ro-task-assignee-user{border-color:#424242}.theme-dark .nedit-root .tasks-list-ro-task-assignee-user,.theme-light .nedit-root .tasks-list-ro-task-assignee-user{background-color:#00bcd4}.theme-brand-dark-ios .nedit-root .tasks-list-ro-task-assignee-user{background-color:#00bcd4}.nedit-root .tasks-list-ro-task-assignee-user:not(:first-child){margin-left:-10px}.nedit-root .tasks-list-ro-task-assignee-user img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nedit-root .tasks-list-ro-task-labels-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-4px}.nedit-root .tasks-list-ro-task-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 12px;border-radius:12px;font-size:10px;margin-right:4px;margin-bottom:4px}.tasks-list-ro-user-tooltip{left:7px!important}.nedit-root .nimbus-board{position:relative;margin-bottom:18px;width:calc(100% + 1px)}.nedit-root .nimbus-board:not(:first-child){margin-top:18px}.nedit-root .nimbus-board .board-not-supported{font-style:italic}.theme-brand-dark-ios .nedit-root .nimbus-board .board-not-supported,.theme-dark .nedit-root .nimbus-board .board-not-supported,.theme-light .nedit-root .nimbus-board .board-not-supported{color:var(--ash-grey)}.theme-light .nedit-root [data-block-background=red],.theme-light [data-block-background=red]{background-color:#ef9a9a}.theme-light .nedit-root [data-block-background=red] .color-icon-label,.theme-light [data-block-background=red] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=red],.theme-light [data-highlight=red]{background-color:#ef9a9a}.theme-light .color-icon.bg-material-font-color-red .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-red .color-icon-label,.theme-light .font-palette-red,.theme-light .nedit-root .color-icon.bg-material-font-color-red .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-red .color-icon-label,.theme-light .nedit-root .font-palette-red,.theme-light .nedit-root [data-font-color=red],.theme-light [data-font-color=red]{color:#d32f2f}.theme-light .bg-palette-red,.theme-light .color-icon.bg-palette-red,.theme-light .nedit-root .bg-palette-red,.theme-light .nedit-root .color-icon.bg-palette-red{background-color:#ef9a9a}.theme-light .nedit-root .shadow-palette-red,.theme-light .shadow-palette-red{--box-shadow-color:#ef9a9a}.theme-light .nedit-root [data-palette-bg-rgb=red],.theme-light [data-palette-bg-rgb=red]{background-color:#ef9a9a}.theme-light .nedit-root [data-border-color=red],.theme-light .nedit-root [data-border-color=red].outline-container,.theme-light [data-border-color=red],.theme-light [data-border-color=red].outline-container{border-color:#ef9a9a}.theme-light .nedit-root [data-border-color=red].blockquote:before,.theme-light [data-border-color=red].blockquote:before{background-color:#ef9a9a}.theme-light .nedit-root div[data-line-color=red],.theme-light div[data-line-color=red]{border-left-color:#ef9a9a}.theme-light .nedit-root div[data-line-color=red].horizontal-line hr,.theme-light div[data-line-color=red].horizontal-line hr{border-color:#ef9a9a}.theme-light .nedit-root [data-player-color=red].file .slider-progress,.theme-light [data-player-color=red].file .slider-progress{background-color:#ef9a9a}.theme-light .nedit-root [data-player-color=red].file .slider-progress .slider-holder,.theme-light [data-player-color=red].file .slider-progress .slider-holder{border-color:#ef9a9a;background-color:#ef9a9a}.theme-light .nedit-root [data-player-color=red].file .audio-preloader:after,.theme-light [data-player-color=red].file .audio-preloader:after{border-color:#ef9a9a transparent}.theme-light .nedit-root [data-player-color=red].file svg .player,.theme-light [data-player-color=red].file svg .player{fill:#ef9a9a}.theme-light .nedit-root [data-block-background=pink],.theme-light [data-block-background=pink]{background-color:#f48fb1}.theme-light .nedit-root [data-block-background=pink] .color-icon-label,.theme-light [data-block-background=pink] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=pink],.theme-light [data-highlight=pink]{background-color:#f48fb1}.theme-light .color-icon.bg-material-font-color-pink .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-pink .color-icon-label,.theme-light .font-palette-pink,.theme-light .nedit-root .color-icon.bg-material-font-color-pink .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-pink .color-icon-label,.theme-light .nedit-root .font-palette-pink,.theme-light .nedit-root [data-font-color=pink],.theme-light [data-font-color=pink]{color:#c2185b}.theme-light .bg-palette-pink,.theme-light .color-icon.bg-palette-pink,.theme-light .nedit-root .bg-palette-pink,.theme-light .nedit-root .color-icon.bg-palette-pink{background-color:#f48fb1}.theme-light .nedit-root .shadow-palette-pink,.theme-light .shadow-palette-pink{--box-shadow-color:#f48fb1}.theme-light .nedit-root [data-palette-bg-rgb=pink],.theme-light [data-palette-bg-rgb=pink]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color=pink],.theme-light .nedit-root [data-border-color=pink].outline-container,.theme-light [data-border-color=pink],.theme-light [data-border-color=pink].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color=pink].blockquote:before,.theme-light [data-border-color=pink].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color=pink],.theme-light div[data-line-color=pink]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color=pink].horizontal-line hr,.theme-light div[data-line-color=pink].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color=pink].file .slider-progress,.theme-light [data-player-color=pink].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color=pink].file .slider-progress .slider-holder,.theme-light [data-player-color=pink].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color=pink].file .audio-preloader:after,.theme-light [data-player-color=pink].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color=pink].file svg .player,.theme-light [data-player-color=pink].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background=purple],.theme-light [data-block-background=purple]{background-color:#ce93d8}.theme-light .nedit-root [data-block-background=purple] .color-icon-label,.theme-light [data-block-background=purple] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=purple],.theme-light [data-highlight=purple]{background-color:#ce93d8}.theme-light .color-icon.bg-material-font-color-purple .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-purple .color-icon-label,.theme-light .font-palette-purple,.theme-light .nedit-root .color-icon.bg-material-font-color-purple .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-purple .color-icon-label,.theme-light .nedit-root .font-palette-purple,.theme-light .nedit-root [data-font-color=purple],.theme-light [data-font-color=purple]{color:#7b1fa2}.theme-light .bg-palette-purple,.theme-light .color-icon.bg-palette-purple,.theme-light .nedit-root .bg-palette-purple,.theme-light .nedit-root .color-icon.bg-palette-purple{background-color:#ce93d8}.theme-light .nedit-root .shadow-palette-purple,.theme-light .shadow-palette-purple{--box-shadow-color:#ce93d8}.theme-light .nedit-root [data-palette-bg-rgb=purple],.theme-light [data-palette-bg-rgb=purple]{background-color:#ce93d8}.theme-light .nedit-root [data-border-color=purple],.theme-light .nedit-root [data-border-color=purple].outline-container,.theme-light [data-border-color=purple],.theme-light [data-border-color=purple].outline-container{border-color:#ce93d8}.theme-light .nedit-root [data-border-color=purple].blockquote:before,.theme-light [data-border-color=purple].blockquote:before{background-color:#ce93d8}.theme-light .nedit-root div[data-line-color=purple],.theme-light div[data-line-color=purple]{border-left-color:#ce93d8}.theme-light .nedit-root div[data-line-color=purple].horizontal-line hr,.theme-light div[data-line-color=purple].horizontal-line hr{border-color:#ce93d8}.theme-light .nedit-root [data-player-color=purple].file .slider-progress,.theme-light [data-player-color=purple].file .slider-progress{background-color:#ce93d8}.theme-light .nedit-root [data-player-color=purple].file .slider-progress .slider-holder,.theme-light [data-player-color=purple].file .slider-progress .slider-holder{border-color:#ce93d8;background-color:#ce93d8}.theme-light .nedit-root [data-player-color=purple].file .audio-preloader:after,.theme-light [data-player-color=purple].file .audio-preloader:after{border-color:#ce93d8 transparent}.theme-light .nedit-root [data-player-color=purple].file svg .player,.theme-light [data-player-color=purple].file svg .player{fill:#ce93d8}.theme-light .nedit-root [data-block-background=deep-purple],.theme-light [data-block-background=deep-purple]{background-color:#b39ddb}.theme-light .nedit-root [data-block-background=deep-purple] .color-icon-label,.theme-light [data-block-background=deep-purple] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=deep-purple],.theme-light [data-highlight=deep-purple]{background-color:#b39ddb}.theme-light .color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-light .font-palette-deep-purple,.theme-light .nedit-root .color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-light .nedit-root .font-palette-deep-purple,.theme-light .nedit-root [data-font-color=deep-purple],.theme-light [data-font-color=deep-purple]{color:#512da8}.theme-light .bg-palette-deep-purple,.theme-light .color-icon.bg-palette-deep-purple,.theme-light .nedit-root .bg-palette-deep-purple,.theme-light .nedit-root .color-icon.bg-palette-deep-purple{background-color:#b39ddb}.theme-light .nedit-root .shadow-palette-deep-purple,.theme-light .shadow-palette-deep-purple{--box-shadow-color:#b39ddb}.theme-light .nedit-root [data-palette-bg-rgb=deep-purple],.theme-light [data-palette-bg-rgb=deep-purple]{background-color:#b39ddb}.theme-light .nedit-root [data-border-color=deep-purple],.theme-light .nedit-root [data-border-color=deep-purple].outline-container,.theme-light [data-border-color=deep-purple],.theme-light [data-border-color=deep-purple].outline-container{border-color:#b39ddb}.theme-light .nedit-root [data-border-color=deep-purple].blockquote:before,.theme-light [data-border-color=deep-purple].blockquote:before{background-color:#b39ddb}.theme-light .nedit-root div[data-line-color=deep-purple],.theme-light div[data-line-color=deep-purple]{border-left-color:#b39ddb}.theme-light .nedit-root div[data-line-color=deep-purple].horizontal-line hr,.theme-light div[data-line-color=deep-purple].horizontal-line hr{border-color:#b39ddb}.theme-light .nedit-root [data-player-color=deep-purple].file .slider-progress,.theme-light [data-player-color=deep-purple].file .slider-progress{background-color:#b39ddb}.theme-light .nedit-root [data-player-color=deep-purple].file .slider-progress .slider-holder,.theme-light [data-player-color=deep-purple].file .slider-progress .slider-holder{border-color:#b39ddb;background-color:#b39ddb}.theme-light .nedit-root [data-player-color=deep-purple].file .audio-preloader:after,.theme-light [data-player-color=deep-purple].file .audio-preloader:after{border-color:#b39ddb transparent}.theme-light .nedit-root [data-player-color=deep-purple].file svg .player,.theme-light [data-player-color=deep-purple].file svg .player{fill:#b39ddb}.theme-light .nedit-root [data-block-background=indigo],.theme-light [data-block-background=indigo]{background-color:#9fa8da}.theme-light .nedit-root [data-block-background=indigo] .color-icon-label,.theme-light [data-block-background=indigo] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=indigo],.theme-light [data-highlight=indigo]{background-color:#9fa8da}.theme-light .color-icon.bg-material-font-color-indigo .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-indigo .color-icon-label,.theme-light .font-palette-indigo,.theme-light .nedit-root .color-icon.bg-material-font-color-indigo .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-indigo .color-icon-label,.theme-light .nedit-root .font-palette-indigo,.theme-light .nedit-root [data-font-color=indigo],.theme-light [data-font-color=indigo]{color:#303f9f}.theme-light .bg-palette-indigo,.theme-light .color-icon.bg-palette-indigo,.theme-light .nedit-root .bg-palette-indigo,.theme-light .nedit-root .color-icon.bg-palette-indigo{background-color:#9fa8da}.theme-light .nedit-root .shadow-palette-indigo,.theme-light .shadow-palette-indigo{--box-shadow-color:#9fa8da}.theme-light .nedit-root [data-palette-bg-rgb=indigo],.theme-light [data-palette-bg-rgb=indigo]{background-color:#9fa8da}.theme-light .nedit-root [data-border-color=indigo],.theme-light .nedit-root [data-border-color=indigo].outline-container,.theme-light [data-border-color=indigo],.theme-light [data-border-color=indigo].outline-container{border-color:#9fa8da}.theme-light .nedit-root [data-border-color=indigo].blockquote:before,.theme-light [data-border-color=indigo].blockquote:before{background-color:#9fa8da}.theme-light .nedit-root div[data-line-color=indigo],.theme-light div[data-line-color=indigo]{border-left-color:#9fa8da}.theme-light .nedit-root div[data-line-color=indigo].horizontal-line hr,.theme-light div[data-line-color=indigo].horizontal-line hr{border-color:#9fa8da}.theme-light .nedit-root [data-player-color=indigo].file .slider-progress,.theme-light [data-player-color=indigo].file .slider-progress{background-color:#9fa8da}.theme-light .nedit-root [data-player-color=indigo].file .slider-progress .slider-holder,.theme-light [data-player-color=indigo].file .slider-progress .slider-holder{border-color:#9fa8da;background-color:#9fa8da}.theme-light .nedit-root [data-player-color=indigo].file .audio-preloader:after,.theme-light [data-player-color=indigo].file .audio-preloader:after{border-color:#9fa8da transparent}.theme-light .nedit-root [data-player-color=indigo].file svg .player,.theme-light [data-player-color=indigo].file svg .player{fill:#9fa8da}.theme-light .nedit-root [data-block-background=blue],.theme-light [data-block-background=blue]{background-color:#90caf9}.theme-light .nedit-root [data-block-background=blue] .color-icon-label,.theme-light [data-block-background=blue] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=blue],.theme-light [data-highlight=blue]{background-color:#90caf9}.theme-light .color-icon.bg-material-font-color-blue .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-blue .color-icon-label,.theme-light .font-palette-blue,.theme-light .nedit-root .color-icon.bg-material-font-color-blue .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-blue .color-icon-label,.theme-light .nedit-root .font-palette-blue,.theme-light .nedit-root [data-font-color=blue],.theme-light [data-font-color=blue]{color:#1976d2}.theme-light .bg-palette-blue,.theme-light .color-icon.bg-palette-blue,.theme-light .nedit-root .bg-palette-blue,.theme-light .nedit-root .color-icon.bg-palette-blue{background-color:#90caf9}.theme-light .nedit-root .shadow-palette-blue,.theme-light .shadow-palette-blue{--box-shadow-color:#90caf9}.theme-light .nedit-root [data-palette-bg-rgb=blue],.theme-light [data-palette-bg-rgb=blue]{background-color:#90caf9}.theme-light .nedit-root [data-border-color=blue],.theme-light .nedit-root [data-border-color=blue].outline-container,.theme-light [data-border-color=blue],.theme-light [data-border-color=blue].outline-container{border-color:#90caf9}.theme-light .nedit-root [data-border-color=blue].blockquote:before,.theme-light [data-border-color=blue].blockquote:before{background-color:#90caf9}.theme-light .nedit-root div[data-line-color=blue],.theme-light div[data-line-color=blue]{border-left-color:#90caf9}.theme-light .nedit-root div[data-line-color=blue].horizontal-line hr,.theme-light div[data-line-color=blue].horizontal-line hr{border-color:#90caf9}.theme-light .nedit-root [data-player-color=blue].file .slider-progress,.theme-light [data-player-color=blue].file .slider-progress{background-color:#90caf9}.theme-light .nedit-root [data-player-color=blue].file .slider-progress .slider-holder,.theme-light [data-player-color=blue].file .slider-progress .slider-holder{border-color:#90caf9;background-color:#90caf9}.theme-light .nedit-root [data-player-color=blue].file .audio-preloader:after,.theme-light [data-player-color=blue].file .audio-preloader:after{border-color:#90caf9 transparent}.theme-light .nedit-root [data-player-color=blue].file svg .player,.theme-light [data-player-color=blue].file svg .player{fill:#90caf9}.theme-light .nedit-root [data-block-background=light-blue],.theme-light [data-block-background=light-blue]{background-color:#81d4fa}.theme-light .nedit-root [data-block-background=light-blue] .color-icon-label,.theme-light [data-block-background=light-blue] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=light-blue],.theme-light [data-highlight=light-blue]{background-color:#81d4fa}.theme-light .color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-light .font-palette-light-blue,.theme-light .nedit-root .color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-light .nedit-root .font-palette-light-blue,.theme-light .nedit-root [data-font-color=light-blue],.theme-light [data-font-color=light-blue]{color:#0288d1}.theme-light .bg-palette-light-blue,.theme-light .color-icon.bg-palette-light-blue,.theme-light .nedit-root .bg-palette-light-blue,.theme-light .nedit-root .color-icon.bg-palette-light-blue{background-color:#81d4fa}.theme-light .nedit-root .shadow-palette-light-blue,.theme-light .shadow-palette-light-blue{--box-shadow-color:#81d4fa}.theme-light .nedit-root [data-palette-bg-rgb=light-blue],.theme-light [data-palette-bg-rgb=light-blue]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color=light-blue],.theme-light .nedit-root [data-border-color=light-blue].outline-container,.theme-light [data-border-color=light-blue],.theme-light [data-border-color=light-blue].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color=light-blue].blockquote:before,.theme-light [data-border-color=light-blue].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color=light-blue],.theme-light div[data-line-color=light-blue]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color=light-blue].horizontal-line hr,.theme-light div[data-line-color=light-blue].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color=light-blue].file .slider-progress,.theme-light [data-player-color=light-blue].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color=light-blue].file .slider-progress .slider-holder,.theme-light [data-player-color=light-blue].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color=light-blue].file .audio-preloader:after,.theme-light [data-player-color=light-blue].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color=light-blue].file svg .player,.theme-light [data-player-color=light-blue].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background=cyan],.theme-light [data-block-background=cyan]{background-color:#80deea}.theme-light .nedit-root [data-block-background=cyan] .color-icon-label,.theme-light [data-block-background=cyan] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=cyan],.theme-light [data-highlight=cyan]{background-color:#80deea}.theme-light .color-icon.bg-material-font-color-cyan .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-cyan .color-icon-label,.theme-light .font-palette-cyan,.theme-light .nedit-root .color-icon.bg-material-font-color-cyan .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-cyan .color-icon-label,.theme-light .nedit-root .font-palette-cyan,.theme-light .nedit-root [data-font-color=cyan],.theme-light [data-font-color=cyan]{color:#0097a7}.theme-light .bg-palette-cyan,.theme-light .color-icon.bg-palette-cyan,.theme-light .nedit-root .bg-palette-cyan,.theme-light .nedit-root .color-icon.bg-palette-cyan{background-color:#80deea}.theme-light .nedit-root .shadow-palette-cyan,.theme-light .shadow-palette-cyan{--box-shadow-color:#80deea}.theme-light .nedit-root [data-palette-bg-rgb=cyan],.theme-light [data-palette-bg-rgb=cyan]{background-color:#80deea}.theme-light .nedit-root [data-border-color=cyan],.theme-light .nedit-root [data-border-color=cyan].outline-container,.theme-light [data-border-color=cyan],.theme-light [data-border-color=cyan].outline-container{border-color:#80deea}.theme-light .nedit-root [data-border-color=cyan].blockquote:before,.theme-light [data-border-color=cyan].blockquote:before{background-color:#80deea}.theme-light .nedit-root div[data-line-color=cyan],.theme-light div[data-line-color=cyan]{border-left-color:#80deea}.theme-light .nedit-root div[data-line-color=cyan].horizontal-line hr,.theme-light div[data-line-color=cyan].horizontal-line hr{border-color:#80deea}.theme-light .nedit-root [data-player-color=cyan].file .slider-progress,.theme-light [data-player-color=cyan].file .slider-progress{background-color:#80deea}.theme-light .nedit-root [data-player-color=cyan].file .slider-progress .slider-holder,.theme-light [data-player-color=cyan].file .slider-progress .slider-holder{border-color:#80deea;background-color:#80deea}.theme-light .nedit-root [data-player-color=cyan].file .audio-preloader:after,.theme-light [data-player-color=cyan].file .audio-preloader:after{border-color:#80deea transparent}.theme-light .nedit-root [data-player-color=cyan].file svg .player,.theme-light [data-player-color=cyan].file svg .player{fill:#80deea}.theme-light .nedit-root [data-block-background=teal],.theme-light [data-block-background=teal]{background-color:#80cbc4}.theme-light .nedit-root [data-block-background=teal] .color-icon-label,.theme-light [data-block-background=teal] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=teal],.theme-light [data-highlight=teal]{background-color:#80cbc4}.theme-light .color-icon.bg-material-font-color-teal .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-teal .color-icon-label,.theme-light .font-palette-teal,.theme-light .nedit-root .color-icon.bg-material-font-color-teal .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-teal .color-icon-label,.theme-light .nedit-root .font-palette-teal,.theme-light .nedit-root [data-font-color=teal],.theme-light [data-font-color=teal]{color:#00796b}.theme-light .bg-palette-teal,.theme-light .color-icon.bg-palette-teal,.theme-light .nedit-root .bg-palette-teal,.theme-light .nedit-root .color-icon.bg-palette-teal{background-color:#80cbc4}.theme-light .nedit-root .shadow-palette-teal,.theme-light .shadow-palette-teal{--box-shadow-color:#80cbc4}.theme-light .nedit-root [data-palette-bg-rgb=teal],.theme-light [data-palette-bg-rgb=teal]{background-color:#80cbc4}.theme-light .nedit-root [data-border-color=teal],.theme-light .nedit-root [data-border-color=teal].outline-container,.theme-light [data-border-color=teal],.theme-light [data-border-color=teal].outline-container{border-color:#80cbc4}.theme-light .nedit-root [data-border-color=teal].blockquote:before,.theme-light [data-border-color=teal].blockquote:before{background-color:#80cbc4}.theme-light .nedit-root div[data-line-color=teal],.theme-light div[data-line-color=teal]{border-left-color:#80cbc4}.theme-light .nedit-root div[data-line-color=teal].horizontal-line hr,.theme-light div[data-line-color=teal].horizontal-line hr{border-color:#80cbc4}.theme-light .nedit-root [data-player-color=teal].file .slider-progress,.theme-light [data-player-color=teal].file .slider-progress{background-color:#80cbc4}.theme-light .nedit-root [data-player-color=teal].file .slider-progress .slider-holder,.theme-light [data-player-color=teal].file .slider-progress .slider-holder{border-color:#80cbc4;background-color:#80cbc4}.theme-light .nedit-root [data-player-color=teal].file .audio-preloader:after,.theme-light [data-player-color=teal].file .audio-preloader:after{border-color:#80cbc4 transparent}.theme-light .nedit-root [data-player-color=teal].file svg .player,.theme-light [data-player-color=teal].file svg .player{fill:#80cbc4}.theme-light .nedit-root [data-block-background=green],.theme-light [data-block-background=green]{background-color:#a5d6a7}.theme-light .nedit-root [data-block-background=green] .color-icon-label,.theme-light [data-block-background=green] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=green],.theme-light [data-highlight=green]{background-color:#a5d6a7}.theme-light .color-icon.bg-material-font-color-green .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-green .color-icon-label,.theme-light .font-palette-green,.theme-light .nedit-root .color-icon.bg-material-font-color-green .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-green .color-icon-label,.theme-light .nedit-root .font-palette-green,.theme-light .nedit-root [data-font-color=green],.theme-light [data-font-color=green]{color:#388e3c}.theme-light .bg-palette-green,.theme-light .color-icon.bg-palette-green,.theme-light .nedit-root .bg-palette-green,.theme-light .nedit-root .color-icon.bg-palette-green{background-color:#a5d6a7}.theme-light .nedit-root .shadow-palette-green,.theme-light .shadow-palette-green{--box-shadow-color:#a5d6a7}.theme-light .nedit-root [data-palette-bg-rgb=green],.theme-light [data-palette-bg-rgb=green]{background-color:#a5d6a7}.theme-light .nedit-root [data-border-color=green],.theme-light .nedit-root [data-border-color=green].outline-container,.theme-light [data-border-color=green],.theme-light [data-border-color=green].outline-container{border-color:#a5d6a7}.theme-light .nedit-root [data-border-color=green].blockquote:before,.theme-light [data-border-color=green].blockquote:before{background-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=green],.theme-light div[data-line-color=green]{border-left-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=green].horizontal-line hr,.theme-light div[data-line-color=green].horizontal-line hr{border-color:#a5d6a7}.theme-light .nedit-root [data-player-color=green].file .slider-progress,.theme-light [data-player-color=green].file .slider-progress{background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=green].file .slider-progress .slider-holder,.theme-light [data-player-color=green].file .slider-progress .slider-holder{border-color:#a5d6a7;background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=green].file .audio-preloader:after,.theme-light [data-player-color=green].file .audio-preloader:after{border-color:#a5d6a7 transparent}.theme-light .nedit-root [data-player-color=green].file svg .player,.theme-light [data-player-color=green].file svg .player{fill:#a5d6a7}.theme-light .nedit-root [data-block-background=light-green],.theme-light [data-block-background=light-green]{background-color:#c5e1a5}.theme-light .nedit-root [data-block-background=light-green] .color-icon-label,.theme-light [data-block-background=light-green] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=light-green],.theme-light [data-highlight=light-green]{background-color:#c5e1a5}.theme-light .color-icon.bg-material-font-color-light-green .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-light-green .color-icon-label,.theme-light .font-palette-light-green,.theme-light .nedit-root .color-icon.bg-material-font-color-light-green .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-light-green .color-icon-label,.theme-light .nedit-root .font-palette-light-green,.theme-light .nedit-root [data-font-color=light-green],.theme-light [data-font-color=light-green]{color:#689f38}.theme-light .bg-palette-light-green,.theme-light .color-icon.bg-palette-light-green,.theme-light .nedit-root .bg-palette-light-green,.theme-light .nedit-root .color-icon.bg-palette-light-green{background-color:#c5e1a5}.theme-light .nedit-root .shadow-palette-light-green,.theme-light .shadow-palette-light-green{--box-shadow-color:#c5e1a5}.theme-light .nedit-root [data-palette-bg-rgb=light-green],.theme-light [data-palette-bg-rgb=light-green]{background-color:#c5e1a5}.theme-light .nedit-root [data-border-color=light-green],.theme-light .nedit-root [data-border-color=light-green].outline-container,.theme-light [data-border-color=light-green],.theme-light [data-border-color=light-green].outline-container{border-color:#c5e1a5}.theme-light .nedit-root [data-border-color=light-green].blockquote:before,.theme-light [data-border-color=light-green].blockquote:before{background-color:#c5e1a5}.theme-light .nedit-root div[data-line-color=light-green],.theme-light div[data-line-color=light-green]{border-left-color:#c5e1a5}.theme-light .nedit-root div[data-line-color=light-green].horizontal-line hr,.theme-light div[data-line-color=light-green].horizontal-line hr{border-color:#c5e1a5}.theme-light .nedit-root [data-player-color=light-green].file .slider-progress,.theme-light [data-player-color=light-green].file .slider-progress{background-color:#c5e1a5}.theme-light .nedit-root [data-player-color=light-green].file .slider-progress .slider-holder,.theme-light [data-player-color=light-green].file .slider-progress .slider-holder{border-color:#c5e1a5;background-color:#c5e1a5}.theme-light .nedit-root [data-player-color=light-green].file .audio-preloader:after,.theme-light [data-player-color=light-green].file .audio-preloader:after{border-color:#c5e1a5 transparent}.theme-light .nedit-root [data-player-color=light-green].file svg .player,.theme-light [data-player-color=light-green].file svg .player{fill:#c5e1a5}.theme-light .nedit-root [data-block-background=lime],.theme-light [data-block-background=lime]{background-color:#e6ee9c}.theme-light .nedit-root [data-block-background=lime] .color-icon-label,.theme-light [data-block-background=lime] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=lime],.theme-light [data-highlight=lime]{background-color:#e6ee9c}.theme-light .color-icon.bg-material-font-color-lime .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-lime .color-icon-label,.theme-light .font-palette-lime,.theme-light .nedit-root .color-icon.bg-material-font-color-lime .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-lime .color-icon-label,.theme-light .nedit-root .font-palette-lime,.theme-light .nedit-root [data-font-color=lime],.theme-light [data-font-color=lime]{color:#afb42b}.theme-light .bg-palette-lime,.theme-light .color-icon.bg-palette-lime,.theme-light .nedit-root .bg-palette-lime,.theme-light .nedit-root .color-icon.bg-palette-lime{background-color:#e6ee9c}.theme-light .nedit-root .shadow-palette-lime,.theme-light .shadow-palette-lime{--box-shadow-color:#e6ee9c}.theme-light .nedit-root [data-palette-bg-rgb=lime],.theme-light [data-palette-bg-rgb=lime]{background-color:#e6ee9c}.theme-light .nedit-root [data-border-color=lime],.theme-light .nedit-root [data-border-color=lime].outline-container,.theme-light [data-border-color=lime],.theme-light [data-border-color=lime].outline-container{border-color:#e6ee9c}.theme-light .nedit-root [data-border-color=lime].blockquote:before,.theme-light [data-border-color=lime].blockquote:before{background-color:#e6ee9c}.theme-light .nedit-root div[data-line-color=lime],.theme-light div[data-line-color=lime]{border-left-color:#e6ee9c}.theme-light .nedit-root div[data-line-color=lime].horizontal-line hr,.theme-light div[data-line-color=lime].horizontal-line hr{border-color:#e6ee9c}.theme-light .nedit-root [data-player-color=lime].file .slider-progress,.theme-light [data-player-color=lime].file .slider-progress{background-color:#e6ee9c}.theme-light .nedit-root [data-player-color=lime].file .slider-progress .slider-holder,.theme-light [data-player-color=lime].file .slider-progress .slider-holder{border-color:#e6ee9c;background-color:#e6ee9c}.theme-light .nedit-root [data-player-color=lime].file .audio-preloader:after,.theme-light [data-player-color=lime].file .audio-preloader:after{border-color:#e6ee9c transparent}.theme-light .nedit-root [data-player-color=lime].file svg .player,.theme-light [data-player-color=lime].file svg .player{fill:#e6ee9c}.theme-light .nedit-root [data-block-background=yellow],.theme-light [data-block-background=yellow]{background-color:#fff59d}.theme-light .nedit-root [data-block-background=yellow] .color-icon-label,.theme-light [data-block-background=yellow] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=yellow],.theme-light [data-highlight=yellow]{background-color:#fff59d}.theme-light .color-icon.bg-material-font-color-yellow .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-yellow .color-icon-label,.theme-light .font-palette-yellow,.theme-light .nedit-root .color-icon.bg-material-font-color-yellow .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-yellow .color-icon-label,.theme-light .nedit-root .font-palette-yellow,.theme-light .nedit-root [data-font-color=yellow],.theme-light [data-font-color=yellow]{color:#fbc02d}.theme-light .bg-palette-yellow,.theme-light .color-icon.bg-palette-yellow,.theme-light .nedit-root .bg-palette-yellow,.theme-light .nedit-root .color-icon.bg-palette-yellow{background-color:#fff59d}.theme-light .nedit-root .shadow-palette-yellow,.theme-light .shadow-palette-yellow{--box-shadow-color:#fff59d}.theme-light .nedit-root [data-palette-bg-rgb=yellow],.theme-light [data-palette-bg-rgb=yellow]{background-color:#fff59d}.theme-light .nedit-root [data-border-color=yellow],.theme-light .nedit-root [data-border-color=yellow].outline-container,.theme-light [data-border-color=yellow],.theme-light [data-border-color=yellow].outline-container{border-color:#fff59d}.theme-light .nedit-root [data-border-color=yellow].blockquote:before,.theme-light [data-border-color=yellow].blockquote:before{background-color:#fff59d}.theme-light .nedit-root div[data-line-color=yellow],.theme-light div[data-line-color=yellow]{border-left-color:#fff59d}.theme-light .nedit-root div[data-line-color=yellow].horizontal-line hr,.theme-light div[data-line-color=yellow].horizontal-line hr{border-color:#fff59d}.theme-light .nedit-root [data-player-color=yellow].file .slider-progress,.theme-light [data-player-color=yellow].file .slider-progress{background-color:#fff59d}.theme-light .nedit-root [data-player-color=yellow].file .slider-progress .slider-holder,.theme-light [data-player-color=yellow].file .slider-progress .slider-holder{border-color:#fff59d;background-color:#fff59d}.theme-light .nedit-root [data-player-color=yellow].file .audio-preloader:after,.theme-light [data-player-color=yellow].file .audio-preloader:after{border-color:#fff59d transparent}.theme-light .nedit-root [data-player-color=yellow].file svg .player,.theme-light [data-player-color=yellow].file svg .player{fill:#fff59d}.theme-light .nedit-root [data-block-background=amber],.theme-light [data-block-background=amber]{background-color:#ffe082}.theme-light .nedit-root [data-block-background=amber] .color-icon-label,.theme-light [data-block-background=amber] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=amber],.theme-light [data-highlight=amber]{background-color:#ffe082}.theme-light .color-icon.bg-material-font-color-amber .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-amber .color-icon-label,.theme-light .font-palette-amber,.theme-light .nedit-root .color-icon.bg-material-font-color-amber .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-amber .color-icon-label,.theme-light .nedit-root .font-palette-amber,.theme-light .nedit-root [data-font-color=amber],.theme-light [data-font-color=amber]{color:#ffa000}.theme-light .bg-palette-amber,.theme-light .color-icon.bg-palette-amber,.theme-light .nedit-root .bg-palette-amber,.theme-light .nedit-root .color-icon.bg-palette-amber{background-color:#ffe082}.theme-light .nedit-root .shadow-palette-amber,.theme-light .shadow-palette-amber{--box-shadow-color:#ffe082}.theme-light .nedit-root [data-palette-bg-rgb=amber],.theme-light [data-palette-bg-rgb=amber]{background-color:#ffe082}.theme-light .nedit-root [data-border-color=amber],.theme-light .nedit-root [data-border-color=amber].outline-container,.theme-light [data-border-color=amber],.theme-light [data-border-color=amber].outline-container{border-color:#ffe082}.theme-light .nedit-root [data-border-color=amber].blockquote:before,.theme-light [data-border-color=amber].blockquote:before{background-color:#ffe082}.theme-light .nedit-root div[data-line-color=amber],.theme-light div[data-line-color=amber]{border-left-color:#ffe082}.theme-light .nedit-root div[data-line-color=amber].horizontal-line hr,.theme-light div[data-line-color=amber].horizontal-line hr{border-color:#ffe082}.theme-light .nedit-root [data-player-color=amber].file .slider-progress,.theme-light [data-player-color=amber].file .slider-progress{background-color:#ffe082}.theme-light .nedit-root [data-player-color=amber].file .slider-progress .slider-holder,.theme-light [data-player-color=amber].file .slider-progress .slider-holder{border-color:#ffe082;background-color:#ffe082}.theme-light .nedit-root [data-player-color=amber].file .audio-preloader:after,.theme-light [data-player-color=amber].file .audio-preloader:after{border-color:#ffe082 transparent}.theme-light .nedit-root [data-player-color=amber].file svg .player,.theme-light [data-player-color=amber].file svg .player{fill:#ffe082}.theme-light .nedit-root [data-block-background=orange],.theme-light [data-block-background=orange]{background-color:#ffcc80}.theme-light .nedit-root [data-block-background=orange] .color-icon-label,.theme-light [data-block-background=orange] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=orange],.theme-light [data-highlight=orange]{background-color:#ffcc80}.theme-light .color-icon.bg-material-font-color-orange .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-orange .color-icon-label,.theme-light .font-palette-orange,.theme-light .nedit-root .color-icon.bg-material-font-color-orange .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-orange .color-icon-label,.theme-light .nedit-root .font-palette-orange,.theme-light .nedit-root [data-font-color=orange],.theme-light [data-font-color=orange]{color:#f57c00}.theme-light .bg-palette-orange,.theme-light .color-icon.bg-palette-orange,.theme-light .nedit-root .bg-palette-orange,.theme-light .nedit-root .color-icon.bg-palette-orange{background-color:#ffcc80}.theme-light .nedit-root .shadow-palette-orange,.theme-light .shadow-palette-orange{--box-shadow-color:#ffcc80}.theme-light .nedit-root [data-palette-bg-rgb=orange],.theme-light [data-palette-bg-rgb=orange]{background-color:#ffcc80}.theme-light .nedit-root [data-border-color=orange],.theme-light .nedit-root [data-border-color=orange].outline-container,.theme-light [data-border-color=orange],.theme-light [data-border-color=orange].outline-container{border-color:#ffcc80}.theme-light .nedit-root [data-border-color=orange].blockquote:before,.theme-light [data-border-color=orange].blockquote:before{background-color:#ffcc80}.theme-light .nedit-root div[data-line-color=orange],.theme-light div[data-line-color=orange]{border-left-color:#ffcc80}.theme-light .nedit-root div[data-line-color=orange].horizontal-line hr,.theme-light div[data-line-color=orange].horizontal-line hr{border-color:#ffcc80}.theme-light .nedit-root [data-player-color=orange].file .slider-progress,.theme-light [data-player-color=orange].file .slider-progress{background-color:#ffcc80}.theme-light .nedit-root [data-player-color=orange].file .slider-progress .slider-holder,.theme-light [data-player-color=orange].file .slider-progress .slider-holder{border-color:#ffcc80;background-color:#ffcc80}.theme-light .nedit-root [data-player-color=orange].file .audio-preloader:after,.theme-light [data-player-color=orange].file .audio-preloader:after{border-color:#ffcc80 transparent}.theme-light .nedit-root [data-player-color=orange].file svg .player,.theme-light [data-player-color=orange].file svg .player{fill:#ffcc80}.theme-light .nedit-root [data-block-background=deep-orange],.theme-light [data-block-background=deep-orange]{background-color:#ffab91}.theme-light .nedit-root [data-block-background=deep-orange] .color-icon-label,.theme-light [data-block-background=deep-orange] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=deep-orange],.theme-light [data-highlight=deep-orange]{background-color:#ffab91}.theme-light .color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-light .font-palette-deep-orange,.theme-light .nedit-root .color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-light .nedit-root .font-palette-deep-orange,.theme-light .nedit-root [data-font-color=deep-orange],.theme-light [data-font-color=deep-orange]{color:#e64a19}.theme-light .bg-palette-deep-orange,.theme-light .color-icon.bg-palette-deep-orange,.theme-light .nedit-root .bg-palette-deep-orange,.theme-light .nedit-root .color-icon.bg-palette-deep-orange{background-color:#ffab91}.theme-light .nedit-root .shadow-palette-deep-orange,.theme-light .shadow-palette-deep-orange{--box-shadow-color:#ffab91}.theme-light .nedit-root [data-palette-bg-rgb=deep-orange],.theme-light [data-palette-bg-rgb=deep-orange]{background-color:#ffab91}.theme-light .nedit-root [data-border-color=deep-orange],.theme-light .nedit-root [data-border-color=deep-orange].outline-container,.theme-light [data-border-color=deep-orange],.theme-light [data-border-color=deep-orange].outline-container{border-color:#ffab91}.theme-light .nedit-root [data-border-color=deep-orange].blockquote:before,.theme-light [data-border-color=deep-orange].blockquote:before{background-color:#ffab91}.theme-light .nedit-root div[data-line-color=deep-orange],.theme-light div[data-line-color=deep-orange]{border-left-color:#ffab91}.theme-light .nedit-root div[data-line-color=deep-orange].horizontal-line hr,.theme-light div[data-line-color=deep-orange].horizontal-line hr{border-color:#ffab91}.theme-light .nedit-root [data-player-color=deep-orange].file .slider-progress,.theme-light [data-player-color=deep-orange].file .slider-progress{background-color:#ffab91}.theme-light .nedit-root [data-player-color=deep-orange].file .slider-progress .slider-holder,.theme-light [data-player-color=deep-orange].file .slider-progress .slider-holder{border-color:#ffab91;background-color:#ffab91}.theme-light .nedit-root [data-player-color=deep-orange].file .audio-preloader:after,.theme-light [data-player-color=deep-orange].file .audio-preloader:after{border-color:#ffab91 transparent}.theme-light .nedit-root [data-player-color=deep-orange].file svg .player,.theme-light [data-player-color=deep-orange].file svg .player{fill:#ffab91}.theme-light .nedit-root [data-block-background=brown],.theme-light [data-block-background=brown]{background-color:#bcaaa4}.theme-light .nedit-root [data-block-background=brown] .color-icon-label,.theme-light [data-block-background=brown] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=brown],.theme-light [data-highlight=brown]{background-color:#bcaaa4}.theme-light .color-icon.bg-material-font-color-brown .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-brown .color-icon-label,.theme-light .font-palette-brown,.theme-light .nedit-root .color-icon.bg-material-font-color-brown .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-brown .color-icon-label,.theme-light .nedit-root .font-palette-brown,.theme-light .nedit-root [data-font-color=brown],.theme-light [data-font-color=brown]{color:#5d4037}.theme-light .bg-palette-brown,.theme-light .color-icon.bg-palette-brown,.theme-light .nedit-root .bg-palette-brown,.theme-light .nedit-root .color-icon.bg-palette-brown{background-color:#bcaaa4}.theme-light .nedit-root .shadow-palette-brown,.theme-light .shadow-palette-brown{--box-shadow-color:#bcaaa4}.theme-light .nedit-root [data-palette-bg-rgb=brown],.theme-light [data-palette-bg-rgb=brown]{background-color:#bcaaa4}.theme-light .nedit-root [data-border-color=brown],.theme-light .nedit-root [data-border-color=brown].outline-container,.theme-light [data-border-color=brown],.theme-light [data-border-color=brown].outline-container{border-color:#bcaaa4}.theme-light .nedit-root [data-border-color=brown].blockquote:before,.theme-light [data-border-color=brown].blockquote:before{background-color:#bcaaa4}.theme-light .nedit-root div[data-line-color=brown],.theme-light div[data-line-color=brown]{border-left-color:#bcaaa4}.theme-light .nedit-root div[data-line-color=brown].horizontal-line hr,.theme-light div[data-line-color=brown].horizontal-line hr{border-color:#bcaaa4}.theme-light .nedit-root [data-player-color=brown].file .slider-progress,.theme-light [data-player-color=brown].file .slider-progress{background-color:#bcaaa4}.theme-light .nedit-root [data-player-color=brown].file .slider-progress .slider-holder,.theme-light [data-player-color=brown].file .slider-progress .slider-holder{border-color:#bcaaa4;background-color:#bcaaa4}.theme-light .nedit-root [data-player-color=brown].file .audio-preloader:after,.theme-light [data-player-color=brown].file .audio-preloader:after{border-color:#bcaaa4 transparent}.theme-light .nedit-root [data-player-color=brown].file svg .player,.theme-light [data-player-color=brown].file svg .player{fill:#bcaaa4}.theme-light .nedit-root [data-block-background=grey],.theme-light [data-block-background=grey]{background-color:#eee}.theme-light .nedit-root [data-block-background=grey] .color-icon-label,.theme-light [data-block-background=grey] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=grey],.theme-light [data-highlight=grey]{background-color:#eee}.theme-light .color-icon.bg-material-font-color-grey .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-grey .color-icon-label,.theme-light .font-palette-grey,.theme-light .nedit-root .color-icon.bg-material-font-color-grey .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-grey .color-icon-label,.theme-light .nedit-root .font-palette-grey,.theme-light .nedit-root [data-font-color=grey],.theme-light [data-font-color=grey]{color:#616161}.theme-light .bg-palette-grey,.theme-light .color-icon.bg-palette-grey,.theme-light .nedit-root .bg-palette-grey,.theme-light .nedit-root .color-icon.bg-palette-grey{background-color:#eee}.theme-light .nedit-root .shadow-palette-grey,.theme-light .shadow-palette-grey{--box-shadow-color:#eee}.theme-light .nedit-root [data-palette-bg-rgb=grey],.theme-light [data-palette-bg-rgb=grey]{background-color:#eee}.theme-light .nedit-root [data-border-color=grey],.theme-light .nedit-root [data-border-color=grey].outline-container,.theme-light [data-border-color=grey],.theme-light [data-border-color=grey].outline-container{border-color:#eee}.theme-light .nedit-root [data-border-color=grey].blockquote:before,.theme-light [data-border-color=grey].blockquote:before{background-color:#eee}.theme-light .nedit-root div[data-line-color=grey],.theme-light div[data-line-color=grey]{border-left-color:#eee}.theme-light .nedit-root div[data-line-color=grey].horizontal-line hr,.theme-light div[data-line-color=grey].horizontal-line hr{border-color:#eee}.theme-light .nedit-root [data-player-color=grey].file .slider-progress,.theme-light [data-player-color=grey].file .slider-progress{background-color:#eee}.theme-light .nedit-root [data-player-color=grey].file .slider-progress .slider-holder,.theme-light [data-player-color=grey].file .slider-progress .slider-holder{border-color:#eee;background-color:#eee}.theme-light .nedit-root [data-player-color=grey].file .audio-preloader:after,.theme-light [data-player-color=grey].file .audio-preloader:after{border-color:#eee transparent}.theme-light .nedit-root [data-player-color=grey].file svg .player,.theme-light [data-player-color=grey].file svg .player{fill:#eee}.theme-light .nedit-root [data-block-background=blue-grey],.theme-light [data-block-background=blue-grey]{background-color:#b0bec5}.theme-light .nedit-root [data-block-background=blue-grey] .color-icon-label,.theme-light [data-block-background=blue-grey] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=blue-grey],.theme-light [data-highlight=blue-grey]{background-color:#b0bec5}.theme-light .color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-light .font-palette-blue-grey,.theme-light .nedit-root .color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-light .nedit-root .font-palette-blue-grey,.theme-light .nedit-root [data-font-color=blue-grey],.theme-light [data-font-color=blue-grey]{color:#455a64}.theme-light .bg-palette-blue-grey,.theme-light .color-icon.bg-palette-blue-grey,.theme-light .nedit-root .bg-palette-blue-grey,.theme-light .nedit-root .color-icon.bg-palette-blue-grey{background-color:#b0bec5}.theme-light .nedit-root .shadow-palette-blue-grey,.theme-light .shadow-palette-blue-grey{--box-shadow-color:#b0bec5}.theme-light .nedit-root [data-palette-bg-rgb=blue-grey],.theme-light [data-palette-bg-rgb=blue-grey]{background-color:#b0bec5}.theme-light .nedit-root [data-border-color=blue-grey],.theme-light .nedit-root [data-border-color=blue-grey].outline-container,.theme-light [data-border-color=blue-grey],.theme-light [data-border-color=blue-grey].outline-container{border-color:#b0bec5}.theme-light .nedit-root [data-border-color=blue-grey].blockquote:before,.theme-light [data-border-color=blue-grey].blockquote:before{background-color:#b0bec5}.theme-light .nedit-root div[data-line-color=blue-grey],.theme-light div[data-line-color=blue-grey]{border-left-color:#b0bec5}.theme-light .nedit-root div[data-line-color=blue-grey].horizontal-line hr,.theme-light div[data-line-color=blue-grey].horizontal-line hr{border-color:#b0bec5}.theme-light .nedit-root [data-player-color=blue-grey].file .slider-progress,.theme-light [data-player-color=blue-grey].file .slider-progress{background-color:#b0bec5}.theme-light .nedit-root [data-player-color=blue-grey].file .slider-progress .slider-holder,.theme-light [data-player-color=blue-grey].file .slider-progress .slider-holder{border-color:#b0bec5;background-color:#b0bec5}.theme-light .nedit-root [data-player-color=blue-grey].file .audio-preloader:after,.theme-light [data-player-color=blue-grey].file .audio-preloader:after{border-color:#b0bec5 transparent}.theme-light .nedit-root [data-player-color=blue-grey].file svg .player,.theme-light [data-player-color=blue-grey].file svg .player{fill:#b0bec5}.theme-light .nedit-root [data-block-background=rose],.theme-light [data-block-background=rose]{background-color:#ffebee}.theme-light .nedit-root [data-block-background=rose] .color-icon-label,.theme-light [data-block-background=rose] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=rose],.theme-light [data-highlight=rose]{background-color:#ffebee}.theme-light .color-icon.bg-material-font-color-rose .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-rose .color-icon-label,.theme-light .font-palette-rose,.theme-light .nedit-root .color-icon.bg-material-font-color-rose .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-rose .color-icon-label,.theme-light .nedit-root .font-palette-rose,.theme-light .nedit-root [data-font-color=rose],.theme-light [data-font-color=rose]{color:#ef5350}.theme-light .bg-palette-rose,.theme-light .color-icon.bg-palette-rose,.theme-light .nedit-root .bg-palette-rose,.theme-light .nedit-root .color-icon.bg-palette-rose{background-color:#ffebee}.theme-light .nedit-root .shadow-palette-rose,.theme-light .shadow-palette-rose{--box-shadow-color:#ffebee}.theme-light .nedit-root [data-palette-bg-rgb=rose],.theme-light [data-palette-bg-rgb=rose]{background-color:#ffebee}.theme-light .nedit-root [data-border-color=rose],.theme-light .nedit-root [data-border-color=rose].outline-container,.theme-light [data-border-color=rose],.theme-light [data-border-color=rose].outline-container{border-color:#ffebee}.theme-light .nedit-root [data-border-color=rose].blockquote:before,.theme-light [data-border-color=rose].blockquote:before{background-color:#ffebee}.theme-light .nedit-root div[data-line-color=rose],.theme-light div[data-line-color=rose]{border-left-color:#ffebee}.theme-light .nedit-root div[data-line-color=rose].horizontal-line hr,.theme-light div[data-line-color=rose].horizontal-line hr{border-color:#ffebee}.theme-light .nedit-root [data-player-color=rose].file .slider-progress,.theme-light [data-player-color=rose].file .slider-progress{background-color:#ffebee}.theme-light .nedit-root [data-player-color=rose].file .slider-progress .slider-holder,.theme-light [data-player-color=rose].file .slider-progress .slider-holder{border-color:#ffebee;background-color:#ffebee}.theme-light .nedit-root [data-player-color=rose].file .audio-preloader:after,.theme-light [data-player-color=rose].file .audio-preloader:after{border-color:#ffebee transparent}.theme-light .nedit-root [data-player-color=rose].file svg .player,.theme-light [data-player-color=rose].file svg .player{fill:#ffebee}.theme-light .nedit-root [data-block-background=black],.theme-light [data-block-background=black]{background-color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-block-background=black] .color-icon-label,.theme-light [data-block-background=black] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=black],.theme-light [data-highlight=black]{background-color:rgba(0,0,0,.87)}.theme-light .color-icon.bg-material-font-color-black .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-black .color-icon-label,.theme-light .font-palette-black,.theme-light .nedit-root .color-icon.bg-material-font-color-black .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-black .color-icon-label,.theme-light .nedit-root .font-palette-black,.theme-light .nedit-root [data-font-color=black],.theme-light [data-font-color=black]{color:rgba(0,0,0,.87)}.theme-light .bg-palette-black,.theme-light .color-icon.bg-palette-black,.theme-light .nedit-root .bg-palette-black,.theme-light .nedit-root .color-icon.bg-palette-black{background-color:rgba(0,0,0,.87)}.theme-light .nedit-root .shadow-palette-black,.theme-light .shadow-palette-black{--box-shadow-color:rgba(0,0,0,0.87)}.theme-light .nedit-root [data-palette-bg-rgb=black],.theme-light [data-palette-bg-rgb=black]{background-color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-border-color=black],.theme-light .nedit-root [data-border-color=black].outline-container,.theme-light [data-border-color=black],.theme-light [data-border-color=black].outline-container{border-color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-border-color=black].blockquote:before,.theme-light [data-border-color=black].blockquote:before{background-color:rgba(0,0,0,.87)}.theme-light .nedit-root div[data-line-color=black],.theme-light div[data-line-color=black]{border-left-color:rgba(0,0,0,.87)}.theme-light .nedit-root div[data-line-color=black].horizontal-line hr,.theme-light div[data-line-color=black].horizontal-line hr{border-color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-player-color=black].file .slider-progress,.theme-light [data-player-color=black].file .slider-progress{background-color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-player-color=black].file .slider-progress .slider-holder,.theme-light [data-player-color=black].file .slider-progress .slider-holder{border-color:rgba(0,0,0,.87);background-color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-player-color=black].file .audio-preloader:after,.theme-light [data-player-color=black].file .audio-preloader:after{border-color:rgba(0,0,0,.87) transparent}.theme-light .nedit-root [data-player-color=black].file svg .player,.theme-light [data-player-color=black].file svg .player{fill:rgba(0,0,0,.87)}.theme-light .nedit-root [data-block-background=white],.theme-light [data-block-background=white]{background-color:#fff}.theme-light .nedit-root [data-block-background=white] .color-icon-label,.theme-light [data-block-background=white] .color-icon-label{color:rgba(0,0,0,.87)}.theme-light .nedit-root [data-highlight=white],.theme-light [data-highlight=white]{background-color:#fff}.theme-light .color-icon.bg-material-font-color-white .color-icon-label,.theme-light .floating-toolbar-color-icon.bg-material-font-color-white .color-icon-label,.theme-light .font-palette-white,.theme-light .nedit-root .color-icon.bg-material-font-color-white .color-icon-label,.theme-light .nedit-root .floating-toolbar-color-icon.bg-material-font-color-white .color-icon-label,.theme-light .nedit-root .font-palette-white,.theme-light .nedit-root [data-font-color=white],.theme-light [data-font-color=white]{color:#fff}.theme-light .bg-palette-white,.theme-light .color-icon.bg-palette-white,.theme-light .nedit-root .bg-palette-white,.theme-light .nedit-root .color-icon.bg-palette-white{background-color:#fff}.theme-light .nedit-root .shadow-palette-white,.theme-light .shadow-palette-white{--box-shadow-color:#fff}.theme-light .nedit-root [data-palette-bg-rgb=white],.theme-light [data-palette-bg-rgb=white]{background-color:#fff}.theme-light .nedit-root [data-border-color=white],.theme-light .nedit-root [data-border-color=white].outline-container,.theme-light [data-border-color=white],.theme-light [data-border-color=white].outline-container{border-color:#fff}.theme-light .nedit-root [data-border-color=white].blockquote:before,.theme-light [data-border-color=white].blockquote:before{background-color:#fff}.theme-light .nedit-root div[data-line-color=white],.theme-light div[data-line-color=white]{border-left-color:#fff}.theme-light .nedit-root div[data-line-color=white].horizontal-line hr,.theme-light div[data-line-color=white].horizontal-line hr{border-color:#fff}.theme-light .nedit-root [data-player-color=white].file .slider-progress,.theme-light [data-player-color=white].file .slider-progress{background-color:#fff}.theme-light .nedit-root [data-player-color=white].file .slider-progress .slider-holder,.theme-light [data-player-color=white].file .slider-progress .slider-holder{border-color:#fff;background-color:#fff}.theme-light .nedit-root [data-player-color=white].file .audio-preloader:after,.theme-light [data-player-color=white].file .audio-preloader:after{border-color:#fff transparent}.theme-light .nedit-root [data-player-color=white].file svg .player,.theme-light [data-player-color=white].file svg .player{fill:#fff}.theme-light .nedit-root [data-block-background=aqua],.theme-light [data-block-background=aqua]{background-color:#81d4fa}.theme-light .nedit-root [data-font-color=aqua],.theme-light [data-font-color=aqua]{color:#0288d1}.theme-light .nedit-root [data-palette-bg-rgb=aqua],.theme-light [data-palette-bg-rgb=aqua]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color=aqua],.theme-light .nedit-root [data-border-color=aqua].outline-container,.theme-light [data-border-color=aqua],.theme-light [data-border-color=aqua].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color=aqua].blockquote:before,.theme-light [data-border-color=aqua].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color=aqua],.theme-light div[data-line-color=aqua]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color=aqua].horizontal-line hr,.theme-light div[data-line-color=aqua].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color=aqua].file .slider-progress,.theme-light [data-player-color=aqua].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color=aqua].file .slider-progress .slider-holder,.theme-light [data-player-color=aqua].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color=aqua].file .audio-preloader:after,.theme-light [data-player-color=aqua].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color=aqua].file svg .player,.theme-light [data-player-color=aqua].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background=carrot],.theme-light [data-block-background=carrot]{background-color:#ffcc80}.theme-light .nedit-root [data-font-color=carrot],.theme-light [data-font-color=carrot]{color:#f57c00}.theme-light .nedit-root [data-palette-bg-rgb=carrot],.theme-light [data-palette-bg-rgb=carrot]{background-color:#ffcc80}.theme-light .nedit-root [data-border-color=carrot],.theme-light .nedit-root [data-border-color=carrot].outline-container,.theme-light [data-border-color=carrot],.theme-light [data-border-color=carrot].outline-container{border-color:#ffcc80}.theme-light .nedit-root [data-border-color=carrot].blockquote:before,.theme-light [data-border-color=carrot].blockquote:before{background-color:#ffcc80}.theme-light .nedit-root div[data-line-color=carrot],.theme-light div[data-line-color=carrot]{border-left-color:#ffcc80}.theme-light .nedit-root div[data-line-color=carrot].horizontal-line hr,.theme-light div[data-line-color=carrot].horizontal-line hr{border-color:#ffcc80}.theme-light .nedit-root [data-player-color=carrot].file .slider-progress,.theme-light [data-player-color=carrot].file .slider-progress{background-color:#ffcc80}.theme-light .nedit-root [data-player-color=carrot].file .slider-progress .slider-holder,.theme-light [data-player-color=carrot].file .slider-progress .slider-holder{border-color:#ffcc80;background-color:#ffcc80}.theme-light .nedit-root [data-player-color=carrot].file .audio-preloader:after,.theme-light [data-player-color=carrot].file .audio-preloader:after{border-color:#ffcc80 transparent}.theme-light .nedit-root [data-player-color=carrot].file svg .player,.theme-light [data-player-color=carrot].file svg .player{fill:#ffcc80}.theme-light .nedit-root [data-block-background=thistle],.theme-light [data-block-background=thistle]{background-color:#ce93d8}.theme-light .nedit-root [data-font-color=thistle],.theme-light [data-font-color=thistle]{color:#7b1fa2}.theme-light .nedit-root [data-palette-bg-rgb=thistle],.theme-light [data-palette-bg-rgb=thistle]{background-color:#ce93d8}.theme-light .nedit-root [data-border-color=thistle],.theme-light .nedit-root [data-border-color=thistle].outline-container,.theme-light [data-border-color=thistle],.theme-light [data-border-color=thistle].outline-container{border-color:#ce93d8}.theme-light .nedit-root [data-border-color=thistle].blockquote:before,.theme-light [data-border-color=thistle].blockquote:before{background-color:#ce93d8}.theme-light .nedit-root div[data-line-color=thistle],.theme-light div[data-line-color=thistle]{border-left-color:#ce93d8}.theme-light .nedit-root div[data-line-color=thistle].horizontal-line hr,.theme-light div[data-line-color=thistle].horizontal-line hr{border-color:#ce93d8}.theme-light .nedit-root [data-player-color=thistle].file .slider-progress,.theme-light [data-player-color=thistle].file .slider-progress{background-color:#ce93d8}.theme-light .nedit-root [data-player-color=thistle].file .slider-progress .slider-holder,.theme-light [data-player-color=thistle].file .slider-progress .slider-holder{border-color:#ce93d8;background-color:#ce93d8}.theme-light .nedit-root [data-player-color=thistle].file .audio-preloader:after,.theme-light [data-player-color=thistle].file .audio-preloader:after{border-color:#ce93d8 transparent}.theme-light .nedit-root [data-player-color=thistle].file svg .player,.theme-light [data-player-color=thistle].file svg .player{fill:#ce93d8}.theme-light .nedit-root [data-block-background=ucla-blue],.theme-light [data-block-background=ucla-blue]{background-color:#9fa8da}.theme-light .nedit-root [data-font-color=ucla-blue],.theme-light [data-font-color=ucla-blue]{color:#303f9f}.theme-light .nedit-root [data-palette-bg-rgb=ucla-blue],.theme-light [data-palette-bg-rgb=ucla-blue]{background-color:#9fa8da}.theme-light .nedit-root [data-border-color=ucla-blue],.theme-light .nedit-root [data-border-color=ucla-blue].outline-container,.theme-light [data-border-color=ucla-blue],.theme-light [data-border-color=ucla-blue].outline-container{border-color:#9fa8da}.theme-light .nedit-root [data-border-color=ucla-blue].blockquote:before,.theme-light [data-border-color=ucla-blue].blockquote:before{background-color:#9fa8da}.theme-light .nedit-root div[data-line-color=ucla-blue],.theme-light div[data-line-color=ucla-blue]{border-left-color:#9fa8da}.theme-light .nedit-root div[data-line-color=ucla-blue].horizontal-line hr,.theme-light div[data-line-color=ucla-blue].horizontal-line hr{border-color:#9fa8da}.theme-light .nedit-root [data-player-color=ucla-blue].file .slider-progress,.theme-light [data-player-color=ucla-blue].file .slider-progress{background-color:#9fa8da}.theme-light .nedit-root [data-player-color=ucla-blue].file .slider-progress .slider-holder,.theme-light [data-player-color=ucla-blue].file .slider-progress .slider-holder{border-color:#9fa8da;background-color:#9fa8da}.theme-light .nedit-root [data-player-color=ucla-blue].file .audio-preloader:after,.theme-light [data-player-color=ucla-blue].file .audio-preloader:after{border-color:#9fa8da transparent}.theme-light .nedit-root [data-player-color=ucla-blue].file svg .player,.theme-light [data-player-color=ucla-blue].file svg .player{fill:#9fa8da}.theme-light .nedit-root [data-block-background=yellow-green],.theme-light [data-block-background=yellow-green]{background-color:#e6ee9c}.theme-light .nedit-root [data-font-color=yellow-green],.theme-light [data-font-color=yellow-green]{color:#afb42b}.theme-light .nedit-root [data-palette-bg-rgb=yellow-green],.theme-light [data-palette-bg-rgb=yellow-green]{background-color:#e6ee9c}.theme-light .nedit-root [data-border-color=yellow-green],.theme-light .nedit-root [data-border-color=yellow-green].outline-container,.theme-light [data-border-color=yellow-green],.theme-light [data-border-color=yellow-green].outline-container{border-color:#e6ee9c}.theme-light .nedit-root [data-border-color=yellow-green].blockquote:before,.theme-light [data-border-color=yellow-green].blockquote:before{background-color:#e6ee9c}.theme-light .nedit-root div[data-line-color=yellow-green],.theme-light div[data-line-color=yellow-green]{border-left-color:#e6ee9c}.theme-light .nedit-root div[data-line-color=yellow-green].horizontal-line hr,.theme-light div[data-line-color=yellow-green].horizontal-line hr{border-color:#e6ee9c}.theme-light .nedit-root [data-player-color=yellow-green].file .slider-progress,.theme-light [data-player-color=yellow-green].file .slider-progress{background-color:#e6ee9c}.theme-light .nedit-root [data-player-color=yellow-green].file .slider-progress .slider-holder,.theme-light [data-player-color=yellow-green].file .slider-progress .slider-holder{border-color:#e6ee9c;background-color:#e6ee9c}.theme-light .nedit-root [data-player-color=yellow-green].file .audio-preloader:after,.theme-light [data-player-color=yellow-green].file .audio-preloader:after{border-color:#e6ee9c transparent}.theme-light .nedit-root [data-player-color=yellow-green].file svg .player,.theme-light [data-player-color=yellow-green].file svg .player{fill:#e6ee9c}.theme-light .nedit-root [data-block-background=aquamarine],.theme-light [data-block-background=aquamarine]{background-color:#80deea}.theme-light .nedit-root [data-font-color=aquamarine],.theme-light [data-font-color=aquamarine]{color:#0097a7}.theme-light .nedit-root [data-palette-bg-rgb=aquamarine],.theme-light [data-palette-bg-rgb=aquamarine]{background-color:#80deea}.theme-light .nedit-root [data-border-color=aquamarine],.theme-light .nedit-root [data-border-color=aquamarine].outline-container,.theme-light [data-border-color=aquamarine],.theme-light [data-border-color=aquamarine].outline-container{border-color:#80deea}.theme-light .nedit-root [data-border-color=aquamarine].blockquote:before,.theme-light [data-border-color=aquamarine].blockquote:before{background-color:#80deea}.theme-light .nedit-root div[data-line-color=aquamarine],.theme-light div[data-line-color=aquamarine]{border-left-color:#80deea}.theme-light .nedit-root div[data-line-color=aquamarine].horizontal-line hr,.theme-light div[data-line-color=aquamarine].horizontal-line hr{border-color:#80deea}.theme-light .nedit-root [data-player-color=aquamarine].file .slider-progress,.theme-light [data-player-color=aquamarine].file .slider-progress{background-color:#80deea}.theme-light .nedit-root [data-player-color=aquamarine].file .slider-progress .slider-holder,.theme-light [data-player-color=aquamarine].file .slider-progress .slider-holder{border-color:#80deea;background-color:#80deea}.theme-light .nedit-root [data-player-color=aquamarine].file .audio-preloader:after,.theme-light [data-player-color=aquamarine].file .audio-preloader:after{border-color:#80deea transparent}.theme-light .nedit-root [data-player-color=aquamarine].file svg .player,.theme-light [data-player-color=aquamarine].file svg .player{fill:#80deea}.theme-light .nedit-root [data-block-background=jade],.theme-light [data-block-background=jade]{background-color:#80cbc4}.theme-light .nedit-root [data-font-color=jade],.theme-light [data-font-color=jade]{color:#00796b}.theme-light .nedit-root [data-palette-bg-rgb=jade],.theme-light [data-palette-bg-rgb=jade]{background-color:#80cbc4}.theme-light .nedit-root [data-border-color=jade],.theme-light .nedit-root [data-border-color=jade].outline-container,.theme-light [data-border-color=jade],.theme-light [data-border-color=jade].outline-container{border-color:#80cbc4}.theme-light .nedit-root [data-border-color=jade].blockquote:before,.theme-light [data-border-color=jade].blockquote:before{background-color:#80cbc4}.theme-light .nedit-root div[data-line-color=jade],.theme-light div[data-line-color=jade]{border-left-color:#80cbc4}.theme-light .nedit-root div[data-line-color=jade].horizontal-line hr,.theme-light div[data-line-color=jade].horizontal-line hr{border-color:#80cbc4}.theme-light .nedit-root [data-player-color=jade].file .slider-progress,.theme-light [data-player-color=jade].file .slider-progress{background-color:#80cbc4}.theme-light .nedit-root [data-player-color=jade].file .slider-progress .slider-holder,.theme-light [data-player-color=jade].file .slider-progress .slider-holder{border-color:#80cbc4;background-color:#80cbc4}.theme-light .nedit-root [data-player-color=jade].file .audio-preloader:after,.theme-light [data-player-color=jade].file .audio-preloader:after{border-color:#80cbc4 transparent}.theme-light .nedit-root [data-player-color=jade].file svg .player,.theme-light [data-player-color=jade].file svg .player{fill:#80cbc4}.theme-light .nedit-root [data-block-background=green-sea],.theme-light [data-block-background=green-sea]{background-color:#80cbc4}.theme-light .nedit-root [data-font-color=green-sea],.theme-light [data-font-color=green-sea]{color:#00796b}.theme-light .nedit-root [data-palette-bg-rgb=green-sea],.theme-light [data-palette-bg-rgb=green-sea]{background-color:#80cbc4}.theme-light .nedit-root [data-border-color=green-sea],.theme-light .nedit-root [data-border-color=green-sea].outline-container,.theme-light [data-border-color=green-sea],.theme-light [data-border-color=green-sea].outline-container{border-color:#80cbc4}.theme-light .nedit-root [data-border-color=green-sea].blockquote:before,.theme-light [data-border-color=green-sea].blockquote:before{background-color:#80cbc4}.theme-light .nedit-root div[data-line-color=green-sea],.theme-light div[data-line-color=green-sea]{border-left-color:#80cbc4}.theme-light .nedit-root div[data-line-color=green-sea].horizontal-line hr,.theme-light div[data-line-color=green-sea].horizontal-line hr{border-color:#80cbc4}.theme-light .nedit-root [data-player-color=green-sea].file .slider-progress,.theme-light [data-player-color=green-sea].file .slider-progress{background-color:#80cbc4}.theme-light .nedit-root [data-player-color=green-sea].file .slider-progress .slider-holder,.theme-light [data-player-color=green-sea].file .slider-progress .slider-holder{border-color:#80cbc4;background-color:#80cbc4}.theme-light .nedit-root [data-player-color=green-sea].file .audio-preloader:after,.theme-light [data-player-color=green-sea].file .audio-preloader:after{border-color:#80cbc4 transparent}.theme-light .nedit-root [data-player-color=green-sea].file svg .player,.theme-light [data-player-color=green-sea].file svg .player{fill:#80cbc4}.theme-light .nedit-root [data-block-background=cloudy],.theme-light [data-block-background=cloudy]{background-color:#b0bec5}.theme-light .nedit-root [data-font-color=cloudy],.theme-light [data-font-color=cloudy]{color:#455a64}.theme-light .nedit-root [data-palette-bg-rgb=cloudy],.theme-light [data-palette-bg-rgb=cloudy]{background-color:#b0bec5}.theme-light .nedit-root [data-border-color=cloudy],.theme-light .nedit-root [data-border-color=cloudy].outline-container,.theme-light [data-border-color=cloudy],.theme-light [data-border-color=cloudy].outline-container{border-color:#b0bec5}.theme-light .nedit-root [data-border-color=cloudy].blockquote:before,.theme-light [data-border-color=cloudy].blockquote:before{background-color:#b0bec5}.theme-light .nedit-root div[data-line-color=cloudy],.theme-light div[data-line-color=cloudy]{border-left-color:#b0bec5}.theme-light .nedit-root div[data-line-color=cloudy].horizontal-line hr,.theme-light div[data-line-color=cloudy].horizontal-line hr{border-color:#b0bec5}.theme-light .nedit-root [data-player-color=cloudy].file .slider-progress,.theme-light [data-player-color=cloudy].file .slider-progress{background-color:#b0bec5}.theme-light .nedit-root [data-player-color=cloudy].file .slider-progress .slider-holder,.theme-light [data-player-color=cloudy].file .slider-progress .slider-holder{border-color:#b0bec5;background-color:#b0bec5}.theme-light .nedit-root [data-player-color=cloudy].file .audio-preloader:after,.theme-light [data-player-color=cloudy].file .audio-preloader:after{border-color:#b0bec5 transparent}.theme-light .nedit-root [data-player-color=cloudy].file svg .player,.theme-light [data-player-color=cloudy].file svg .player{fill:#b0bec5}.theme-light .nedit-root [data-block-background=dark-sky],.theme-light [data-block-background=dark-sky]{background-color:#b0bec5}.theme-light .nedit-root [data-font-color=dark-sky],.theme-light [data-font-color=dark-sky]{color:#455a64}.theme-light .nedit-root [data-palette-bg-rgb=dark-sky],.theme-light [data-palette-bg-rgb=dark-sky]{background-color:#b0bec5}.theme-light .nedit-root [data-border-color=dark-sky],.theme-light .nedit-root [data-border-color=dark-sky].outline-container,.theme-light [data-border-color=dark-sky],.theme-light [data-border-color=dark-sky].outline-container{border-color:#b0bec5}.theme-light .nedit-root [data-border-color=dark-sky].blockquote:before,.theme-light [data-border-color=dark-sky].blockquote:before{background-color:#b0bec5}.theme-light .nedit-root div[data-line-color=dark-sky],.theme-light div[data-line-color=dark-sky]{border-left-color:#b0bec5}.theme-light .nedit-root div[data-line-color=dark-sky].horizontal-line hr,.theme-light div[data-line-color=dark-sky].horizontal-line hr{border-color:#b0bec5}.theme-light .nedit-root [data-player-color=dark-sky].file .slider-progress,.theme-light [data-player-color=dark-sky].file .slider-progress{background-color:#b0bec5}.theme-light .nedit-root [data-player-color=dark-sky].file .slider-progress .slider-holder,.theme-light [data-player-color=dark-sky].file .slider-progress .slider-holder{border-color:#b0bec5;background-color:#b0bec5}.theme-light .nedit-root [data-player-color=dark-sky].file .audio-preloader:after,.theme-light [data-player-color=dark-sky].file .audio-preloader:after{border-color:#b0bec5 transparent}.theme-light .nedit-root [data-player-color=dark-sky].file svg .player,.theme-light [data-player-color=dark-sky].file svg .player{fill:#b0bec5}.theme-light .nedit-root [data-block-background=cherry],.theme-light [data-block-background=cherry]{background-color:#f48fb1}.theme-light .nedit-root [data-font-color=cherry],.theme-light [data-font-color=cherry]{color:#c2185b}.theme-light .nedit-root [data-palette-bg-rgb=cherry],.theme-light [data-palette-bg-rgb=cherry]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color=cherry],.theme-light .nedit-root [data-border-color=cherry].outline-container,.theme-light [data-border-color=cherry],.theme-light [data-border-color=cherry].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color=cherry].blockquote:before,.theme-light [data-border-color=cherry].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color=cherry],.theme-light div[data-line-color=cherry]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color=cherry].horizontal-line hr,.theme-light div[data-line-color=cherry].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color=cherry].file .slider-progress,.theme-light [data-player-color=cherry].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color=cherry].file .slider-progress .slider-holder,.theme-light [data-player-color=cherry].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color=cherry].file .audio-preloader:after,.theme-light [data-player-color=cherry].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color=cherry].file svg .player,.theme-light [data-player-color=cherry].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background=dark-sky-blue],.theme-light [data-block-background=dark-sky-blue]{background-color:#81d4fa}.theme-light .nedit-root [data-font-color=dark-sky-blue],.theme-light [data-font-color=dark-sky-blue]{color:#0288d1}.theme-light .nedit-root [data-palette-bg-rgb=dark-sky-blue],.theme-light [data-palette-bg-rgb=dark-sky-blue]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color=dark-sky-blue],.theme-light .nedit-root [data-border-color=dark-sky-blue].outline-container,.theme-light [data-border-color=dark-sky-blue],.theme-light [data-border-color=dark-sky-blue].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color=dark-sky-blue].blockquote:before,.theme-light [data-border-color=dark-sky-blue].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color=dark-sky-blue],.theme-light div[data-line-color=dark-sky-blue]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color=dark-sky-blue].horizontal-line hr,.theme-light div[data-line-color=dark-sky-blue].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color=dark-sky-blue].file .slider-progress,.theme-light [data-player-color=dark-sky-blue].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color=dark-sky-blue].file .slider-progress .slider-holder,.theme-light [data-player-color=dark-sky-blue].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color=dark-sky-blue].file .audio-preloader:after,.theme-light [data-player-color=dark-sky-blue].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color=dark-sky-blue].file svg .player,.theme-light [data-player-color=dark-sky-blue].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background=macaroni-and-cheese],.theme-light [data-block-background=macaroni-and-cheese]{background-color:#ffe082}.theme-light .nedit-root [data-font-color=macaroni-and-cheese],.theme-light [data-font-color=macaroni-and-cheese]{color:#ffa000}.theme-light .nedit-root [data-palette-bg-rgb=macaroni-and-cheese],.theme-light [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#ffe082}.theme-light .nedit-root [data-border-color=macaroni-and-cheese],.theme-light .nedit-root [data-border-color=macaroni-and-cheese].outline-container,.theme-light [data-border-color=macaroni-and-cheese],.theme-light [data-border-color=macaroni-and-cheese].outline-container{border-color:#ffe082}.theme-light .nedit-root [data-border-color=macaroni-and-cheese].blockquote:before,.theme-light [data-border-color=macaroni-and-cheese].blockquote:before{background-color:#ffe082}.theme-light .nedit-root div[data-line-color=macaroni-and-cheese],.theme-light div[data-line-color=macaroni-and-cheese]{border-left-color:#ffe082}.theme-light .nedit-root div[data-line-color=macaroni-and-cheese].horizontal-line hr,.theme-light div[data-line-color=macaroni-and-cheese].horizontal-line hr{border-color:#ffe082}.theme-light .nedit-root [data-player-color=macaroni-and-cheese].file .slider-progress,.theme-light [data-player-color=macaroni-and-cheese].file .slider-progress{background-color:#ffe082}.theme-light .nedit-root [data-player-color=macaroni-and-cheese].file .slider-progress .slider-holder,.theme-light [data-player-color=macaroni-and-cheese].file .slider-progress .slider-holder{border-color:#ffe082;background-color:#ffe082}.theme-light .nedit-root [data-player-color=macaroni-and-cheese].file .audio-preloader:after,.theme-light [data-player-color=macaroni-and-cheese].file .audio-preloader:after{border-color:#ffe082 transparent}.theme-light .nedit-root [data-player-color=macaroni-and-cheese].file svg .player,.theme-light [data-player-color=macaroni-and-cheese].file svg .player{fill:#ffe082}.theme-light .nedit-root [data-block-background=mango],.theme-light [data-block-background=mango]{background-color:#ffcc80}.theme-light .nedit-root [data-font-color=mango],.theme-light [data-font-color=mango]{color:#f57c00}.theme-light .nedit-root [data-palette-bg-rgb=mango],.theme-light [data-palette-bg-rgb=mango]{background-color:#ffcc80}.theme-light .nedit-root [data-border-color=mango],.theme-light .nedit-root [data-border-color=mango].outline-container,.theme-light [data-border-color=mango],.theme-light [data-border-color=mango].outline-container{border-color:#ffcc80}.theme-light .nedit-root [data-border-color=mango].blockquote:before,.theme-light [data-border-color=mango].blockquote:before{background-color:#ffcc80}.theme-light .nedit-root div[data-line-color=mango],.theme-light div[data-line-color=mango]{border-left-color:#ffcc80}.theme-light .nedit-root div[data-line-color=mango].horizontal-line hr,.theme-light div[data-line-color=mango].horizontal-line hr{border-color:#ffcc80}.theme-light .nedit-root [data-player-color=mango].file .slider-progress,.theme-light [data-player-color=mango].file .slider-progress{background-color:#ffcc80}.theme-light .nedit-root [data-player-color=mango].file .slider-progress .slider-holder,.theme-light [data-player-color=mango].file .slider-progress .slider-holder{border-color:#ffcc80;background-color:#ffcc80}.theme-light .nedit-root [data-player-color=mango].file .audio-preloader:after,.theme-light [data-player-color=mango].file .audio-preloader:after{border-color:#ffcc80 transparent}.theme-light .nedit-root [data-player-color=mango].file svg .player,.theme-light [data-player-color=mango].file svg .player{fill:#ffcc80}.theme-light .nedit-root [data-block-background=coral],.theme-light [data-block-background=coral]{background-color:#f48fb1}.theme-light .nedit-root [data-font-color=coral],.theme-light [data-font-color=coral]{color:#c2185b}.theme-light .nedit-root [data-palette-bg-rgb=coral],.theme-light [data-palette-bg-rgb=coral]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color=coral],.theme-light .nedit-root [data-border-color=coral].outline-container,.theme-light [data-border-color=coral],.theme-light [data-border-color=coral].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color=coral].blockquote:before,.theme-light [data-border-color=coral].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color=coral],.theme-light div[data-line-color=coral]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color=coral].horizontal-line hr,.theme-light div[data-line-color=coral].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color=coral].file .slider-progress,.theme-light [data-player-color=coral].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color=coral].file .slider-progress .slider-holder,.theme-light [data-player-color=coral].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color=coral].file .audio-preloader:after,.theme-light [data-player-color=coral].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color=coral].file svg .player,.theme-light [data-player-color=coral].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background=turtle-green],.theme-light [data-block-background=turtle-green]{background-color:#a5d6a7}.theme-light .nedit-root [data-font-color=turtle-green],.theme-light [data-font-color=turtle-green]{color:#388e3c}.theme-light .nedit-root [data-palette-bg-rgb=turtle-green],.theme-light [data-palette-bg-rgb=turtle-green]{background-color:#a5d6a7}.theme-light .nedit-root [data-border-color=turtle-green],.theme-light .nedit-root [data-border-color=turtle-green].outline-container,.theme-light [data-border-color=turtle-green],.theme-light [data-border-color=turtle-green].outline-container{border-color:#a5d6a7}.theme-light .nedit-root [data-border-color=turtle-green].blockquote:before,.theme-light [data-border-color=turtle-green].blockquote:before{background-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=turtle-green],.theme-light div[data-line-color=turtle-green]{border-left-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=turtle-green].horizontal-line hr,.theme-light div[data-line-color=turtle-green].horizontal-line hr{border-color:#a5d6a7}.theme-light .nedit-root [data-player-color=turtle-green].file .slider-progress,.theme-light [data-player-color=turtle-green].file .slider-progress{background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=turtle-green].file .slider-progress .slider-holder,.theme-light [data-player-color=turtle-green].file .slider-progress .slider-holder{border-color:#a5d6a7;background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=turtle-green].file .audio-preloader:after,.theme-light [data-player-color=turtle-green].file .audio-preloader:after{border-color:#a5d6a7 transparent}.theme-light .nedit-root [data-player-color=turtle-green].file svg .player,.theme-light [data-player-color=turtle-green].file svg .player{fill:#a5d6a7}.theme-light .nedit-root [data-block-background=pale-purple],.theme-light [data-block-background=pale-purple]{background-color:#ce93d8}.theme-light .nedit-root [data-font-color=pale-purple],.theme-light [data-font-color=pale-purple]{color:#7b1fa2}.theme-light .nedit-root [data-palette-bg-rgb=pale-purple],.theme-light [data-palette-bg-rgb=pale-purple]{background-color:#ce93d8}.theme-light .nedit-root [data-border-color=pale-purple],.theme-light .nedit-root [data-border-color=pale-purple].outline-container,.theme-light [data-border-color=pale-purple],.theme-light [data-border-color=pale-purple].outline-container{border-color:#ce93d8}.theme-light .nedit-root [data-border-color=pale-purple].blockquote:before,.theme-light [data-border-color=pale-purple].blockquote:before{background-color:#ce93d8}.theme-light .nedit-root div[data-line-color=pale-purple],.theme-light div[data-line-color=pale-purple]{border-left-color:#ce93d8}.theme-light .nedit-root div[data-line-color=pale-purple].horizontal-line hr,.theme-light div[data-line-color=pale-purple].horizontal-line hr{border-color:#ce93d8}.theme-light .nedit-root [data-player-color=pale-purple].file .slider-progress,.theme-light [data-player-color=pale-purple].file .slider-progress{background-color:#ce93d8}.theme-light .nedit-root [data-player-color=pale-purple].file .slider-progress .slider-holder,.theme-light [data-player-color=pale-purple].file .slider-progress .slider-holder{border-color:#ce93d8;background-color:#ce93d8}.theme-light .nedit-root [data-player-color=pale-purple].file .audio-preloader:after,.theme-light [data-player-color=pale-purple].file .audio-preloader:after{border-color:#ce93d8 transparent}.theme-light .nedit-root [data-player-color=pale-purple].file svg .player,.theme-light [data-player-color=pale-purple].file svg .player{fill:#ce93d8}.theme-light .nedit-root [data-block-background=stormy-blue],.theme-light [data-block-background=stormy-blue]{background-color:#90caf9}.theme-light .nedit-root [data-font-color=stormy-blue],.theme-light [data-font-color=stormy-blue]{color:#1976d2}.theme-light .nedit-root [data-palette-bg-rgb=stormy-blue],.theme-light [data-palette-bg-rgb=stormy-blue]{background-color:#90caf9}.theme-light .nedit-root [data-border-color=stormy-blue],.theme-light .nedit-root [data-border-color=stormy-blue].outline-container,.theme-light [data-border-color=stormy-blue],.theme-light [data-border-color=stormy-blue].outline-container{border-color:#90caf9}.theme-light .nedit-root [data-border-color=stormy-blue].blockquote:before,.theme-light [data-border-color=stormy-blue].blockquote:before{background-color:#90caf9}.theme-light .nedit-root div[data-line-color=stormy-blue],.theme-light div[data-line-color=stormy-blue]{border-left-color:#90caf9}.theme-light .nedit-root div[data-line-color=stormy-blue].horizontal-line hr,.theme-light div[data-line-color=stormy-blue].horizontal-line hr{border-color:#90caf9}.theme-light .nedit-root [data-player-color=stormy-blue].file .slider-progress,.theme-light [data-player-color=stormy-blue].file .slider-progress{background-color:#90caf9}.theme-light .nedit-root [data-player-color=stormy-blue].file .slider-progress .slider-holder,.theme-light [data-player-color=stormy-blue].file .slider-progress .slider-holder{border-color:#90caf9;background-color:#90caf9}.theme-light .nedit-root [data-player-color=stormy-blue].file .audio-preloader:after,.theme-light [data-player-color=stormy-blue].file .audio-preloader:after{border-color:#90caf9 transparent}.theme-light .nedit-root [data-player-color=stormy-blue].file svg .player,.theme-light [data-player-color=stormy-blue].file svg .player{fill:#90caf9}.theme-light .nedit-root [data-block-background=macaroni-and-cheese-highlight],.theme-light [data-block-background=macaroni-and-cheese-highlight]{background-color:#ffe082}.theme-light .nedit-root [data-font-color=macaroni-and-cheese-highlight],.theme-light [data-font-color=macaroni-and-cheese-highlight]{color:#ffa000}.theme-light .nedit-root [data-palette-bg-rgb=macaroni-and-cheese-highlight],.theme-light [data-palette-bg-rgb=macaroni-and-cheese-highlight]{background-color:#ffe082}.theme-light .nedit-root [data-border-color=macaroni-and-cheese-highlight],.theme-light .nedit-root [data-border-color=macaroni-and-cheese-highlight].outline-container,.theme-light [data-border-color=macaroni-and-cheese-highlight],.theme-light [data-border-color=macaroni-and-cheese-highlight].outline-container{border-color:#ffe082}.theme-light .nedit-root [data-border-color=macaroni-and-cheese-highlight].blockquote:before,.theme-light [data-border-color=macaroni-and-cheese-highlight].blockquote:before{background-color:#ffe082}.theme-light .nedit-root div[data-line-color=macaroni-and-cheese-highlight],.theme-light div[data-line-color=macaroni-and-cheese-highlight]{border-left-color:#ffe082}.theme-light .nedit-root div[data-line-color=macaroni-and-cheese-highlight].horizontal-line hr,.theme-light div[data-line-color=macaroni-and-cheese-highlight].horizontal-line hr{border-color:#ffe082}.theme-light .nedit-root [data-player-color=macaroni-and-cheese-highlight].file .slider-progress,.theme-light [data-player-color=macaroni-and-cheese-highlight].file .slider-progress{background-color:#ffe082}.theme-light .nedit-root [data-player-color=macaroni-and-cheese-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=macaroni-and-cheese-highlight].file .slider-progress .slider-holder{border-color:#ffe082;background-color:#ffe082}.theme-light .nedit-root [data-player-color=macaroni-and-cheese-highlight].file .audio-preloader:after,.theme-light [data-player-color=macaroni-and-cheese-highlight].file .audio-preloader:after{border-color:#ffe082 transparent}.theme-light .nedit-root [data-player-color=macaroni-and-cheese-highlight].file svg .player,.theme-light [data-player-color=macaroni-and-cheese-highlight].file svg .player{fill:#ffe082}.theme-light .nedit-root [data-block-background=dark-sky-blue-highlight],.theme-light [data-block-background=dark-sky-blue-highlight]{background-color:#81d4fa}.theme-light .nedit-root [data-font-color=dark-sky-blue-highlight],.theme-light [data-font-color=dark-sky-blue-highlight]{color:#0288d1}.theme-light .nedit-root [data-palette-bg-rgb=dark-sky-blue-highlight],.theme-light [data-palette-bg-rgb=dark-sky-blue-highlight]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color=dark-sky-blue-highlight],.theme-light .nedit-root [data-border-color=dark-sky-blue-highlight].outline-container,.theme-light [data-border-color=dark-sky-blue-highlight],.theme-light [data-border-color=dark-sky-blue-highlight].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color=dark-sky-blue-highlight].blockquote:before,.theme-light [data-border-color=dark-sky-blue-highlight].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color=dark-sky-blue-highlight],.theme-light div[data-line-color=dark-sky-blue-highlight]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color=dark-sky-blue-highlight].horizontal-line hr,.theme-light div[data-line-color=dark-sky-blue-highlight].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color=dark-sky-blue-highlight].file .slider-progress,.theme-light [data-player-color=dark-sky-blue-highlight].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color=dark-sky-blue-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=dark-sky-blue-highlight].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color=dark-sky-blue-highlight].file .audio-preloader:after,.theme-light [data-player-color=dark-sky-blue-highlight].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color=dark-sky-blue-highlight].file svg .player,.theme-light [data-player-color=dark-sky-blue-highlight].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background=mango-highlight],.theme-light [data-block-background=mango-highlight]{background-color:#ffcc80}.theme-light .nedit-root [data-font-color=mango-highlight],.theme-light [data-font-color=mango-highlight]{color:#f57c00}.theme-light .nedit-root [data-palette-bg-rgb=mango-highlight],.theme-light [data-palette-bg-rgb=mango-highlight]{background-color:#ffcc80}.theme-light .nedit-root [data-border-color=mango-highlight],.theme-light .nedit-root [data-border-color=mango-highlight].outline-container,.theme-light [data-border-color=mango-highlight],.theme-light [data-border-color=mango-highlight].outline-container{border-color:#ffcc80}.theme-light .nedit-root [data-border-color=mango-highlight].blockquote:before,.theme-light [data-border-color=mango-highlight].blockquote:before{background-color:#ffcc80}.theme-light .nedit-root div[data-line-color=mango-highlight],.theme-light div[data-line-color=mango-highlight]{border-left-color:#ffcc80}.theme-light .nedit-root div[data-line-color=mango-highlight].horizontal-line hr,.theme-light div[data-line-color=mango-highlight].horizontal-line hr{border-color:#ffcc80}.theme-light .nedit-root [data-player-color=mango-highlight].file .slider-progress,.theme-light [data-player-color=mango-highlight].file .slider-progress{background-color:#ffcc80}.theme-light .nedit-root [data-player-color=mango-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=mango-highlight].file .slider-progress .slider-holder{border-color:#ffcc80;background-color:#ffcc80}.theme-light .nedit-root [data-player-color=mango-highlight].file .audio-preloader:after,.theme-light [data-player-color=mango-highlight].file .audio-preloader:after{border-color:#ffcc80 transparent}.theme-light .nedit-root [data-player-color=mango-highlight].file svg .player,.theme-light [data-player-color=mango-highlight].file svg .player{fill:#ffcc80}.theme-light .nedit-root [data-block-background=coral-highlight],.theme-light [data-block-background=coral-highlight]{background-color:#f48fb1}.theme-light .nedit-root [data-font-color=coral-highlight],.theme-light [data-font-color=coral-highlight]{color:#c2185b}.theme-light .nedit-root [data-palette-bg-rgb=coral-highlight],.theme-light [data-palette-bg-rgb=coral-highlight]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color=coral-highlight],.theme-light .nedit-root [data-border-color=coral-highlight].outline-container,.theme-light [data-border-color=coral-highlight],.theme-light [data-border-color=coral-highlight].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color=coral-highlight].blockquote:before,.theme-light [data-border-color=coral-highlight].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color=coral-highlight],.theme-light div[data-line-color=coral-highlight]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color=coral-highlight].horizontal-line hr,.theme-light div[data-line-color=coral-highlight].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color=coral-highlight].file .slider-progress,.theme-light [data-player-color=coral-highlight].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color=coral-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=coral-highlight].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color=coral-highlight].file .audio-preloader:after,.theme-light [data-player-color=coral-highlight].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color=coral-highlight].file svg .player,.theme-light [data-player-color=coral-highlight].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background=turtle-green-highlight],.theme-light [data-block-background=turtle-green-highlight]{background-color:#a5d6a7}.theme-light .nedit-root [data-font-color=turtle-green-highlight],.theme-light [data-font-color=turtle-green-highlight]{color:#388e3c}.theme-light .nedit-root [data-palette-bg-rgb=turtle-green-highlight],.theme-light [data-palette-bg-rgb=turtle-green-highlight]{background-color:#a5d6a7}.theme-light .nedit-root [data-border-color=turtle-green-highlight],.theme-light .nedit-root [data-border-color=turtle-green-highlight].outline-container,.theme-light [data-border-color=turtle-green-highlight],.theme-light [data-border-color=turtle-green-highlight].outline-container{border-color:#a5d6a7}.theme-light .nedit-root [data-border-color=turtle-green-highlight].blockquote:before,.theme-light [data-border-color=turtle-green-highlight].blockquote:before{background-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=turtle-green-highlight],.theme-light div[data-line-color=turtle-green-highlight]{border-left-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=turtle-green-highlight].horizontal-line hr,.theme-light div[data-line-color=turtle-green-highlight].horizontal-line hr{border-color:#a5d6a7}.theme-light .nedit-root [data-player-color=turtle-green-highlight].file .slider-progress,.theme-light [data-player-color=turtle-green-highlight].file .slider-progress{background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=turtle-green-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=turtle-green-highlight].file .slider-progress .slider-holder{border-color:#a5d6a7;background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=turtle-green-highlight].file .audio-preloader:after,.theme-light [data-player-color=turtle-green-highlight].file .audio-preloader:after{border-color:#a5d6a7 transparent}.theme-light .nedit-root [data-player-color=turtle-green-highlight].file svg .player,.theme-light [data-player-color=turtle-green-highlight].file svg .player{fill:#a5d6a7}.theme-light .nedit-root [data-block-background=pale-purple-highlight],.theme-light [data-block-background=pale-purple-highlight]{background-color:#ce93d8}.theme-light .nedit-root [data-font-color=pale-purple-highlight],.theme-light [data-font-color=pale-purple-highlight]{color:#7b1fa2}.theme-light .nedit-root [data-palette-bg-rgb=pale-purple-highlight],.theme-light [data-palette-bg-rgb=pale-purple-highlight]{background-color:#ce93d8}.theme-light .nedit-root [data-border-color=pale-purple-highlight],.theme-light .nedit-root [data-border-color=pale-purple-highlight].outline-container,.theme-light [data-border-color=pale-purple-highlight],.theme-light [data-border-color=pale-purple-highlight].outline-container{border-color:#ce93d8}.theme-light .nedit-root [data-border-color=pale-purple-highlight].blockquote:before,.theme-light [data-border-color=pale-purple-highlight].blockquote:before{background-color:#ce93d8}.theme-light .nedit-root div[data-line-color=pale-purple-highlight],.theme-light div[data-line-color=pale-purple-highlight]{border-left-color:#ce93d8}.theme-light .nedit-root div[data-line-color=pale-purple-highlight].horizontal-line hr,.theme-light div[data-line-color=pale-purple-highlight].horizontal-line hr{border-color:#ce93d8}.theme-light .nedit-root [data-player-color=pale-purple-highlight].file .slider-progress,.theme-light [data-player-color=pale-purple-highlight].file .slider-progress{background-color:#ce93d8}.theme-light .nedit-root [data-player-color=pale-purple-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=pale-purple-highlight].file .slider-progress .slider-holder{border-color:#ce93d8;background-color:#ce93d8}.theme-light .nedit-root [data-player-color=pale-purple-highlight].file .audio-preloader:after,.theme-light [data-player-color=pale-purple-highlight].file .audio-preloader:after{border-color:#ce93d8 transparent}.theme-light .nedit-root [data-player-color=pale-purple-highlight].file svg .player,.theme-light [data-player-color=pale-purple-highlight].file svg .player{fill:#ce93d8}.theme-light .nedit-root [data-block-background=stormy-blue-highlight],.theme-light [data-block-background=stormy-blue-highlight]{background-color:#90caf9}.theme-light .nedit-root [data-font-color=stormy-blue-highlight],.theme-light [data-font-color=stormy-blue-highlight]{color:#1976d2}.theme-light .nedit-root [data-palette-bg-rgb=stormy-blue-highlight],.theme-light [data-palette-bg-rgb=stormy-blue-highlight]{background-color:#90caf9}.theme-light .nedit-root [data-border-color=stormy-blue-highlight],.theme-light .nedit-root [data-border-color=stormy-blue-highlight].outline-container,.theme-light [data-border-color=stormy-blue-highlight],.theme-light [data-border-color=stormy-blue-highlight].outline-container{border-color:#90caf9}.theme-light .nedit-root [data-border-color=stormy-blue-highlight].blockquote:before,.theme-light [data-border-color=stormy-blue-highlight].blockquote:before{background-color:#90caf9}.theme-light .nedit-root div[data-line-color=stormy-blue-highlight],.theme-light div[data-line-color=stormy-blue-highlight]{border-left-color:#90caf9}.theme-light .nedit-root div[data-line-color=stormy-blue-highlight].horizontal-line hr,.theme-light div[data-line-color=stormy-blue-highlight].horizontal-line hr{border-color:#90caf9}.theme-light .nedit-root [data-player-color=stormy-blue-highlight].file .slider-progress,.theme-light [data-player-color=stormy-blue-highlight].file .slider-progress{background-color:#90caf9}.theme-light .nedit-root [data-player-color=stormy-blue-highlight].file .slider-progress .slider-holder,.theme-light [data-player-color=stormy-blue-highlight].file .slider-progress .slider-holder{border-color:#90caf9;background-color:#90caf9}.theme-light .nedit-root [data-player-color=stormy-blue-highlight].file .audio-preloader:after,.theme-light [data-player-color=stormy-blue-highlight].file .audio-preloader:after{border-color:#90caf9 transparent}.theme-light .nedit-root [data-player-color=stormy-blue-highlight].file svg .player,.theme-light [data-player-color=stormy-blue-highlight].file svg .player{fill:#90caf9}.theme-light .nedit-root [data-block-background=deeed4],.theme-light [data-block-background=deeed4]{background-color:#a5d6a7}.theme-light .nedit-root [data-font-color=deeed4],.theme-light [data-font-color=deeed4]{color:#388e3c}.theme-light .nedit-root [data-palette-bg-rgb=deeed4],.theme-light [data-palette-bg-rgb=deeed4]{background-color:#a5d6a7}.theme-light .nedit-root [data-border-color=deeed4],.theme-light .nedit-root [data-border-color=deeed4].outline-container,.theme-light [data-border-color=deeed4],.theme-light [data-border-color=deeed4].outline-container{border-color:#a5d6a7}.theme-light .nedit-root [data-border-color=deeed4].blockquote:before,.theme-light [data-border-color=deeed4].blockquote:before{background-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=deeed4],.theme-light div[data-line-color=deeed4]{border-left-color:#a5d6a7}.theme-light .nedit-root div[data-line-color=deeed4].horizontal-line hr,.theme-light div[data-line-color=deeed4].horizontal-line hr{border-color:#a5d6a7}.theme-light .nedit-root [data-player-color=deeed4].file .slider-progress,.theme-light [data-player-color=deeed4].file .slider-progress{background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=deeed4].file .slider-progress .slider-holder,.theme-light [data-player-color=deeed4].file .slider-progress .slider-holder{border-color:#a5d6a7;background-color:#a5d6a7}.theme-light .nedit-root [data-player-color=deeed4].file .audio-preloader:after,.theme-light [data-player-color=deeed4].file .audio-preloader:after{border-color:#a5d6a7 transparent}.theme-light .nedit-root [data-player-color=deeed4].file svg .player,.theme-light [data-player-color=deeed4].file svg .player{fill:#a5d6a7}.theme-light .nedit-root [data-block-background=ffdbd8],.theme-light [data-block-background=ffdbd8]{background-color:#ef9a9a}.theme-light .nedit-root [data-font-color=ffdbd8],.theme-light [data-font-color=ffdbd8]{color:#d32f2f}.theme-light .nedit-root [data-palette-bg-rgb=ffdbd8],.theme-light [data-palette-bg-rgb=ffdbd8]{background-color:#ef9a9a}.theme-light .nedit-root [data-border-color=ffdbd8],.theme-light .nedit-root [data-border-color=ffdbd8].outline-container,.theme-light [data-border-color=ffdbd8],.theme-light [data-border-color=ffdbd8].outline-container{border-color:#ef9a9a}.theme-light .nedit-root [data-border-color=ffdbd8].blockquote:before,.theme-light [data-border-color=ffdbd8].blockquote:before{background-color:#ef9a9a}.theme-light .nedit-root div[data-line-color=ffdbd8],.theme-light div[data-line-color=ffdbd8]{border-left-color:#ef9a9a}.theme-light .nedit-root div[data-line-color=ffdbd8].horizontal-line hr,.theme-light div[data-line-color=ffdbd8].horizontal-line hr{border-color:#ef9a9a}.theme-light .nedit-root [data-player-color=ffdbd8].file .slider-progress,.theme-light [data-player-color=ffdbd8].file .slider-progress{background-color:#ef9a9a}.theme-light .nedit-root [data-player-color=ffdbd8].file .slider-progress .slider-holder,.theme-light [data-player-color=ffdbd8].file .slider-progress .slider-holder{border-color:#ef9a9a;background-color:#ef9a9a}.theme-light .nedit-root [data-player-color=ffdbd8].file .audio-preloader:after,.theme-light [data-player-color=ffdbd8].file .audio-preloader:after{border-color:#ef9a9a transparent}.theme-light .nedit-root [data-player-color=ffdbd8].file svg .player,.theme-light [data-player-color=ffdbd8].file svg .player{fill:#ef9a9a}.theme-light .nedit-root [data-block-background=cbefff],.theme-light [data-block-background=cbefff]{background-color:#81d4fa}.theme-light .nedit-root [data-font-color=cbefff],.theme-light [data-font-color=cbefff]{color:#0288d1}.theme-light .nedit-root [data-palette-bg-rgb=cbefff],.theme-light [data-palette-bg-rgb=cbefff]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color=cbefff],.theme-light .nedit-root [data-border-color=cbefff].outline-container,.theme-light [data-border-color=cbefff],.theme-light [data-border-color=cbefff].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color=cbefff].blockquote:before,.theme-light [data-border-color=cbefff].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color=cbefff],.theme-light div[data-line-color=cbefff]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color=cbefff].horizontal-line hr,.theme-light div[data-line-color=cbefff].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color=cbefff].file .slider-progress,.theme-light [data-player-color=cbefff].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color=cbefff].file .slider-progress .slider-holder,.theme-light [data-player-color=cbefff].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color=cbefff].file .audio-preloader:after,.theme-light [data-player-color=cbefff].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color=cbefff].file svg .player,.theme-light [data-player-color=cbefff].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background=feebd3],.theme-light [data-block-background=feebd3]{background-color:#ffe082}.theme-light .nedit-root [data-font-color=feebd3],.theme-light [data-font-color=feebd3]{color:#ffa000}.theme-light .nedit-root [data-palette-bg-rgb=feebd3],.theme-light [data-palette-bg-rgb=feebd3]{background-color:#ffe082}.theme-light .nedit-root [data-border-color=feebd3],.theme-light .nedit-root [data-border-color=feebd3].outline-container,.theme-light [data-border-color=feebd3],.theme-light [data-border-color=feebd3].outline-container{border-color:#ffe082}.theme-light .nedit-root [data-border-color=feebd3].blockquote:before,.theme-light [data-border-color=feebd3].blockquote:before{background-color:#ffe082}.theme-light .nedit-root div[data-line-color=feebd3],.theme-light div[data-line-color=feebd3]{border-left-color:#ffe082}.theme-light .nedit-root div[data-line-color=feebd3].horizontal-line hr,.theme-light div[data-line-color=feebd3].horizontal-line hr{border-color:#ffe082}.theme-light .nedit-root [data-player-color=feebd3].file .slider-progress,.theme-light [data-player-color=feebd3].file .slider-progress{background-color:#ffe082}.theme-light .nedit-root [data-player-color=feebd3].file .slider-progress .slider-holder,.theme-light [data-player-color=feebd3].file .slider-progress .slider-holder{border-color:#ffe082;background-color:#ffe082}.theme-light .nedit-root [data-player-color=feebd3].file .audio-preloader:after,.theme-light [data-player-color=feebd3].file .audio-preloader:after{border-color:#ffe082 transparent}.theme-light .nedit-root [data-player-color=feebd3].file svg .player,.theme-light [data-player-color=feebd3].file svg .player{fill:#ffe082}.theme-light .nedit-root [data-block-background=f8d3df],.theme-light [data-block-background=f8d3df]{background-color:#f48fb1}.theme-light .nedit-root [data-font-color=f8d3df],.theme-light [data-font-color=f8d3df]{color:#c2185b}.theme-light .nedit-root [data-palette-bg-rgb=f8d3df],.theme-light [data-palette-bg-rgb=f8d3df]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color=f8d3df],.theme-light .nedit-root [data-border-color=f8d3df].outline-container,.theme-light [data-border-color=f8d3df],.theme-light [data-border-color=f8d3df].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color=f8d3df].blockquote:before,.theme-light [data-border-color=f8d3df].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color=f8d3df],.theme-light div[data-line-color=f8d3df]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color=f8d3df].horizontal-line hr,.theme-light div[data-line-color=f8d3df].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color=f8d3df].file .slider-progress,.theme-light [data-player-color=f8d3df].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color=f8d3df].file .slider-progress .slider-holder,.theme-light [data-player-color=f8d3df].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color=f8d3df].file .audio-preloader:after,.theme-light [data-player-color=f8d3df].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color=f8d3df].file svg .player,.theme-light [data-player-color=f8d3df].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background="rgba(66, 165, 245, 0.32)"],.theme-light [data-block-background="rgba(66, 165, 245, 0.32)"]{background-color:#81d4fa}.theme-light .nedit-root [data-font-color="rgba(66, 165, 245, 0.32)"],.theme-light [data-font-color="rgba(66, 165, 245, 0.32)"]{color:#0288d1}.theme-light .nedit-root [data-palette-bg-rgb="rgba(66, 165, 245, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(66, 165, 245, 0.32)"]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color="rgba(66, 165, 245, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(66, 165, 245, 0.32)"].outline-container,.theme-light [data-border-color="rgba(66, 165, 245, 0.32)"],.theme-light [data-border-color="rgba(66, 165, 245, 0.32)"].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color="rgba(66, 165, 245, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(66, 165, 245, 0.32)"].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color="rgba(66, 165, 245, 0.32)"],.theme-light div[data-line-color="rgba(66, 165, 245, 0.32)"]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color="rgba(66, 165, 245, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(66, 165, 245, 0.32)"].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(66, 165, 245, 0.32)"].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(66, 165, 245, 0.32)"].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background="var(--bleu-de-france-32)"],.theme-light [data-block-background="var(--bleu-de-france-32)"]{background-color:#81d4fa}.theme-light .nedit-root [data-font-color="var(--bleu-de-france-32)"],.theme-light [data-font-color="var(--bleu-de-france-32)"]{color:#0288d1}.theme-light .nedit-root [data-palette-bg-rgb="var(--bleu-de-france-32)"],.theme-light [data-palette-bg-rgb="var(--bleu-de-france-32)"]{background-color:#81d4fa}.theme-light .nedit-root [data-border-color="var(--bleu-de-france-32)"],.theme-light .nedit-root [data-border-color="var(--bleu-de-france-32)"].outline-container,.theme-light [data-border-color="var(--bleu-de-france-32)"],.theme-light [data-border-color="var(--bleu-de-france-32)"].outline-container{border-color:#81d4fa}.theme-light .nedit-root [data-border-color="var(--bleu-de-france-32)"].blockquote:before,.theme-light [data-border-color="var(--bleu-de-france-32)"].blockquote:before{background-color:#81d4fa}.theme-light .nedit-root div[data-line-color="var(--bleu-de-france-32)"],.theme-light div[data-line-color="var(--bleu-de-france-32)"]{border-left-color:#81d4fa}.theme-light .nedit-root div[data-line-color="var(--bleu-de-france-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--bleu-de-france-32)"].horizontal-line hr{border-color:#81d4fa}.theme-light .nedit-root [data-player-color="var(--bleu-de-france-32)"].file .slider-progress,.theme-light [data-player-color="var(--bleu-de-france-32)"].file .slider-progress{background-color:#81d4fa}.theme-light .nedit-root [data-player-color="var(--bleu-de-france-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--bleu-de-france-32)"].file .slider-progress .slider-holder{border-color:#81d4fa;background-color:#81d4fa}.theme-light .nedit-root [data-player-color="var(--bleu-de-france-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--bleu-de-france-32)"].file .audio-preloader:after{border-color:#81d4fa transparent}.theme-light .nedit-root [data-player-color="var(--bleu-de-france-32)"].file svg .player,.theme-light [data-player-color="var(--bleu-de-france-32)"].file svg .player{fill:#81d4fa}.theme-light .nedit-root [data-block-background="rgba(250, 201, 47, 0.32)"],.theme-light [data-block-background="rgba(250, 201, 47, 0.32)"]{background-color:#ffe082}.theme-light .nedit-root [data-font-color="rgba(250, 201, 47, 0.32)"],.theme-light [data-font-color="rgba(250, 201, 47, 0.32)"]{color:#ffa000}.theme-light .nedit-root [data-palette-bg-rgb="rgba(250, 201, 47, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(250, 201, 47, 0.32)"]{background-color:#ffe082}.theme-light .nedit-root [data-border-color="rgba(250, 201, 47, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(250, 201, 47, 0.32)"].outline-container,.theme-light [data-border-color="rgba(250, 201, 47, 0.32)"],.theme-light [data-border-color="rgba(250, 201, 47, 0.32)"].outline-container{border-color:#ffe082}.theme-light .nedit-root [data-border-color="rgba(250, 201, 47, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(250, 201, 47, 0.32)"].blockquote:before{background-color:#ffe082}.theme-light .nedit-root div[data-line-color="rgba(250, 201, 47, 0.32)"],.theme-light div[data-line-color="rgba(250, 201, 47, 0.32)"]{border-left-color:#ffe082}.theme-light .nedit-root div[data-line-color="rgba(250, 201, 47, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(250, 201, 47, 0.32)"].horizontal-line hr{border-color:#ffe082}.theme-light .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress{background-color:#ffe082}.theme-light .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress .slider-holder{border-color:#ffe082;background-color:#ffe082}.theme-light .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(250, 201, 47, 0.32)"].file .audio-preloader:after{border-color:#ffe082 transparent}.theme-light .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(250, 201, 47, 0.32)"].file svg .player{fill:#ffe082}.theme-light .nedit-root [data-block-background="var(--sunglow-32)"],.theme-light [data-block-background="var(--sunglow-32)"]{background-color:#ffe082}.theme-light .nedit-root [data-font-color="var(--sunglow-32)"],.theme-light [data-font-color="var(--sunglow-32)"]{color:#ffa000}.theme-light .nedit-root [data-palette-bg-rgb="var(--sunglow-32)"],.theme-light [data-palette-bg-rgb="var(--sunglow-32)"]{background-color:#ffe082}.theme-light .nedit-root [data-border-color="var(--sunglow-32)"],.theme-light .nedit-root [data-border-color="var(--sunglow-32)"].outline-container,.theme-light [data-border-color="var(--sunglow-32)"],.theme-light [data-border-color="var(--sunglow-32)"].outline-container{border-color:#ffe082}.theme-light .nedit-root [data-border-color="var(--sunglow-32)"].blockquote:before,.theme-light [data-border-color="var(--sunglow-32)"].blockquote:before{background-color:#ffe082}.theme-light .nedit-root div[data-line-color="var(--sunglow-32)"],.theme-light div[data-line-color="var(--sunglow-32)"]{border-left-color:#ffe082}.theme-light .nedit-root div[data-line-color="var(--sunglow-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--sunglow-32)"].horizontal-line hr{border-color:#ffe082}.theme-light .nedit-root [data-player-color="var(--sunglow-32)"].file .slider-progress,.theme-light [data-player-color="var(--sunglow-32)"].file .slider-progress{background-color:#ffe082}.theme-light .nedit-root [data-player-color="var(--sunglow-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--sunglow-32)"].file .slider-progress .slider-holder{border-color:#ffe082;background-color:#ffe082}.theme-light .nedit-root [data-player-color="var(--sunglow-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--sunglow-32)"].file .audio-preloader:after{border-color:#ffe082 transparent}.theme-light .nedit-root [data-player-color="var(--sunglow-32)"].file svg .player,.theme-light [data-player-color="var(--sunglow-32)"].file svg .player{fill:#ffe082}.theme-light .nedit-root [data-block-background="rgba(253, 166, 57, 0.32)"],.theme-light [data-block-background="rgba(253, 166, 57, 0.32)"]{background-color:#ffcc80}.theme-light .nedit-root [data-font-color="rgba(253, 166, 57, 0.32)"],.theme-light [data-font-color="rgba(253, 166, 57, 0.32)"]{color:#f57c00}.theme-light .nedit-root [data-palette-bg-rgb="rgba(253, 166, 57, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(253, 166, 57, 0.32)"]{background-color:#ffcc80}.theme-light .nedit-root [data-border-color="rgba(253, 166, 57, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(253, 166, 57, 0.32)"].outline-container,.theme-light [data-border-color="rgba(253, 166, 57, 0.32)"],.theme-light [data-border-color="rgba(253, 166, 57, 0.32)"].outline-container{border-color:#ffcc80}.theme-light .nedit-root [data-border-color="rgba(253, 166, 57, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(253, 166, 57, 0.32)"].blockquote:before{background-color:#ffcc80}.theme-light .nedit-root div[data-line-color="rgba(253, 166, 57, 0.32)"],.theme-light div[data-line-color="rgba(253, 166, 57, 0.32)"]{border-left-color:#ffcc80}.theme-light .nedit-root div[data-line-color="rgba(253, 166, 57, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(253, 166, 57, 0.32)"].horizontal-line hr{border-color:#ffcc80}.theme-light .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress{background-color:#ffcc80}.theme-light .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress .slider-holder{border-color:#ffcc80;background-color:#ffcc80}.theme-light .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(253, 166, 57, 0.32)"].file .audio-preloader:after{border-color:#ffcc80 transparent}.theme-light .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(253, 166, 57, 0.32)"].file svg .player{fill:#ffcc80}.theme-light .nedit-root [data-block-background="var(--neon-carrot-32)"],.theme-light [data-block-background="var(--neon-carrot-32)"]{background-color:#ffcc80}.theme-light .nedit-root [data-font-color="var(--neon-carrot-32)"],.theme-light [data-font-color="var(--neon-carrot-32)"]{color:#f57c00}.theme-light .nedit-root [data-palette-bg-rgb="var(--neon-carrot-32)"],.theme-light [data-palette-bg-rgb="var(--neon-carrot-32)"]{background-color:#ffcc80}.theme-light .nedit-root [data-border-color="var(--neon-carrot-32)"],.theme-light .nedit-root [data-border-color="var(--neon-carrot-32)"].outline-container,.theme-light [data-border-color="var(--neon-carrot-32)"],.theme-light [data-border-color="var(--neon-carrot-32)"].outline-container{border-color:#ffcc80}.theme-light .nedit-root [data-border-color="var(--neon-carrot-32)"].blockquote:before,.theme-light [data-border-color="var(--neon-carrot-32)"].blockquote:before{background-color:#ffcc80}.theme-light .nedit-root div[data-line-color="var(--neon-carrot-32)"],.theme-light div[data-line-color="var(--neon-carrot-32)"]{border-left-color:#ffcc80}.theme-light .nedit-root div[data-line-color="var(--neon-carrot-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--neon-carrot-32)"].horizontal-line hr{border-color:#ffcc80}.theme-light .nedit-root [data-player-color="var(--neon-carrot-32)"].file .slider-progress,.theme-light [data-player-color="var(--neon-carrot-32)"].file .slider-progress{background-color:#ffcc80}.theme-light .nedit-root [data-player-color="var(--neon-carrot-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--neon-carrot-32)"].file .slider-progress .slider-holder{border-color:#ffcc80;background-color:#ffcc80}.theme-light .nedit-root [data-player-color="var(--neon-carrot-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--neon-carrot-32)"].file .audio-preloader:after{border-color:#ffcc80 transparent}.theme-light .nedit-root [data-player-color="var(--neon-carrot-32)"].file svg .player,.theme-light [data-player-color="var(--neon-carrot-32)"].file svg .player{fill:#ffcc80}.theme-light .nedit-root [data-block-background="rgba(237, 84, 84, 0.32)"],.theme-light [data-block-background="rgba(237, 84, 84, 0.32)"]{background-color:#f48fb1}.theme-light .nedit-root [data-font-color="rgba(237, 84, 84, 0.32)"],.theme-light [data-font-color="rgba(237, 84, 84, 0.32)"]{color:#c2185b}.theme-light .nedit-root [data-palette-bg-rgb="rgba(237, 84, 84, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(237, 84, 84, 0.32)"]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color="rgba(237, 84, 84, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(237, 84, 84, 0.32)"].outline-container,.theme-light [data-border-color="rgba(237, 84, 84, 0.32)"],.theme-light [data-border-color="rgba(237, 84, 84, 0.32)"].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color="rgba(237, 84, 84, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(237, 84, 84, 0.32)"].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color="rgba(237, 84, 84, 0.32)"],.theme-light div[data-line-color="rgba(237, 84, 84, 0.32)"]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color="rgba(237, 84, 84, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(237, 84, 84, 0.32)"].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(237, 84, 84, 0.32)"].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(237, 84, 84, 0.32)"].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background="var(--carmine-pink-32)"],.theme-light [data-block-background="var(--carmine-pink-32)"]{background-color:#f48fb1}.theme-light .nedit-root [data-font-color="var(--carmine-pink-32)"],.theme-light [data-font-color="var(--carmine-pink-32)"]{color:#c2185b}.theme-light .nedit-root [data-palette-bg-rgb="var(--carmine-pink-32)"],.theme-light [data-palette-bg-rgb="var(--carmine-pink-32)"]{background-color:#f48fb1}.theme-light .nedit-root [data-border-color="var(--carmine-pink-32)"],.theme-light .nedit-root [data-border-color="var(--carmine-pink-32)"].outline-container,.theme-light [data-border-color="var(--carmine-pink-32)"],.theme-light [data-border-color="var(--carmine-pink-32)"].outline-container{border-color:#f48fb1}.theme-light .nedit-root [data-border-color="var(--carmine-pink-32)"].blockquote:before,.theme-light [data-border-color="var(--carmine-pink-32)"].blockquote:before{background-color:#f48fb1}.theme-light .nedit-root div[data-line-color="var(--carmine-pink-32)"],.theme-light div[data-line-color="var(--carmine-pink-32)"]{border-left-color:#f48fb1}.theme-light .nedit-root div[data-line-color="var(--carmine-pink-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--carmine-pink-32)"].horizontal-line hr{border-color:#f48fb1}.theme-light .nedit-root [data-player-color="var(--carmine-pink-32)"].file .slider-progress,.theme-light [data-player-color="var(--carmine-pink-32)"].file .slider-progress{background-color:#f48fb1}.theme-light .nedit-root [data-player-color="var(--carmine-pink-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--carmine-pink-32)"].file .slider-progress .slider-holder{border-color:#f48fb1;background-color:#f48fb1}.theme-light .nedit-root [data-player-color="var(--carmine-pink-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--carmine-pink-32)"].file .audio-preloader:after{border-color:#f48fb1 transparent}.theme-light .nedit-root [data-player-color="var(--carmine-pink-32)"].file svg .player,.theme-light [data-player-color="var(--carmine-pink-32)"].file svg .player{fill:#f48fb1}.theme-light .nedit-root [data-block-background="rgba(139, 195, 74, 0.32)"],.theme-light [data-block-background="rgba(139, 195, 74, 0.32)"]{background-color:#a5d6a7}.theme-light .nedit-root [data-font-color="rgba(139, 195, 74, 0.32)"],.theme-light [data-font-color="rgba(139, 195, 74, 0.32)"]{color:#388e3c}.theme-light .nedit-root [data-palette-bg-rgb="rgba(139, 195, 74, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(139, 195, 74, 0.32)"]{background-color:#a5d6a7}.theme-light .nedit-root [data-border-color="rgba(139, 195, 74, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(139, 195, 74, 0.32)"].outline-container,.theme-light [data-border-color="rgba(139, 195, 74, 0.32)"],.theme-light [data-border-color="rgba(139, 195, 74, 0.32)"].outline-container{border-color:#a5d6a7}.theme-light .nedit-root [data-border-color="rgba(139, 195, 74, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(139, 195, 74, 0.32)"].blockquote:before{background-color:#a5d6a7}.theme-light .nedit-root div[data-line-color="rgba(139, 195, 74, 0.32)"],.theme-light div[data-line-color="rgba(139, 195, 74, 0.32)"]{border-left-color:#a5d6a7}.theme-light .nedit-root div[data-line-color="rgba(139, 195, 74, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(139, 195, 74, 0.32)"].horizontal-line hr{border-color:#a5d6a7}.theme-light .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress{background-color:#a5d6a7}.theme-light .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress .slider-holder{border-color:#a5d6a7;background-color:#a5d6a7}.theme-light .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(139, 195, 74, 0.32)"].file .audio-preloader:after{border-color:#a5d6a7 transparent}.theme-light .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(139, 195, 74, 0.32)"].file svg .player{fill:#a5d6a7}.theme-light .nedit-root [data-block-background="var(--dollar-bill-32)"],.theme-light [data-block-background="var(--dollar-bill-32)"]{background-color:#a5d6a7}.theme-light .nedit-root [data-font-color="var(--dollar-bill-32)"],.theme-light [data-font-color="var(--dollar-bill-32)"]{color:#388e3c}.theme-light .nedit-root [data-palette-bg-rgb="var(--dollar-bill-32)"],.theme-light [data-palette-bg-rgb="var(--dollar-bill-32)"]{background-color:#a5d6a7}.theme-light .nedit-root [data-border-color="var(--dollar-bill-32)"],.theme-light .nedit-root [data-border-color="var(--dollar-bill-32)"].outline-container,.theme-light [data-border-color="var(--dollar-bill-32)"],.theme-light [data-border-color="var(--dollar-bill-32)"].outline-container{border-color:#a5d6a7}.theme-light .nedit-root [data-border-color="var(--dollar-bill-32)"].blockquote:before,.theme-light [data-border-color="var(--dollar-bill-32)"].blockquote:before{background-color:#a5d6a7}.theme-light .nedit-root div[data-line-color="var(--dollar-bill-32)"],.theme-light div[data-line-color="var(--dollar-bill-32)"]{border-left-color:#a5d6a7}.theme-light .nedit-root div[data-line-color="var(--dollar-bill-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--dollar-bill-32)"].horizontal-line hr{border-color:#a5d6a7}.theme-light .nedit-root [data-player-color="var(--dollar-bill-32)"].file .slider-progress,.theme-light [data-player-color="var(--dollar-bill-32)"].file .slider-progress{background-color:#a5d6a7}.theme-light .nedit-root [data-player-color="var(--dollar-bill-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--dollar-bill-32)"].file .slider-progress .slider-holder{border-color:#a5d6a7;background-color:#a5d6a7}.theme-light .nedit-root [data-player-color="var(--dollar-bill-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--dollar-bill-32)"].file .audio-preloader:after{border-color:#a5d6a7 transparent}.theme-light .nedit-root [data-player-color="var(--dollar-bill-32)"].file svg .player,.theme-light [data-player-color="var(--dollar-bill-32)"].file svg .player{fill:#a5d6a7}.theme-light .nedit-root [data-block-background="rgba(179, 157, 219, 0.32)"],.theme-light [data-block-background="rgba(179, 157, 219, 0.32)"]{background-color:#ce93d8}.theme-light .nedit-root [data-font-color="rgba(179, 157, 219, 0.32)"],.theme-light [data-font-color="rgba(179, 157, 219, 0.32)"]{color:#7b1fa2}.theme-light .nedit-root [data-palette-bg-rgb="rgba(179, 157, 219, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(179, 157, 219, 0.32)"]{background-color:#ce93d8}.theme-light .nedit-root [data-border-color="rgba(179, 157, 219, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(179, 157, 219, 0.32)"].outline-container,.theme-light [data-border-color="rgba(179, 157, 219, 0.32)"],.theme-light [data-border-color="rgba(179, 157, 219, 0.32)"].outline-container{border-color:#ce93d8}.theme-light .nedit-root [data-border-color="rgba(179, 157, 219, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(179, 157, 219, 0.32)"].blockquote:before{background-color:#ce93d8}.theme-light .nedit-root div[data-line-color="rgba(179, 157, 219, 0.32)"],.theme-light div[data-line-color="rgba(179, 157, 219, 0.32)"]{border-left-color:#ce93d8}.theme-light .nedit-root div[data-line-color="rgba(179, 157, 219, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(179, 157, 219, 0.32)"].horizontal-line hr{border-color:#ce93d8}.theme-light .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress{background-color:#ce93d8}.theme-light .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress .slider-holder{border-color:#ce93d8;background-color:#ce93d8}.theme-light .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(179, 157, 219, 0.32)"].file .audio-preloader:after{border-color:#ce93d8 transparent}.theme-light .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(179, 157, 219, 0.32)"].file svg .player{fill:#ce93d8}.theme-light .nedit-root [data-block-background="var(--light-pastel-purple-32)"],.theme-light [data-block-background="var(--light-pastel-purple-32)"]{background-color:#ce93d8}.theme-light .nedit-root [data-font-color="var(--light-pastel-purple-32)"],.theme-light [data-font-color="var(--light-pastel-purple-32)"]{color:#7b1fa2}.theme-light .nedit-root [data-palette-bg-rgb="var(--light-pastel-purple-32)"],.theme-light [data-palette-bg-rgb="var(--light-pastel-purple-32)"]{background-color:#ce93d8}.theme-light .nedit-root [data-border-color="var(--light-pastel-purple-32)"],.theme-light .nedit-root [data-border-color="var(--light-pastel-purple-32)"].outline-container,.theme-light [data-border-color="var(--light-pastel-purple-32)"],.theme-light [data-border-color="var(--light-pastel-purple-32)"].outline-container{border-color:#ce93d8}.theme-light .nedit-root [data-border-color="var(--light-pastel-purple-32)"].blockquote:before,.theme-light [data-border-color="var(--light-pastel-purple-32)"].blockquote:before{background-color:#ce93d8}.theme-light .nedit-root div[data-line-color="var(--light-pastel-purple-32)"],.theme-light div[data-line-color="var(--light-pastel-purple-32)"]{border-left-color:#ce93d8}.theme-light .nedit-root div[data-line-color="var(--light-pastel-purple-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--light-pastel-purple-32)"].horizontal-line hr{border-color:#ce93d8}.theme-light .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress,.theme-light [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress{background-color:#ce93d8}.theme-light .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress .slider-holder{border-color:#ce93d8;background-color:#ce93d8}.theme-light .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--light-pastel-purple-32)"].file .audio-preloader:after{border-color:#ce93d8 transparent}.theme-light .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file svg .player,.theme-light [data-player-color="var(--light-pastel-purple-32)"].file svg .player{fill:#ce93d8}.theme-light .nedit-root [data-block-background="rgba(85, 115, 167, 0.32)"],.theme-light [data-block-background="rgba(85, 115, 167, 0.32)"]{background-color:#90caf9}.theme-light .nedit-root [data-font-color="rgba(85, 115, 167, 0.32)"],.theme-light [data-font-color="rgba(85, 115, 167, 0.32)"]{color:#1976d2}.theme-light .nedit-root [data-palette-bg-rgb="rgba(85, 115, 167, 0.32)"],.theme-light [data-palette-bg-rgb="rgba(85, 115, 167, 0.32)"]{background-color:#90caf9}.theme-light .nedit-root [data-border-color="rgba(85, 115, 167, 0.32)"],.theme-light .nedit-root [data-border-color="rgba(85, 115, 167, 0.32)"].outline-container,.theme-light [data-border-color="rgba(85, 115, 167, 0.32)"],.theme-light [data-border-color="rgba(85, 115, 167, 0.32)"].outline-container{border-color:#90caf9}.theme-light .nedit-root [data-border-color="rgba(85, 115, 167, 0.32)"].blockquote:before,.theme-light [data-border-color="rgba(85, 115, 167, 0.32)"].blockquote:before{background-color:#90caf9}.theme-light .nedit-root div[data-line-color="rgba(85, 115, 167, 0.32)"],.theme-light div[data-line-color="rgba(85, 115, 167, 0.32)"]{border-left-color:#90caf9}.theme-light .nedit-root div[data-line-color="rgba(85, 115, 167, 0.32)"].horizontal-line hr,.theme-light div[data-line-color="rgba(85, 115, 167, 0.32)"].horizontal-line hr{border-color:#90caf9}.theme-light .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress,.theme-light [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress{background-color:#90caf9}.theme-light .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress .slider-holder{border-color:#90caf9;background-color:#90caf9}.theme-light .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file .audio-preloader:after,.theme-light [data-player-color="rgba(85, 115, 167, 0.32)"].file .audio-preloader:after{border-color:#90caf9 transparent}.theme-light .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file svg .player,.theme-light [data-player-color="rgba(85, 115, 167, 0.32)"].file svg .player{fill:#90caf9}.theme-light .nedit-root [data-block-background="var(--ucla-blue-32)"],.theme-light [data-block-background="var(--ucla-blue-32)"]{background-color:#90caf9}.theme-light .nedit-root [data-font-color="var(--ucla-blue-32)"],.theme-light [data-font-color="var(--ucla-blue-32)"]{color:#1976d2}.theme-light .nedit-root [data-palette-bg-rgb="var(--ucla-blue-32)"],.theme-light [data-palette-bg-rgb="var(--ucla-blue-32)"]{background-color:#90caf9}.theme-light .nedit-root [data-border-color="var(--ucla-blue-32)"],.theme-light .nedit-root [data-border-color="var(--ucla-blue-32)"].outline-container,.theme-light [data-border-color="var(--ucla-blue-32)"],.theme-light [data-border-color="var(--ucla-blue-32)"].outline-container{border-color:#90caf9}.theme-light .nedit-root [data-border-color="var(--ucla-blue-32)"].blockquote:before,.theme-light [data-border-color="var(--ucla-blue-32)"].blockquote:before{background-color:#90caf9}.theme-light .nedit-root div[data-line-color="var(--ucla-blue-32)"],.theme-light div[data-line-color="var(--ucla-blue-32)"]{border-left-color:#90caf9}.theme-light .nedit-root div[data-line-color="var(--ucla-blue-32)"].horizontal-line hr,.theme-light div[data-line-color="var(--ucla-blue-32)"].horizontal-line hr{border-color:#90caf9}.theme-light .nedit-root [data-player-color="var(--ucla-blue-32)"].file .slider-progress,.theme-light [data-player-color="var(--ucla-blue-32)"].file .slider-progress{background-color:#90caf9}.theme-light .nedit-root [data-player-color="var(--ucla-blue-32)"].file .slider-progress .slider-holder,.theme-light [data-player-color="var(--ucla-blue-32)"].file .slider-progress .slider-holder{border-color:#90caf9;background-color:#90caf9}.theme-light .nedit-root [data-player-color="var(--ucla-blue-32)"].file .audio-preloader:after,.theme-light [data-player-color="var(--ucla-blue-32)"].file .audio-preloader:after{border-color:#90caf9 transparent}.theme-light .nedit-root [data-player-color="var(--ucla-blue-32)"].file svg .player,.theme-light [data-player-color="var(--ucla-blue-32)"].file svg .player{fill:#90caf9}.theme-light .aqua-color,.theme-light .font-palette-aqua,.theme-light .nedit-root .aqua-color,.theme-light .nedit-root .font-palette-aqua{color:#0288d1}.theme-light .bg-palette-aqua,.theme-light .nedit-root .bg-palette-aqua{background-color:#81d4fa}.theme-light .nedit-root .shadow-palette-aqua,.theme-light .shadow-palette-aqua{--box-shadow-color:#81d4fa}.theme-light .carrot-color,.theme-light .font-palette-carrot,.theme-light .nedit-root .carrot-color,.theme-light .nedit-root .font-palette-carrot{color:#f57c00}.theme-light .bg-palette-carrot,.theme-light .nedit-root .bg-palette-carrot{background-color:#ffcc80}.theme-light .nedit-root .shadow-palette-carrot,.theme-light .shadow-palette-carrot{--box-shadow-color:#ffcc80}.theme-light .font-palette-thistle,.theme-light .nedit-root .font-palette-thistle,.theme-light .nedit-root .thistle-color,.theme-light .thistle-color{color:#7b1fa2}.theme-light .bg-palette-thistle,.theme-light .nedit-root .bg-palette-thistle{background-color:#ce93d8}.theme-light .nedit-root .shadow-palette-thistle,.theme-light .shadow-palette-thistle{--box-shadow-color:#ce93d8}.theme-light .font-palette-ucla-blue,.theme-light .nedit-root .font-palette-ucla-blue,.theme-light .nedit-root .ucla-blue-color,.theme-light .ucla-blue-color{color:#303f9f}.theme-light .bg-palette-ucla-blue,.theme-light .nedit-root .bg-palette-ucla-blue{background-color:#9fa8da}.theme-light .nedit-root .shadow-palette-ucla-blue,.theme-light .shadow-palette-ucla-blue{--box-shadow-color:#9fa8da}.theme-light .font-palette-yellow-green,.theme-light .nedit-root .font-palette-yellow-green,.theme-light .nedit-root .yellow-green-color,.theme-light .yellow-green-color{color:#afb42b}.theme-light .bg-palette-yellow-green,.theme-light .nedit-root .bg-palette-yellow-green{background-color:#e6ee9c}.theme-light .nedit-root .shadow-palette-yellow-green,.theme-light .shadow-palette-yellow-green{--box-shadow-color:#e6ee9c}.theme-light .aquamarine-color,.theme-light .font-palette-aquamarine,.theme-light .nedit-root .aquamarine-color,.theme-light .nedit-root .font-palette-aquamarine{color:#0097a7}.theme-light .bg-palette-aquamarine,.theme-light .nedit-root .bg-palette-aquamarine{background-color:#80deea}.theme-light .nedit-root .shadow-palette-aquamarine,.theme-light .shadow-palette-aquamarine{--box-shadow-color:#80deea}.theme-light .font-palette-jade,.theme-light .jade-color,.theme-light .nedit-root .font-palette-jade,.theme-light .nedit-root .jade-color{color:#00796b}.theme-light .bg-palette-jade,.theme-light .nedit-root .bg-palette-jade{background-color:#80cbc4}.theme-light .nedit-root .shadow-palette-jade,.theme-light .shadow-palette-jade{--box-shadow-color:#80cbc4}.theme-light .font-palette-green-sea,.theme-light .green-sea-color,.theme-light .nedit-root .font-palette-green-sea,.theme-light .nedit-root .green-sea-color{color:#00796b}.theme-light .bg-palette-green-sea,.theme-light .nedit-root .bg-palette-green-sea{background-color:#80cbc4}.theme-light .nedit-root .shadow-palette-green-sea,.theme-light .shadow-palette-green-sea{--box-shadow-color:#80cbc4}.theme-light .cloudy-color,.theme-light .font-palette-cloudy,.theme-light .nedit-root .cloudy-color,.theme-light .nedit-root .font-palette-cloudy{color:#455a64}.theme-light .bg-palette-cloudy,.theme-light .nedit-root .bg-palette-cloudy{background-color:#b0bec5}.theme-light .nedit-root .shadow-palette-cloudy,.theme-light .shadow-palette-cloudy{--box-shadow-color:#b0bec5}.theme-light .dark-sky-color,.theme-light .font-palette-dark-sky,.theme-light .nedit-root .dark-sky-color,.theme-light .nedit-root .font-palette-dark-sky{color:#455a64}.theme-light .bg-palette-dark-sky,.theme-light .nedit-root .bg-palette-dark-sky{background-color:#b0bec5}.theme-light .nedit-root .shadow-palette-dark-sky,.theme-light .shadow-palette-dark-sky{--box-shadow-color:#b0bec5}.theme-light .cherry-color,.theme-light .font-palette-cherry,.theme-light .nedit-root .cherry-color,.theme-light .nedit-root .font-palette-cherry{color:#c2185b}.theme-light .bg-palette-cherry,.theme-light .nedit-root .bg-palette-cherry{background-color:#f48fb1}.theme-light .nedit-root .shadow-palette-cherry,.theme-light .shadow-palette-cherry{--box-shadow-color:#f48fb1}.theme-light .dark-sky-blue-color,.theme-light .font-palette-dark-sky-blue,.theme-light .nedit-root .dark-sky-blue-color,.theme-light .nedit-root .font-palette-dark-sky-blue{color:#0288d1}.theme-light .bg-palette-dark-sky-blue,.theme-light .nedit-root .bg-palette-dark-sky-blue{background-color:#81d4fa}.theme-light .nedit-root .shadow-palette-dark-sky-blue,.theme-light .shadow-palette-dark-sky-blue{--box-shadow-color:#81d4fa}.theme-light .font-palette-macaroni-and-cheese,.theme-light .macaroni-and-cheese-color,.theme-light .nedit-root .font-palette-macaroni-and-cheese,.theme-light .nedit-root .macaroni-and-cheese-color{color:#ffa000}.theme-light .bg-palette-macaroni-and-cheese,.theme-light .nedit-root .bg-palette-macaroni-and-cheese{background-color:#ffe082}.theme-light .nedit-root .shadow-palette-macaroni-and-cheese,.theme-light .shadow-palette-macaroni-and-cheese{--box-shadow-color:#ffe082}.theme-light .font-palette-mango,.theme-light .mango-color,.theme-light .nedit-root .font-palette-mango,.theme-light .nedit-root .mango-color{color:#f57c00}.theme-light .bg-palette-mango,.theme-light .nedit-root .bg-palette-mango{background-color:#ffcc80}.theme-light .nedit-root .shadow-palette-mango,.theme-light .shadow-palette-mango{--box-shadow-color:#ffcc80}.theme-light .coral-color,.theme-light .font-palette-coral,.theme-light .nedit-root .coral-color,.theme-light .nedit-root .font-palette-coral{color:#c2185b}.theme-light .bg-palette-coral,.theme-light .nedit-root .bg-palette-coral{background-color:#f48fb1}.theme-light .nedit-root .shadow-palette-coral,.theme-light .shadow-palette-coral{--box-shadow-color:#f48fb1}.theme-light .font-palette-turtle-green,.theme-light .nedit-root .font-palette-turtle-green,.theme-light .nedit-root .turtle-green-color,.theme-light .turtle-green-color{color:#388e3c}.theme-light .bg-palette-turtle-green,.theme-light .nedit-root .bg-palette-turtle-green{background-color:#a5d6a7}.theme-light .nedit-root .shadow-palette-turtle-green,.theme-light .shadow-palette-turtle-green{--box-shadow-color:#a5d6a7}.theme-light .font-palette-pale-purple,.theme-light .nedit-root .font-palette-pale-purple,.theme-light .nedit-root .pale-purple-color,.theme-light .pale-purple-color{color:#7b1fa2}.theme-light .bg-palette-pale-purple,.theme-light .nedit-root .bg-palette-pale-purple{background-color:#ce93d8}.theme-light .nedit-root .shadow-palette-pale-purple,.theme-light .shadow-palette-pale-purple{--box-shadow-color:#ce93d8}.theme-light .font-palette-stormy-blue,.theme-light .nedit-root .font-palette-stormy-blue,.theme-light .nedit-root .stormy-blue-color,.theme-light .stormy-blue-color{color:#1976d2}.theme-light .bg-palette-stormy-blue,.theme-light .nedit-root .bg-palette-stormy-blue{background-color:#90caf9}.theme-light .nedit-root .shadow-palette-stormy-blue,.theme-light .shadow-palette-stormy-blue{--box-shadow-color:#90caf9}.theme-light .font-palette-macaroni-and-cheese-highlight,.theme-light .macaroni-and-cheese-highlight-color,.theme-light .nedit-root .font-palette-macaroni-and-cheese-highlight,.theme-light .nedit-root .macaroni-and-cheese-highlight-color{color:#ffa000}.theme-light .bg-palette-macaroni-and-cheese-highlight,.theme-light .nedit-root .bg-palette-macaroni-and-cheese-highlight{background-color:#ffe082}.theme-light .nedit-root .shadow-palette-macaroni-and-cheese-highlight,.theme-light .shadow-palette-macaroni-and-cheese-highlight{--box-shadow-color:#ffe082}.theme-light .dark-sky-blue-highlight-color,.theme-light .font-palette-dark-sky-blue-highlight,.theme-light .nedit-root .dark-sky-blue-highlight-color,.theme-light .nedit-root .font-palette-dark-sky-blue-highlight{color:#0288d1}.theme-light .bg-palette-dark-sky-blue-highlight,.theme-light .nedit-root .bg-palette-dark-sky-blue-highlight{background-color:#81d4fa}.theme-light .nedit-root .shadow-palette-dark-sky-blue-highlight,.theme-light .shadow-palette-dark-sky-blue-highlight{--box-shadow-color:#81d4fa}.theme-light .font-palette-mango-highlight,.theme-light .mango-highlight-color,.theme-light .nedit-root .font-palette-mango-highlight,.theme-light .nedit-root .mango-highlight-color{color:#f57c00}.theme-light .bg-palette-mango-highlight,.theme-light .nedit-root .bg-palette-mango-highlight{background-color:#ffcc80}.theme-light .nedit-root .shadow-palette-mango-highlight,.theme-light .shadow-palette-mango-highlight{--box-shadow-color:#ffcc80}.theme-light .coral-highlight-color,.theme-light .font-palette-coral-highlight,.theme-light .nedit-root .coral-highlight-color,.theme-light .nedit-root .font-palette-coral-highlight{color:#c2185b}.theme-light .bg-palette-coral-highlight,.theme-light .nedit-root .bg-palette-coral-highlight{background-color:#f48fb1}.theme-light .nedit-root .shadow-palette-coral-highlight,.theme-light .shadow-palette-coral-highlight{--box-shadow-color:#f48fb1}.theme-light .font-palette-turtle-green-highlight,.theme-light .nedit-root .font-palette-turtle-green-highlight,.theme-light .nedit-root .turtle-green-highlight-color,.theme-light .turtle-green-highlight-color{color:#388e3c}.theme-light .bg-palette-turtle-green-highlight,.theme-light .nedit-root .bg-palette-turtle-green-highlight{background-color:#a5d6a7}.theme-light .nedit-root .shadow-palette-turtle-green-highlight,.theme-light .shadow-palette-turtle-green-highlight{--box-shadow-color:#a5d6a7}.theme-light .font-palette-pale-purple-highlight,.theme-light .nedit-root .font-palette-pale-purple-highlight,.theme-light .nedit-root .pale-purple-highlight-color,.theme-light .pale-purple-highlight-color{color:#7b1fa2}.theme-light .bg-palette-pale-purple-highlight,.theme-light .nedit-root .bg-palette-pale-purple-highlight{background-color:#ce93d8}.theme-light .nedit-root .shadow-palette-pale-purple-highlight,.theme-light .shadow-palette-pale-purple-highlight{--box-shadow-color:#ce93d8}.theme-light .font-palette-stormy-blue-highlight,.theme-light .nedit-root .font-palette-stormy-blue-highlight,.theme-light .nedit-root .stormy-blue-highlight-color,.theme-light .stormy-blue-highlight-color{color:#1976d2}.theme-light .bg-palette-stormy-blue-highlight,.theme-light .nedit-root .bg-palette-stormy-blue-highlight{background-color:#90caf9}.theme-light .nedit-root .shadow-palette-stormy-blue-highlight,.theme-light .shadow-palette-stormy-blue-highlight{--box-shadow-color:#90caf9}.theme-dark .nedit-root [data-block-background=red],.theme-dark [data-block-background=red]{background-color:#d32f2f}.theme-dark .nedit-root [data-block-background=red] .color-icon-label,.theme-dark [data-block-background=red] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=red],.theme-dark [data-highlight=red]{background-color:#d32f2f}.theme-dark .color-icon.bg-material-font-color-red .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-red .color-icon-label,.theme-dark .font-palette-red,.theme-dark .nedit-root .color-icon.bg-material-font-color-red .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-red .color-icon-label,.theme-dark .nedit-root .font-palette-red,.theme-dark .nedit-root [data-font-color=red],.theme-dark [data-font-color=red]{color:#ef9a9a}.theme-dark .bg-palette-red,.theme-dark .color-icon.bg-palette-red,.theme-dark .nedit-root .bg-palette-red,.theme-dark .nedit-root .color-icon.bg-palette-red{background-color:#d32f2f}.theme-dark .nedit-root .shadow-palette-red,.theme-dark .shadow-palette-red{--box-shadow-color:#d32f2f}.theme-dark .nedit-root [data-palette-bg-rgb=red],.theme-dark [data-palette-bg-rgb=red]{background-color:#d32f2f}.theme-dark .nedit-root [data-border-color=red],.theme-dark .nedit-root [data-border-color=red].outline-container,.theme-dark [data-border-color=red],.theme-dark [data-border-color=red].outline-container{border-color:#d32f2f}.theme-dark .nedit-root [data-border-color=red].blockquote:before,.theme-dark [data-border-color=red].blockquote:before{background-color:#d32f2f}.theme-dark .nedit-root div[data-line-color=red],.theme-dark div[data-line-color=red]{border-left-color:#d32f2f}.theme-dark .nedit-root div[data-line-color=red].horizontal-line hr,.theme-dark div[data-line-color=red].horizontal-line hr{border-color:#d32f2f}.theme-dark .nedit-root [data-player-color=red].file .slider-progress,.theme-dark [data-player-color=red].file .slider-progress{background-color:#d32f2f}.theme-dark .nedit-root [data-player-color=red].file .slider-progress .slider-holder,.theme-dark [data-player-color=red].file .slider-progress .slider-holder{border-color:#d32f2f;background-color:#d32f2f}.theme-dark .nedit-root [data-player-color=red].file .audio-preloader:after,.theme-dark [data-player-color=red].file .audio-preloader:after{border-color:#d32f2f transparent}.theme-dark .nedit-root [data-player-color=red].file svg .player,.theme-dark [data-player-color=red].file svg .player{fill:#d32f2f}.theme-dark .nedit-root [data-block-background=pink],.theme-dark [data-block-background=pink]{background-color:#c2185b}.theme-dark .nedit-root [data-block-background=pink] .color-icon-label,.theme-dark [data-block-background=pink] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=pink],.theme-dark [data-highlight=pink]{background-color:#c2185b}.theme-dark .color-icon.bg-material-font-color-pink .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-pink .color-icon-label,.theme-dark .font-palette-pink,.theme-dark .nedit-root .color-icon.bg-material-font-color-pink .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-pink .color-icon-label,.theme-dark .nedit-root .font-palette-pink,.theme-dark .nedit-root [data-font-color=pink],.theme-dark [data-font-color=pink]{color:#f48fb1}.theme-dark .bg-palette-pink,.theme-dark .color-icon.bg-palette-pink,.theme-dark .nedit-root .bg-palette-pink,.theme-dark .nedit-root .color-icon.bg-palette-pink{background-color:#c2185b}.theme-dark .nedit-root .shadow-palette-pink,.theme-dark .shadow-palette-pink{--box-shadow-color:#c2185b}.theme-dark .nedit-root [data-palette-bg-rgb=pink],.theme-dark [data-palette-bg-rgb=pink]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color=pink],.theme-dark .nedit-root [data-border-color=pink].outline-container,.theme-dark [data-border-color=pink],.theme-dark [data-border-color=pink].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color=pink].blockquote:before,.theme-dark [data-border-color=pink].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color=pink],.theme-dark div[data-line-color=pink]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color=pink].horizontal-line hr,.theme-dark div[data-line-color=pink].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color=pink].file .slider-progress,.theme-dark [data-player-color=pink].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color=pink].file .slider-progress .slider-holder,.theme-dark [data-player-color=pink].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color=pink].file .audio-preloader:after,.theme-dark [data-player-color=pink].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color=pink].file svg .player,.theme-dark [data-player-color=pink].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background=purple],.theme-dark [data-block-background=purple]{background-color:#7b1fa2}.theme-dark .nedit-root [data-block-background=purple] .color-icon-label,.theme-dark [data-block-background=purple] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=purple],.theme-dark [data-highlight=purple]{background-color:#7b1fa2}.theme-dark .color-icon.bg-material-font-color-purple .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-purple .color-icon-label,.theme-dark .font-palette-purple,.theme-dark .nedit-root .color-icon.bg-material-font-color-purple .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-purple .color-icon-label,.theme-dark .nedit-root .font-palette-purple,.theme-dark .nedit-root [data-font-color=purple],.theme-dark [data-font-color=purple]{color:#ce93d8}.theme-dark .bg-palette-purple,.theme-dark .color-icon.bg-palette-purple,.theme-dark .nedit-root .bg-palette-purple,.theme-dark .nedit-root .color-icon.bg-palette-purple{background-color:#7b1fa2}.theme-dark .nedit-root .shadow-palette-purple,.theme-dark .shadow-palette-purple{--box-shadow-color:#7b1fa2}.theme-dark .nedit-root [data-palette-bg-rgb=purple],.theme-dark [data-palette-bg-rgb=purple]{background-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=purple],.theme-dark .nedit-root [data-border-color=purple].outline-container,.theme-dark [data-border-color=purple],.theme-dark [data-border-color=purple].outline-container{border-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=purple].blockquote:before,.theme-dark [data-border-color=purple].blockquote:before{background-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=purple],.theme-dark div[data-line-color=purple]{border-left-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=purple].horizontal-line hr,.theme-dark div[data-line-color=purple].horizontal-line hr{border-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=purple].file .slider-progress,.theme-dark [data-player-color=purple].file .slider-progress{background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=purple].file .slider-progress .slider-holder,.theme-dark [data-player-color=purple].file .slider-progress .slider-holder{border-color:#7b1fa2;background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=purple].file .audio-preloader:after,.theme-dark [data-player-color=purple].file .audio-preloader:after{border-color:#7b1fa2 transparent}.theme-dark .nedit-root [data-player-color=purple].file svg .player,.theme-dark [data-player-color=purple].file svg .player{fill:#7b1fa2}.theme-dark .nedit-root [data-block-background=deep-purple],.theme-dark [data-block-background=deep-purple]{background-color:#512da8}.theme-dark .nedit-root [data-block-background=deep-purple] .color-icon-label,.theme-dark [data-block-background=deep-purple] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=deep-purple],.theme-dark [data-highlight=deep-purple]{background-color:#512da8}.theme-dark .color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-dark .font-palette-deep-purple,.theme-dark .nedit-root .color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-deep-purple .color-icon-label,.theme-dark .nedit-root .font-palette-deep-purple,.theme-dark .nedit-root [data-font-color=deep-purple],.theme-dark [data-font-color=deep-purple]{color:#b39ddb}.theme-dark .bg-palette-deep-purple,.theme-dark .color-icon.bg-palette-deep-purple,.theme-dark .nedit-root .bg-palette-deep-purple,.theme-dark .nedit-root .color-icon.bg-palette-deep-purple{background-color:#512da8}.theme-dark .nedit-root .shadow-palette-deep-purple,.theme-dark .shadow-palette-deep-purple{--box-shadow-color:#512da8}.theme-dark .nedit-root [data-palette-bg-rgb=deep-purple],.theme-dark [data-palette-bg-rgb=deep-purple]{background-color:#512da8}.theme-dark .nedit-root [data-border-color=deep-purple],.theme-dark .nedit-root [data-border-color=deep-purple].outline-container,.theme-dark [data-border-color=deep-purple],.theme-dark [data-border-color=deep-purple].outline-container{border-color:#512da8}.theme-dark .nedit-root [data-border-color=deep-purple].blockquote:before,.theme-dark [data-border-color=deep-purple].blockquote:before{background-color:#512da8}.theme-dark .nedit-root div[data-line-color=deep-purple],.theme-dark div[data-line-color=deep-purple]{border-left-color:#512da8}.theme-dark .nedit-root div[data-line-color=deep-purple].horizontal-line hr,.theme-dark div[data-line-color=deep-purple].horizontal-line hr{border-color:#512da8}.theme-dark .nedit-root [data-player-color=deep-purple].file .slider-progress,.theme-dark [data-player-color=deep-purple].file .slider-progress{background-color:#512da8}.theme-dark .nedit-root [data-player-color=deep-purple].file .slider-progress .slider-holder,.theme-dark [data-player-color=deep-purple].file .slider-progress .slider-holder{border-color:#512da8;background-color:#512da8}.theme-dark .nedit-root [data-player-color=deep-purple].file .audio-preloader:after,.theme-dark [data-player-color=deep-purple].file .audio-preloader:after{border-color:#512da8 transparent}.theme-dark .nedit-root [data-player-color=deep-purple].file svg .player,.theme-dark [data-player-color=deep-purple].file svg .player{fill:#512da8}.theme-dark .nedit-root [data-block-background=indigo],.theme-dark [data-block-background=indigo]{background-color:#303f9f}.theme-dark .nedit-root [data-block-background=indigo] .color-icon-label,.theme-dark [data-block-background=indigo] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=indigo],.theme-dark [data-highlight=indigo]{background-color:#303f9f}.theme-dark .color-icon.bg-material-font-color-indigo .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-indigo .color-icon-label,.theme-dark .font-palette-indigo,.theme-dark .nedit-root .color-icon.bg-material-font-color-indigo .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-indigo .color-icon-label,.theme-dark .nedit-root .font-palette-indigo,.theme-dark .nedit-root [data-font-color=indigo],.theme-dark [data-font-color=indigo]{color:#9fa8da}.theme-dark .bg-palette-indigo,.theme-dark .color-icon.bg-palette-indigo,.theme-dark .nedit-root .bg-palette-indigo,.theme-dark .nedit-root .color-icon.bg-palette-indigo{background-color:#303f9f}.theme-dark .nedit-root .shadow-palette-indigo,.theme-dark .shadow-palette-indigo{--box-shadow-color:#303f9f}.theme-dark .nedit-root [data-palette-bg-rgb=indigo],.theme-dark [data-palette-bg-rgb=indigo]{background-color:#303f9f}.theme-dark .nedit-root [data-border-color=indigo],.theme-dark .nedit-root [data-border-color=indigo].outline-container,.theme-dark [data-border-color=indigo],.theme-dark [data-border-color=indigo].outline-container{border-color:#303f9f}.theme-dark .nedit-root [data-border-color=indigo].blockquote:before,.theme-dark [data-border-color=indigo].blockquote:before{background-color:#303f9f}.theme-dark .nedit-root div[data-line-color=indigo],.theme-dark div[data-line-color=indigo]{border-left-color:#303f9f}.theme-dark .nedit-root div[data-line-color=indigo].horizontal-line hr,.theme-dark div[data-line-color=indigo].horizontal-line hr{border-color:#303f9f}.theme-dark .nedit-root [data-player-color=indigo].file .slider-progress,.theme-dark [data-player-color=indigo].file .slider-progress{background-color:#303f9f}.theme-dark .nedit-root [data-player-color=indigo].file .slider-progress .slider-holder,.theme-dark [data-player-color=indigo].file .slider-progress .slider-holder{border-color:#303f9f;background-color:#303f9f}.theme-dark .nedit-root [data-player-color=indigo].file .audio-preloader:after,.theme-dark [data-player-color=indigo].file .audio-preloader:after{border-color:#303f9f transparent}.theme-dark .nedit-root [data-player-color=indigo].file svg .player,.theme-dark [data-player-color=indigo].file svg .player{fill:#303f9f}.theme-dark .nedit-root [data-block-background=blue],.theme-dark [data-block-background=blue]{background-color:#1976d2}.theme-dark .nedit-root [data-block-background=blue] .color-icon-label,.theme-dark [data-block-background=blue] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=blue],.theme-dark [data-highlight=blue]{background-color:#1976d2}.theme-dark .color-icon.bg-material-font-color-blue .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-blue .color-icon-label,.theme-dark .font-palette-blue,.theme-dark .nedit-root .color-icon.bg-material-font-color-blue .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-blue .color-icon-label,.theme-dark .nedit-root .font-palette-blue,.theme-dark .nedit-root [data-font-color=blue],.theme-dark [data-font-color=blue]{color:#90caf9}.theme-dark .bg-palette-blue,.theme-dark .color-icon.bg-palette-blue,.theme-dark .nedit-root .bg-palette-blue,.theme-dark .nedit-root .color-icon.bg-palette-blue{background-color:#1976d2}.theme-dark .nedit-root .shadow-palette-blue,.theme-dark .shadow-palette-blue{--box-shadow-color:#1976d2}.theme-dark .nedit-root [data-palette-bg-rgb=blue],.theme-dark [data-palette-bg-rgb=blue]{background-color:#1976d2}.theme-dark .nedit-root [data-border-color=blue],.theme-dark .nedit-root [data-border-color=blue].outline-container,.theme-dark [data-border-color=blue],.theme-dark [data-border-color=blue].outline-container{border-color:#1976d2}.theme-dark .nedit-root [data-border-color=blue].blockquote:before,.theme-dark [data-border-color=blue].blockquote:before{background-color:#1976d2}.theme-dark .nedit-root div[data-line-color=blue],.theme-dark div[data-line-color=blue]{border-left-color:#1976d2}.theme-dark .nedit-root div[data-line-color=blue].horizontal-line hr,.theme-dark div[data-line-color=blue].horizontal-line hr{border-color:#1976d2}.theme-dark .nedit-root [data-player-color=blue].file .slider-progress,.theme-dark [data-player-color=blue].file .slider-progress{background-color:#1976d2}.theme-dark .nedit-root [data-player-color=blue].file .slider-progress .slider-holder,.theme-dark [data-player-color=blue].file .slider-progress .slider-holder{border-color:#1976d2;background-color:#1976d2}.theme-dark .nedit-root [data-player-color=blue].file .audio-preloader:after,.theme-dark [data-player-color=blue].file .audio-preloader:after{border-color:#1976d2 transparent}.theme-dark .nedit-root [data-player-color=blue].file svg .player,.theme-dark [data-player-color=blue].file svg .player{fill:#1976d2}.theme-dark .nedit-root [data-block-background=light-blue],.theme-dark [data-block-background=light-blue]{background-color:#0288d1}.theme-dark .nedit-root [data-block-background=light-blue] .color-icon-label,.theme-dark [data-block-background=light-blue] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=light-blue],.theme-dark [data-highlight=light-blue]{background-color:#0288d1}.theme-dark .color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-dark .font-palette-light-blue,.theme-dark .nedit-root .color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-light-blue .color-icon-label,.theme-dark .nedit-root .font-palette-light-blue,.theme-dark .nedit-root [data-font-color=light-blue],.theme-dark [data-font-color=light-blue]{color:#81d4fa}.theme-dark .bg-palette-light-blue,.theme-dark .color-icon.bg-palette-light-blue,.theme-dark .nedit-root .bg-palette-light-blue,.theme-dark .nedit-root .color-icon.bg-palette-light-blue{background-color:#0288d1}.theme-dark .nedit-root .shadow-palette-light-blue,.theme-dark .shadow-palette-light-blue{--box-shadow-color:#0288d1}.theme-dark .nedit-root [data-palette-bg-rgb=light-blue],.theme-dark [data-palette-bg-rgb=light-blue]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color=light-blue],.theme-dark .nedit-root [data-border-color=light-blue].outline-container,.theme-dark [data-border-color=light-blue],.theme-dark [data-border-color=light-blue].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color=light-blue].blockquote:before,.theme-dark [data-border-color=light-blue].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color=light-blue],.theme-dark div[data-line-color=light-blue]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color=light-blue].horizontal-line hr,.theme-dark div[data-line-color=light-blue].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color=light-blue].file .slider-progress,.theme-dark [data-player-color=light-blue].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color=light-blue].file .slider-progress .slider-holder,.theme-dark [data-player-color=light-blue].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color=light-blue].file .audio-preloader:after,.theme-dark [data-player-color=light-blue].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color=light-blue].file svg .player,.theme-dark [data-player-color=light-blue].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background=cyan],.theme-dark [data-block-background=cyan]{background-color:#0097a7}.theme-dark .nedit-root [data-block-background=cyan] .color-icon-label,.theme-dark [data-block-background=cyan] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=cyan],.theme-dark [data-highlight=cyan]{background-color:#0097a7}.theme-dark .color-icon.bg-material-font-color-cyan .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-cyan .color-icon-label,.theme-dark .font-palette-cyan,.theme-dark .nedit-root .color-icon.bg-material-font-color-cyan .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-cyan .color-icon-label,.theme-dark .nedit-root .font-palette-cyan,.theme-dark .nedit-root [data-font-color=cyan],.theme-dark [data-font-color=cyan]{color:#80deea}.theme-dark .bg-palette-cyan,.theme-dark .color-icon.bg-palette-cyan,.theme-dark .nedit-root .bg-palette-cyan,.theme-dark .nedit-root .color-icon.bg-palette-cyan{background-color:#0097a7}.theme-dark .nedit-root .shadow-palette-cyan,.theme-dark .shadow-palette-cyan{--box-shadow-color:#0097a7}.theme-dark .nedit-root [data-palette-bg-rgb=cyan],.theme-dark [data-palette-bg-rgb=cyan]{background-color:#0097a7}.theme-dark .nedit-root [data-border-color=cyan],.theme-dark .nedit-root [data-border-color=cyan].outline-container,.theme-dark [data-border-color=cyan],.theme-dark [data-border-color=cyan].outline-container{border-color:#0097a7}.theme-dark .nedit-root [data-border-color=cyan].blockquote:before,.theme-dark [data-border-color=cyan].blockquote:before{background-color:#0097a7}.theme-dark .nedit-root div[data-line-color=cyan],.theme-dark div[data-line-color=cyan]{border-left-color:#0097a7}.theme-dark .nedit-root div[data-line-color=cyan].horizontal-line hr,.theme-dark div[data-line-color=cyan].horizontal-line hr{border-color:#0097a7}.theme-dark .nedit-root [data-player-color=cyan].file .slider-progress,.theme-dark [data-player-color=cyan].file .slider-progress{background-color:#0097a7}.theme-dark .nedit-root [data-player-color=cyan].file .slider-progress .slider-holder,.theme-dark [data-player-color=cyan].file .slider-progress .slider-holder{border-color:#0097a7;background-color:#0097a7}.theme-dark .nedit-root [data-player-color=cyan].file .audio-preloader:after,.theme-dark [data-player-color=cyan].file .audio-preloader:after{border-color:#0097a7 transparent}.theme-dark .nedit-root [data-player-color=cyan].file svg .player,.theme-dark [data-player-color=cyan].file svg .player{fill:#0097a7}.theme-dark .nedit-root [data-block-background=teal],.theme-dark [data-block-background=teal]{background-color:#00796b}.theme-dark .nedit-root [data-block-background=teal] .color-icon-label,.theme-dark [data-block-background=teal] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=teal],.theme-dark [data-highlight=teal]{background-color:#00796b}.theme-dark .color-icon.bg-material-font-color-teal .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-teal .color-icon-label,.theme-dark .font-palette-teal,.theme-dark .nedit-root .color-icon.bg-material-font-color-teal .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-teal .color-icon-label,.theme-dark .nedit-root .font-palette-teal,.theme-dark .nedit-root [data-font-color=teal],.theme-dark [data-font-color=teal]{color:#80cbc4}.theme-dark .bg-palette-teal,.theme-dark .color-icon.bg-palette-teal,.theme-dark .nedit-root .bg-palette-teal,.theme-dark .nedit-root .color-icon.bg-palette-teal{background-color:#00796b}.theme-dark .nedit-root .shadow-palette-teal,.theme-dark .shadow-palette-teal{--box-shadow-color:#00796b}.theme-dark .nedit-root [data-palette-bg-rgb=teal],.theme-dark [data-palette-bg-rgb=teal]{background-color:#00796b}.theme-dark .nedit-root [data-border-color=teal],.theme-dark .nedit-root [data-border-color=teal].outline-container,.theme-dark [data-border-color=teal],.theme-dark [data-border-color=teal].outline-container{border-color:#00796b}.theme-dark .nedit-root [data-border-color=teal].blockquote:before,.theme-dark [data-border-color=teal].blockquote:before{background-color:#00796b}.theme-dark .nedit-root div[data-line-color=teal],.theme-dark div[data-line-color=teal]{border-left-color:#00796b}.theme-dark .nedit-root div[data-line-color=teal].horizontal-line hr,.theme-dark div[data-line-color=teal].horizontal-line hr{border-color:#00796b}.theme-dark .nedit-root [data-player-color=teal].file .slider-progress,.theme-dark [data-player-color=teal].file .slider-progress{background-color:#00796b}.theme-dark .nedit-root [data-player-color=teal].file .slider-progress .slider-holder,.theme-dark [data-player-color=teal].file .slider-progress .slider-holder{border-color:#00796b;background-color:#00796b}.theme-dark .nedit-root [data-player-color=teal].file .audio-preloader:after,.theme-dark [data-player-color=teal].file .audio-preloader:after{border-color:#00796b transparent}.theme-dark .nedit-root [data-player-color=teal].file svg .player,.theme-dark [data-player-color=teal].file svg .player{fill:#00796b}.theme-dark .nedit-root [data-block-background=green],.theme-dark [data-block-background=green]{background-color:#388e3c}.theme-dark .nedit-root [data-block-background=green] .color-icon-label,.theme-dark [data-block-background=green] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=green],.theme-dark [data-highlight=green]{background-color:#388e3c}.theme-dark .color-icon.bg-material-font-color-green .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-green .color-icon-label,.theme-dark .font-palette-green,.theme-dark .nedit-root .color-icon.bg-material-font-color-green .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-green .color-icon-label,.theme-dark .nedit-root .font-palette-green,.theme-dark .nedit-root [data-font-color=green],.theme-dark [data-font-color=green]{color:#a5d6a7}.theme-dark .bg-palette-green,.theme-dark .color-icon.bg-palette-green,.theme-dark .nedit-root .bg-palette-green,.theme-dark .nedit-root .color-icon.bg-palette-green{background-color:#388e3c}.theme-dark .nedit-root .shadow-palette-green,.theme-dark .shadow-palette-green{--box-shadow-color:#388e3c}.theme-dark .nedit-root [data-palette-bg-rgb=green],.theme-dark [data-palette-bg-rgb=green]{background-color:#388e3c}.theme-dark .nedit-root [data-border-color=green],.theme-dark .nedit-root [data-border-color=green].outline-container,.theme-dark [data-border-color=green],.theme-dark [data-border-color=green].outline-container{border-color:#388e3c}.theme-dark .nedit-root [data-border-color=green].blockquote:before,.theme-dark [data-border-color=green].blockquote:before{background-color:#388e3c}.theme-dark .nedit-root div[data-line-color=green],.theme-dark div[data-line-color=green]{border-left-color:#388e3c}.theme-dark .nedit-root div[data-line-color=green].horizontal-line hr,.theme-dark div[data-line-color=green].horizontal-line hr{border-color:#388e3c}.theme-dark .nedit-root [data-player-color=green].file .slider-progress,.theme-dark [data-player-color=green].file .slider-progress{background-color:#388e3c}.theme-dark .nedit-root [data-player-color=green].file .slider-progress .slider-holder,.theme-dark [data-player-color=green].file .slider-progress .slider-holder{border-color:#388e3c;background-color:#388e3c}.theme-dark .nedit-root [data-player-color=green].file .audio-preloader:after,.theme-dark [data-player-color=green].file .audio-preloader:after{border-color:#388e3c transparent}.theme-dark .nedit-root [data-player-color=green].file svg .player,.theme-dark [data-player-color=green].file svg .player{fill:#388e3c}.theme-dark .nedit-root [data-block-background=light-green],.theme-dark [data-block-background=light-green]{background-color:#689f38}.theme-dark .nedit-root [data-block-background=light-green] .color-icon-label,.theme-dark [data-block-background=light-green] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=light-green],.theme-dark [data-highlight=light-green]{background-color:#689f38}.theme-dark .color-icon.bg-material-font-color-light-green .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-light-green .color-icon-label,.theme-dark .font-palette-light-green,.theme-dark .nedit-root .color-icon.bg-material-font-color-light-green .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-light-green .color-icon-label,.theme-dark .nedit-root .font-palette-light-green,.theme-dark .nedit-root [data-font-color=light-green],.theme-dark [data-font-color=light-green]{color:#c5e1a5}.theme-dark .bg-palette-light-green,.theme-dark .color-icon.bg-palette-light-green,.theme-dark .nedit-root .bg-palette-light-green,.theme-dark .nedit-root .color-icon.bg-palette-light-green{background-color:#689f38}.theme-dark .nedit-root .shadow-palette-light-green,.theme-dark .shadow-palette-light-green{--box-shadow-color:#689f38}.theme-dark .nedit-root [data-palette-bg-rgb=light-green],.theme-dark [data-palette-bg-rgb=light-green]{background-color:#689f38}.theme-dark .nedit-root [data-border-color=light-green],.theme-dark .nedit-root [data-border-color=light-green].outline-container,.theme-dark [data-border-color=light-green],.theme-dark [data-border-color=light-green].outline-container{border-color:#689f38}.theme-dark .nedit-root [data-border-color=light-green].blockquote:before,.theme-dark [data-border-color=light-green].blockquote:before{background-color:#689f38}.theme-dark .nedit-root div[data-line-color=light-green],.theme-dark div[data-line-color=light-green]{border-left-color:#689f38}.theme-dark .nedit-root div[data-line-color=light-green].horizontal-line hr,.theme-dark div[data-line-color=light-green].horizontal-line hr{border-color:#689f38}.theme-dark .nedit-root [data-player-color=light-green].file .slider-progress,.theme-dark [data-player-color=light-green].file .slider-progress{background-color:#689f38}.theme-dark .nedit-root [data-player-color=light-green].file .slider-progress .slider-holder,.theme-dark [data-player-color=light-green].file .slider-progress .slider-holder{border-color:#689f38;background-color:#689f38}.theme-dark .nedit-root [data-player-color=light-green].file .audio-preloader:after,.theme-dark [data-player-color=light-green].file .audio-preloader:after{border-color:#689f38 transparent}.theme-dark .nedit-root [data-player-color=light-green].file svg .player,.theme-dark [data-player-color=light-green].file svg .player{fill:#689f38}.theme-dark .nedit-root [data-block-background=lime],.theme-dark [data-block-background=lime]{background-color:#afb42b}.theme-dark .nedit-root [data-block-background=lime] .color-icon-label,.theme-dark [data-block-background=lime] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=lime],.theme-dark [data-highlight=lime]{background-color:#afb42b}.theme-dark .color-icon.bg-material-font-color-lime .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-lime .color-icon-label,.theme-dark .font-palette-lime,.theme-dark .nedit-root .color-icon.bg-material-font-color-lime .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-lime .color-icon-label,.theme-dark .nedit-root .font-palette-lime,.theme-dark .nedit-root [data-font-color=lime],.theme-dark [data-font-color=lime]{color:#e6ee9c}.theme-dark .bg-palette-lime,.theme-dark .color-icon.bg-palette-lime,.theme-dark .nedit-root .bg-palette-lime,.theme-dark .nedit-root .color-icon.bg-palette-lime{background-color:#afb42b}.theme-dark .nedit-root .shadow-palette-lime,.theme-dark .shadow-palette-lime{--box-shadow-color:#afb42b}.theme-dark .nedit-root [data-palette-bg-rgb=lime],.theme-dark [data-palette-bg-rgb=lime]{background-color:#afb42b}.theme-dark .nedit-root [data-border-color=lime],.theme-dark .nedit-root [data-border-color=lime].outline-container,.theme-dark [data-border-color=lime],.theme-dark [data-border-color=lime].outline-container{border-color:#afb42b}.theme-dark .nedit-root [data-border-color=lime].blockquote:before,.theme-dark [data-border-color=lime].blockquote:before{background-color:#afb42b}.theme-dark .nedit-root div[data-line-color=lime],.theme-dark div[data-line-color=lime]{border-left-color:#afb42b}.theme-dark .nedit-root div[data-line-color=lime].horizontal-line hr,.theme-dark div[data-line-color=lime].horizontal-line hr{border-color:#afb42b}.theme-dark .nedit-root [data-player-color=lime].file .slider-progress,.theme-dark [data-player-color=lime].file .slider-progress{background-color:#afb42b}.theme-dark .nedit-root [data-player-color=lime].file .slider-progress .slider-holder,.theme-dark [data-player-color=lime].file .slider-progress .slider-holder{border-color:#afb42b;background-color:#afb42b}.theme-dark .nedit-root [data-player-color=lime].file .audio-preloader:after,.theme-dark [data-player-color=lime].file .audio-preloader:after{border-color:#afb42b transparent}.theme-dark .nedit-root [data-player-color=lime].file svg .player,.theme-dark [data-player-color=lime].file svg .player{fill:#afb42b}.theme-dark .nedit-root [data-block-background=yellow],.theme-dark [data-block-background=yellow]{background-color:#fbc02d}.theme-dark .nedit-root [data-block-background=yellow] .color-icon-label,.theme-dark [data-block-background=yellow] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=yellow],.theme-dark [data-highlight=yellow]{background-color:#fbc02d}.theme-dark .color-icon.bg-material-font-color-yellow .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-yellow .color-icon-label,.theme-dark .font-palette-yellow,.theme-dark .nedit-root .color-icon.bg-material-font-color-yellow .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-yellow .color-icon-label,.theme-dark .nedit-root .font-palette-yellow,.theme-dark .nedit-root [data-font-color=yellow],.theme-dark [data-font-color=yellow]{color:#fff59d}.theme-dark .bg-palette-yellow,.theme-dark .color-icon.bg-palette-yellow,.theme-dark .nedit-root .bg-palette-yellow,.theme-dark .nedit-root .color-icon.bg-palette-yellow{background-color:#fbc02d}.theme-dark .nedit-root .shadow-palette-yellow,.theme-dark .shadow-palette-yellow{--box-shadow-color:#fbc02d}.theme-dark .nedit-root [data-palette-bg-rgb=yellow],.theme-dark [data-palette-bg-rgb=yellow]{background-color:#fbc02d}.theme-dark .nedit-root [data-border-color=yellow],.theme-dark .nedit-root [data-border-color=yellow].outline-container,.theme-dark [data-border-color=yellow],.theme-dark [data-border-color=yellow].outline-container{border-color:#fbc02d}.theme-dark .nedit-root [data-border-color=yellow].blockquote:before,.theme-dark [data-border-color=yellow].blockquote:before{background-color:#fbc02d}.theme-dark .nedit-root div[data-line-color=yellow],.theme-dark div[data-line-color=yellow]{border-left-color:#fbc02d}.theme-dark .nedit-root div[data-line-color=yellow].horizontal-line hr,.theme-dark div[data-line-color=yellow].horizontal-line hr{border-color:#fbc02d}.theme-dark .nedit-root [data-player-color=yellow].file .slider-progress,.theme-dark [data-player-color=yellow].file .slider-progress{background-color:#fbc02d}.theme-dark .nedit-root [data-player-color=yellow].file .slider-progress .slider-holder,.theme-dark [data-player-color=yellow].file .slider-progress .slider-holder{border-color:#fbc02d;background-color:#fbc02d}.theme-dark .nedit-root [data-player-color=yellow].file .audio-preloader:after,.theme-dark [data-player-color=yellow].file .audio-preloader:after{border-color:#fbc02d transparent}.theme-dark .nedit-root [data-player-color=yellow].file svg .player,.theme-dark [data-player-color=yellow].file svg .player{fill:#fbc02d}.theme-dark .nedit-root [data-block-background=amber],.theme-dark [data-block-background=amber]{background-color:#ffa000}.theme-dark .nedit-root [data-block-background=amber] .color-icon-label,.theme-dark [data-block-background=amber] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=amber],.theme-dark [data-highlight=amber]{background-color:#ffa000}.theme-dark .color-icon.bg-material-font-color-amber .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-amber .color-icon-label,.theme-dark .font-palette-amber,.theme-dark .nedit-root .color-icon.bg-material-font-color-amber .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-amber .color-icon-label,.theme-dark .nedit-root .font-palette-amber,.theme-dark .nedit-root [data-font-color=amber],.theme-dark [data-font-color=amber]{color:#ffe082}.theme-dark .bg-palette-amber,.theme-dark .color-icon.bg-palette-amber,.theme-dark .nedit-root .bg-palette-amber,.theme-dark .nedit-root .color-icon.bg-palette-amber{background-color:#ffa000}.theme-dark .nedit-root .shadow-palette-amber,.theme-dark .shadow-palette-amber{--box-shadow-color:#ffa000}.theme-dark .nedit-root [data-palette-bg-rgb=amber],.theme-dark [data-palette-bg-rgb=amber]{background-color:#ffa000}.theme-dark .nedit-root [data-border-color=amber],.theme-dark .nedit-root [data-border-color=amber].outline-container,.theme-dark [data-border-color=amber],.theme-dark [data-border-color=amber].outline-container{border-color:#ffa000}.theme-dark .nedit-root [data-border-color=amber].blockquote:before,.theme-dark [data-border-color=amber].blockquote:before{background-color:#ffa000}.theme-dark .nedit-root div[data-line-color=amber],.theme-dark div[data-line-color=amber]{border-left-color:#ffa000}.theme-dark .nedit-root div[data-line-color=amber].horizontal-line hr,.theme-dark div[data-line-color=amber].horizontal-line hr{border-color:#ffa000}.theme-dark .nedit-root [data-player-color=amber].file .slider-progress,.theme-dark [data-player-color=amber].file .slider-progress{background-color:#ffa000}.theme-dark .nedit-root [data-player-color=amber].file .slider-progress .slider-holder,.theme-dark [data-player-color=amber].file .slider-progress .slider-holder{border-color:#ffa000;background-color:#ffa000}.theme-dark .nedit-root [data-player-color=amber].file .audio-preloader:after,.theme-dark [data-player-color=amber].file .audio-preloader:after{border-color:#ffa000 transparent}.theme-dark .nedit-root [data-player-color=amber].file svg .player,.theme-dark [data-player-color=amber].file svg .player{fill:#ffa000}.theme-dark .nedit-root [data-block-background=orange],.theme-dark [data-block-background=orange]{background-color:#f57c00}.theme-dark .nedit-root [data-block-background=orange] .color-icon-label,.theme-dark [data-block-background=orange] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=orange],.theme-dark [data-highlight=orange]{background-color:#f57c00}.theme-dark .color-icon.bg-material-font-color-orange .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-orange .color-icon-label,.theme-dark .font-palette-orange,.theme-dark .nedit-root .color-icon.bg-material-font-color-orange .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-orange .color-icon-label,.theme-dark .nedit-root .font-palette-orange,.theme-dark .nedit-root [data-font-color=orange],.theme-dark [data-font-color=orange]{color:#ffcc80}.theme-dark .bg-palette-orange,.theme-dark .color-icon.bg-palette-orange,.theme-dark .nedit-root .bg-palette-orange,.theme-dark .nedit-root .color-icon.bg-palette-orange{background-color:#f57c00}.theme-dark .nedit-root .shadow-palette-orange,.theme-dark .shadow-palette-orange{--box-shadow-color:#f57c00}.theme-dark .nedit-root [data-palette-bg-rgb=orange],.theme-dark [data-palette-bg-rgb=orange]{background-color:#f57c00}.theme-dark .nedit-root [data-border-color=orange],.theme-dark .nedit-root [data-border-color=orange].outline-container,.theme-dark [data-border-color=orange],.theme-dark [data-border-color=orange].outline-container{border-color:#f57c00}.theme-dark .nedit-root [data-border-color=orange].blockquote:before,.theme-dark [data-border-color=orange].blockquote:before{background-color:#f57c00}.theme-dark .nedit-root div[data-line-color=orange],.theme-dark div[data-line-color=orange]{border-left-color:#f57c00}.theme-dark .nedit-root div[data-line-color=orange].horizontal-line hr,.theme-dark div[data-line-color=orange].horizontal-line hr{border-color:#f57c00}.theme-dark .nedit-root [data-player-color=orange].file .slider-progress,.theme-dark [data-player-color=orange].file .slider-progress{background-color:#f57c00}.theme-dark .nedit-root [data-player-color=orange].file .slider-progress .slider-holder,.theme-dark [data-player-color=orange].file .slider-progress .slider-holder{border-color:#f57c00;background-color:#f57c00}.theme-dark .nedit-root [data-player-color=orange].file .audio-preloader:after,.theme-dark [data-player-color=orange].file .audio-preloader:after{border-color:#f57c00 transparent}.theme-dark .nedit-root [data-player-color=orange].file svg .player,.theme-dark [data-player-color=orange].file svg .player{fill:#f57c00}.theme-dark .nedit-root [data-block-background=deep-orange],.theme-dark [data-block-background=deep-orange]{background-color:#e64a19}.theme-dark .nedit-root [data-block-background=deep-orange] .color-icon-label,.theme-dark [data-block-background=deep-orange] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=deep-orange],.theme-dark [data-highlight=deep-orange]{background-color:#e64a19}.theme-dark .color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-dark .font-palette-deep-orange,.theme-dark .nedit-root .color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-deep-orange .color-icon-label,.theme-dark .nedit-root .font-palette-deep-orange,.theme-dark .nedit-root [data-font-color=deep-orange],.theme-dark [data-font-color=deep-orange]{color:#ffab91}.theme-dark .bg-palette-deep-orange,.theme-dark .color-icon.bg-palette-deep-orange,.theme-dark .nedit-root .bg-palette-deep-orange,.theme-dark .nedit-root .color-icon.bg-palette-deep-orange{background-color:#e64a19}.theme-dark .nedit-root .shadow-palette-deep-orange,.theme-dark .shadow-palette-deep-orange{--box-shadow-color:#e64a19}.theme-dark .nedit-root [data-palette-bg-rgb=deep-orange],.theme-dark [data-palette-bg-rgb=deep-orange]{background-color:#e64a19}.theme-dark .nedit-root [data-border-color=deep-orange],.theme-dark .nedit-root [data-border-color=deep-orange].outline-container,.theme-dark [data-border-color=deep-orange],.theme-dark [data-border-color=deep-orange].outline-container{border-color:#e64a19}.theme-dark .nedit-root [data-border-color=deep-orange].blockquote:before,.theme-dark [data-border-color=deep-orange].blockquote:before{background-color:#e64a19}.theme-dark .nedit-root div[data-line-color=deep-orange],.theme-dark div[data-line-color=deep-orange]{border-left-color:#e64a19}.theme-dark .nedit-root div[data-line-color=deep-orange].horizontal-line hr,.theme-dark div[data-line-color=deep-orange].horizontal-line hr{border-color:#e64a19}.theme-dark .nedit-root [data-player-color=deep-orange].file .slider-progress,.theme-dark [data-player-color=deep-orange].file .slider-progress{background-color:#e64a19}.theme-dark .nedit-root [data-player-color=deep-orange].file .slider-progress .slider-holder,.theme-dark [data-player-color=deep-orange].file .slider-progress .slider-holder{border-color:#e64a19;background-color:#e64a19}.theme-dark .nedit-root [data-player-color=deep-orange].file .audio-preloader:after,.theme-dark [data-player-color=deep-orange].file .audio-preloader:after{border-color:#e64a19 transparent}.theme-dark .nedit-root [data-player-color=deep-orange].file svg .player,.theme-dark [data-player-color=deep-orange].file svg .player{fill:#e64a19}.theme-dark .nedit-root [data-block-background=brown],.theme-dark [data-block-background=brown]{background-color:#5d4037}.theme-dark .nedit-root [data-block-background=brown] .color-icon-label,.theme-dark [data-block-background=brown] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=brown],.theme-dark [data-highlight=brown]{background-color:#5d4037}.theme-dark .color-icon.bg-material-font-color-brown .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-brown .color-icon-label,.theme-dark .font-palette-brown,.theme-dark .nedit-root .color-icon.bg-material-font-color-brown .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-brown .color-icon-label,.theme-dark .nedit-root .font-palette-brown,.theme-dark .nedit-root [data-font-color=brown],.theme-dark [data-font-color=brown]{color:#bcaaa4}.theme-dark .bg-palette-brown,.theme-dark .color-icon.bg-palette-brown,.theme-dark .nedit-root .bg-palette-brown,.theme-dark .nedit-root .color-icon.bg-palette-brown{background-color:#5d4037}.theme-dark .nedit-root .shadow-palette-brown,.theme-dark .shadow-palette-brown{--box-shadow-color:#5d4037}.theme-dark .nedit-root [data-palette-bg-rgb=brown],.theme-dark [data-palette-bg-rgb=brown]{background-color:#5d4037}.theme-dark .nedit-root [data-border-color=brown],.theme-dark .nedit-root [data-border-color=brown].outline-container,.theme-dark [data-border-color=brown],.theme-dark [data-border-color=brown].outline-container{border-color:#5d4037}.theme-dark .nedit-root [data-border-color=brown].blockquote:before,.theme-dark [data-border-color=brown].blockquote:before{background-color:#5d4037}.theme-dark .nedit-root div[data-line-color=brown],.theme-dark div[data-line-color=brown]{border-left-color:#5d4037}.theme-dark .nedit-root div[data-line-color=brown].horizontal-line hr,.theme-dark div[data-line-color=brown].horizontal-line hr{border-color:#5d4037}.theme-dark .nedit-root [data-player-color=brown].file .slider-progress,.theme-dark [data-player-color=brown].file .slider-progress{background-color:#5d4037}.theme-dark .nedit-root [data-player-color=brown].file .slider-progress .slider-holder,.theme-dark [data-player-color=brown].file .slider-progress .slider-holder{border-color:#5d4037;background-color:#5d4037}.theme-dark .nedit-root [data-player-color=brown].file .audio-preloader:after,.theme-dark [data-player-color=brown].file .audio-preloader:after{border-color:#5d4037 transparent}.theme-dark .nedit-root [data-player-color=brown].file svg .player,.theme-dark [data-player-color=brown].file svg .player{fill:#5d4037}.theme-dark .nedit-root [data-block-background=grey],.theme-dark [data-block-background=grey]{background-color:#616161}.theme-dark .nedit-root [data-block-background=grey] .color-icon-label,.theme-dark [data-block-background=grey] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=grey],.theme-dark [data-highlight=grey]{background-color:#616161}.theme-dark .color-icon.bg-material-font-color-grey .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-grey .color-icon-label,.theme-dark .font-palette-grey,.theme-dark .nedit-root .color-icon.bg-material-font-color-grey .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-grey .color-icon-label,.theme-dark .nedit-root .font-palette-grey,.theme-dark .nedit-root [data-font-color=grey],.theme-dark [data-font-color=grey]{color:#eee}.theme-dark .bg-palette-grey,.theme-dark .color-icon.bg-palette-grey,.theme-dark .nedit-root .bg-palette-grey,.theme-dark .nedit-root .color-icon.bg-palette-grey{background-color:#616161}.theme-dark .nedit-root .shadow-palette-grey,.theme-dark .shadow-palette-grey{--box-shadow-color:#616161}.theme-dark .nedit-root [data-palette-bg-rgb=grey],.theme-dark [data-palette-bg-rgb=grey]{background-color:#616161}.theme-dark .nedit-root [data-border-color=grey],.theme-dark .nedit-root [data-border-color=grey].outline-container,.theme-dark [data-border-color=grey],.theme-dark [data-border-color=grey].outline-container{border-color:#616161}.theme-dark .nedit-root [data-border-color=grey].blockquote:before,.theme-dark [data-border-color=grey].blockquote:before{background-color:#616161}.theme-dark .nedit-root div[data-line-color=grey],.theme-dark div[data-line-color=grey]{border-left-color:#616161}.theme-dark .nedit-root div[data-line-color=grey].horizontal-line hr,.theme-dark div[data-line-color=grey].horizontal-line hr{border-color:#616161}.theme-dark .nedit-root [data-player-color=grey].file .slider-progress,.theme-dark [data-player-color=grey].file .slider-progress{background-color:#616161}.theme-dark .nedit-root [data-player-color=grey].file .slider-progress .slider-holder,.theme-dark [data-player-color=grey].file .slider-progress .slider-holder{border-color:#616161;background-color:#616161}.theme-dark .nedit-root [data-player-color=grey].file .audio-preloader:after,.theme-dark [data-player-color=grey].file .audio-preloader:after{border-color:#616161 transparent}.theme-dark .nedit-root [data-player-color=grey].file svg .player,.theme-dark [data-player-color=grey].file svg .player{fill:#616161}.theme-dark .nedit-root [data-block-background=blue-grey],.theme-dark [data-block-background=blue-grey]{background-color:#455a64}.theme-dark .nedit-root [data-block-background=blue-grey] .color-icon-label,.theme-dark [data-block-background=blue-grey] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=blue-grey],.theme-dark [data-highlight=blue-grey]{background-color:#455a64}.theme-dark .color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-dark .font-palette-blue-grey,.theme-dark .nedit-root .color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-blue-grey .color-icon-label,.theme-dark .nedit-root .font-palette-blue-grey,.theme-dark .nedit-root [data-font-color=blue-grey],.theme-dark [data-font-color=blue-grey]{color:#b0bec5}.theme-dark .bg-palette-blue-grey,.theme-dark .color-icon.bg-palette-blue-grey,.theme-dark .nedit-root .bg-palette-blue-grey,.theme-dark .nedit-root .color-icon.bg-palette-blue-grey{background-color:#455a64}.theme-dark .nedit-root .shadow-palette-blue-grey,.theme-dark .shadow-palette-blue-grey{--box-shadow-color:#455a64}.theme-dark .nedit-root [data-palette-bg-rgb=blue-grey],.theme-dark [data-palette-bg-rgb=blue-grey]{background-color:#455a64}.theme-dark .nedit-root [data-border-color=blue-grey],.theme-dark .nedit-root [data-border-color=blue-grey].outline-container,.theme-dark [data-border-color=blue-grey],.theme-dark [data-border-color=blue-grey].outline-container{border-color:#455a64}.theme-dark .nedit-root [data-border-color=blue-grey].blockquote:before,.theme-dark [data-border-color=blue-grey].blockquote:before{background-color:#455a64}.theme-dark .nedit-root div[data-line-color=blue-grey],.theme-dark div[data-line-color=blue-grey]{border-left-color:#455a64}.theme-dark .nedit-root div[data-line-color=blue-grey].horizontal-line hr,.theme-dark div[data-line-color=blue-grey].horizontal-line hr{border-color:#455a64}.theme-dark .nedit-root [data-player-color=blue-grey].file .slider-progress,.theme-dark [data-player-color=blue-grey].file .slider-progress{background-color:#455a64}.theme-dark .nedit-root [data-player-color=blue-grey].file .slider-progress .slider-holder,.theme-dark [data-player-color=blue-grey].file .slider-progress .slider-holder{border-color:#455a64;background-color:#455a64}.theme-dark .nedit-root [data-player-color=blue-grey].file .audio-preloader:after,.theme-dark [data-player-color=blue-grey].file .audio-preloader:after{border-color:#455a64 transparent}.theme-dark .nedit-root [data-player-color=blue-grey].file svg .player,.theme-dark [data-player-color=blue-grey].file svg .player{fill:#455a64}.theme-dark .nedit-root [data-block-background=rose],.theme-dark [data-block-background=rose]{background-color:#ef5350}.theme-dark .nedit-root [data-block-background=rose] .color-icon-label,.theme-dark [data-block-background=rose] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=rose],.theme-dark [data-highlight=rose]{background-color:#ef5350}.theme-dark .color-icon.bg-material-font-color-rose .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-rose .color-icon-label,.theme-dark .font-palette-rose,.theme-dark .nedit-root .color-icon.bg-material-font-color-rose .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-rose .color-icon-label,.theme-dark .nedit-root .font-palette-rose,.theme-dark .nedit-root [data-font-color=rose],.theme-dark [data-font-color=rose]{color:#ffebee}.theme-dark .bg-palette-rose,.theme-dark .color-icon.bg-palette-rose,.theme-dark .nedit-root .bg-palette-rose,.theme-dark .nedit-root .color-icon.bg-palette-rose{background-color:#ef5350}.theme-dark .nedit-root .shadow-palette-rose,.theme-dark .shadow-palette-rose{--box-shadow-color:#ef5350}.theme-dark .nedit-root [data-palette-bg-rgb=rose],.theme-dark [data-palette-bg-rgb=rose]{background-color:#ef5350}.theme-dark .nedit-root [data-border-color=rose],.theme-dark .nedit-root [data-border-color=rose].outline-container,.theme-dark [data-border-color=rose],.theme-dark [data-border-color=rose].outline-container{border-color:#ef5350}.theme-dark .nedit-root [data-border-color=rose].blockquote:before,.theme-dark [data-border-color=rose].blockquote:before{background-color:#ef5350}.theme-dark .nedit-root div[data-line-color=rose],.theme-dark div[data-line-color=rose]{border-left-color:#ef5350}.theme-dark .nedit-root div[data-line-color=rose].horizontal-line hr,.theme-dark div[data-line-color=rose].horizontal-line hr{border-color:#ef5350}.theme-dark .nedit-root [data-player-color=rose].file .slider-progress,.theme-dark [data-player-color=rose].file .slider-progress{background-color:#ef5350}.theme-dark .nedit-root [data-player-color=rose].file .slider-progress .slider-holder,.theme-dark [data-player-color=rose].file .slider-progress .slider-holder{border-color:#ef5350;background-color:#ef5350}.theme-dark .nedit-root [data-player-color=rose].file .audio-preloader:after,.theme-dark [data-player-color=rose].file .audio-preloader:after{border-color:#ef5350 transparent}.theme-dark .nedit-root [data-player-color=rose].file svg .player,.theme-dark [data-player-color=rose].file svg .player{fill:#ef5350}.theme-dark .nedit-root [data-block-background=black],.theme-dark [data-block-background=black]{background-color:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-block-background=black] .color-icon-label,.theme-dark [data-block-background=black] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=black],.theme-dark [data-highlight=black]{background-color:rgba(0,0,0,.87)}.theme-dark .color-icon.bg-material-font-color-black .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-black .color-icon-label,.theme-dark .font-palette-black,.theme-dark .nedit-root .color-icon.bg-material-font-color-black .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-black .color-icon-label,.theme-dark .nedit-root .font-palette-black,.theme-dark .nedit-root [data-font-color=black],.theme-dark [data-font-color=black]{color:rgba(0,0,0,.87)}.theme-dark .bg-palette-black,.theme-dark .color-icon.bg-palette-black,.theme-dark .nedit-root .bg-palette-black,.theme-dark .nedit-root .color-icon.bg-palette-black{background-color:rgba(0,0,0,.87)}.theme-dark .nedit-root .shadow-palette-black,.theme-dark .shadow-palette-black{--box-shadow-color:rgba(0,0,0,0.87)}.theme-dark .nedit-root [data-palette-bg-rgb=black],.theme-dark [data-palette-bg-rgb=black]{background-color:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-border-color=black],.theme-dark .nedit-root [data-border-color=black].outline-container,.theme-dark [data-border-color=black],.theme-dark [data-border-color=black].outline-container{border-color:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-border-color=black].blockquote:before,.theme-dark [data-border-color=black].blockquote:before{background-color:rgba(0,0,0,.87)}.theme-dark .nedit-root div[data-line-color=black],.theme-dark div[data-line-color=black]{border-left-color:rgba(0,0,0,.87)}.theme-dark .nedit-root div[data-line-color=black].horizontal-line hr,.theme-dark div[data-line-color=black].horizontal-line hr{border-color:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-player-color=black].file .slider-progress,.theme-dark [data-player-color=black].file .slider-progress{background-color:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-player-color=black].file .slider-progress .slider-holder,.theme-dark [data-player-color=black].file .slider-progress .slider-holder{border-color:rgba(0,0,0,.87);background-color:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-player-color=black].file .audio-preloader:after,.theme-dark [data-player-color=black].file .audio-preloader:after{border-color:rgba(0,0,0,.87) transparent}.theme-dark .nedit-root [data-player-color=black].file svg .player,.theme-dark [data-player-color=black].file svg .player{fill:rgba(0,0,0,.87)}.theme-dark .nedit-root [data-block-background=white],.theme-dark [data-block-background=white]{background-color:#fff}.theme-dark .nedit-root [data-block-background=white] .color-icon-label,.theme-dark [data-block-background=white] .color-icon-label{color:#fff}.theme-dark .nedit-root [data-highlight=white],.theme-dark [data-highlight=white]{background-color:#fff}.theme-dark .color-icon.bg-material-font-color-white .color-icon-label,.theme-dark .floating-toolbar-color-icon.bg-material-font-color-white .color-icon-label,.theme-dark .font-palette-white,.theme-dark .nedit-root .color-icon.bg-material-font-color-white .color-icon-label,.theme-dark .nedit-root .floating-toolbar-color-icon.bg-material-font-color-white .color-icon-label,.theme-dark .nedit-root .font-palette-white,.theme-dark .nedit-root [data-font-color=white],.theme-dark [data-font-color=white]{color:#fff}.theme-dark .bg-palette-white,.theme-dark .color-icon.bg-palette-white,.theme-dark .nedit-root .bg-palette-white,.theme-dark .nedit-root .color-icon.bg-palette-white{background-color:#fff}.theme-dark .nedit-root .shadow-palette-white,.theme-dark .shadow-palette-white{--box-shadow-color:#fff}.theme-dark .nedit-root [data-palette-bg-rgb=white],.theme-dark [data-palette-bg-rgb=white]{background-color:#fff}.theme-dark .nedit-root [data-border-color=white],.theme-dark .nedit-root [data-border-color=white].outline-container,.theme-dark [data-border-color=white],.theme-dark [data-border-color=white].outline-container{border-color:#fff}.theme-dark .nedit-root [data-border-color=white].blockquote:before,.theme-dark [data-border-color=white].blockquote:before{background-color:#fff}.theme-dark .nedit-root div[data-line-color=white],.theme-dark div[data-line-color=white]{border-left-color:#fff}.theme-dark .nedit-root div[data-line-color=white].horizontal-line hr,.theme-dark div[data-line-color=white].horizontal-line hr{border-color:#fff}.theme-dark .nedit-root [data-player-color=white].file .slider-progress,.theme-dark [data-player-color=white].file .slider-progress{background-color:#fff}.theme-dark .nedit-root [data-player-color=white].file .slider-progress .slider-holder,.theme-dark [data-player-color=white].file .slider-progress .slider-holder{border-color:#fff;background-color:#fff}.theme-dark .nedit-root [data-player-color=white].file .audio-preloader:after,.theme-dark [data-player-color=white].file .audio-preloader:after{border-color:#fff transparent}.theme-dark .nedit-root [data-player-color=white].file svg .player,.theme-dark [data-player-color=white].file svg .player{fill:#fff}.theme-dark .nedit-root [data-player-color=white].file svg .player2,.theme-dark [data-player-color=white].file svg .player2{fill:#252525}.theme-dark .nedit-root [data-block-background=aqua],.theme-dark [data-block-background=aqua]{background-color:#0288d1}.theme-dark .nedit-root [data-font-color=aqua],.theme-dark [data-font-color=aqua]{color:#81d4fa}.theme-dark .nedit-root [data-palette-bg-rgb=aqua],.theme-dark [data-palette-bg-rgb=aqua]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color=aqua],.theme-dark .nedit-root [data-border-color=aqua].outline-container,.theme-dark [data-border-color=aqua],.theme-dark [data-border-color=aqua].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color=aqua].blockquote:before,.theme-dark [data-border-color=aqua].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color=aqua],.theme-dark div[data-line-color=aqua]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color=aqua].horizontal-line hr,.theme-dark div[data-line-color=aqua].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color=aqua].file .slider-progress,.theme-dark [data-player-color=aqua].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color=aqua].file .slider-progress .slider-holder,.theme-dark [data-player-color=aqua].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color=aqua].file .audio-preloader:after,.theme-dark [data-player-color=aqua].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color=aqua].file svg .player,.theme-dark [data-player-color=aqua].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background=carrot],.theme-dark [data-block-background=carrot]{background-color:#f57c00}.theme-dark .nedit-root [data-font-color=carrot],.theme-dark [data-font-color=carrot]{color:#ffcc80}.theme-dark .nedit-root [data-palette-bg-rgb=carrot],.theme-dark [data-palette-bg-rgb=carrot]{background-color:#f57c00}.theme-dark .nedit-root [data-border-color=carrot],.theme-dark .nedit-root [data-border-color=carrot].outline-container,.theme-dark [data-border-color=carrot],.theme-dark [data-border-color=carrot].outline-container{border-color:#f57c00}.theme-dark .nedit-root [data-border-color=carrot].blockquote:before,.theme-dark [data-border-color=carrot].blockquote:before{background-color:#f57c00}.theme-dark .nedit-root div[data-line-color=carrot],.theme-dark div[data-line-color=carrot]{border-left-color:#f57c00}.theme-dark .nedit-root div[data-line-color=carrot].horizontal-line hr,.theme-dark div[data-line-color=carrot].horizontal-line hr{border-color:#f57c00}.theme-dark .nedit-root [data-player-color=carrot].file .slider-progress,.theme-dark [data-player-color=carrot].file .slider-progress{background-color:#f57c00}.theme-dark .nedit-root [data-player-color=carrot].file .slider-progress .slider-holder,.theme-dark [data-player-color=carrot].file .slider-progress .slider-holder{border-color:#f57c00;background-color:#f57c00}.theme-dark .nedit-root [data-player-color=carrot].file .audio-preloader:after,.theme-dark [data-player-color=carrot].file .audio-preloader:after{border-color:#f57c00 transparent}.theme-dark .nedit-root [data-player-color=carrot].file svg .player,.theme-dark [data-player-color=carrot].file svg .player{fill:#f57c00}.theme-dark .nedit-root [data-block-background=thistle],.theme-dark [data-block-background=thistle]{background-color:#7b1fa2}.theme-dark .nedit-root [data-font-color=thistle],.theme-dark [data-font-color=thistle]{color:#ce93d8}.theme-dark .nedit-root [data-palette-bg-rgb=thistle],.theme-dark [data-palette-bg-rgb=thistle]{background-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=thistle],.theme-dark .nedit-root [data-border-color=thistle].outline-container,.theme-dark [data-border-color=thistle],.theme-dark [data-border-color=thistle].outline-container{border-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=thistle].blockquote:before,.theme-dark [data-border-color=thistle].blockquote:before{background-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=thistle],.theme-dark div[data-line-color=thistle]{border-left-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=thistle].horizontal-line hr,.theme-dark div[data-line-color=thistle].horizontal-line hr{border-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=thistle].file .slider-progress,.theme-dark [data-player-color=thistle].file .slider-progress{background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=thistle].file .slider-progress .slider-holder,.theme-dark [data-player-color=thistle].file .slider-progress .slider-holder{border-color:#7b1fa2;background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=thistle].file .audio-preloader:after,.theme-dark [data-player-color=thistle].file .audio-preloader:after{border-color:#7b1fa2 transparent}.theme-dark .nedit-root [data-player-color=thistle].file svg .player,.theme-dark [data-player-color=thistle].file svg .player{fill:#7b1fa2}.theme-dark .nedit-root [data-block-background=ucla-blue],.theme-dark [data-block-background=ucla-blue]{background-color:#303f9f}.theme-dark .nedit-root [data-font-color=ucla-blue],.theme-dark [data-font-color=ucla-blue]{color:#9fa8da}.theme-dark .nedit-root [data-palette-bg-rgb=ucla-blue],.theme-dark [data-palette-bg-rgb=ucla-blue]{background-color:#303f9f}.theme-dark .nedit-root [data-border-color=ucla-blue],.theme-dark .nedit-root [data-border-color=ucla-blue].outline-container,.theme-dark [data-border-color=ucla-blue],.theme-dark [data-border-color=ucla-blue].outline-container{border-color:#303f9f}.theme-dark .nedit-root [data-border-color=ucla-blue].blockquote:before,.theme-dark [data-border-color=ucla-blue].blockquote:before{background-color:#303f9f}.theme-dark .nedit-root div[data-line-color=ucla-blue],.theme-dark div[data-line-color=ucla-blue]{border-left-color:#303f9f}.theme-dark .nedit-root div[data-line-color=ucla-blue].horizontal-line hr,.theme-dark div[data-line-color=ucla-blue].horizontal-line hr{border-color:#303f9f}.theme-dark .nedit-root [data-player-color=ucla-blue].file .slider-progress,.theme-dark [data-player-color=ucla-blue].file .slider-progress{background-color:#303f9f}.theme-dark .nedit-root [data-player-color=ucla-blue].file .slider-progress .slider-holder,.theme-dark [data-player-color=ucla-blue].file .slider-progress .slider-holder{border-color:#303f9f;background-color:#303f9f}.theme-dark .nedit-root [data-player-color=ucla-blue].file .audio-preloader:after,.theme-dark [data-player-color=ucla-blue].file .audio-preloader:after{border-color:#303f9f transparent}.theme-dark .nedit-root [data-player-color=ucla-blue].file svg .player,.theme-dark [data-player-color=ucla-blue].file svg .player{fill:#303f9f}.theme-dark .nedit-root [data-block-background=yellow-green],.theme-dark [data-block-background=yellow-green]{background-color:#afb42b}.theme-dark .nedit-root [data-font-color=yellow-green],.theme-dark [data-font-color=yellow-green]{color:#e6ee9c}.theme-dark .nedit-root [data-palette-bg-rgb=yellow-green],.theme-dark [data-palette-bg-rgb=yellow-green]{background-color:#afb42b}.theme-dark .nedit-root [data-border-color=yellow-green],.theme-dark .nedit-root [data-border-color=yellow-green].outline-container,.theme-dark [data-border-color=yellow-green],.theme-dark [data-border-color=yellow-green].outline-container{border-color:#afb42b}.theme-dark .nedit-root [data-border-color=yellow-green].blockquote:before,.theme-dark [data-border-color=yellow-green].blockquote:before{background-color:#afb42b}.theme-dark .nedit-root div[data-line-color=yellow-green],.theme-dark div[data-line-color=yellow-green]{border-left-color:#afb42b}.theme-dark .nedit-root div[data-line-color=yellow-green].horizontal-line hr,.theme-dark div[data-line-color=yellow-green].horizontal-line hr{border-color:#afb42b}.theme-dark .nedit-root [data-player-color=yellow-green].file .slider-progress,.theme-dark [data-player-color=yellow-green].file .slider-progress{background-color:#afb42b}.theme-dark .nedit-root [data-player-color=yellow-green].file .slider-progress .slider-holder,.theme-dark [data-player-color=yellow-green].file .slider-progress .slider-holder{border-color:#afb42b;background-color:#afb42b}.theme-dark .nedit-root [data-player-color=yellow-green].file .audio-preloader:after,.theme-dark [data-player-color=yellow-green].file .audio-preloader:after{border-color:#afb42b transparent}.theme-dark .nedit-root [data-player-color=yellow-green].file svg .player,.theme-dark [data-player-color=yellow-green].file svg .player{fill:#afb42b}.theme-dark .nedit-root [data-block-background=aquamarine],.theme-dark [data-block-background=aquamarine]{background-color:#0097a7}.theme-dark .nedit-root [data-font-color=aquamarine],.theme-dark [data-font-color=aquamarine]{color:#80deea}.theme-dark .nedit-root [data-palette-bg-rgb=aquamarine],.theme-dark [data-palette-bg-rgb=aquamarine]{background-color:#0097a7}.theme-dark .nedit-root [data-border-color=aquamarine],.theme-dark .nedit-root [data-border-color=aquamarine].outline-container,.theme-dark [data-border-color=aquamarine],.theme-dark [data-border-color=aquamarine].outline-container{border-color:#0097a7}.theme-dark .nedit-root [data-border-color=aquamarine].blockquote:before,.theme-dark [data-border-color=aquamarine].blockquote:before{background-color:#0097a7}.theme-dark .nedit-root div[data-line-color=aquamarine],.theme-dark div[data-line-color=aquamarine]{border-left-color:#0097a7}.theme-dark .nedit-root div[data-line-color=aquamarine].horizontal-line hr,.theme-dark div[data-line-color=aquamarine].horizontal-line hr{border-color:#0097a7}.theme-dark .nedit-root [data-player-color=aquamarine].file .slider-progress,.theme-dark [data-player-color=aquamarine].file .slider-progress{background-color:#0097a7}.theme-dark .nedit-root [data-player-color=aquamarine].file .slider-progress .slider-holder,.theme-dark [data-player-color=aquamarine].file .slider-progress .slider-holder{border-color:#0097a7;background-color:#0097a7}.theme-dark .nedit-root [data-player-color=aquamarine].file .audio-preloader:after,.theme-dark [data-player-color=aquamarine].file .audio-preloader:after{border-color:#0097a7 transparent}.theme-dark .nedit-root [data-player-color=aquamarine].file svg .player,.theme-dark [data-player-color=aquamarine].file svg .player{fill:#0097a7}.theme-dark .nedit-root [data-block-background=jade],.theme-dark [data-block-background=jade]{background-color:#00796b}.theme-dark .nedit-root [data-font-color=jade],.theme-dark [data-font-color=jade]{color:#80cbc4}.theme-dark .nedit-root [data-palette-bg-rgb=jade],.theme-dark [data-palette-bg-rgb=jade]{background-color:#00796b}.theme-dark .nedit-root [data-border-color=jade],.theme-dark .nedit-root [data-border-color=jade].outline-container,.theme-dark [data-border-color=jade],.theme-dark [data-border-color=jade].outline-container{border-color:#00796b}.theme-dark .nedit-root [data-border-color=jade].blockquote:before,.theme-dark [data-border-color=jade].blockquote:before{background-color:#00796b}.theme-dark .nedit-root div[data-line-color=jade],.theme-dark div[data-line-color=jade]{border-left-color:#00796b}.theme-dark .nedit-root div[data-line-color=jade].horizontal-line hr,.theme-dark div[data-line-color=jade].horizontal-line hr{border-color:#00796b}.theme-dark .nedit-root [data-player-color=jade].file .slider-progress,.theme-dark [data-player-color=jade].file .slider-progress{background-color:#00796b}.theme-dark .nedit-root [data-player-color=jade].file .slider-progress .slider-holder,.theme-dark [data-player-color=jade].file .slider-progress .slider-holder{border-color:#00796b;background-color:#00796b}.theme-dark .nedit-root [data-player-color=jade].file .audio-preloader:after,.theme-dark [data-player-color=jade].file .audio-preloader:after{border-color:#00796b transparent}.theme-dark .nedit-root [data-player-color=jade].file svg .player,.theme-dark [data-player-color=jade].file svg .player{fill:#00796b}.theme-dark .nedit-root [data-block-background=green-sea],.theme-dark [data-block-background=green-sea]{background-color:#00796b}.theme-dark .nedit-root [data-font-color=green-sea],.theme-dark [data-font-color=green-sea]{color:#80cbc4}.theme-dark .nedit-root [data-palette-bg-rgb=green-sea],.theme-dark [data-palette-bg-rgb=green-sea]{background-color:#00796b}.theme-dark .nedit-root [data-border-color=green-sea],.theme-dark .nedit-root [data-border-color=green-sea].outline-container,.theme-dark [data-border-color=green-sea],.theme-dark [data-border-color=green-sea].outline-container{border-color:#00796b}.theme-dark .nedit-root [data-border-color=green-sea].blockquote:before,.theme-dark [data-border-color=green-sea].blockquote:before{background-color:#00796b}.theme-dark .nedit-root div[data-line-color=green-sea],.theme-dark div[data-line-color=green-sea]{border-left-color:#00796b}.theme-dark .nedit-root div[data-line-color=green-sea].horizontal-line hr,.theme-dark div[data-line-color=green-sea].horizontal-line hr{border-color:#00796b}.theme-dark .nedit-root [data-player-color=green-sea].file .slider-progress,.theme-dark [data-player-color=green-sea].file .slider-progress{background-color:#00796b}.theme-dark .nedit-root [data-player-color=green-sea].file .slider-progress .slider-holder,.theme-dark [data-player-color=green-sea].file .slider-progress .slider-holder{border-color:#00796b;background-color:#00796b}.theme-dark .nedit-root [data-player-color=green-sea].file .audio-preloader:after,.theme-dark [data-player-color=green-sea].file .audio-preloader:after{border-color:#00796b transparent}.theme-dark .nedit-root [data-player-color=green-sea].file svg .player,.theme-dark [data-player-color=green-sea].file svg .player{fill:#00796b}.theme-dark .nedit-root [data-block-background=cloudy],.theme-dark [data-block-background=cloudy]{background-color:#455a64}.theme-dark .nedit-root [data-font-color=cloudy],.theme-dark [data-font-color=cloudy]{color:#b0bec5}.theme-dark .nedit-root [data-palette-bg-rgb=cloudy],.theme-dark [data-palette-bg-rgb=cloudy]{background-color:#455a64}.theme-dark .nedit-root [data-border-color=cloudy],.theme-dark .nedit-root [data-border-color=cloudy].outline-container,.theme-dark [data-border-color=cloudy],.theme-dark [data-border-color=cloudy].outline-container{border-color:#455a64}.theme-dark .nedit-root [data-border-color=cloudy].blockquote:before,.theme-dark [data-border-color=cloudy].blockquote:before{background-color:#455a64}.theme-dark .nedit-root div[data-line-color=cloudy],.theme-dark div[data-line-color=cloudy]{border-left-color:#455a64}.theme-dark .nedit-root div[data-line-color=cloudy].horizontal-line hr,.theme-dark div[data-line-color=cloudy].horizontal-line hr{border-color:#455a64}.theme-dark .nedit-root [data-player-color=cloudy].file .slider-progress,.theme-dark [data-player-color=cloudy].file .slider-progress{background-color:#455a64}.theme-dark .nedit-root [data-player-color=cloudy].file .slider-progress .slider-holder,.theme-dark [data-player-color=cloudy].file .slider-progress .slider-holder{border-color:#455a64;background-color:#455a64}.theme-dark .nedit-root [data-player-color=cloudy].file .audio-preloader:after,.theme-dark [data-player-color=cloudy].file .audio-preloader:after{border-color:#455a64 transparent}.theme-dark .nedit-root [data-player-color=cloudy].file svg .player,.theme-dark [data-player-color=cloudy].file svg .player{fill:#455a64}.theme-dark .nedit-root [data-block-background=dark-sky],.theme-dark [data-block-background=dark-sky]{background-color:#455a64}.theme-dark .nedit-root [data-font-color=dark-sky],.theme-dark [data-font-color=dark-sky]{color:#b0bec5}.theme-dark .nedit-root [data-palette-bg-rgb=dark-sky],.theme-dark [data-palette-bg-rgb=dark-sky]{background-color:#455a64}.theme-dark .nedit-root [data-border-color=dark-sky],.theme-dark .nedit-root [data-border-color=dark-sky].outline-container,.theme-dark [data-border-color=dark-sky],.theme-dark [data-border-color=dark-sky].outline-container{border-color:#455a64}.theme-dark .nedit-root [data-border-color=dark-sky].blockquote:before,.theme-dark [data-border-color=dark-sky].blockquote:before{background-color:#455a64}.theme-dark .nedit-root div[data-line-color=dark-sky],.theme-dark div[data-line-color=dark-sky]{border-left-color:#455a64}.theme-dark .nedit-root div[data-line-color=dark-sky].horizontal-line hr,.theme-dark div[data-line-color=dark-sky].horizontal-line hr{border-color:#455a64}.theme-dark .nedit-root [data-player-color=dark-sky].file .slider-progress,.theme-dark [data-player-color=dark-sky].file .slider-progress{background-color:#455a64}.theme-dark .nedit-root [data-player-color=dark-sky].file .slider-progress .slider-holder,.theme-dark [data-player-color=dark-sky].file .slider-progress .slider-holder{border-color:#455a64;background-color:#455a64}.theme-dark .nedit-root [data-player-color=dark-sky].file .audio-preloader:after,.theme-dark [data-player-color=dark-sky].file .audio-preloader:after{border-color:#455a64 transparent}.theme-dark .nedit-root [data-player-color=dark-sky].file svg .player,.theme-dark [data-player-color=dark-sky].file svg .player{fill:#455a64}.theme-dark .nedit-root [data-block-background=cherry],.theme-dark [data-block-background=cherry]{background-color:#c2185b}.theme-dark .nedit-root [data-font-color=cherry],.theme-dark [data-font-color=cherry]{color:#f48fb1}.theme-dark .nedit-root [data-palette-bg-rgb=cherry],.theme-dark [data-palette-bg-rgb=cherry]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color=cherry],.theme-dark .nedit-root [data-border-color=cherry].outline-container,.theme-dark [data-border-color=cherry],.theme-dark [data-border-color=cherry].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color=cherry].blockquote:before,.theme-dark [data-border-color=cherry].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color=cherry],.theme-dark div[data-line-color=cherry]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color=cherry].horizontal-line hr,.theme-dark div[data-line-color=cherry].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color=cherry].file .slider-progress,.theme-dark [data-player-color=cherry].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color=cherry].file .slider-progress .slider-holder,.theme-dark [data-player-color=cherry].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color=cherry].file .audio-preloader:after,.theme-dark [data-player-color=cherry].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color=cherry].file svg .player,.theme-dark [data-player-color=cherry].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background=dark-sky-blue],.theme-dark [data-block-background=dark-sky-blue]{background-color:#0288d1}.theme-dark .nedit-root [data-font-color=dark-sky-blue],.theme-dark [data-font-color=dark-sky-blue]{color:#81d4fa}.theme-dark .nedit-root [data-palette-bg-rgb=dark-sky-blue],.theme-dark [data-palette-bg-rgb=dark-sky-blue]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color=dark-sky-blue],.theme-dark .nedit-root [data-border-color=dark-sky-blue].outline-container,.theme-dark [data-border-color=dark-sky-blue],.theme-dark [data-border-color=dark-sky-blue].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color=dark-sky-blue].blockquote:before,.theme-dark [data-border-color=dark-sky-blue].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color=dark-sky-blue],.theme-dark div[data-line-color=dark-sky-blue]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color=dark-sky-blue].horizontal-line hr,.theme-dark div[data-line-color=dark-sky-blue].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color=dark-sky-blue].file .slider-progress,.theme-dark [data-player-color=dark-sky-blue].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color=dark-sky-blue].file .slider-progress .slider-holder,.theme-dark [data-player-color=dark-sky-blue].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color=dark-sky-blue].file .audio-preloader:after,.theme-dark [data-player-color=dark-sky-blue].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color=dark-sky-blue].file svg .player,.theme-dark [data-player-color=dark-sky-blue].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background=macaroni-and-cheese],.theme-dark [data-block-background=macaroni-and-cheese]{background-color:#ffa000}.theme-dark .nedit-root [data-font-color=macaroni-and-cheese],.theme-dark [data-font-color=macaroni-and-cheese]{color:#ffe082}.theme-dark .nedit-root [data-palette-bg-rgb=macaroni-and-cheese],.theme-dark [data-palette-bg-rgb=macaroni-and-cheese]{background-color:#ffa000}.theme-dark .nedit-root [data-border-color=macaroni-and-cheese],.theme-dark .nedit-root [data-border-color=macaroni-and-cheese].outline-container,.theme-dark [data-border-color=macaroni-and-cheese],.theme-dark [data-border-color=macaroni-and-cheese].outline-container{border-color:#ffa000}.theme-dark .nedit-root [data-border-color=macaroni-and-cheese].blockquote:before,.theme-dark [data-border-color=macaroni-and-cheese].blockquote:before{background-color:#ffa000}.theme-dark .nedit-root div[data-line-color=macaroni-and-cheese],.theme-dark div[data-line-color=macaroni-and-cheese]{border-left-color:#ffa000}.theme-dark .nedit-root div[data-line-color=macaroni-and-cheese].horizontal-line hr,.theme-dark div[data-line-color=macaroni-and-cheese].horizontal-line hr{border-color:#ffa000}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese].file .slider-progress,.theme-dark [data-player-color=macaroni-and-cheese].file .slider-progress{background-color:#ffa000}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese].file .slider-progress .slider-holder,.theme-dark [data-player-color=macaroni-and-cheese].file .slider-progress .slider-holder{border-color:#ffa000;background-color:#ffa000}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese].file .audio-preloader:after,.theme-dark [data-player-color=macaroni-and-cheese].file .audio-preloader:after{border-color:#ffa000 transparent}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese].file svg .player,.theme-dark [data-player-color=macaroni-and-cheese].file svg .player{fill:#ffa000}.theme-dark .nedit-root [data-block-background=mango],.theme-dark [data-block-background=mango]{background-color:#f57c00}.theme-dark .nedit-root [data-font-color=mango],.theme-dark [data-font-color=mango]{color:#ffcc80}.theme-dark .nedit-root [data-palette-bg-rgb=mango],.theme-dark [data-palette-bg-rgb=mango]{background-color:#f57c00}.theme-dark .nedit-root [data-border-color=mango],.theme-dark .nedit-root [data-border-color=mango].outline-container,.theme-dark [data-border-color=mango],.theme-dark [data-border-color=mango].outline-container{border-color:#f57c00}.theme-dark .nedit-root [data-border-color=mango].blockquote:before,.theme-dark [data-border-color=mango].blockquote:before{background-color:#f57c00}.theme-dark .nedit-root div[data-line-color=mango],.theme-dark div[data-line-color=mango]{border-left-color:#f57c00}.theme-dark .nedit-root div[data-line-color=mango].horizontal-line hr,.theme-dark div[data-line-color=mango].horizontal-line hr{border-color:#f57c00}.theme-dark .nedit-root [data-player-color=mango].file .slider-progress,.theme-dark [data-player-color=mango].file .slider-progress{background-color:#f57c00}.theme-dark .nedit-root [data-player-color=mango].file .slider-progress .slider-holder,.theme-dark [data-player-color=mango].file .slider-progress .slider-holder{border-color:#f57c00;background-color:#f57c00}.theme-dark .nedit-root [data-player-color=mango].file .audio-preloader:after,.theme-dark [data-player-color=mango].file .audio-preloader:after{border-color:#f57c00 transparent}.theme-dark .nedit-root [data-player-color=mango].file svg .player,.theme-dark [data-player-color=mango].file svg .player{fill:#f57c00}.theme-dark .nedit-root [data-block-background=coral],.theme-dark [data-block-background=coral]{background-color:#c2185b}.theme-dark .nedit-root [data-font-color=coral],.theme-dark [data-font-color=coral]{color:#f48fb1}.theme-dark .nedit-root [data-palette-bg-rgb=coral],.theme-dark [data-palette-bg-rgb=coral]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color=coral],.theme-dark .nedit-root [data-border-color=coral].outline-container,.theme-dark [data-border-color=coral],.theme-dark [data-border-color=coral].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color=coral].blockquote:before,.theme-dark [data-border-color=coral].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color=coral],.theme-dark div[data-line-color=coral]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color=coral].horizontal-line hr,.theme-dark div[data-line-color=coral].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color=coral].file .slider-progress,.theme-dark [data-player-color=coral].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color=coral].file .slider-progress .slider-holder,.theme-dark [data-player-color=coral].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color=coral].file .audio-preloader:after,.theme-dark [data-player-color=coral].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color=coral].file svg .player,.theme-dark [data-player-color=coral].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background=turtle-green],.theme-dark [data-block-background=turtle-green]{background-color:#388e3c}.theme-dark .nedit-root [data-font-color=turtle-green],.theme-dark [data-font-color=turtle-green]{color:#a5d6a7}.theme-dark .nedit-root [data-palette-bg-rgb=turtle-green],.theme-dark [data-palette-bg-rgb=turtle-green]{background-color:#388e3c}.theme-dark .nedit-root [data-border-color=turtle-green],.theme-dark .nedit-root [data-border-color=turtle-green].outline-container,.theme-dark [data-border-color=turtle-green],.theme-dark [data-border-color=turtle-green].outline-container{border-color:#388e3c}.theme-dark .nedit-root [data-border-color=turtle-green].blockquote:before,.theme-dark [data-border-color=turtle-green].blockquote:before{background-color:#388e3c}.theme-dark .nedit-root div[data-line-color=turtle-green],.theme-dark div[data-line-color=turtle-green]{border-left-color:#388e3c}.theme-dark .nedit-root div[data-line-color=turtle-green].horizontal-line hr,.theme-dark div[data-line-color=turtle-green].horizontal-line hr{border-color:#388e3c}.theme-dark .nedit-root [data-player-color=turtle-green].file .slider-progress,.theme-dark [data-player-color=turtle-green].file .slider-progress{background-color:#388e3c}.theme-dark .nedit-root [data-player-color=turtle-green].file .slider-progress .slider-holder,.theme-dark [data-player-color=turtle-green].file .slider-progress .slider-holder{border-color:#388e3c;background-color:#388e3c}.theme-dark .nedit-root [data-player-color=turtle-green].file .audio-preloader:after,.theme-dark [data-player-color=turtle-green].file .audio-preloader:after{border-color:#388e3c transparent}.theme-dark .nedit-root [data-player-color=turtle-green].file svg .player,.theme-dark [data-player-color=turtle-green].file svg .player{fill:#388e3c}.theme-dark .nedit-root [data-block-background=pale-purple],.theme-dark [data-block-background=pale-purple]{background-color:#7b1fa2}.theme-dark .nedit-root [data-font-color=pale-purple],.theme-dark [data-font-color=pale-purple]{color:#ce93d8}.theme-dark .nedit-root [data-palette-bg-rgb=pale-purple],.theme-dark [data-palette-bg-rgb=pale-purple]{background-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=pale-purple],.theme-dark .nedit-root [data-border-color=pale-purple].outline-container,.theme-dark [data-border-color=pale-purple],.theme-dark [data-border-color=pale-purple].outline-container{border-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=pale-purple].blockquote:before,.theme-dark [data-border-color=pale-purple].blockquote:before{background-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=pale-purple],.theme-dark div[data-line-color=pale-purple]{border-left-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=pale-purple].horizontal-line hr,.theme-dark div[data-line-color=pale-purple].horizontal-line hr{border-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=pale-purple].file .slider-progress,.theme-dark [data-player-color=pale-purple].file .slider-progress{background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=pale-purple].file .slider-progress .slider-holder,.theme-dark [data-player-color=pale-purple].file .slider-progress .slider-holder{border-color:#7b1fa2;background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=pale-purple].file .audio-preloader:after,.theme-dark [data-player-color=pale-purple].file .audio-preloader:after{border-color:#7b1fa2 transparent}.theme-dark .nedit-root [data-player-color=pale-purple].file svg .player,.theme-dark [data-player-color=pale-purple].file svg .player{fill:#7b1fa2}.theme-dark .nedit-root [data-block-background=stormy-blue],.theme-dark [data-block-background=stormy-blue]{background-color:#1976d2}.theme-dark .nedit-root [data-font-color=stormy-blue],.theme-dark [data-font-color=stormy-blue]{color:#90caf9}.theme-dark .nedit-root [data-palette-bg-rgb=stormy-blue],.theme-dark [data-palette-bg-rgb=stormy-blue]{background-color:#1976d2}.theme-dark .nedit-root [data-border-color=stormy-blue],.theme-dark .nedit-root [data-border-color=stormy-blue].outline-container,.theme-dark [data-border-color=stormy-blue],.theme-dark [data-border-color=stormy-blue].outline-container{border-color:#1976d2}.theme-dark .nedit-root [data-border-color=stormy-blue].blockquote:before,.theme-dark [data-border-color=stormy-blue].blockquote:before{background-color:#1976d2}.theme-dark .nedit-root div[data-line-color=stormy-blue],.theme-dark div[data-line-color=stormy-blue]{border-left-color:#1976d2}.theme-dark .nedit-root div[data-line-color=stormy-blue].horizontal-line hr,.theme-dark div[data-line-color=stormy-blue].horizontal-line hr{border-color:#1976d2}.theme-dark .nedit-root [data-player-color=stormy-blue].file .slider-progress,.theme-dark [data-player-color=stormy-blue].file .slider-progress{background-color:#1976d2}.theme-dark .nedit-root [data-player-color=stormy-blue].file .slider-progress .slider-holder,.theme-dark [data-player-color=stormy-blue].file .slider-progress .slider-holder{border-color:#1976d2;background-color:#1976d2}.theme-dark .nedit-root [data-player-color=stormy-blue].file .audio-preloader:after,.theme-dark [data-player-color=stormy-blue].file .audio-preloader:after{border-color:#1976d2 transparent}.theme-dark .nedit-root [data-player-color=stormy-blue].file svg .player,.theme-dark [data-player-color=stormy-blue].file svg .player{fill:#1976d2}.theme-dark .nedit-root [data-block-background=macaroni-and-cheese-highlight],.theme-dark [data-block-background=macaroni-and-cheese-highlight]{background-color:#ffa000}.theme-dark .nedit-root [data-font-color=macaroni-and-cheese-highlight],.theme-dark [data-font-color=macaroni-and-cheese-highlight]{color:#ffe082}.theme-dark .nedit-root [data-palette-bg-rgb=macaroni-and-cheese-highlight],.theme-dark [data-palette-bg-rgb=macaroni-and-cheese-highlight]{background-color:#ffa000}.theme-dark .nedit-root [data-border-color=macaroni-and-cheese-highlight],.theme-dark .nedit-root [data-border-color=macaroni-and-cheese-highlight].outline-container,.theme-dark [data-border-color=macaroni-and-cheese-highlight],.theme-dark [data-border-color=macaroni-and-cheese-highlight].outline-container{border-color:#ffa000}.theme-dark .nedit-root [data-border-color=macaroni-and-cheese-highlight].blockquote:before,.theme-dark [data-border-color=macaroni-and-cheese-highlight].blockquote:before{background-color:#ffa000}.theme-dark .nedit-root div[data-line-color=macaroni-and-cheese-highlight],.theme-dark div[data-line-color=macaroni-and-cheese-highlight]{border-left-color:#ffa000}.theme-dark .nedit-root div[data-line-color=macaroni-and-cheese-highlight].horizontal-line hr,.theme-dark div[data-line-color=macaroni-and-cheese-highlight].horizontal-line hr{border-color:#ffa000}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese-highlight].file .slider-progress,.theme-dark [data-player-color=macaroni-and-cheese-highlight].file .slider-progress{background-color:#ffa000}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=macaroni-and-cheese-highlight].file .slider-progress .slider-holder{border-color:#ffa000;background-color:#ffa000}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese-highlight].file .audio-preloader:after,.theme-dark [data-player-color=macaroni-and-cheese-highlight].file .audio-preloader:after{border-color:#ffa000 transparent}.theme-dark .nedit-root [data-player-color=macaroni-and-cheese-highlight].file svg .player,.theme-dark [data-player-color=macaroni-and-cheese-highlight].file svg .player{fill:#ffa000}.theme-dark .nedit-root [data-block-background=dark-sky-blue-highlight],.theme-dark [data-block-background=dark-sky-blue-highlight]{background-color:#0288d1}.theme-dark .nedit-root [data-font-color=dark-sky-blue-highlight],.theme-dark [data-font-color=dark-sky-blue-highlight]{color:#81d4fa}.theme-dark .nedit-root [data-palette-bg-rgb=dark-sky-blue-highlight],.theme-dark [data-palette-bg-rgb=dark-sky-blue-highlight]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color=dark-sky-blue-highlight],.theme-dark .nedit-root [data-border-color=dark-sky-blue-highlight].outline-container,.theme-dark [data-border-color=dark-sky-blue-highlight],.theme-dark [data-border-color=dark-sky-blue-highlight].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color=dark-sky-blue-highlight].blockquote:before,.theme-dark [data-border-color=dark-sky-blue-highlight].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color=dark-sky-blue-highlight],.theme-dark div[data-line-color=dark-sky-blue-highlight]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color=dark-sky-blue-highlight].horizontal-line hr,.theme-dark div[data-line-color=dark-sky-blue-highlight].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color=dark-sky-blue-highlight].file .slider-progress,.theme-dark [data-player-color=dark-sky-blue-highlight].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color=dark-sky-blue-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=dark-sky-blue-highlight].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color=dark-sky-blue-highlight].file .audio-preloader:after,.theme-dark [data-player-color=dark-sky-blue-highlight].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color=dark-sky-blue-highlight].file svg .player,.theme-dark [data-player-color=dark-sky-blue-highlight].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background=mango-highlight],.theme-dark [data-block-background=mango-highlight]{background-color:#f57c00}.theme-dark .nedit-root [data-font-color=mango-highlight],.theme-dark [data-font-color=mango-highlight]{color:#ffcc80}.theme-dark .nedit-root [data-palette-bg-rgb=mango-highlight],.theme-dark [data-palette-bg-rgb=mango-highlight]{background-color:#f57c00}.theme-dark .nedit-root [data-border-color=mango-highlight],.theme-dark .nedit-root [data-border-color=mango-highlight].outline-container,.theme-dark [data-border-color=mango-highlight],.theme-dark [data-border-color=mango-highlight].outline-container{border-color:#f57c00}.theme-dark .nedit-root [data-border-color=mango-highlight].blockquote:before,.theme-dark [data-border-color=mango-highlight].blockquote:before{background-color:#f57c00}.theme-dark .nedit-root div[data-line-color=mango-highlight],.theme-dark div[data-line-color=mango-highlight]{border-left-color:#f57c00}.theme-dark .nedit-root div[data-line-color=mango-highlight].horizontal-line hr,.theme-dark div[data-line-color=mango-highlight].horizontal-line hr{border-color:#f57c00}.theme-dark .nedit-root [data-player-color=mango-highlight].file .slider-progress,.theme-dark [data-player-color=mango-highlight].file .slider-progress{background-color:#f57c00}.theme-dark .nedit-root [data-player-color=mango-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=mango-highlight].file .slider-progress .slider-holder{border-color:#f57c00;background-color:#f57c00}.theme-dark .nedit-root [data-player-color=mango-highlight].file .audio-preloader:after,.theme-dark [data-player-color=mango-highlight].file .audio-preloader:after{border-color:#f57c00 transparent}.theme-dark .nedit-root [data-player-color=mango-highlight].file svg .player,.theme-dark [data-player-color=mango-highlight].file svg .player{fill:#f57c00}.theme-dark .nedit-root [data-block-background=coral-highlight],.theme-dark [data-block-background=coral-highlight]{background-color:#c2185b}.theme-dark .nedit-root [data-font-color=coral-highlight],.theme-dark [data-font-color=coral-highlight]{color:#f48fb1}.theme-dark .nedit-root [data-palette-bg-rgb=coral-highlight],.theme-dark [data-palette-bg-rgb=coral-highlight]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color=coral-highlight],.theme-dark .nedit-root [data-border-color=coral-highlight].outline-container,.theme-dark [data-border-color=coral-highlight],.theme-dark [data-border-color=coral-highlight].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color=coral-highlight].blockquote:before,.theme-dark [data-border-color=coral-highlight].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color=coral-highlight],.theme-dark div[data-line-color=coral-highlight]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color=coral-highlight].horizontal-line hr,.theme-dark div[data-line-color=coral-highlight].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color=coral-highlight].file .slider-progress,.theme-dark [data-player-color=coral-highlight].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color=coral-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=coral-highlight].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color=coral-highlight].file .audio-preloader:after,.theme-dark [data-player-color=coral-highlight].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color=coral-highlight].file svg .player,.theme-dark [data-player-color=coral-highlight].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background=turtle-green-highlight],.theme-dark [data-block-background=turtle-green-highlight]{background-color:#388e3c}.theme-dark .nedit-root [data-font-color=turtle-green-highlight],.theme-dark [data-font-color=turtle-green-highlight]{color:#a5d6a7}.theme-dark .nedit-root [data-palette-bg-rgb=turtle-green-highlight],.theme-dark [data-palette-bg-rgb=turtle-green-highlight]{background-color:#388e3c}.theme-dark .nedit-root [data-border-color=turtle-green-highlight],.theme-dark .nedit-root [data-border-color=turtle-green-highlight].outline-container,.theme-dark [data-border-color=turtle-green-highlight],.theme-dark [data-border-color=turtle-green-highlight].outline-container{border-color:#388e3c}.theme-dark .nedit-root [data-border-color=turtle-green-highlight].blockquote:before,.theme-dark [data-border-color=turtle-green-highlight].blockquote:before{background-color:#388e3c}.theme-dark .nedit-root div[data-line-color=turtle-green-highlight],.theme-dark div[data-line-color=turtle-green-highlight]{border-left-color:#388e3c}.theme-dark .nedit-root div[data-line-color=turtle-green-highlight].horizontal-line hr,.theme-dark div[data-line-color=turtle-green-highlight].horizontal-line hr{border-color:#388e3c}.theme-dark .nedit-root [data-player-color=turtle-green-highlight].file .slider-progress,.theme-dark [data-player-color=turtle-green-highlight].file .slider-progress{background-color:#388e3c}.theme-dark .nedit-root [data-player-color=turtle-green-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=turtle-green-highlight].file .slider-progress .slider-holder{border-color:#388e3c;background-color:#388e3c}.theme-dark .nedit-root [data-player-color=turtle-green-highlight].file .audio-preloader:after,.theme-dark [data-player-color=turtle-green-highlight].file .audio-preloader:after{border-color:#388e3c transparent}.theme-dark .nedit-root [data-player-color=turtle-green-highlight].file svg .player,.theme-dark [data-player-color=turtle-green-highlight].file svg .player{fill:#388e3c}.theme-dark .nedit-root [data-block-background=pale-purple-highlight],.theme-dark [data-block-background=pale-purple-highlight]{background-color:#7b1fa2}.theme-dark .nedit-root [data-font-color=pale-purple-highlight],.theme-dark [data-font-color=pale-purple-highlight]{color:#ce93d8}.theme-dark .nedit-root [data-palette-bg-rgb=pale-purple-highlight],.theme-dark [data-palette-bg-rgb=pale-purple-highlight]{background-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=pale-purple-highlight],.theme-dark .nedit-root [data-border-color=pale-purple-highlight].outline-container,.theme-dark [data-border-color=pale-purple-highlight],.theme-dark [data-border-color=pale-purple-highlight].outline-container{border-color:#7b1fa2}.theme-dark .nedit-root [data-border-color=pale-purple-highlight].blockquote:before,.theme-dark [data-border-color=pale-purple-highlight].blockquote:before{background-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=pale-purple-highlight],.theme-dark div[data-line-color=pale-purple-highlight]{border-left-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color=pale-purple-highlight].horizontal-line hr,.theme-dark div[data-line-color=pale-purple-highlight].horizontal-line hr{border-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=pale-purple-highlight].file .slider-progress,.theme-dark [data-player-color=pale-purple-highlight].file .slider-progress{background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=pale-purple-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=pale-purple-highlight].file .slider-progress .slider-holder{border-color:#7b1fa2;background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color=pale-purple-highlight].file .audio-preloader:after,.theme-dark [data-player-color=pale-purple-highlight].file .audio-preloader:after{border-color:#7b1fa2 transparent}.theme-dark .nedit-root [data-player-color=pale-purple-highlight].file svg .player,.theme-dark [data-player-color=pale-purple-highlight].file svg .player{fill:#7b1fa2}.theme-dark .nedit-root [data-block-background=stormy-blue-highlight],.theme-dark [data-block-background=stormy-blue-highlight]{background-color:#1976d2}.theme-dark .nedit-root [data-font-color=stormy-blue-highlight],.theme-dark [data-font-color=stormy-blue-highlight]{color:#90caf9}.theme-dark .nedit-root [data-palette-bg-rgb=stormy-blue-highlight],.theme-dark [data-palette-bg-rgb=stormy-blue-highlight]{background-color:#1976d2}.theme-dark .nedit-root [data-border-color=stormy-blue-highlight],.theme-dark .nedit-root [data-border-color=stormy-blue-highlight].outline-container,.theme-dark [data-border-color=stormy-blue-highlight],.theme-dark [data-border-color=stormy-blue-highlight].outline-container{border-color:#1976d2}.theme-dark .nedit-root [data-border-color=stormy-blue-highlight].blockquote:before,.theme-dark [data-border-color=stormy-blue-highlight].blockquote:before{background-color:#1976d2}.theme-dark .nedit-root div[data-line-color=stormy-blue-highlight],.theme-dark div[data-line-color=stormy-blue-highlight]{border-left-color:#1976d2}.theme-dark .nedit-root div[data-line-color=stormy-blue-highlight].horizontal-line hr,.theme-dark div[data-line-color=stormy-blue-highlight].horizontal-line hr{border-color:#1976d2}.theme-dark .nedit-root [data-player-color=stormy-blue-highlight].file .slider-progress,.theme-dark [data-player-color=stormy-blue-highlight].file .slider-progress{background-color:#1976d2}.theme-dark .nedit-root [data-player-color=stormy-blue-highlight].file .slider-progress .slider-holder,.theme-dark [data-player-color=stormy-blue-highlight].file .slider-progress .slider-holder{border-color:#1976d2;background-color:#1976d2}.theme-dark .nedit-root [data-player-color=stormy-blue-highlight].file .audio-preloader:after,.theme-dark [data-player-color=stormy-blue-highlight].file .audio-preloader:after{border-color:#1976d2 transparent}.theme-dark .nedit-root [data-player-color=stormy-blue-highlight].file svg .player,.theme-dark [data-player-color=stormy-blue-highlight].file svg .player{fill:#1976d2}.theme-dark .nedit-root [data-block-background=deeed4],.theme-dark [data-block-background=deeed4]{background-color:#388e3c}.theme-dark .nedit-root [data-font-color=deeed4],.theme-dark [data-font-color=deeed4]{color:#a5d6a7}.theme-dark .nedit-root [data-palette-bg-rgb=deeed4],.theme-dark [data-palette-bg-rgb=deeed4]{background-color:#388e3c}.theme-dark .nedit-root [data-border-color=deeed4],.theme-dark .nedit-root [data-border-color=deeed4].outline-container,.theme-dark [data-border-color=deeed4],.theme-dark [data-border-color=deeed4].outline-container{border-color:#388e3c}.theme-dark .nedit-root [data-border-color=deeed4].blockquote:before,.theme-dark [data-border-color=deeed4].blockquote:before{background-color:#388e3c}.theme-dark .nedit-root div[data-line-color=deeed4],.theme-dark div[data-line-color=deeed4]{border-left-color:#388e3c}.theme-dark .nedit-root div[data-line-color=deeed4].horizontal-line hr,.theme-dark div[data-line-color=deeed4].horizontal-line hr{border-color:#388e3c}.theme-dark .nedit-root [data-player-color=deeed4].file .slider-progress,.theme-dark [data-player-color=deeed4].file .slider-progress{background-color:#388e3c}.theme-dark .nedit-root [data-player-color=deeed4].file .slider-progress .slider-holder,.theme-dark [data-player-color=deeed4].file .slider-progress .slider-holder{border-color:#388e3c;background-color:#388e3c}.theme-dark .nedit-root [data-player-color=deeed4].file .audio-preloader:after,.theme-dark [data-player-color=deeed4].file .audio-preloader:after{border-color:#388e3c transparent}.theme-dark .nedit-root [data-player-color=deeed4].file svg .player,.theme-dark [data-player-color=deeed4].file svg .player{fill:#388e3c}.theme-dark .nedit-root [data-block-background=ffdbd8],.theme-dark [data-block-background=ffdbd8]{background-color:#d32f2f}.theme-dark .nedit-root [data-font-color=ffdbd8],.theme-dark [data-font-color=ffdbd8]{color:#ef9a9a}.theme-dark .nedit-root [data-palette-bg-rgb=ffdbd8],.theme-dark [data-palette-bg-rgb=ffdbd8]{background-color:#d32f2f}.theme-dark .nedit-root [data-border-color=ffdbd8],.theme-dark .nedit-root [data-border-color=ffdbd8].outline-container,.theme-dark [data-border-color=ffdbd8],.theme-dark [data-border-color=ffdbd8].outline-container{border-color:#d32f2f}.theme-dark .nedit-root [data-border-color=ffdbd8].blockquote:before,.theme-dark [data-border-color=ffdbd8].blockquote:before{background-color:#d32f2f}.theme-dark .nedit-root div[data-line-color=ffdbd8],.theme-dark div[data-line-color=ffdbd8]{border-left-color:#d32f2f}.theme-dark .nedit-root div[data-line-color=ffdbd8].horizontal-line hr,.theme-dark div[data-line-color=ffdbd8].horizontal-line hr{border-color:#d32f2f}.theme-dark .nedit-root [data-player-color=ffdbd8].file .slider-progress,.theme-dark [data-player-color=ffdbd8].file .slider-progress{background-color:#d32f2f}.theme-dark .nedit-root [data-player-color=ffdbd8].file .slider-progress .slider-holder,.theme-dark [data-player-color=ffdbd8].file .slider-progress .slider-holder{border-color:#d32f2f;background-color:#d32f2f}.theme-dark .nedit-root [data-player-color=ffdbd8].file .audio-preloader:after,.theme-dark [data-player-color=ffdbd8].file .audio-preloader:after{border-color:#d32f2f transparent}.theme-dark .nedit-root [data-player-color=ffdbd8].file svg .player,.theme-dark [data-player-color=ffdbd8].file svg .player{fill:#d32f2f}.theme-dark .nedit-root [data-block-background=cbefff],.theme-dark [data-block-background=cbefff]{background-color:#0288d1}.theme-dark .nedit-root [data-font-color=cbefff],.theme-dark [data-font-color=cbefff]{color:#81d4fa}.theme-dark .nedit-root [data-palette-bg-rgb=cbefff],.theme-dark [data-palette-bg-rgb=cbefff]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color=cbefff],.theme-dark .nedit-root [data-border-color=cbefff].outline-container,.theme-dark [data-border-color=cbefff],.theme-dark [data-border-color=cbefff].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color=cbefff].blockquote:before,.theme-dark [data-border-color=cbefff].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color=cbefff],.theme-dark div[data-line-color=cbefff]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color=cbefff].horizontal-line hr,.theme-dark div[data-line-color=cbefff].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color=cbefff].file .slider-progress,.theme-dark [data-player-color=cbefff].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color=cbefff].file .slider-progress .slider-holder,.theme-dark [data-player-color=cbefff].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color=cbefff].file .audio-preloader:after,.theme-dark [data-player-color=cbefff].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color=cbefff].file svg .player,.theme-dark [data-player-color=cbefff].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background=feebd3],.theme-dark [data-block-background=feebd3]{background-color:#ffa000}.theme-dark .nedit-root [data-font-color=feebd3],.theme-dark [data-font-color=feebd3]{color:#ffe082}.theme-dark .nedit-root [data-palette-bg-rgb=feebd3],.theme-dark [data-palette-bg-rgb=feebd3]{background-color:#ffa000}.theme-dark .nedit-root [data-border-color=feebd3],.theme-dark .nedit-root [data-border-color=feebd3].outline-container,.theme-dark [data-border-color=feebd3],.theme-dark [data-border-color=feebd3].outline-container{border-color:#ffa000}.theme-dark .nedit-root [data-border-color=feebd3].blockquote:before,.theme-dark [data-border-color=feebd3].blockquote:before{background-color:#ffa000}.theme-dark .nedit-root div[data-line-color=feebd3],.theme-dark div[data-line-color=feebd3]{border-left-color:#ffa000}.theme-dark .nedit-root div[data-line-color=feebd3].horizontal-line hr,.theme-dark div[data-line-color=feebd3].horizontal-line hr{border-color:#ffa000}.theme-dark .nedit-root [data-player-color=feebd3].file .slider-progress,.theme-dark [data-player-color=feebd3].file .slider-progress{background-color:#ffa000}.theme-dark .nedit-root [data-player-color=feebd3].file .slider-progress .slider-holder,.theme-dark [data-player-color=feebd3].file .slider-progress .slider-holder{border-color:#ffa000;background-color:#ffa000}.theme-dark .nedit-root [data-player-color=feebd3].file .audio-preloader:after,.theme-dark [data-player-color=feebd3].file .audio-preloader:after{border-color:#ffa000 transparent}.theme-dark .nedit-root [data-player-color=feebd3].file svg .player,.theme-dark [data-player-color=feebd3].file svg .player{fill:#ffa000}.theme-dark .nedit-root [data-block-background=f8d3df],.theme-dark [data-block-background=f8d3df]{background-color:#c2185b}.theme-dark .nedit-root [data-font-color=f8d3df],.theme-dark [data-font-color=f8d3df]{color:#f48fb1}.theme-dark .nedit-root [data-palette-bg-rgb=f8d3df],.theme-dark [data-palette-bg-rgb=f8d3df]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color=f8d3df],.theme-dark .nedit-root [data-border-color=f8d3df].outline-container,.theme-dark [data-border-color=f8d3df],.theme-dark [data-border-color=f8d3df].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color=f8d3df].blockquote:before,.theme-dark [data-border-color=f8d3df].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color=f8d3df],.theme-dark div[data-line-color=f8d3df]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color=f8d3df].horizontal-line hr,.theme-dark div[data-line-color=f8d3df].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color=f8d3df].file .slider-progress,.theme-dark [data-player-color=f8d3df].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color=f8d3df].file .slider-progress .slider-holder,.theme-dark [data-player-color=f8d3df].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color=f8d3df].file .audio-preloader:after,.theme-dark [data-player-color=f8d3df].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color=f8d3df].file svg .player,.theme-dark [data-player-color=f8d3df].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background="rgba(66, 165, 245, 0.32)"],.theme-dark [data-block-background="rgba(66, 165, 245, 0.32)"]{background-color:#0288d1}.theme-dark .nedit-root [data-font-color="rgba(66, 165, 245, 0.32)"],.theme-dark [data-font-color="rgba(66, 165, 245, 0.32)"]{color:#81d4fa}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(66, 165, 245, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(66, 165, 245, 0.32)"]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color="rgba(66, 165, 245, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(66, 165, 245, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(66, 165, 245, 0.32)"],.theme-dark [data-border-color="rgba(66, 165, 245, 0.32)"].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color="rgba(66, 165, 245, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(66, 165, 245, 0.32)"].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color="rgba(66, 165, 245, 0.32)"],.theme-dark div[data-line-color="rgba(66, 165, 245, 0.32)"]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color="rgba(66, 165, 245, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(66, 165, 245, 0.32)"].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(66, 165, 245, 0.32)"].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(66, 165, 245, 0.32)"].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color="rgba(66, 165, 245, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(66, 165, 245, 0.32)"].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background="var(--bleu-de-france-32)"],.theme-dark [data-block-background="var(--bleu-de-france-32)"]{background-color:#0288d1}.theme-dark .nedit-root [data-font-color="var(--bleu-de-france-32)"],.theme-dark [data-font-color="var(--bleu-de-france-32)"]{color:#81d4fa}.theme-dark .nedit-root [data-palette-bg-rgb="var(--bleu-de-france-32)"],.theme-dark [data-palette-bg-rgb="var(--bleu-de-france-32)"]{background-color:#0288d1}.theme-dark .nedit-root [data-border-color="var(--bleu-de-france-32)"],.theme-dark .nedit-root [data-border-color="var(--bleu-de-france-32)"].outline-container,.theme-dark [data-border-color="var(--bleu-de-france-32)"],.theme-dark [data-border-color="var(--bleu-de-france-32)"].outline-container{border-color:#0288d1}.theme-dark .nedit-root [data-border-color="var(--bleu-de-france-32)"].blockquote:before,.theme-dark [data-border-color="var(--bleu-de-france-32)"].blockquote:before{background-color:#0288d1}.theme-dark .nedit-root div[data-line-color="var(--bleu-de-france-32)"],.theme-dark div[data-line-color="var(--bleu-de-france-32)"]{border-left-color:#0288d1}.theme-dark .nedit-root div[data-line-color="var(--bleu-de-france-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--bleu-de-france-32)"].horizontal-line hr{border-color:#0288d1}.theme-dark .nedit-root [data-player-color="var(--bleu-de-france-32)"].file .slider-progress,.theme-dark [data-player-color="var(--bleu-de-france-32)"].file .slider-progress{background-color:#0288d1}.theme-dark .nedit-root [data-player-color="var(--bleu-de-france-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--bleu-de-france-32)"].file .slider-progress .slider-holder{border-color:#0288d1;background-color:#0288d1}.theme-dark .nedit-root [data-player-color="var(--bleu-de-france-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--bleu-de-france-32)"].file .audio-preloader:after{border-color:#0288d1 transparent}.theme-dark .nedit-root [data-player-color="var(--bleu-de-france-32)"].file svg .player,.theme-dark [data-player-color="var(--bleu-de-france-32)"].file svg .player{fill:#0288d1}.theme-dark .nedit-root [data-block-background="rgba(250, 201, 47, 0.32)"],.theme-dark [data-block-background="rgba(250, 201, 47, 0.32)"]{background-color:#ffa000}.theme-dark .nedit-root [data-font-color="rgba(250, 201, 47, 0.32)"],.theme-dark [data-font-color="rgba(250, 201, 47, 0.32)"]{color:#ffe082}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(250, 201, 47, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(250, 201, 47, 0.32)"]{background-color:#ffa000}.theme-dark .nedit-root [data-border-color="rgba(250, 201, 47, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(250, 201, 47, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(250, 201, 47, 0.32)"],.theme-dark [data-border-color="rgba(250, 201, 47, 0.32)"].outline-container{border-color:#ffa000}.theme-dark .nedit-root [data-border-color="rgba(250, 201, 47, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(250, 201, 47, 0.32)"].blockquote:before{background-color:#ffa000}.theme-dark .nedit-root div[data-line-color="rgba(250, 201, 47, 0.32)"],.theme-dark div[data-line-color="rgba(250, 201, 47, 0.32)"]{border-left-color:#ffa000}.theme-dark .nedit-root div[data-line-color="rgba(250, 201, 47, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(250, 201, 47, 0.32)"].horizontal-line hr{border-color:#ffa000}.theme-dark .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress{background-color:#ffa000}.theme-dark .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(250, 201, 47, 0.32)"].file .slider-progress .slider-holder{border-color:#ffa000;background-color:#ffa000}.theme-dark .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(250, 201, 47, 0.32)"].file .audio-preloader:after{border-color:#ffa000 transparent}.theme-dark .nedit-root [data-player-color="rgba(250, 201, 47, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(250, 201, 47, 0.32)"].file svg .player{fill:#ffa000}.theme-dark .nedit-root [data-block-background="var(--sunglow-32)"],.theme-dark [data-block-background="var(--sunglow-32)"]{background-color:#ffa000}.theme-dark .nedit-root [data-font-color="var(--sunglow-32)"],.theme-dark [data-font-color="var(--sunglow-32)"]{color:#ffe082}.theme-dark .nedit-root [data-palette-bg-rgb="var(--sunglow-32)"],.theme-dark [data-palette-bg-rgb="var(--sunglow-32)"]{background-color:#ffa000}.theme-dark .nedit-root [data-border-color="var(--sunglow-32)"],.theme-dark .nedit-root [data-border-color="var(--sunglow-32)"].outline-container,.theme-dark [data-border-color="var(--sunglow-32)"],.theme-dark [data-border-color="var(--sunglow-32)"].outline-container{border-color:#ffa000}.theme-dark .nedit-root [data-border-color="var(--sunglow-32)"].blockquote:before,.theme-dark [data-border-color="var(--sunglow-32)"].blockquote:before{background-color:#ffa000}.theme-dark .nedit-root div[data-line-color="var(--sunglow-32)"],.theme-dark div[data-line-color="var(--sunglow-32)"]{border-left-color:#ffa000}.theme-dark .nedit-root div[data-line-color="var(--sunglow-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--sunglow-32)"].horizontal-line hr{border-color:#ffa000}.theme-dark .nedit-root [data-player-color="var(--sunglow-32)"].file .slider-progress,.theme-dark [data-player-color="var(--sunglow-32)"].file .slider-progress{background-color:#ffa000}.theme-dark .nedit-root [data-player-color="var(--sunglow-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--sunglow-32)"].file .slider-progress .slider-holder{border-color:#ffa000;background-color:#ffa000}.theme-dark .nedit-root [data-player-color="var(--sunglow-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--sunglow-32)"].file .audio-preloader:after{border-color:#ffa000 transparent}.theme-dark .nedit-root [data-player-color="var(--sunglow-32)"].file svg .player,.theme-dark [data-player-color="var(--sunglow-32)"].file svg .player{fill:#ffa000}.theme-dark .nedit-root [data-block-background="rgba(253, 166, 57, 0.32)"],.theme-dark [data-block-background="rgba(253, 166, 57, 0.32)"]{background-color:#f57c00}.theme-dark .nedit-root [data-font-color="rgba(253, 166, 57, 0.32)"],.theme-dark [data-font-color="rgba(253, 166, 57, 0.32)"]{color:#ffcc80}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(253, 166, 57, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(253, 166, 57, 0.32)"]{background-color:#f57c00}.theme-dark .nedit-root [data-border-color="rgba(253, 166, 57, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(253, 166, 57, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(253, 166, 57, 0.32)"],.theme-dark [data-border-color="rgba(253, 166, 57, 0.32)"].outline-container{border-color:#f57c00}.theme-dark .nedit-root [data-border-color="rgba(253, 166, 57, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(253, 166, 57, 0.32)"].blockquote:before{background-color:#f57c00}.theme-dark .nedit-root div[data-line-color="rgba(253, 166, 57, 0.32)"],.theme-dark div[data-line-color="rgba(253, 166, 57, 0.32)"]{border-left-color:#f57c00}.theme-dark .nedit-root div[data-line-color="rgba(253, 166, 57, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(253, 166, 57, 0.32)"].horizontal-line hr{border-color:#f57c00}.theme-dark .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress{background-color:#f57c00}.theme-dark .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(253, 166, 57, 0.32)"].file .slider-progress .slider-holder{border-color:#f57c00;background-color:#f57c00}.theme-dark .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(253, 166, 57, 0.32)"].file .audio-preloader:after{border-color:#f57c00 transparent}.theme-dark .nedit-root [data-player-color="rgba(253, 166, 57, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(253, 166, 57, 0.32)"].file svg .player{fill:#f57c00}.theme-dark .nedit-root [data-block-background="var(--neon-carrot-32)"],.theme-dark [data-block-background="var(--neon-carrot-32)"]{background-color:#f57c00}.theme-dark .nedit-root [data-font-color="var(--neon-carrot-32)"],.theme-dark [data-font-color="var(--neon-carrot-32)"]{color:#ffcc80}.theme-dark .nedit-root [data-palette-bg-rgb="var(--neon-carrot-32)"],.theme-dark [data-palette-bg-rgb="var(--neon-carrot-32)"]{background-color:#f57c00}.theme-dark .nedit-root [data-border-color="var(--neon-carrot-32)"],.theme-dark .nedit-root [data-border-color="var(--neon-carrot-32)"].outline-container,.theme-dark [data-border-color="var(--neon-carrot-32)"],.theme-dark [data-border-color="var(--neon-carrot-32)"].outline-container{border-color:#f57c00}.theme-dark .nedit-root [data-border-color="var(--neon-carrot-32)"].blockquote:before,.theme-dark [data-border-color="var(--neon-carrot-32)"].blockquote:before{background-color:#f57c00}.theme-dark .nedit-root div[data-line-color="var(--neon-carrot-32)"],.theme-dark div[data-line-color="var(--neon-carrot-32)"]{border-left-color:#f57c00}.theme-dark .nedit-root div[data-line-color="var(--neon-carrot-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--neon-carrot-32)"].horizontal-line hr{border-color:#f57c00}.theme-dark .nedit-root [data-player-color="var(--neon-carrot-32)"].file .slider-progress,.theme-dark [data-player-color="var(--neon-carrot-32)"].file .slider-progress{background-color:#f57c00}.theme-dark .nedit-root [data-player-color="var(--neon-carrot-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--neon-carrot-32)"].file .slider-progress .slider-holder{border-color:#f57c00;background-color:#f57c00}.theme-dark .nedit-root [data-player-color="var(--neon-carrot-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--neon-carrot-32)"].file .audio-preloader:after{border-color:#f57c00 transparent}.theme-dark .nedit-root [data-player-color="var(--neon-carrot-32)"].file svg .player,.theme-dark [data-player-color="var(--neon-carrot-32)"].file svg .player{fill:#f57c00}.theme-dark .nedit-root [data-block-background="rgba(237, 84, 84, 0.32)"],.theme-dark [data-block-background="rgba(237, 84, 84, 0.32)"]{background-color:#c2185b}.theme-dark .nedit-root [data-font-color="rgba(237, 84, 84, 0.32)"],.theme-dark [data-font-color="rgba(237, 84, 84, 0.32)"]{color:#f48fb1}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(237, 84, 84, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(237, 84, 84, 0.32)"]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color="rgba(237, 84, 84, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(237, 84, 84, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(237, 84, 84, 0.32)"],.theme-dark [data-border-color="rgba(237, 84, 84, 0.32)"].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color="rgba(237, 84, 84, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(237, 84, 84, 0.32)"].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color="rgba(237, 84, 84, 0.32)"],.theme-dark div[data-line-color="rgba(237, 84, 84, 0.32)"]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color="rgba(237, 84, 84, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(237, 84, 84, 0.32)"].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(237, 84, 84, 0.32)"].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(237, 84, 84, 0.32)"].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color="rgba(237, 84, 84, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(237, 84, 84, 0.32)"].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background="var(--carmine-pink-32)"],.theme-dark [data-block-background="var(--carmine-pink-32)"]{background-color:#c2185b}.theme-dark .nedit-root [data-font-color="var(--carmine-pink-32)"],.theme-dark [data-font-color="var(--carmine-pink-32)"]{color:#f48fb1}.theme-dark .nedit-root [data-palette-bg-rgb="var(--carmine-pink-32)"],.theme-dark [data-palette-bg-rgb="var(--carmine-pink-32)"]{background-color:#c2185b}.theme-dark .nedit-root [data-border-color="var(--carmine-pink-32)"],.theme-dark .nedit-root [data-border-color="var(--carmine-pink-32)"].outline-container,.theme-dark [data-border-color="var(--carmine-pink-32)"],.theme-dark [data-border-color="var(--carmine-pink-32)"].outline-container{border-color:#c2185b}.theme-dark .nedit-root [data-border-color="var(--carmine-pink-32)"].blockquote:before,.theme-dark [data-border-color="var(--carmine-pink-32)"].blockquote:before{background-color:#c2185b}.theme-dark .nedit-root div[data-line-color="var(--carmine-pink-32)"],.theme-dark div[data-line-color="var(--carmine-pink-32)"]{border-left-color:#c2185b}.theme-dark .nedit-root div[data-line-color="var(--carmine-pink-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--carmine-pink-32)"].horizontal-line hr{border-color:#c2185b}.theme-dark .nedit-root [data-player-color="var(--carmine-pink-32)"].file .slider-progress,.theme-dark [data-player-color="var(--carmine-pink-32)"].file .slider-progress{background-color:#c2185b}.theme-dark .nedit-root [data-player-color="var(--carmine-pink-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--carmine-pink-32)"].file .slider-progress .slider-holder{border-color:#c2185b;background-color:#c2185b}.theme-dark .nedit-root [data-player-color="var(--carmine-pink-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--carmine-pink-32)"].file .audio-preloader:after{border-color:#c2185b transparent}.theme-dark .nedit-root [data-player-color="var(--carmine-pink-32)"].file svg .player,.theme-dark [data-player-color="var(--carmine-pink-32)"].file svg .player{fill:#c2185b}.theme-dark .nedit-root [data-block-background="rgba(139, 195, 74, 0.32)"],.theme-dark [data-block-background="rgba(139, 195, 74, 0.32)"]{background-color:#388e3c}.theme-dark .nedit-root [data-font-color="rgba(139, 195, 74, 0.32)"],.theme-dark [data-font-color="rgba(139, 195, 74, 0.32)"]{color:#a5d6a7}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(139, 195, 74, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(139, 195, 74, 0.32)"]{background-color:#388e3c}.theme-dark .nedit-root [data-border-color="rgba(139, 195, 74, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(139, 195, 74, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(139, 195, 74, 0.32)"],.theme-dark [data-border-color="rgba(139, 195, 74, 0.32)"].outline-container{border-color:#388e3c}.theme-dark .nedit-root [data-border-color="rgba(139, 195, 74, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(139, 195, 74, 0.32)"].blockquote:before{background-color:#388e3c}.theme-dark .nedit-root div[data-line-color="rgba(139, 195, 74, 0.32)"],.theme-dark div[data-line-color="rgba(139, 195, 74, 0.32)"]{border-left-color:#388e3c}.theme-dark .nedit-root div[data-line-color="rgba(139, 195, 74, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(139, 195, 74, 0.32)"].horizontal-line hr{border-color:#388e3c}.theme-dark .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress{background-color:#388e3c}.theme-dark .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(139, 195, 74, 0.32)"].file .slider-progress .slider-holder{border-color:#388e3c;background-color:#388e3c}.theme-dark .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(139, 195, 74, 0.32)"].file .audio-preloader:after{border-color:#388e3c transparent}.theme-dark .nedit-root [data-player-color="rgba(139, 195, 74, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(139, 195, 74, 0.32)"].file svg .player{fill:#388e3c}.theme-dark .nedit-root [data-block-background="var(--dollar-bill-32)"],.theme-dark [data-block-background="var(--dollar-bill-32)"]{background-color:#388e3c}.theme-dark .nedit-root [data-font-color="var(--dollar-bill-32)"],.theme-dark [data-font-color="var(--dollar-bill-32)"]{color:#a5d6a7}.theme-dark .nedit-root [data-palette-bg-rgb="var(--dollar-bill-32)"],.theme-dark [data-palette-bg-rgb="var(--dollar-bill-32)"]{background-color:#388e3c}.theme-dark .nedit-root [data-border-color="var(--dollar-bill-32)"],.theme-dark .nedit-root [data-border-color="var(--dollar-bill-32)"].outline-container,.theme-dark [data-border-color="var(--dollar-bill-32)"],.theme-dark [data-border-color="var(--dollar-bill-32)"].outline-container{border-color:#388e3c}.theme-dark .nedit-root [data-border-color="var(--dollar-bill-32)"].blockquote:before,.theme-dark [data-border-color="var(--dollar-bill-32)"].blockquote:before{background-color:#388e3c}.theme-dark .nedit-root div[data-line-color="var(--dollar-bill-32)"],.theme-dark div[data-line-color="var(--dollar-bill-32)"]{border-left-color:#388e3c}.theme-dark .nedit-root div[data-line-color="var(--dollar-bill-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--dollar-bill-32)"].horizontal-line hr{border-color:#388e3c}.theme-dark .nedit-root [data-player-color="var(--dollar-bill-32)"].file .slider-progress,.theme-dark [data-player-color="var(--dollar-bill-32)"].file .slider-progress{background-color:#388e3c}.theme-dark .nedit-root [data-player-color="var(--dollar-bill-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--dollar-bill-32)"].file .slider-progress .slider-holder{border-color:#388e3c;background-color:#388e3c}.theme-dark .nedit-root [data-player-color="var(--dollar-bill-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--dollar-bill-32)"].file .audio-preloader:after{border-color:#388e3c transparent}.theme-dark .nedit-root [data-player-color="var(--dollar-bill-32)"].file svg .player,.theme-dark [data-player-color="var(--dollar-bill-32)"].file svg .player{fill:#388e3c}.theme-dark .nedit-root [data-block-background="rgba(179, 157, 219, 0.32)"],.theme-dark [data-block-background="rgba(179, 157, 219, 0.32)"]{background-color:#7b1fa2}.theme-dark .nedit-root [data-font-color="rgba(179, 157, 219, 0.32)"],.theme-dark [data-font-color="rgba(179, 157, 219, 0.32)"]{color:#ce93d8}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(179, 157, 219, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(179, 157, 219, 0.32)"]{background-color:#7b1fa2}.theme-dark .nedit-root [data-border-color="rgba(179, 157, 219, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(179, 157, 219, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(179, 157, 219, 0.32)"],.theme-dark [data-border-color="rgba(179, 157, 219, 0.32)"].outline-container{border-color:#7b1fa2}.theme-dark .nedit-root [data-border-color="rgba(179, 157, 219, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(179, 157, 219, 0.32)"].blockquote:before{background-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color="rgba(179, 157, 219, 0.32)"],.theme-dark div[data-line-color="rgba(179, 157, 219, 0.32)"]{border-left-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color="rgba(179, 157, 219, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(179, 157, 219, 0.32)"].horizontal-line hr{border-color:#7b1fa2}.theme-dark .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress{background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(179, 157, 219, 0.32)"].file .slider-progress .slider-holder{border-color:#7b1fa2;background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(179, 157, 219, 0.32)"].file .audio-preloader:after{border-color:#7b1fa2 transparent}.theme-dark .nedit-root [data-player-color="rgba(179, 157, 219, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(179, 157, 219, 0.32)"].file svg .player{fill:#7b1fa2}.theme-dark .nedit-root [data-block-background="var(--light-pastel-purple-32)"],.theme-dark [data-block-background="var(--light-pastel-purple-32)"]{background-color:#7b1fa2}.theme-dark .nedit-root [data-font-color="var(--light-pastel-purple-32)"],.theme-dark [data-font-color="var(--light-pastel-purple-32)"]{color:#ce93d8}.theme-dark .nedit-root [data-palette-bg-rgb="var(--light-pastel-purple-32)"],.theme-dark [data-palette-bg-rgb="var(--light-pastel-purple-32)"]{background-color:#7b1fa2}.theme-dark .nedit-root [data-border-color="var(--light-pastel-purple-32)"],.theme-dark .nedit-root [data-border-color="var(--light-pastel-purple-32)"].outline-container,.theme-dark [data-border-color="var(--light-pastel-purple-32)"],.theme-dark [data-border-color="var(--light-pastel-purple-32)"].outline-container{border-color:#7b1fa2}.theme-dark .nedit-root [data-border-color="var(--light-pastel-purple-32)"].blockquote:before,.theme-dark [data-border-color="var(--light-pastel-purple-32)"].blockquote:before{background-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color="var(--light-pastel-purple-32)"],.theme-dark div[data-line-color="var(--light-pastel-purple-32)"]{border-left-color:#7b1fa2}.theme-dark .nedit-root div[data-line-color="var(--light-pastel-purple-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--light-pastel-purple-32)"].horizontal-line hr{border-color:#7b1fa2}.theme-dark .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress,.theme-dark [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress{background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--light-pastel-purple-32)"].file .slider-progress .slider-holder{border-color:#7b1fa2;background-color:#7b1fa2}.theme-dark .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--light-pastel-purple-32)"].file .audio-preloader:after{border-color:#7b1fa2 transparent}.theme-dark .nedit-root [data-player-color="var(--light-pastel-purple-32)"].file svg .player,.theme-dark [data-player-color="var(--light-pastel-purple-32)"].file svg .player{fill:#7b1fa2}.theme-dark .nedit-root [data-block-background="rgba(85, 115, 167, 0.32)"],.theme-dark [data-block-background="rgba(85, 115, 167, 0.32)"]{background-color:#1976d2}.theme-dark .nedit-root [data-font-color="rgba(85, 115, 167, 0.32)"],.theme-dark [data-font-color="rgba(85, 115, 167, 0.32)"]{color:#90caf9}.theme-dark .nedit-root [data-palette-bg-rgb="rgba(85, 115, 167, 0.32)"],.theme-dark [data-palette-bg-rgb="rgba(85, 115, 167, 0.32)"]{background-color:#1976d2}.theme-dark .nedit-root [data-border-color="rgba(85, 115, 167, 0.32)"],.theme-dark .nedit-root [data-border-color="rgba(85, 115, 167, 0.32)"].outline-container,.theme-dark [data-border-color="rgba(85, 115, 167, 0.32)"],.theme-dark [data-border-color="rgba(85, 115, 167, 0.32)"].outline-container{border-color:#1976d2}.theme-dark .nedit-root [data-border-color="rgba(85, 115, 167, 0.32)"].blockquote:before,.theme-dark [data-border-color="rgba(85, 115, 167, 0.32)"].blockquote:before{background-color:#1976d2}.theme-dark .nedit-root div[data-line-color="rgba(85, 115, 167, 0.32)"],.theme-dark div[data-line-color="rgba(85, 115, 167, 0.32)"]{border-left-color:#1976d2}.theme-dark .nedit-root div[data-line-color="rgba(85, 115, 167, 0.32)"].horizontal-line hr,.theme-dark div[data-line-color="rgba(85, 115, 167, 0.32)"].horizontal-line hr{border-color:#1976d2}.theme-dark .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress,.theme-dark [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress{background-color:#1976d2}.theme-dark .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="rgba(85, 115, 167, 0.32)"].file .slider-progress .slider-holder{border-color:#1976d2;background-color:#1976d2}.theme-dark .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file .audio-preloader:after,.theme-dark [data-player-color="rgba(85, 115, 167, 0.32)"].file .audio-preloader:after{border-color:#1976d2 transparent}.theme-dark .nedit-root [data-player-color="rgba(85, 115, 167, 0.32)"].file svg .player,.theme-dark [data-player-color="rgba(85, 115, 167, 0.32)"].file svg .player{fill:#1976d2}.theme-dark .nedit-root [data-block-background="var(--ucla-blue-32)"],.theme-dark [data-block-background="var(--ucla-blue-32)"]{background-color:#1976d2}.theme-dark .nedit-root [data-font-color="var(--ucla-blue-32)"],.theme-dark [data-font-color="var(--ucla-blue-32)"]{color:#90caf9}.theme-dark .nedit-root [data-palette-bg-rgb="var(--ucla-blue-32)"],.theme-dark [data-palette-bg-rgb="var(--ucla-blue-32)"]{background-color:#1976d2}.theme-dark .nedit-root [data-border-color="var(--ucla-blue-32)"],.theme-dark .nedit-root [data-border-color="var(--ucla-blue-32)"].outline-container,.theme-dark [data-border-color="var(--ucla-blue-32)"],.theme-dark [data-border-color="var(--ucla-blue-32)"].outline-container{border-color:#1976d2}.theme-dark .nedit-root [data-border-color="var(--ucla-blue-32)"].blockquote:before,.theme-dark [data-border-color="var(--ucla-blue-32)"].blockquote:before{background-color:#1976d2}.theme-dark .nedit-root div[data-line-color="var(--ucla-blue-32)"],.theme-dark div[data-line-color="var(--ucla-blue-32)"]{border-left-color:#1976d2}.theme-dark .nedit-root div[data-line-color="var(--ucla-blue-32)"].horizontal-line hr,.theme-dark div[data-line-color="var(--ucla-blue-32)"].horizontal-line hr{border-color:#1976d2}.theme-dark .nedit-root [data-player-color="var(--ucla-blue-32)"].file .slider-progress,.theme-dark [data-player-color="var(--ucla-blue-32)"].file .slider-progress{background-color:#1976d2}.theme-dark .nedit-root [data-player-color="var(--ucla-blue-32)"].file .slider-progress .slider-holder,.theme-dark [data-player-color="var(--ucla-blue-32)"].file .slider-progress .slider-holder{border-color:#1976d2;background-color:#1976d2}.theme-dark .nedit-root [data-player-color="var(--ucla-blue-32)"].file .audio-preloader:after,.theme-dark [data-player-color="var(--ucla-blue-32)"].file .audio-preloader:after{border-color:#1976d2 transparent}.theme-dark .nedit-root [data-player-color="var(--ucla-blue-32)"].file svg .player,.theme-dark [data-player-color="var(--ucla-blue-32)"].file svg .player{fill:#1976d2}.theme-dark .aqua-color,.theme-dark .font-palette-aqua,.theme-dark .nedit-root .aqua-color,.theme-dark .nedit-root .font-palette-aqua{color:#81d4fa}.theme-dark .bg-palette-aqua,.theme-dark .nedit-root .bg-palette-aqua{background-color:#0288d1}.theme-dark .nedit-root .shadow-palette-aqua,.theme-dark .shadow-palette-aqua{--box-shadow-color:#0288d1}.theme-dark .carrot-color,.theme-dark .font-palette-carrot,.theme-dark .nedit-root .carrot-color,.theme-dark .nedit-root .font-palette-carrot{color:#ffcc80}.theme-dark .bg-palette-carrot,.theme-dark .nedit-root .bg-palette-carrot{background-color:#f57c00}.theme-dark .nedit-root .shadow-palette-carrot,.theme-dark .shadow-palette-carrot{--box-shadow-color:#f57c00}.theme-dark .font-palette-thistle,.theme-dark .nedit-root .font-palette-thistle,.theme-dark .nedit-root .thistle-color,.theme-dark .thistle-color{color:#ce93d8}.theme-dark .bg-palette-thistle,.theme-dark .nedit-root .bg-palette-thistle{background-color:#7b1fa2}.theme-dark .nedit-root .shadow-palette-thistle,.theme-dark .shadow-palette-thistle{--box-shadow-color:#7b1fa2}.theme-dark .font-palette-ucla-blue,.theme-dark .nedit-root .font-palette-ucla-blue,.theme-dark .nedit-root .ucla-blue-color,.theme-dark .ucla-blue-color{color:#9fa8da}.theme-dark .bg-palette-ucla-blue,.theme-dark .nedit-root .bg-palette-ucla-blue{background-color:#303f9f}.theme-dark .nedit-root .shadow-palette-ucla-blue,.theme-dark .shadow-palette-ucla-blue{--box-shadow-color:#303f9f}.theme-dark .font-palette-yellow-green,.theme-dark .nedit-root .font-palette-yellow-green,.theme-dark .nedit-root .yellow-green-color,.theme-dark .yellow-green-color{color:#e6ee9c}.theme-dark .bg-palette-yellow-green,.theme-dark .nedit-root .bg-palette-yellow-green{background-color:#afb42b}.theme-dark .nedit-root .shadow-palette-yellow-green,.theme-dark .shadow-palette-yellow-green{--box-shadow-color:#afb42b}.theme-dark .aquamarine-color,.theme-dark .font-palette-aquamarine,.theme-dark .nedit-root .aquamarine-color,.theme-dark .nedit-root .font-palette-aquamarine{color:#80deea}.theme-dark .bg-palette-aquamarine,.theme-dark .nedit-root .bg-palette-aquamarine{background-color:#0097a7}.theme-dark .nedit-root .shadow-palette-aquamarine,.theme-dark .shadow-palette-aquamarine{--box-shadow-color:#0097a7}.theme-dark .font-palette-jade,.theme-dark .jade-color,.theme-dark .nedit-root .font-palette-jade,.theme-dark .nedit-root .jade-color{color:#80cbc4}.theme-dark .bg-palette-jade,.theme-dark .nedit-root .bg-palette-jade{background-color:#00796b}.theme-dark .nedit-root .shadow-palette-jade,.theme-dark .shadow-palette-jade{--box-shadow-color:#00796b}.theme-dark .font-palette-green-sea,.theme-dark .green-sea-color,.theme-dark .nedit-root .font-palette-green-sea,.theme-dark .nedit-root .green-sea-color{color:#80cbc4}.theme-dark .bg-palette-green-sea,.theme-dark .nedit-root .bg-palette-green-sea{background-color:#00796b}.theme-dark .nedit-root .shadow-palette-green-sea,.theme-dark .shadow-palette-green-sea{--box-shadow-color:#00796b}.theme-dark .cloudy-color,.theme-dark .font-palette-cloudy,.theme-dark .nedit-root .cloudy-color,.theme-dark .nedit-root .font-palette-cloudy{color:#b0bec5}.theme-dark .bg-palette-cloudy,.theme-dark .nedit-root .bg-palette-cloudy{background-color:#455a64}.theme-dark .nedit-root .shadow-palette-cloudy,.theme-dark .shadow-palette-cloudy{--box-shadow-color:#455a64}.theme-dark .dark-sky-color,.theme-dark .font-palette-dark-sky,.theme-dark .nedit-root .dark-sky-color,.theme-dark .nedit-root .font-palette-dark-sky{color:#b0bec5}.theme-dark .bg-palette-dark-sky,.theme-dark .nedit-root .bg-palette-dark-sky{background-color:#455a64}.theme-dark .nedit-root .shadow-palette-dark-sky,.theme-dark .shadow-palette-dark-sky{--box-shadow-color:#455a64}.theme-dark .cherry-color,.theme-dark .font-palette-cherry,.theme-dark .nedit-root .cherry-color,.theme-dark .nedit-root .font-palette-cherry{color:#f48fb1}.theme-dark .bg-palette-cherry,.theme-dark .nedit-root .bg-palette-cherry{background-color:#c2185b}.theme-dark .nedit-root .shadow-palette-cherry,.theme-dark .shadow-palette-cherry{--box-shadow-color:#c2185b}.theme-dark .dark-sky-blue-color,.theme-dark .font-palette-dark-sky-blue,.theme-dark .nedit-root .dark-sky-blue-color,.theme-dark .nedit-root .font-palette-dark-sky-blue{color:#81d4fa}.theme-dark .bg-palette-dark-sky-blue,.theme-dark .nedit-root .bg-palette-dark-sky-blue{background-color:#0288d1}.theme-dark .nedit-root .shadow-palette-dark-sky-blue,.theme-dark .shadow-palette-dark-sky-blue{--box-shadow-color:#0288d1}.theme-dark .font-palette-macaroni-and-cheese,.theme-dark .macaroni-and-cheese-color,.theme-dark .nedit-root .font-palette-macaroni-and-cheese,.theme-dark .nedit-root .macaroni-and-cheese-color{color:#ffe082}.theme-dark .bg-palette-macaroni-and-cheese,.theme-dark .nedit-root .bg-palette-macaroni-and-cheese{background-color:#ffa000}.theme-dark .nedit-root .shadow-palette-macaroni-and-cheese,.theme-dark .shadow-palette-macaroni-and-cheese{--box-shadow-color:#ffa000}.theme-dark .font-palette-mango,.theme-dark .mango-color,.theme-dark .nedit-root .font-palette-mango,.theme-dark .nedit-root .mango-color{color:#ffcc80}.theme-dark .bg-palette-mango,.theme-dark .nedit-root .bg-palette-mango{background-color:#f57c00}.theme-dark .nedit-root .shadow-palette-mango,.theme-dark .shadow-palette-mango{--box-shadow-color:#f57c00}.theme-dark .coral-color,.theme-dark .font-palette-coral,.theme-dark .nedit-root .coral-color,.theme-dark .nedit-root .font-palette-coral{color:#f48fb1}.theme-dark .bg-palette-coral,.theme-dark .nedit-root .bg-palette-coral{background-color:#c2185b}.theme-dark .nedit-root .shadow-palette-coral,.theme-dark .shadow-palette-coral{--box-shadow-color:#c2185b}.theme-dark .font-palette-turtle-green,.theme-dark .nedit-root .font-palette-turtle-green,.theme-dark .nedit-root .turtle-green-color,.theme-dark .turtle-green-color{color:#a5d6a7}.theme-dark .bg-palette-turtle-green,.theme-dark .nedit-root .bg-palette-turtle-green{background-color:#388e3c}.theme-dark .nedit-root .shadow-palette-turtle-green,.theme-dark .shadow-palette-turtle-green{--box-shadow-color:#388e3c}.theme-dark .font-palette-pale-purple,.theme-dark .nedit-root .font-palette-pale-purple,.theme-dark .nedit-root .pale-purple-color,.theme-dark .pale-purple-color{color:#ce93d8}.theme-dark .bg-palette-pale-purple,.theme-dark .nedit-root .bg-palette-pale-purple{background-color:#7b1fa2}.theme-dark .nedit-root .shadow-palette-pale-purple,.theme-dark .shadow-palette-pale-purple{--box-shadow-color:#7b1fa2}.theme-dark .font-palette-stormy-blue,.theme-dark .nedit-root .font-palette-stormy-blue,.theme-dark .nedit-root .stormy-blue-color,.theme-dark .stormy-blue-color{color:#90caf9}.theme-dark .bg-palette-stormy-blue,.theme-dark .nedit-root .bg-palette-stormy-blue{background-color:#1976d2}.theme-dark .nedit-root .shadow-palette-stormy-blue,.theme-dark .shadow-palette-stormy-blue{--box-shadow-color:#1976d2}.theme-dark .font-palette-macaroni-and-cheese-highlight,.theme-dark .macaroni-and-cheese-highlight-color,.theme-dark .nedit-root .font-palette-macaroni-and-cheese-highlight,.theme-dark .nedit-root .macaroni-and-cheese-highlight-color{color:#ffe082}.theme-dark .bg-palette-macaroni-and-cheese-highlight,.theme-dark .nedit-root .bg-palette-macaroni-and-cheese-highlight{background-color:#ffa000}.theme-dark .nedit-root .shadow-palette-macaroni-and-cheese-highlight,.theme-dark .shadow-palette-macaroni-and-cheese-highlight{--box-shadow-color:#ffa000}.theme-dark .dark-sky-blue-highlight-color,.theme-dark .font-palette-dark-sky-blue-highlight,.theme-dark .nedit-root .dark-sky-blue-highlight-color,.theme-dark .nedit-root .font-palette-dark-sky-blue-highlight{color:#81d4fa}.theme-dark .bg-palette-dark-sky-blue-highlight,.theme-dark .nedit-root .bg-palette-dark-sky-blue-highlight{background-color:#0288d1}.theme-dark .nedit-root .shadow-palette-dark-sky-blue-highlight,.theme-dark .shadow-palette-dark-sky-blue-highlight{--box-shadow-color:#0288d1}.theme-dark .font-palette-mango-highlight,.theme-dark .mango-highlight-color,.theme-dark .nedit-root .font-palette-mango-highlight,.theme-dark .nedit-root .mango-highlight-color{color:#ffcc80}.theme-dark .bg-palette-mango-highlight,.theme-dark .nedit-root .bg-palette-mango-highlight{background-color:#f57c00}.theme-dark .nedit-root .shadow-palette-mango-highlight,.theme-dark .shadow-palette-mango-highlight{--box-shadow-color:#f57c00}.theme-dark .coral-highlight-color,.theme-dark .font-palette-coral-highlight,.theme-dark .nedit-root .coral-highlight-color,.theme-dark .nedit-root .font-palette-coral-highlight{color:#f48fb1}.theme-dark .bg-palette-coral-highlight,.theme-dark .nedit-root .bg-palette-coral-highlight{background-color:#c2185b}.theme-dark .nedit-root .shadow-palette-coral-highlight,.theme-dark .shadow-palette-coral-highlight{--box-shadow-color:#c2185b}.theme-dark .font-palette-turtle-green-highlight,.theme-dark .nedit-root .font-palette-turtle-green-highlight,.theme-dark .nedit-root .turtle-green-highlight-color,.theme-dark .turtle-green-highlight-color{color:#a5d6a7}.theme-dark .bg-palette-turtle-green-highlight,.theme-dark .nedit-root .bg-palette-turtle-green-highlight{background-color:#388e3c}.theme-dark .nedit-root .shadow-palette-turtle-green-highlight,.theme-dark .shadow-palette-turtle-green-highlight{--box-shadow-color:#388e3c}.theme-dark .font-palette-pale-purple-highlight,.theme-dark .nedit-root .font-palette-pale-purple-highlight,.theme-dark .nedit-root .pale-purple-highlight-color,.theme-dark .pale-purple-highlight-color{color:#ce93d8}.theme-dark .bg-palette-pale-purple-highlight,.theme-dark .nedit-root .bg-palette-pale-purple-highlight{background-color:#7b1fa2}.theme-dark .nedit-root .shadow-palette-pale-purple-highlight,.theme-dark .shadow-palette-pale-purple-highlight{--box-shadow-color:#7b1fa2}.theme-dark .font-palette-stormy-blue-highlight,.theme-dark .nedit-root .font-palette-stormy-blue-highlight,.theme-dark .nedit-root .stormy-blue-highlight-color,.theme-dark .stormy-blue-highlight-color{color:#90caf9}.theme-dark .bg-palette-stormy-blue-highlight,.theme-dark .nedit-root .bg-palette-stormy-blue-highlight{background-color:#1976d2}.theme-dark .nedit-root .shadow-palette-stormy-blue-highlight,.theme-dark .shadow-palette-stormy-blue-highlight{--box-shadow-color:#1976d2}.theme-dark .nedit-root [data-block-background=extra-pink],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-pink],.theme-dark [data-block-background=extra-pink],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-pink]{color:#ec407a;border-color:#e91e63}.theme-dark .nedit-root [data-block-background=extra-red],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-red],.theme-dark [data-block-background=extra-red],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-red]{color:#ef5350;border-color:#f44336}.theme-dark .nedit-root [data-block-background=extra-orange],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-orange],.theme-dark [data-block-background=extra-orange],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-orange]{color:#ffa726;border-color:#ff9800}.theme-dark .nedit-root [data-block-background=extra-green],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-green],.theme-dark [data-block-background=extra-green],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-green]{color:#66bb6a;border-color:#4caf50}.theme-dark .nedit-root [data-block-background=extra-cyan],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-cyan],.theme-dark [data-block-background=extra-cyan],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-cyan]{color:#26c6da;border-color:#00bcd4}.theme-dark .nedit-root [data-block-background=extra-light-blue],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-light-blue],.theme-dark [data-block-background=extra-light-blue],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-light-blue]{color:#29b6f6;border-color:#03a9f4}.theme-dark .nedit-root [data-block-background=extra-deep-purple],.theme-dark .nedit-root [data-highlight=""],.theme-dark .nedit-root [data-highlight=extra-deep-purple],.theme-dark [data-block-background=extra-deep-purple],.theme-dark [data-highlight=""],.theme-dark [data-highlight=extra-deep-purple]{color:#7e57c2;border-color:#673ab7}.theme-light .nedit-root [data-block-background=extra-pink],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-pink],.theme-light [data-block-background=extra-pink],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-pink]{color:#d81b60;border-color:#f48fb1}.theme-light .nedit-root [data-block-background=extra-red],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-red],.theme-light [data-block-background=extra-red],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-red]{color:#e53935;border-color:#ef9a9a}.theme-light .nedit-root [data-block-background=extra-orange],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-orange],.theme-light [data-block-background=extra-orange],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-orange]{color:#fb8c00;border-color:#ffcc80}.theme-light .nedit-root [data-block-background=extra-green],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-green],.theme-light [data-block-background=extra-green],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-green]{color:#43a047;border-color:#a5d6a7}.theme-light .nedit-root [data-block-background=extra-cyan],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-cyan],.theme-light [data-block-background=extra-cyan],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-cyan]{color:#00acc1;border-color:#80deea}.theme-light .nedit-root [data-block-background=extra-light-blue],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-light-blue],.theme-light [data-block-background=extra-light-blue],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-light-blue]{color:#039be5;border-color:#81d4fa}.theme-light .nedit-root [data-block-background=extra-deep-purple],.theme-light .nedit-root [data-highlight=""],.theme-light .nedit-root [data-highlight=extra-deep-purple],.theme-light [data-block-background=extra-deep-purple],.theme-light [data-highlight=""],.theme-light [data-highlight=extra-deep-purple]{color:#5e35b1;border-color:#b39ddb}.empty-editor-features .empty-features{position:absolute}.empty-editor-features .empty-features .empty-features-divider{display:block;height:1px;width:100%;margin-bottom:8px}.theme-brand-dark-ios .empty-editor-features .empty-features .empty-features-divider,.theme-dark .empty-editor-features .empty-features .empty-features-divider,.theme-light .empty-editor-features .empty-features .empty-features-divider{background-color:var(--ash-grey)}.empty-editor-features .empty-features .empty-feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;cursor:pointer}.empty-editor-features .empty-features .empty-feature-item:not(:last-child){margin-bottom:8px}.empty-editor-features .empty-features .empty-feature-item .empty-feature-icon{display:block;line-height:0;margin-right:8px}.empty-editor-features .empty-features .empty-feature-item .empty-feature-icon svg{width:18px;height:18px}.empty-editor-features .empty-features .empty-feature-item .empty-feature-icon svg .graphic{-webkit-transition:fill .2s ease;transition:fill .2s ease}.theme-brand-dark-ios .empty-editor-features .empty-features .empty-feature-item .empty-feature-icon svg .graphic,.theme-dark .empty-editor-features .empty-features .empty-feature-item .empty-feature-icon svg .graphic,.theme-light .empty-editor-features .empty-features .empty-feature-item .empty-feature-icon svg .graphic{fill:var(--ash-grey)}.empty-editor-features .empty-features .empty-feature-item .empty-feature-title{display:block;-webkit-transition:color .2s ease;transition:color .2s ease}.theme-brand-dark-ios .empty-editor-features .empty-features .empty-feature-item .empty-feature-title,.theme-dark .empty-editor-features .empty-features .empty-feature-item .empty-feature-title,.theme-light .empty-editor-features .empty-features .empty-feature-item .empty-feature-title{color:var(--ash-grey)}.theme-light .empty-editor-features .empty-features .empty-feature-item:hover .empty-feature-icon svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios .empty-editor-features .empty-features .empty-feature-item:hover .empty-feature-icon svg .graphic,.theme-dark .empty-editor-features .empty-features .empty-feature-item:hover .empty-feature-icon svg .graphic{fill:var(--spare-royal)}.theme-light .empty-editor-features .empty-features .empty-feature-item:hover .empty-feature-title{color:var(--bondi-blue)}.theme-brand-dark-ios .empty-editor-features .empty-features .empty-feature-item:hover .empty-feature-title,.theme-dark .empty-editor-features .empty-features .empty-feature-item:hover .empty-feature-title{color:var(--spare-royal)}.nedit-root ul.editor-list li,.paragraph{-webkit-transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:4px}.nedit-root ul.editor-list .theme-light .bordered-grid li:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-light li.highlighted-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-light li.selected-block:not(.no-highlight):not([data-block-background]),.theme-light .bordered-grid .nedit-root ul.editor-list li:not(.no-highlight):not([data-block-background]),.theme-light .bordered-grid .paragraph:not(.no-highlight):not([data-block-background]),.theme-light .highlighted-block.paragraph:not(.no-highlight):not([data-block-background]),.theme-light .nedit-root ul.editor-list li.highlighted-block:not(.no-highlight):not([data-block-background]),.theme-light .nedit-root ul.editor-list li.selected-block:not(.no-highlight):not([data-block-background]),.theme-light .selected-block.paragraph:not(.no-highlight):not([data-block-background]){background-color:var(--black-5)}.nedit-root ul.editor-list .theme-brand-dark-ios .bordered-grid li:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-brand-dark-ios li.highlighted-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-brand-dark-ios li.selected-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-dark .bordered-grid li:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-dark li.highlighted-block:not(.no-highlight):not([data-block-background]),.nedit-root ul.editor-list .theme-dark li.selected-block:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .bordered-grid .nedit-root ul.editor-list li:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .bordered-grid .paragraph:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .highlighted-block.paragraph:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .nedit-root ul.editor-list li.highlighted-block:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .nedit-root ul.editor-list li.selected-block:not(.no-highlight):not([data-block-background]),.theme-brand-dark-ios .selected-block.paragraph:not(.no-highlight):not([data-block-background]),.theme-dark .bordered-grid .nedit-root ul.editor-list li:not(.no-highlight):not([data-block-background]),.theme-dark .bordered-grid .paragraph:not(.no-highlight):not([data-block-background]),.theme-dark .highlighted-block.paragraph:not(.no-highlight):not([data-block-background]),.theme-dark .nedit-root ul.editor-list li.highlighted-block:not(.no-highlight):not([data-block-background]),.theme-dark .nedit-root ul.editor-list li.selected-block:not(.no-highlight):not([data-block-background]),.theme-dark .selected-block.paragraph:not(.no-highlight):not([data-block-background]){background-color:var(--white-16)}.nedit-root .remote-file-wrapper,.nedit-root .remote-frame-wrapper,.nedit-root div.file-wrapper,.nedit-root div.image-wrapper,.nedit-root div.table-wrapper{-webkit-transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:4px}.nedit-root div.table-wrapper table.table-component tbody .table-grip-resizer,.nedit-root div.table-wrapper table.table-component tbody tr td.table-head-item,.nedit-root div.table-wrapper table.table-component thead tr th.table-head-item{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;z-index:-1}.theme-light .nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after{background-color:var(--black-5)}.theme-brand-dark-ios .nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after,.theme-dark .nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot):after{background-color:var(--white-16)}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot) ::-moz-selection{background-color:transparent!important;color:inherit!important}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot) ::selection{background-color:transparent!important;color:inherit!important}.nedit-root .selected-block-wrapper:not(.editable-text):not(.primary-blot) ::-moz-selection{background-color:transparent!important;color:inherit!important}.focus-mode .editable-text:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.focus-mode .syntax-main:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code){opacity:.3;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .editable-text.embed-wrapper,.focus-mode .editable-text.focused-block,.focus-mode .editable-text.outline,.focus-mode .editable-text.syntax-code,.focus-mode .syntax-main.embed-wrapper,.focus-mode .syntax-main.focused-block,.focus-mode .syntax-main.outline,.focus-mode .syntax-main.syntax-code{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .image.focused-block img{-webkit-filter:brightness(100%);filter:brightness(100%)}.focus-mode .image:not(.focused-block) img{-webkit-filter:brightness(68%);filter:brightness(68%)}.focus-mode .remote-file{opacity:.5;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .remote-file.focused-block{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .table-wrapper{opacity:.5;-webkit-transition:opacity .1s;transition:opacity .1s}.focus-mode .table-wrapper.focused-wrap{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.theme-brand-dark-ios .focus-mode .editable-text:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.theme-brand-dark-ios .focus-mode .syntax-main:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.theme-dark .focus-mode .editable-text:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code),.theme-dark .focus-mode .syntax-main:not(.focused-block):not(.table-wrapper):not(.focused-wrap):not(.embed-wrapper):not(.outline):not(.syntax-code){opacity:.3;-webkit-transition:opacity .1s;transition:opacity .1s}.theme-brand-dark-ios .focus-mode .editable-text.embed-wrapper,.theme-brand-dark-ios .focus-mode .editable-text.focused-block,.theme-brand-dark-ios .focus-mode .editable-text.focused-wrap,.theme-brand-dark-ios .focus-mode .editable-text.outline,.theme-brand-dark-ios .focus-mode .editable-text.syntax-code,.theme-brand-dark-ios .focus-mode .syntax-main.embed-wrapper,.theme-brand-dark-ios .focus-mode .syntax-main.focused-block,.theme-brand-dark-ios .focus-mode .syntax-main.focused-wrap,.theme-brand-dark-ios .focus-mode .syntax-main.outline,.theme-brand-dark-ios .focus-mode .syntax-main.syntax-code,.theme-dark .focus-mode .editable-text.embed-wrapper,.theme-dark .focus-mode .editable-text.focused-block,.theme-dark .focus-mode .editable-text.focused-wrap,.theme-dark .focus-mode .editable-text.outline,.theme-dark .focus-mode .editable-text.syntax-code,.theme-dark .focus-mode .syntax-main.embed-wrapper,.theme-dark .focus-mode .syntax-main.focused-block,.theme-dark .focus-mode .syntax-main.focused-wrap,.theme-dark .focus-mode .syntax-main.outline,.theme-dark .focus-mode .syntax-main.syntax-code{opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.custom-select{border:1px solid;border-radius:4px;padding:4px 30px 4px 10px;position:relative;cursor:pointer}.theme-light .custom-select{border-color:var(--platinum)}.theme-brand-dark-ios .custom-select,.theme-dark .custom-select{border-color:var(--white-16)}.custom-select .selected-item{display:block}.custom-select .custom-select-arrow{position:absolute;top:calc(50% - 8px);right:6px;display:block}.custom-select .custom-select-arrow svg{display:block}.custom-select .custom-select-list{position:absolute;top:calc(100% - 1px);left:0;border:1px solid;border-radius:4px;padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:400px;overflow-y:auto}.theme-light .custom-select .custom-select-list{border-color:var(--platinum)}.theme-brand-dark-ios .custom-select .custom-select-list,.theme-dark .custom-select .custom-select-list{border-color:var(--white-16)}.theme-light .custom-select .custom-select-list{background-color:var(--white)}.theme-brand-dark-ios .custom-select .custom-select-list,.theme-dark .custom-select .custom-select-list{background-color:var(--grey-brown)}.theme-light .custom-select .custom-select-list{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .custom-select .custom-select-list,.theme-dark .custom-select .custom-select-list{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.custom-select .custom-select-list .option-item{padding:3px 10px}.theme-light .custom-select .custom-select-list .option-item.selected,.theme-light .custom-select .custom-select-list .option-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios .custom-select .custom-select-list .option-item.selected,.theme-brand-dark-ios .custom-select .custom-select-list .option-item:hover,.theme-dark .custom-select .custom-select-list .option-item.selected,.theme-dark .custom-select .custom-select-list .option-item:hover{background-color:var(--white-8)}.nim-editor-datepicker.nimbus-theme{min-width:276px;z-index:20}.theme-light .nim-editor-datepicker.nimbus-theme{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme,.theme-dark .nim-editor-datepicker.nimbus-theme{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.nim-editor-datepicker.nimbus-theme .datepicker-header{border-top-left-radius:4px;border-top-right-radius:4px;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light .nim-editor-datepicker.nimbus-theme .datepicker-header{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .datepicker-header,.theme-dark .nim-editor-datepicker.nimbus-theme .datepicker-header{background-color:var(--spare-royal)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .datepicker-header,.theme-dark .nim-editor-datepicker.nimbus-theme .datepicker-header,.theme-light .nim-editor-datepicker.nimbus-theme .datepicker-header{color:var(--white-87)}.nim-editor-datepicker.nimbus-theme .datepicker-header .datepicker-header-year{font-size:18px;font-weight:600;line-height:24px}.nim-editor-datepicker.nimbus-theme .datepicker-header .datepicker-header-date{font-size:34px;font-weight:700;line-height:46px}.nim-editor-datepicker.nimbus-theme .react-datepicker{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker{background-color:var(--white)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker{background-color:var(--grey-brown)}.nim-editor-datepicker.nimbus-theme .react-datepicker:not(.nim-editor-datetimepicker){border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:1px solid;border-top:0}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker:not(.nim-editor-datetimepicker){border-color:var(--platinum)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker:not(.nim-editor-datetimepicker),.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker:not(.nim-editor-datetimepicker){border-color:var(--white-16)}.nim-editor-datepicker.nimbus-theme .react-datepicker *{-webkit-box-sizing:border-box;box-sizing:border-box}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav{font-size:0;border:0;background-color:transparent;padding:5px;cursor:pointer}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg{width:16px;height:16px}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg .graphic{fill:var(--onyx)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg .graphic,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg .graphic{fill:var(--white-87)}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-month{font-size:14px}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-month{fill:var(--onyx)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-month,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-month{fill:var(--white-87)}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-month:first-letter{text-transform:uppercase}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__day-names{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;width:100%;margin:10px 0;text-align:center}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__day-names,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__day-names,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__day-names{color:var(--ash-grey)}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__day-names .react-datepicker__day-name{width:32px;height:32px;line-height:32px}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__day-names .react-datepicker__day-name:first-letter{text-transform:uppercase}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month{color:var(--onyx)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month{color:var(--white-87)}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;width:100%;text-align:center}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week:not(:last-child){margin-bottom:4px}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day{width:32px;height:32px;line-height:30px;border-radius:50%;cursor:pointer;background-color:transparent;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today{border:1px solid}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today{border-color:var(--bondi-blue)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today{border-color:var(--spare-royal)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--outside-month,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--outside-month,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--outside-month{color:var(--ash-grey)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-range,.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-selecting-range,.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-range,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-selecting-range,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-range,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-selecting-range,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover{background-color:var(--bondi-blue-54)}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{background-color:var(--bondi-blue)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{background-color:var(--spare-royal)}.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.theme-light .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{color:var(--white-87)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.theme-dark .nim-editor-datepicker.nimbus-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{color:var(--onyx)}.nim-editor-datepicker.nimbus-theme.fusebase-theme{font-family:Inter,sans-serif;padding:23px 23px 17px;min-width:319px;border-radius:8px;border:1px solid;cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme{background-color:#fff}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme{background-color:#262626}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme,.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme{border-color:rgba(0,0,0,.04)}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme{color:var(--onyx)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme{color:var(--white-87)}.nim-editor-datepicker.nimbus-theme.fusebase-theme *{-webkit-box-sizing:border-box;box-sizing:border-box}.nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker{padding:12px}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker{background-color:#fff}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker{background-color:#262626}.nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker>.react-datepicker__aria-live,.nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker>.react-datepicker__triangle{display:none}.nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker-nav-header{padding:0}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg .graphic{fill:var(--onyx)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg .graphic,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-nav svg .graphic{fill:var(--white-87)}.nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker-nav-header .react-datepicker-month{font-size:14px;font-weight:700}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__day-names{color:#737373}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__day-names,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__day-names{color:#a3a3a3}.nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day{line-height:32px}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover{background-color:#f5f5f5}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover{background-color:#404040}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day--outside-month{color:#737373}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day--outside-month,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day--outside-month{color:#a3a3a3}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{background-color:#164e63}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{background-color:#0891b2}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected,.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{color:var(--white-87)}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today{border-color:#164e63}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--today{border-color:#0891b2}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-footer{padding:11px 10px;border-top:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-footer{border-color:var(--platinum)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-footer,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-footer{border-color:var(--white-16)}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-footer .datetimepicker-time-field{width:52px;margin-left:10px;cursor:pointer}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:4px 10px 10px;border-top:1px solid;font-size:12px}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control{border-color:var(--platinum)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control{border-color:var(--white-16)}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders{margin-bottom:16px;max-height:94px;overflow-y:auto;margin-left:-33px;margin-right:-33px;padding:0 33px}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .datetimepicker-reminder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-left:10px}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .datetimepicker-reminder.no-value{color:#737373}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .datetimepicker-reminder.no-value,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .datetimepicker-reminder.no-value{color:#a3a3a3}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders{border:0;min-width:unset;font-weight:400;font-size:14px}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders{color:var(--onyx)}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders{color:var(--white-87)}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders{background-color:#fff}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders{background-color:#262626}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item{padding:8px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox{margin-right:4px}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component{cursor:pointer}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component.checked svg .graphic{color:#14b8a6}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component.checked svg .graphic,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component.checked svg .graphic{color:#2dd4bf}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component .checkbox-component-inner{border-color:#737373}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component .checkbox-component-inner,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-checkbox .checkbox-component .checkbox-component-inner{border-color:#a3a3a3}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-reminders .popup-menu-reminders .datetimepicker-reminder-item .datetimepicker-reminder-name{cursor:pointer}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:before{-webkit-transition:left .2s ease-in-out,background-color .2s ease-in-out;transition:left .2s ease-in-out,background-color .2s ease-in-out}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:before{background-color:#14b8a6}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:before,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:before{background-color:#2dd4bf}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:after{opacity:.3;-webkit-transition:background-color .2s ease-in-out,opacity .2s ease-in-out;transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:after{background-color:#14b8a6}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:after,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-on:after{background-color:#2dd4bf}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-off:before{background-color:#fff}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-off:before,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .editor-switch-option.switch-option-off:before{background-color:#262626}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-row:last-child{margin-bottom:0}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-clear{font-size:13px;font-weight:700;cursor:pointer}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-clear{color:#e35141}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-clear,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-clear{color:#ef4444}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -10px}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button{font-size:13px;font-weight:700;padding:10px 30px;border:0;background-color:transparent;cursor:pointer;border-radius:4px;-webkit-transition:color .2s ease;transition:color .2s ease}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button{color:#164e63}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button{color:#0891b2}.nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled{-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled{background-color:#164e63}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled{background-color:#0891b2}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled,.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button.filled{color:var(--white-87)}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover{color:#0e7490}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover{color:#06b6d4}.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover.filled{background-color:#0e7490}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover.filled,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover.filled{background-color:#06b6d4}.theme-brand-dark-ios .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover.filled,.theme-dark .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover.filled,.theme-light .nim-editor-datepicker.nimbus-theme.fusebase-theme .datetimepicker-control .datetimepicker-control-buttons button:hover.filled{color:var(--white-87)}.theme-light .popup-menu.timepicker-popup{background-color:#fff}.theme-brand-dark-ios .popup-menu.timepicker-popup,.theme-dark .popup-menu.timepicker-popup{background-color:#262626}.timepicker-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.32);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9999}.editor-timepicker.fusebase-theme{font-family:Inter;width:276px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light .editor-timepicker.fusebase-theme{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .editor-timepicker.fusebase-theme,.theme-dark .editor-timepicker.fusebase-theme{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .editor-timepicker.fusebase-theme,.theme-dark .editor-timepicker.fusebase-theme,.theme-light .editor-timepicker.fusebase-theme{border-color:rgba(0,0,0,.04)}.editor-timepicker.fusebase-theme *{-webkit-box-sizing:border-box;box-sizing:border-box}.editor-timepicker.fusebase-theme .editor-timepicker-head{border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;padding:16px;line-height:63px;font-size:48px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-head{background-color:#164e63}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-head,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-head{background-color:#0891b2}.editor-timepicker.fusebase-theme .editor-timepicker-head .editor-timepicker-head-ampm{font-size:18px;font-weight:600;line-height:24px}.editor-timepicker.fusebase-theme .editor-timepicker-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 0;gap:12px}.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel,.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center}.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span,.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span{padding:0 6px;cursor:pointer;font-size:14px;line-height:19px}.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span:not(:last-child),.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span:not(:last-child){margin-bottom:8px}.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected,.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected{font-size:34px;line-height:46px;font-weight:700;border-radius:12px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;min-width:59px;text-align:center}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected,.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected{color:#164e63}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected,.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected{color:#0891b2}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected:hover,.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected:hover{background-color:#f5f5f5}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected:hover,.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected:hover,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel span.selected:hover,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel span.selected:hover{background-color:#404040}.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-hours-wheel{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.editor-timepicker.fusebase-theme .editor-timepicker-body .timepicker-minutes-wheel{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.editor-timepicker.fusebase-theme .editor-timepicker-body button{border:0;background-color:transparent;cursor:pointer;padding:2px 8px;border-radius:8px;font-size:14px;line-height:19px}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-body button{color:var(--onyx)}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-body button,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-body button{color:var(--white-87)}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-body button.active{color:#164e63}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-body button.active,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-body button.active{color:#0891b2}.editor-timepicker.fusebase-theme .editor-timepicker-body button:first-of-type{margin-right:12px}.editor-timepicker.fusebase-theme .editor-timepicker-body button:last-of-type{margin-left:12px}.editor-timepicker.fusebase-theme .editor-timepicker-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 8px 18px}.editor-timepicker.fusebase-theme .editor-timepicker-footer button{height:36px;padding:0 30px;border-radius:4px;background-color:transparent;border:0;font-weight:700;font-size:13px;cursor:pointer}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-footer button{color:#164e63}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-footer button,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-footer button{color:#0891b2}.editor-timepicker.fusebase-theme .editor-timepicker-footer button:not(:last-child){margin-right:24px}.editor-timepicker.fusebase-theme .editor-timepicker-footer button.filled{color:#fff}.theme-light .editor-timepicker.fusebase-theme .editor-timepicker-footer button.filled{background-color:#164e63}.theme-brand-dark-ios .editor-timepicker.fusebase-theme .editor-timepicker-footer button.filled,.theme-dark .editor-timepicker.fusebase-theme .editor-timepicker-footer button.filled{background-color:#0891b2}.popup-menu.date-picker-popup,.popup-menu.timepicker-popup{border:0;padding:0;-webkit-box-shadow:unset;box-shadow:unset;background:transparent}.popup-menu.confirm-delete-reminders .popup-dialog{text-align:center}.feature-availability-icon{position:relative;display:inline-block;margin-left:5px;width:15px;height:13px;margin-top:-3px;top:1px}.feature-availability-icon__icon{position:absolute;width:21px;height:15px;bottom:0;left:-4px}.editor-switch-option{border-radius:54px;cursor:pointer;height:16px;position:relative;width:28px;border:2px solid transparent;-webkit-transition:.3s;transition:.3s;display:inline-block;vertical-align:middle}.editor-switch-option:hover{border-color:rgba(0,0,0,.12)}.editor-switch-option:before{content:"";background:#fff;border-radius:10px;display:block;height:12px;width:12px;left:2px;position:absolute;top:calc(50% - 6px);z-index:1}.editor-switch-option:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:54px}.theme-light .editor-switch-option:after{background-color:var(--davys-grey)}.theme-brand-dark-ios .editor-switch-option:after,.theme-dark .editor-switch-option:after{background-color:var(--ash-grey)}.editor-switch-option.switch-option-on:before{left:13px}.theme-light .editor-switch-option.switch-option-on:after{background-color:var(--bondi-blue)}.theme-brand-dark-ios .editor-switch-option.switch-option-on:after,.theme-dark .editor-switch-option.switch-option-on:after{background-color:var(--spare-royal)}.editor-switch-option.editor-switch-option_size_large{height:24px;width:43px;border:none}.editor-switch-option.editor-switch-option_size_large:before{width:20px;height:20px;top:2px;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out}.theme-light .editor-switch-option.editor-switch-option_size_large:after{background-color:rgba(0,0,0,.14)}.theme-brand-dark-ios .editor-switch-option.editor-switch-option_size_large:after,.theme-dark .editor-switch-option.editor-switch-option_size_large:after{background-color:hsla(0,0%,100%,.14)}.editor-switch-option.editor-switch-option_size_large.switch-option-on:before{left:21px}.theme-light .editor-switch-option.editor-switch-option_size_large.switch-option-on:after{background-color:var(--bondi-blue)}.theme-brand-dark-ios .editor-switch-option.editor-switch-option_size_large.switch-option-on:after,.theme-dark .editor-switch-option.editor-switch-option_size_large.switch-option-on:after{background-color:var(--spare-royal)}.editor-body .nedit-root .inline-progress{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-right:5px;padding-left:5px}.editor-body .nedit-root .inline-progress .readonly{pointer-events:none}.editor-body .nedit-root .inline-progress .progress-slider{width:160px}.editor-body .nedit-root .inline-progress .progress-slider .slider-holder{right:-5px}.theme-light .editor-body .nedit-root .inline-progress:hover .inline-progress-slider .slider-range{background-color:var(--platinum)}.theme-brand-dark-ios .editor-body .nedit-root .inline-progress:hover .inline-progress-slider .slider-range,.theme-dark .editor-body .nedit-root .inline-progress:hover .inline-progress-slider .slider-range{background-color:var(--onyx-and-white-8)}.editor-body .nedit-root .inline-progress:hover .inline-progress-slider:not(.readonly) .slider-range{overflow:visible}.editor-body .nedit-root .inline-progress:hover .inline-progress-slider:not(.readonly) .slider-range .slider-holder{opacity:1}.editor-body .nedit-root h1 .inline-progress .progress-slider{width:195px}.editor-body .nedit-root h1 .inline-progress .progress-value{min-width:70px}.editor-body .nedit-root h1 .inline-progress .inline-progress-slider{height:20px}.editor-body .nedit-root h1 .inline-progress .inline-progress-slider .slider-range{height:20px;border-radius:10px}.editor-body .nedit-root h1 .inline-progress .inline-progress-slider .slider-progress{height:20px;border-top-left-radius:10px;border-bottom-left-radius:10px}.editor-body .nedit-root h1 .inline-progress .inline-progress-slider .slider-progress .slider-holder{width:11px;height:25px}.editor-body .nedit-root h2 .inline-progress .progress-slider{width:175px}.editor-body .nedit-root h2 .inline-progress .progress-value{min-width:55px}.editor-body .nedit-root h2 .inline-progress .inline-progress-slider{height:17px}.editor-body .nedit-root h2 .inline-progress .inline-progress-slider .slider-range{height:17px;border-radius:8.5px}.editor-body .nedit-root h2 .inline-progress .inline-progress-slider .slider-progress{height:17px;border-top-left-radius:8.5px;border-bottom-left-radius:8.5px}.editor-body .nedit-root h2 .inline-progress .inline-progress-slider .slider-progress .slider-holder{width:10px;height:23px}dropdown-list.inline-dropdown-list{display:inline;font-size:16px}dropdown-list.inline-dropdown-list .dropdown-list-component{margin:0 3px;display:inline-block;position:relative}dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label{margin:0;max-width:100%}dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label .select-label-text{overflow:visible}dropdown-list.inline-dropdown-list .inline-dropdown-component{position:absolute;top:-5px;left:0;border:1px solid;border-radius:4px;min-width:180px;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component{border-color:var(--platinum)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component,.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component{border-color:var(--white-16)}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component{background-color:var(--white)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component,.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component{background-color:var(--grey-brown)}dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top{top:unset;bottom:-5px}dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top .inline-dropdown-component-labels{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top .inline-dropdown-component-selected{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:none!important}dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top:not(.empty){padding-top:8px;border-top:1px solid}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top:not(.empty){border-color:var(--platinum)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top:not(.empty),.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-top:not(.empty){border-color:var(--white-16)}dropdown-list.inline-dropdown-list .inline-dropdown-component.direction-right{left:unset;right:0}dropdown-list.inline-dropdown-list .inline-dropdown-component *{-webkit-box-sizing:border-box;box-sizing:border-box}dropdown-list.inline-dropdown-list .inline-dropdown-component.empty{max-height:30px}dropdown-list.inline-dropdown-list .inline-dropdown-component.readonly .inline-dropdown-component-selected{padding:3px 10px}dropdown-list.inline-dropdown-list .inline-dropdown-component.readonly .inline-dropdown-component-item{padding-left:10px}dropdown-list.inline-dropdown-list .inline-dropdown-component-selected{padding:3px 10px 0}dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input{background-color:transparent;border:0;outline:none;width:100%;min-width:unset;max-width:unset;line-height:22px;min-height:22px;padding:0 1px 0 3px;color:inherit;margin:3px 0 7px;font-size:inherit}dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-webkit-input-placeholder{font-style:italic}dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-moz-placeholder{font-style:italic}dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-ms-input-placeholder{font-style:italic}dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::placeholder{font-style:italic}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-moz-placeholder{color:var(--ash-grey)}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-ms-input-placeholder{color:var(--ash-grey)}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::placeholder{color:var(--ash-grey)}.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-moz-placeholder{color:var(--ash-grey)}.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-ms-input-placeholder{color:var(--ash-grey)}.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::placeholder{color:var(--ash-grey)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::-ms-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-selected .inline-dropdown-component-input::placeholder{color:var(--ash-grey)}dropdown-list.inline-dropdown-list .inline-dropdown-component:not(.empty) .inline-dropdown-component-selected{border-bottom:1px solid}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component:not(.empty) .inline-dropdown-component-selected{border-color:var(--platinum)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component:not(.empty) .inline-dropdown-component-selected,.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component:not(.empty) .inline-dropdown-component-selected{border-color:var(--white-16)}dropdown-list.inline-dropdown-list .inline-dropdown-component-labels{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-height:180px;overflow-y:auto}dropdown-list.inline-dropdown-list .inline-dropdown-component-labels.no-labels{overflow-y:unset}dropdown-list.inline-dropdown-list .inline-dropdown-component-labels.sorting-process .inline-dropdown-component-item{background-color:none}dropdown-list.inline-dropdown-list .inline-dropdown-component-item{padding:4px 0 3px 21px;position:relative}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-item:hover:not(.dragging-process){background-color:var(--black-4)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-item:hover:not(.dragging-process),.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-item:hover:not(.dragging-process){background-color:var(--white-8)}dropdown-list.inline-dropdown-list .inline-dropdown-component-item.dragging-process{z-index:10;cursor:move}dropdown-list.inline-dropdown-list .inline-dropdown-component-item.dragging-process .inline-dropdown-component-label-pin{cursor:move}dropdown-list.inline-dropdown-list .inline-dropdown-component-item .select-label{cursor:pointer}dropdown-list.inline-dropdown-list .inline-dropdown-component-item .popup-menu .input-component .input-field{width:100%}dropdown-list.inline-dropdown-list .inline-dropdown-component-label-pin{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:21px;height:100%;position:absolute;left:0;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-label-pin svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-label-pin svg .graphic,.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-label-pin svg .graphic{fill:var(--ash-grey)}dropdown-list.inline-dropdown-list .inline-dropdown-component-create{padding:8px 0;font-size:13px;line-height:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light dropdown-list.inline-dropdown-list .inline-dropdown-component-create{color:var(--bondi-blue)}.theme-brand-dark-ios dropdown-list.inline-dropdown-list .inline-dropdown-component-create,.theme-dark dropdown-list.inline-dropdown-list .inline-dropdown-component-create{color:var(--light-green)}h1 dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label{height:30px;border-radius:60px}h1 dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label .select-label-text{font-size:22px}h2 dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label{height:24px;border-radius:48px}h2 dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label .select-label-text{font-size:18px}h3 dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label{height:20px;border-radius:40px}h3 dropdown-list.inline-dropdown-list .inline-dropdown-label .select-label .select-label-text{font-size:14px}#unsplash-manager-container *{-webkit-box-sizing:border-box;box-sizing:border-box}#unsplash-manager-container .unsplash-image-picker-popup{padding:0}#unsplash-manager-container .unsplash-image-picker-container{max-width:500px;width:500px}#unsplash-manager-container .unsplash-image-picker-header{font-size:16px;font-weight:700;padding:10px 10px 0}#unsplash-manager-container .unsplash-image-picker-search{padding:10px;-webkit-box-shadow:0 0 0 transparent,0 0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);box-shadow:0 0 0 transparent,0 0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}#unsplash-manager-container .unsplash-image-picker-search form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#unsplash-manager-container .unsplash-image-picker-search form input{border:1px solid;width:100%;font-size:14px;padding:4px 5px;border-radius:4px}.theme-light #unsplash-manager-container .unsplash-image-picker-search form input{border-color:var(--platinum)}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-search form input,.theme-dark #unsplash-manager-container .unsplash-image-picker-search form input{border-color:var(--white-16)}.theme-light #unsplash-manager-container .unsplash-image-picker-search form input{background-color:var(--white)}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-search form input,.theme-dark #unsplash-manager-container .unsplash-image-picker-search form input{background-color:var(--grey-brown)}.theme-light #unsplash-manager-container .unsplash-image-picker-search form input{color:var(--onyx)}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-search form input,.theme-dark #unsplash-manager-container .unsplash-image-picker-search form input{color:var(--white-87)}#unsplash-manager-container .unsplash-image-picker-search form button{font-size:14px;padding:5px 7px;border-radius:4px;border:0;margin-left:8px;cursor:pointer}.theme-light #unsplash-manager-container .unsplash-image-picker-search form button{background-color:var(--bondi-blue)}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-search form button,.theme-dark #unsplash-manager-container .unsplash-image-picker-search form button{background-color:var(--spare-royal)}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-search form button,.theme-dark #unsplash-manager-container .unsplash-image-picker-search form button,.theme-light #unsplash-manager-container .unsplash-image-picker-search form button{color:var(--white-87)}#unsplash-manager-container .unsplash-image-picker-grid{overflow-y:auto;overflow-x:hidden;padding:10px}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image{cursor:pointer;width:100%;position:relative}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image>img{width:100%;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px;display:block}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;background-color:rgba(0,0,0,.2);visibility:hidden}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay .unsplash-image-picker-author{padding:10px;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay .unsplash-image-picker-author-avatar{border-radius:50%;max-width:24px;max-height:24px;margin-right:8px}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay .unsplash-image-picker-author-name{word-break:break-word}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay .unsplash-image-picker-author-name,.theme-dark #unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay .unsplash-image-picker-author-name,.theme-light #unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image .unsplash-image-picker-overlay .unsplash-image-picker-author-name{color:var(--white-87)}#unsplash-manager-container .unsplash-image-picker-grid .unsplash-image-picker-image:hover .unsplash-image-picker-overlay{visibility:visible}#unsplash-manager-container .unsplash-image-picker-bottom-description,#unsplash-manager-container .unsplash-image-picker-loading,#unsplash-manager-container .unsplash-image-picker-loading-more,#unsplash-manager-container .unsplash-image-picker-no-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;font-size:13px}#unsplash-manager-container .unsplash-image-picker-loading{height:100%}#unsplash-manager-container .unsplash-image-picker-loading-more{grid-column-start:1;grid-column-end:4}.theme-brand-dark-ios #unsplash-manager-container .unsplash-image-picker-bottom-description,.theme-dark #unsplash-manager-container .unsplash-image-picker-bottom-description,.theme-light #unsplash-manager-container .unsplash-image-picker-bottom-description{color:var(--ash-grey)}.nimbus-uploader-wrapper{cursor:default;position:relative;margin-bottom:15px;border:1px solid;border-radius:4px;padding:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box}.nimbus-uploader-wrapper:not(:first-child){margin-top:15px}.theme-light .nimbus-uploader-wrapper{border-color:var(--platinum)}.theme-brand-dark-ios .nimbus-uploader-wrapper,.theme-dark .nimbus-uploader-wrapper{border-color:var(--white-16)}.theme-light .nimbus-uploader-wrapper{-webkit-box-shadow:0 9px 14px 0 rgba(0,0,0,.17);box-shadow:0 9px 14px 0 rgba(0,0,0,.17)}.theme-brand-dark-ios .nimbus-uploader-wrapper,.theme-dark .nimbus-uploader-wrapper{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.17);box-shadow:0 2px 14px 0 rgba(0,0,0,.17)}.nimbus-uploader-wrapper .nimbus-uploader-content:not(.empty){margin-top:28px}.nimbus-uploader-wrapper .nimbus-uploader-content .embed-wrapper{margin-bottom:7px!important}.nimbus-uploader-wrapper .nimbus-uploader-content .embed-wrapper:not(:first-child){margin-top:7px!important}.nimbus-uploader-wrapper .nimbus-uploader-content .embed-wrapper .attachment-caption{display:none!important}.nimbus-uploader-wrapper.dragging-phantom .caret-trap,.nimbus-uploader-wrapper.dragging-phantom .empty-caption-hidden{display:none}.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-header,.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-header-input{font-size:18px;font-weight:600;line-height:28px;color:inherit}.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description,.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description-input{font-size:16px;line-height:28px;margin-top:2px}.theme-brand-dark-ios .nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description,.theme-dark .nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description,.theme-light .nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description{color:var(--ash-grey)}.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description,.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:28px;cursor:pointer}.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description .uploader-head-edit-icon,.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-header .uploader-head-edit-icon{margin-left:10px;display:block;opacity:0}.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description .uploader-head-edit-icon svg,.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-header .uploader-head-edit-icon svg{display:block}.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-description:hover .uploader-head-edit-icon,.nimbus-uploader-wrapper .nimbus-uploader-head .uploader-header:hover .uploader-head-edit-icon{opacity:1}.nimbus-uploader-wrapper .nimbus-uploader-head input{color:inherit;border:0;border-radius:4px;background:transparent;width:100%;display:block;font-family:inherit;padding:0 5px}.theme-light .nimbus-uploader-wrapper .nimbus-uploader-head input{-webkit-box-shadow:0 0 0 1px var(--bondi-blue);box-shadow:0 0 0 1px var(--bondi-blue)}.theme-brand-dark-ios .nimbus-uploader-wrapper .nimbus-uploader-head input,.theme-dark .nimbus-uploader-wrapper .nimbus-uploader-head input{-webkit-box-shadow:0 0 0 1px var(--spare-royal);box-shadow:0 0 0 1px var(--spare-royal)}uploader.nimbus-uploader{display:block}uploader.nimbus-uploader *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}uploader.nimbus-uploader .uploader-progress{margin-top:32px;text-align:center}uploader.nimbus-uploader .uploader-progress-bar{width:100%;height:4px;border-radius:30px;overflow:hidden}.theme-light uploader.nimbus-uploader .uploader-progress-bar{background-color:#eee}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-progress-bar,.theme-dark uploader.nimbus-uploader .uploader-progress-bar{background-color:#424242}uploader.nimbus-uploader .uploader-progress-bar-fill{height:100%}.theme-light uploader.nimbus-uploader .uploader-progress-bar-fill{background-color:var(--bondi-blue)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-progress-bar-fill,.theme-dark uploader.nimbus-uploader .uploader-progress-bar-fill{background-color:var(--spare-royal)}uploader.nimbus-uploader .uploader-progress-counter{font-size:14px;font-weight:700;margin-top:12px}uploader.nimbus-uploader .uploader-progress-timer{margin-top:4px;font-size:10px}.theme-light uploader.nimbus-uploader .uploader-progress-timer{color:rgba(0,0,0,.54)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-progress-timer,.theme-dark uploader.nimbus-uploader .uploader-progress-timer{color:hsla(0,0%,100%,.7)}uploader.nimbus-uploader .uploader-queue{margin-top:20px}uploader.nimbus-uploader .uploader-queue-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}uploader.nimbus-uploader .uploader-queue-item:not(:first-child){margin-top:12px}uploader.nimbus-uploader .uploader-queue-item span{display:block}uploader.nimbus-uploader .uploader-queue-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}uploader.nimbus-uploader .uploader-queue-item-left .file-type-icon svg{width:20px;height:20px;display:block}.theme-light uploader.nimbus-uploader .uploader-queue-item-left .file-type-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-queue-item-left .file-type-icon svg .graphic,.theme-dark uploader.nimbus-uploader .uploader-queue-item-left .file-type-icon svg .graphic{fill:var(--ash-grey)}uploader.nimbus-uploader .uploader-queue-item-left .file-name{margin-left:10px;line-height:18px;font-size:13px}uploader.nimbus-uploader .uploader-queue-item-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress{line-height:18px;font-size:13px}.theme-light uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress.error-uploading,.theme-light uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress.too-big-file{color:var(--rust-red)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress.error-uploading,.theme-brand-dark-ios uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress.too-big-file,.theme-dark uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress.error-uploading,.theme-dark uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-progress.too-big-file{color:var(--unheard-orche)}uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-cancel{margin-left:15px;cursor:pointer}uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-cancel svg{cursor:pointer;width:10px;height:10px;display:block}.theme-light uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-cancel svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-cancel svg .graphic,.theme-dark uploader.nimbus-uploader .uploader-queue-item-right .file-uploading-cancel svg .graphic{fill:var(--ash-grey)}uploader.nimbus-uploader .uploader-dropzone{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;border:1px dashed;margin-top:12px}.theme-light uploader.nimbus-uploader .uploader-dropzone{border-color:var(--bondi-blue)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-dropzone,.theme-dark uploader.nimbus-uploader .uploader-dropzone{border-color:var(--spare-royal)}.theme-light uploader.nimbus-uploader .uploader-dropzone{background-color:#f3f8f9}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-dropzone,.theme-dark uploader.nimbus-uploader .uploader-dropzone{background-color:hsla(0,0%,100%,.08)}uploader.nimbus-uploader .uploader-dropzone.active{cursor:-webkit-grabbing;cursor:grabbing}.theme-light uploader.nimbus-uploader .uploader-dropzone.active{background-color:#e0f7fa}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-dropzone.active,.theme-dark uploader.nimbus-uploader .uploader-dropzone.active{background-color:rgba(0,0,0,.2)}uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);padding:10px;border-radius:50%}.theme-light uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon{background-color:#fff}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon,.theme-dark uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon{background-color:#323232}uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon svg{width:20px;height:20px;display:block}.theme-light uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon svg .graphic{fill:var(--bondi-blue)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon svg .graphic,.theme-dark uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-icon svg .graphic{fill:var(--spare-royal)}uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-description{margin-top:12px;font-size:14px}uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-description .uploader-dropzone-link{text-decoration:underline;font-weight:600;cursor:pointer}.theme-light uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-description .uploader-dropzone-link{color:var(--bondi-blue)}.theme-brand-dark-ios uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-description .uploader-dropzone-link,.theme-dark uploader.nimbus-uploader .uploader-dropzone .uploader-dropzone-description .uploader-dropzone-link{color:var(--spare-royal)}uploader.nimbus-uploader .has-queue .uploader-dropzone{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}uploader.nimbus-uploader .has-queue .uploader-dropzone .uploader-dropzone-description{margin-left:10px;font-weight:700;margin-top:0}uploader.nimbus-uploader .has-queue .uploader-dropzone .uploader-dropzone-description .uploader-dropzone-link{text-decoration:none}#convert-blot-manager .menu-item[data-menu-id=uploader] .icon svg,.embedded-menu .menu-item[data-menu-id=uploader] .icon svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:-1}#nedit-ai-plugin-container *{-webkit-box-sizing:border-box;box-sizing:border-box}#nedit-ai-plugin-container .ai-prompt-container{position:absolute;padding-bottom:100px;z-index:10}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-print-content{background-color:#e0f7fa}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-print-content,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-print-content{background-color:#006064}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content{border-top-left-radius:4px;border-top-right-radius:4px;-webkit-box-shadow:0 4px 3px rgba(0,0,0,.08),0 3px 3px -2px rgba(0,0,0,.08);box-shadow:0 4px 3px rgba(0,0,0,.08),0 3px 3px -2px rgba(0,0,0,.08);padding:10px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content{color:var(--onyx)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content{color:var(--white-87)}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content+.ai-promt{border-top-left-radius:0;border-top-right-radius:0}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content ul{margin-top:20px;margin-bottom:20px}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content p{margin-bottom:5px;margin-top:5px}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6{font-weight:600;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:-.44px;margin-top:5px;margin-bottom:5px}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1 b,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1 strong,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2 b,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2 strong,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3 b,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3 strong,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4 b,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4 strong,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5 b,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5 strong,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6 b,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6 strong{font-weight:inherit}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+h6,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+h6,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+h6,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+h6,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+h6,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+h1,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+h2,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+h3,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+h4,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+h5,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+h6{margin-top:14px}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h1+p,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h2+p,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h3+p,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h4+p,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h5+p,#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content h6+p{margin-top:8px}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content>:last-child{margin-bottom:0}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content>:first-child{margin-top:0}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code){font-family:Inconsolata,monospace;line-height:0;padding:2px;border-radius:4px;letter-spacing:-.09px;font-size:.95em}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code),.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code),.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code){background-color:var(--carmine-pink-32)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code){color:var(--rust-red)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code),.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content code:not(.hljs-code){color:var(--unheard-orche)}#nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content pre.hljs{border-style:solid;border-radius:4px;border-width:5px 9px;background:#fff}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content pre.hljs{border-color:var(--white-smoke)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content pre.hljs,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content pre.hljs{border-color:var(--grey-brown)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content a{color:var(--bondi-blue)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content a,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-print-content.has-content a{color:var(--light-green)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-shadow:0 4px 3px rgba(0,0,0,.08),0 3px 3px -2px rgba(0,0,0,.08);box-shadow:0 4px 3px rgba(0,0,0,.08),0 3px 3px -2px rgba(0,0,0,.08);border-radius:4px;padding:12px 16px;position:relative;z-index:1}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt{background-color:var(--white)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt{background-color:var(--grey-brown)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon{padding:11px;border-radius:4px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon{background-color:#e0f7fa}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon{background-color:#006064}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon svg{display:block}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon svg .graphic,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon svg .graphic{fill:var(--ash-grey)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-icon.ai-writing{padding:0;width:36px;height:36px;background-size:100px 100px;background-position:50%}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-input{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 20px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input{color:rgba(0,0,0,.54)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input{color:hsla(0,0%,100%,.7)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-input-preffix{margin-right:5px;font-weight:700}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea{border:0;font-size:14px;background-color:transparent;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:8px 0 5px;resize:none;font-family:inherit}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea{color:rgba(0,0,0,.87)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea{color:hsla(0,0%,100%,.7)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea{caret-color:var(--bondi-blue)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea{caret-color:var(--spare-royal)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-webkit-input-placeholder{color:rgba(0,0,0,.54)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-moz-placeholder{color:rgba(0,0,0,.54)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-ms-input-placeholder{color:rgba(0,0,0,.54)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::placeholder{color:rgba(0,0,0,.54)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-moz-placeholder{color:hsla(0,0%,100%,.7)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-moz-placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-input textarea::placeholder{color:hsla(0,0%,100%,.7)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter{border:0;border-radius:50%;padding:12px;cursor:default;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter{background-color:var(--ash-grey)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter{background-color:var(--davys-grey)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter svg{display:block;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:11px;height:11px}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter svg .graphic,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter svg .graphic,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter svg .graphic{fill:var(--white-87)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter.active{cursor:pointer}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter.active{background-color:var(--bondi-blue)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter.active,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-enter.active{background-color:var(--spare-royal)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop,#nedit-ai-plugin-container .ai-prompt-container .ai-promt-try-again{padding:10px 30px;font-size:13px;font-weight:700;cursor:pointer;background-color:transparent}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop,.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-try-again,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-try-again,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-try-again{color:#00bcd4}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-try-again{margin-right:20px;border:0}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop{border:1px solid;border-radius:30px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop{border-color:#00bcd4}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop:hover,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop:hover,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-stop:hover{background-color:#b2ebf2}#nedit-ai-plugin-container .ai-prompt-container .ai-user-history{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item{padding:2px 12px;border-radius:18px;font-size:10px;cursor:pointer;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item{background-color:#e0f7fa}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item{background-color:#006064}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item{color:var(--onyx)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item,.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:hover,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:hover,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:hover{color:var(--white-87)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:hover,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:hover,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:hover{background-color:#00bcd4}#nedit-ai-plugin-container .ai-prompt-container .ai-user-history .ai-history-item:not(:last-child){margin-right:4px}#nedit-ai-plugin-container .ai-prompt-container .ai-learn-more{-webkit-box-shadow:0 4px 3px rgba(0,0,0,.08),0 3px 3px -2px rgba(0,0,0,.08);box-shadow:0 4px 3px rgba(0,0,0,.08),0 3px 3px -2px rgba(0,0,0,.08);border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px 16px 8px;position:relative;top:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more{background-color:var(--white)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more{background-color:var(--grey-brown)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more{color:rgba(0,0,0,.54)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more{color:hsla(0,0%,100%,.7)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more svg.graphic{fill:var(--davys-grey)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more svg.graphic,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-learn-more svg.graphic{fill:var(--ash-grey)}#nedit-ai-plugin-container .ai-prompt-container .ai-learn-more .ai-learn-more-desc{margin:0 12px}#nedit-ai-plugin-container .ai-prompt-container .ai-learn-more .ai-learn-more-links{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#nedit-ai-plugin-container .ai-prompt-container .ai-learn-more .ai-learn-more-links span{font-weight:700;cursor:pointer}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{margin-top:8px;max-height:525px;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:14px 16px;-webkit-box-shadow:0 5px 4px rgba(0,0,0,.08),0 4px 2px -1px rgba(0,0,0,.08);box-shadow:0 5px 4px rgba(0,0,0,.08),0 4px 2px -1px rgba(0,0,0,.08);border-radius:4px;border:1px solid;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{background-color:var(--white)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{background-color:var(--grey-brown)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{border-color:var(--platinum)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{border-color:var(--white-16)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{color:var(--onyx)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options{color:var(--white-87)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options.ai-promt-actions,#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options.ai-promt-moderate{min-width:242px;padding-top:4px;padding-bottom:4px}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-divider{margin:4px -16px;display:block;height:1px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-divider{background-color:var(--platinum)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-divider,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-divider{background-color:var(--white-16)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-header{text-transform:uppercase;margin:19px 0 7px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-header{color:rgba(0,0,0,.54)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-header,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-header{color:hsla(0,0%,100%,.7)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-header:first-child{margin-top:0}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-header.ai-promt-options__use-page-context+.ai-promt-options-header{margin-top:6px}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item{padding:4px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin:0 -16px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item.active,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item:hover{background-color:var(--black-4)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item.active,.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item:hover,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item.active,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item:hover{background-color:var(--white-8)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item-icon{margin-right:10px;min-width:12px}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item-icon svg{display:block;width:12px;height:12px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item-icon svg .graphic{fill:var(--davys-grey)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item-icon svg .graphic,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-item-icon svg .graphic{fill:var(--ash-grey)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option{padding:4px 24px;border-radius:30px;border:1px solid;font-size:13px;text-transform:uppercase;font-weight:700;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option{border-color:#00bcd4;color:#00bcd4}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option:not(:first-child){margin-left:8px}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option.active,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option.active,.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option.active{background-color:#00bcd4;color:var(--white-87)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option:hover:not(.active),.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option:hover:not(.active),.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-output-length-option:hover:not(.active){background-color:#b2ebf2}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone{position:relative}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input{border:1px solid;width:100%;font-size:inherit;color:inherit;background-color:transparent;border-radius:8px;padding:10px 50px 10px 10px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input{border-color:var(--platinum)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input{border-color:var(--white-16)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input{background-color:#fff}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input{background-color:#363636}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-webkit-input-placeholder{color:rgba(0,0,0,.54)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-moz-placeholder{color:rgba(0,0,0,.54)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-ms-input-placeholder{color:rgba(0,0,0,.54)}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::placeholder{color:rgba(0,0,0,.54)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-moz-placeholder{color:hsla(0,0%,100%,.7)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-moz-placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-input::placeholder{color:hsla(0,0%,100%,.7)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-count{position:absolute;top:calc(50% - 10px);right:10px}.theme-light #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-count{color:rgba(0,0,0,.54)}.theme-brand-dark-ios #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-count,.theme-dark #nedit-ai-plugin-container .ai-prompt-container .ai-promt-options-tone-count{color:hsla(0,0%,100%,.7)}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options .ai-promt-options__use-page-context{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options .ai-promt-options__use-page-context+.ai-promt-options-header{margin-top:13px}#nedit-ai-plugin-container .ai-prompt-container .ai-promt-options .ai-promt-options__use-page-context .editor-switch-option{margin-left:auto}.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content{font-family:Roboto Slab,serif}.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content h1,.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content h2,.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.style-serif~#nedit-ai-plugin-container .ai-print-content.has-content h6{letter-spacing:.01em}.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content{font-family:Caveat,cursive}.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h1,.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h2,.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h6{line-height:1.3;letter-spacing:.03em}.nedit-root.style-handwritten.size-small~#nedit-ai-plugin-container .ai-print-content.has-content p,.nedit-root.style-handwritten.size-small~#nedit-ai-plugin-container .ai-print-content.has-content ul{font-size:16px}.nedit-root.style-handwritten.size-normal~#nedit-ai-plugin-container .ai-print-content.has-content p,.nedit-root.style-handwritten.size-normal~#nedit-ai-plugin-container .ai-print-content.has-content ul{font-size:20px}.nedit-root.style-handwritten.size-large~#nedit-ai-plugin-container .ai-print-content.has-content p,.nedit-root.style-handwritten.size-large~#nedit-ai-plugin-container .ai-print-content.has-content ul{font-size:24px}.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content{font-family:Anonymous Pro,monospace}.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content h1,.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content h2,.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.style-mono~#nedit-ai-plugin-container .ai-print-content.has-content h6{letter-spacing:normal}.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content p,.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content ul{font-size:12px;line-height:1.6}.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h1{font-size:24px}.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h2{font-size:20px}.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.size-small:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h6{font-size:18px}.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+h1,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+h2,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+h3,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+h4,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+h5,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+h6,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+h1,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+h2,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+h3,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+h4,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+h5,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+h6,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+h1,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+h2,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+h3,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+h4,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+h5,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+h6,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+h1,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+h2,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+h3,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+h4,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+h5,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+h6,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+h1,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+h2,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+h3,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+h4,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+h5,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+h6,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+h1,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+h2,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+h3,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+h4,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+h5,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+h6{margin-top:12px}.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h1+p,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h2+p,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h3+p,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h4+p,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h5+p,.nedit-root.size-small~#nedit-ai-plugin-container .ai-print-content.has-content h6+p{margin-top:6px}.nedit-root.size-small.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h1{font-size:30px}.nedit-root.size-small.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h2{font-size:26px}.nedit-root.size-small.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.size-small.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.size-small.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.size-small.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h6{font-size:22px}.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content p,.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content ul{font-size:16px;line-height:1.5}.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h1{font-size:30px}.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h2{font-size:24px}.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.size-normal:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h6{font-size:20px}.nedit-root.size-normal.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h1{font-size:36px}.nedit-root.size-normal.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h2{font-size:30px}.nedit-root.size-normal.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.size-normal.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.size-normal.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.size-normal.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h6{font-size:26px}.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content p,.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content ul{font-size:20px;line-height:1.4}.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h1{font-size:32px}.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h2{font-size:26px}.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.size-large:not(.style-handwritten)~#nedit-ai-plugin-container .ai-print-content.has-content h6{font-size:22px}.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+h1,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+h2,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+h3,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+h4,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+h5,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+h6,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+h1,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+h2,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+h3,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+h4,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+h5,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+h6,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+h1,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+h2,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+h3,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+h4,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+h5,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+h6,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+h1,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+h2,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+h3,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+h4,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+h5,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+h6,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+h1,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+h2,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+h3,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+h4,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+h5,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+h6,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+h1,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+h2,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+h3,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+h4,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+h5,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+h6{margin-top:16px}.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h1+p,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h2+p,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h3+p,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h4+p,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h5+p,.nedit-root.size-large~#nedit-ai-plugin-container .ai-print-content.has-content h6+p{margin-top:8px}.nedit-root.size-large.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h1{font-size:39px}.nedit-root.size-large.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h2{font-size:32px}.nedit-root.size-large.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h3,.nedit-root.size-large.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h4,.nedit-root.size-large.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h5,.nedit-root.size-large.style-handwritten~#nedit-ai-plugin-container .ai-print-content.has-content h6{font-size:26px}.theme-light .ai-prompt-container .ai-promt-icon.ai-writing{background-image:url("data:image/gif;base64,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")}.theme-dark .ai-prompt-container .ai-promt-icon.ai-writing{background-image:url("data:image/gif;base64,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")}.theme-dark .ai-prompt-container .ai-print-content .hljs{display:block;overflow-x:auto;padding:.5em;background:#272822!important;color:#ddd}.theme-dark .ai-prompt-container .ai-print-content .hljs-keyword,.theme-dark .ai-prompt-container .ai-print-content .hljs-literal,.theme-dark .ai-prompt-container .ai-print-content .hljs-name,.theme-dark .ai-prompt-container .ai-print-content .hljs-selector-tag,.theme-dark .ai-prompt-container .ai-print-content .hljs-strong,.theme-dark .ai-prompt-container .ai-print-content .hljs-tag{color:#f92672}.theme-dark .ai-prompt-container .ai-print-content .hljs-code{color:#ddd}.theme-dark .ai-prompt-container .ai-print-content .hljs-class .hljs-title{color:#fff}.theme-dark .ai-prompt-container .ai-print-content .hljs-attribute,.theme-dark .ai-prompt-container .ai-print-content .hljs-link,.theme-dark .ai-prompt-container .ai-print-content .hljs-regexp,.theme-dark .ai-prompt-container .ai-print-content .hljs-symbol{color:#bf79db}.theme-dark .ai-prompt-container .ai-print-content .hljs-addition,.theme-dark .ai-prompt-container .ai-print-content .hljs-built_in,.theme-dark .ai-prompt-container .ai-print-content .hljs-builtin-name,.theme-dark .ai-prompt-container .ai-print-content .hljs-bullet,.theme-dark .ai-prompt-container .ai-print-content .hljs-emphasis,.theme-dark .ai-prompt-container .ai-print-content .hljs-section,.theme-dark .ai-prompt-container .ai-print-content .hljs-selector-attr,.theme-dark .ai-prompt-container .ai-print-content .hljs-selector-pseudo,.theme-dark .ai-prompt-container .ai-print-content .hljs-string,.theme-dark .ai-prompt-container .ai-print-content .hljs-subst,.theme-dark .ai-prompt-container .ai-print-content .hljs-template-tag,.theme-dark .ai-prompt-container .ai-print-content .hljs-template-variable,.theme-dark .ai-prompt-container .ai-print-content .hljs-title,.theme-dark .ai-prompt-container .ai-print-content .hljs-type,.theme-dark .ai-prompt-container .ai-print-content .hljs-variable{color:#a6e22e}.theme-dark .ai-prompt-container .ai-print-content .hljs-comment,.theme-dark .ai-prompt-container .ai-print-content .hljs-deletion,.theme-dark .ai-prompt-container .ai-print-content .hljs-meta,.theme-dark .ai-prompt-container .ai-print-content .hljs-quote{color:#75715e}.theme-dark .ai-prompt-container .ai-print-content .hljs-doctag,.theme-dark .ai-prompt-container .ai-print-content .hljs-keyword,.theme-dark .ai-prompt-container .ai-print-content .hljs-literal,.theme-dark .ai-prompt-container .ai-print-content .hljs-section,.theme-dark .ai-prompt-container .ai-print-content .hljs-selector-id,.theme-dark .ai-prompt-container .ai-print-content .hljs-selector-tag,.theme-dark .ai-prompt-container .ai-print-content .hljs-title,.theme-dark .ai-prompt-container .ai-print-content .hljs-type{font-weight:700}.note-container.is-mobile-device .editor-body{padding-left:0;padding-right:0}.note-container.is-mobile-device .nedit-root .table-blot .table-grip-resizer{display:none}.note-container.is-mobile-device uploader.nimbus-uploader .uploader-queue-item-left{-webkit-box-flex:1;-ms-flex:auto;flex:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:20px}.note-container.is-mobile-device uploader.nimbus-uploader .uploader-queue-item-left .file-name{text-overflow:ellipsis;overflow:hidden}.note-container.is-mobile-device uploader.nimbus-uploader .uploader-queue-item-right{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap}.note-container.is-mobile-device #nedit-comments-container .comments-counters .comment-counter svg{width:16px;height:16px}.nedit-root .nimbus-step,.note-container .clipboard .nimbus-step{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:32px;border:1px solid;border-radius:8px;padding:15px 21px 5px}.theme-light .nedit-root .nimbus-step,.theme-light .note-container .clipboard .nimbus-step{border-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .nimbus-step,.theme-brand-dark-ios .note-container .clipboard .nimbus-step,.theme-dark .nedit-root .nimbus-step,.theme-dark .note-container .clipboard .nimbus-step{border-color:#525252}.theme-light .nedit-root .nimbus-step,.theme-light .note-container .clipboard .nimbus-step{background-color:#fff}.theme-brand-dark-ios .nedit-root .nimbus-step,.theme-brand-dark-ios .note-container .clipboard .nimbus-step,.theme-dark .nedit-root .nimbus-step,.theme-dark .note-container .clipboard .nimbus-step{background-color:#323232}.nedit-root .nimbus-step:not(:first-child),.note-container .clipboard .nimbus-step:not(:first-child){margin-top:32px}.nedit-root .nimbus-step ul.editor-list,.note-container .clipboard .nimbus-step ul.editor-list{z-index:0}.nedit-root .nimbus-step .toggle-arrow.step,.note-container .clipboard .nimbus-step .toggle-arrow.step{position:relative;left:-8px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin:2px 0}.nedit-root .nimbus-step:not(.collapsible) .toggle-arrow.step,.note-container .clipboard .nimbus-step:not(.collapsible) .toggle-arrow.step{display:none}.nedit-root .nimbus-step .toggle-plus,.note-container .clipboard .nimbus-step .toggle-plus{position:absolute;bottom:0;left:0;width:100%;height:0;display:none}.nedit-root .nimbus-step .toggle-plus:after,.note-container .clipboard .nimbus-step .toggle-plus:after{content:"";position:absolute;top:0;left:0;width:100%;height:13px}.nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:calc(50% - 13px);bottom:-13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;width:26px;height:26px;border:1px solid;cursor:pointer;z-index:1;-webkit-transition:background-color .2s ease,border-color .2s ease;transition:background-color .2s ease,border-color .2s ease}.theme-light .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.theme-light .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon{border-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon,.theme-dark .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.theme-dark .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon{border-color:#525252}.theme-light .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.theme-light .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon{background-color:#fff}.theme-brand-dark-ios .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon,.theme-dark .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon,.theme-dark .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon{background-color:#323232}.theme-light .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-light .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon:hover{background-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-dark .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-dark .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon:hover{background-color:#0e7490}.theme-light .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-light .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon:hover{border-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-dark .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon:hover,.theme-dark .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon:hover{border-color:#0e7490}.nedit-root .nimbus-step .toggle-plus .toggle-plus-icon svg,.note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon svg{width:12px;height:12px}.theme-light .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon svg .graphic,.theme-light .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon svg .graphic{fill:#737373}.theme-brand-dark-ios .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon svg .graphic,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon svg .graphic,.theme-dark .nedit-root .nimbus-step .toggle-plus .toggle-plus-icon svg .graphic,.theme-dark .note-container .clipboard .nimbus-step .toggle-plus .toggle-plus-icon svg .graphic{fill:#d4d4d4}.nedit-root .nimbus-step.show-embedded-menu .toggle-plus,.nedit-root .nimbus-step.step-active .toggle-plus,.nedit-root .nimbus-step:hover .toggle-plus,.note-container .clipboard .nimbus-step.show-embedded-menu .toggle-plus,.note-container .clipboard .nimbus-step.step-active .toggle-plus,.note-container .clipboard .nimbus-step:hover .toggle-plus{display:block}.theme-brand-dark-ios .nedit-root .nimbus-step.step-active,.theme-brand-dark-ios .note-container .clipboard .nimbus-step.step-active,.theme-dark .nedit-root .nimbus-step.step-active,.theme-dark .note-container .clipboard .nimbus-step.step-active,.theme-light .nedit-root .nimbus-step.step-active,.theme-light .note-container .clipboard .nimbus-step.step-active{border-color:#164e63}.nedit-root .nimbus-step h3.nimbus-toggle-header,.note-container .clipboard .nimbus-step h3.nimbus-toggle-header{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;font-size:18px;font-weight:600;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 24px 0 12px}.nedit-root .nimbus-step h3.nimbus-toggle-header.show-placeholder:before,.note-container .clipboard .nimbus-step h3.nimbus-toggle-header.show-placeholder:before{content:attr(data-placeholder);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;text-overflow:ellipsis;pointer-events:none;white-space:nowrap;font-weight:400}.theme-brand-dark-ios .nedit-root .nimbus-step h3.nimbus-toggle-header.show-placeholder:before,.theme-brand-dark-ios .note-container .clipboard .nimbus-step h3.nimbus-toggle-header.show-placeholder:before,.theme-dark .nedit-root .nimbus-step h3.nimbus-toggle-header.show-placeholder:before,.theme-dark .note-container .clipboard .nimbus-step h3.nimbus-toggle-header.show-placeholder:before,.theme-light .nedit-root .nimbus-step h3.nimbus-toggle-header.show-placeholder:before,.theme-light .note-container .clipboard .nimbus-step h3.nimbus-toggle-header.show-placeholder:before{color:var(--ash-grey)}.nedit-root .nimbus-step.is-collapsed,.note-container .clipboard .nimbus-step.is-collapsed{padding-bottom:15px}.nedit-root .nimbus-step .nimbus-toggle-content,.note-container .clipboard .nimbus-step .nimbus-toggle-content{width:calc(100% - 12px);margin-left:6px;margin-right:6px;margin-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding-top:28px}.nedit-root .nimbus-step .nimbus-toggle-content:after,.note-container .clipboard .nimbus-step .nimbus-toggle-content:after{content:"";height:1px;width:calc(100% + 54px);position:absolute;top:0;left:-27px}.theme-light .nedit-root .nimbus-step .nimbus-toggle-content:after,.theme-light .note-container .clipboard .nimbus-step .nimbus-toggle-content:after{background-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .nimbus-step .nimbus-toggle-content:after,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .nimbus-toggle-content:after,.theme-dark .nedit-root .nimbus-step .nimbus-toggle-content:after,.theme-dark .note-container .clipboard .nimbus-step .nimbus-toggle-content:after{background-color:#525252}.nedit-root .nimbus-step .nimbus-toggle-content.with-placeholder:before,.note-container .clipboard .nimbus-step .nimbus-toggle-content.with-placeholder:before{top:35px}.nedit-root .nimbus-step .step-header,.note-container .clipboard .nimbus-step .step-header{display:contents}.nedit-root .nimbus-step .step-header *,.note-container .clipboard .nimbus-step .step-header *{-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root .nimbus-step .step-header-left,.note-container .clipboard .nimbus-step .step-header-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:1px}.nedit-root .nimbus-step .step-header-right,.note-container .clipboard .nimbus-step .step-header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;height:28px}.nedit-root .nimbus-step .step-header-right.right-full-width,.note-container .clipboard .nimbus-step .step-header-right.right-full-width{width:100%;padding-left:63px;margin-top:12px}.nedit-root .nimbus-step .step-header.no-padding .step-header-right.right-full-width,.note-container .clipboard .nimbus-step .step-header.no-padding .step-header-right.right-full-width{padding-left:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.nedit-root .nimbus-step .step-header .step-number,.note-container .clipboard .nimbus-step .step-header .step-number{width:28px;height:28px;border:1px solid;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600;line-height:28px;text-indent:1px}.theme-light .nedit-root .nimbus-step .step-header .step-number,.theme-light .note-container .clipboard .nimbus-step .step-header .step-number{border-color:#4b5563}.theme-brand-dark-ios .nedit-root .nimbus-step .step-header .step-number,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .step-header .step-number,.theme-dark .nedit-root .nimbus-step .step-header .step-number,.theme-dark .note-container .clipboard .nimbus-step .step-header .step-number{border-color:#a3a3a3}.theme-light .nedit-root .nimbus-step .step-header .step-number,.theme-light .note-container .clipboard .nimbus-step .step-header .step-number{background-color:#4b5563}.theme-brand-dark-ios .nedit-root .nimbus-step .step-header .step-number,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .step-header .step-number,.theme-dark .nedit-root .nimbus-step .step-header .step-number,.theme-dark .note-container .clipboard .nimbus-step .step-header .step-number{background-color:#a3a3a3}.theme-brand-dark-ios .nedit-root .nimbus-step .step-header .step-number,.theme-brand-dark-ios .note-container .clipboard .nimbus-step .step-header .step-number,.theme-dark .nedit-root .nimbus-step .step-header .step-number,.theme-dark .note-container .clipboard .nimbus-step .step-header .step-number,.theme-light .nedit-root .nimbus-step .step-header .step-number,.theme-light .note-container .clipboard .nimbus-step .step-header .step-number{color:var(--white-87)}.nedit-root .nimbus-step .step-header .step-number:before,.note-container .clipboard .nimbus-step .step-header .step-number:before{content:attr(data-step)}.nedit-root.drag-session .nimbus-step:after,.nedit-root.drag-session .step-aggregator:after,.note-container .clipboard.drag-session .nimbus-step:after,.note-container .clipboard.drag-session .step-aggregator:after{display:none}.nedit-root .step-aggregator,.note-container .clipboard .step-aggregator{position:relative;margin-bottom:16px}.nedit-root .step-aggregator:not(:first-child),.note-container .clipboard .step-aggregator:not(:first-child){margin-top:16px}.nedit-root .step-aggregator .step-aggregator-container,.note-container .clipboard .step-aggregator .step-aggregator-container{border:1px solid;padding:12px 15px;border-radius:8px}.theme-light .nedit-root .step-aggregator .step-aggregator-container,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container{border-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container,.theme-dark .nedit-root .step-aggregator .step-aggregator-container,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container{border-color:#525252}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top{padding-bottom:12px;border-bottom:1px solid}.theme-light .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top{border-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top,.theme-dark .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top{border-color:#525252}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:16px;min-width:0;font-weight:600;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;cursor:pointer}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input{height:100%;width:100%;border:0;padding:0;background:transparent;font-size:inherit;font-family:inherit;color:inherit;font-weight:600}.theme-light .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input{caret-color:var(--bondi-blue)}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input,.theme-dark .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input{caret-color:var(--spare-royal)}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder{font-weight:400}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder{font-weight:400}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder{font-weight:400}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder{font-weight:400}.theme-light .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-light .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder{color:var(--ash-grey)}.theme-light .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder{color:var(--ash-grey)}.theme-light .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder,.theme-light .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder{color:var(--ash-grey)}.theme-dark .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-dark .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder{color:var(--ash-grey)}.theme-dark .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder{color:var(--ash-grey)}.theme-dark .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder,.theme-dark .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-webkit-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-moz-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::-ms-input-placeholder{color:var(--ash-grey)}.theme-brand-dark-ios .nedit-root .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder,.theme-brand-dark-ios .note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-top .step-aggregator-name.renaming input::placeholder{color:var(--ash-grey)}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom *,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom *{-webkit-box-sizing:border-box;box-sizing:border-box}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left .steps-count,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left .steps-count{height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:500;line-height:26px;cursor:pointer}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left .steps-count:not([data-steps-count]):after,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left .steps-count:not([data-steps-count]):after{content:"";width:12px;height:12px;display:inline-block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' xmlns='http://www.w3.org/2000/svg' stroke='%23aaa'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left .steps-count:after,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-left .steps-count:after{margin-left:4px;content:attr(data-steps-count)}.nedit-root .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-right,.note-container .clipboard .step-aggregator .step-aggregator-container .step-aggregator-bottom .step-aggregator-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.nedit-root .step-date,.note-container .clipboard .step-date{font-size:10px;font-weight:600;cursor:pointer}.nedit-root .step-date-value,.note-container .clipboard .step-date-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.theme-light .nedit-root .step-date-value svg,.theme-light .note-container .clipboard .step-date-value svg{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .step-date-value svg,.theme-brand-dark-ios .note-container .clipboard .step-date-value svg,.theme-dark .nedit-root .step-date-value svg,.theme-dark .note-container .clipboard .step-date-value svg{color:var(--ash-grey)}.nedit-root .step-assignee,.note-container .clipboard .step-assignee{cursor:pointer}.theme-light .nedit-root .step-assignee svg,.theme-light .note-container .clipboard .step-assignee svg{color:var(--davys-grey)}.theme-brand-dark-ios .nedit-root .step-assignee svg,.theme-brand-dark-ios .note-container .clipboard .step-assignee svg,.theme-dark .nedit-root .step-assignee svg,.theme-dark .note-container .clipboard .step-assignee svg{color:var(--ash-grey)}.nedit-root .step-assignee .step-assignees,.note-container .clipboard .step-assignee .step-assignees{font-size:10px;font-weight:600;text-transform:uppercase;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;place-content:center flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-light .nedit-root .step-assignee .step-assignees,.theme-light .note-container .clipboard .step-assignee .step-assignees{color:var(--onyx)}.theme-brand-dark-ios .nedit-root .step-assignee .step-assignees,.theme-brand-dark-ios .note-container .clipboard .step-assignee .step-assignees,.theme-dark .nedit-root .step-assignee .step-assignees,.theme-dark .note-container .clipboard .step-assignee .step-assignees{color:var(--white-87)}.nedit-root .step-assignee .step-assignees .step-assignee-avatar,.note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar{border-radius:50%;width:24px;height:24px;border:1px solid;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.theme-light .nedit-root .step-assignee .step-assignees .step-assignee-avatar,.theme-light .note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar{background-color:#fff}.theme-brand-dark-ios .nedit-root .step-assignee .step-assignees .step-assignee-avatar,.theme-brand-dark-ios .note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar,.theme-dark .nedit-root .step-assignee .step-assignees .step-assignee-avatar,.theme-dark .note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar{background-color:#323232}.theme-light .nedit-root .step-assignee .step-assignees .step-assignee-avatar,.theme-light .note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar{border-color:#e5e5e5}.theme-brand-dark-ios .nedit-root .step-assignee .step-assignees .step-assignee-avatar,.theme-brand-dark-ios .note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar,.theme-dark .nedit-root .step-assignee .step-assignees .step-assignee-avatar,.theme-dark .note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar{border-color:#525252}.nedit-root .step-assignee .step-assignees .step-assignee-avatar:not(:first-child),.note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar:not(:first-child){margin-left:-10px}.nedit-root .step-assignee .step-assignees .step-assignee-avatar img,.note-container .clipboard .step-assignee .step-assignees .step-assignee-avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nedit-root.readonly-mode .step-date,.note-container .clipboard.readonly-mode .step-date{cursor:text}.nedit-root.readonly-mode .step-assignee,.note-container .clipboard.readonly-mode .step-assignee{cursor:default}.nedit-root.readonly-mode .step-aggregator-top .step-aggregator-name,.note-container .clipboard.readonly-mode .step-aggregator-top .step-aggregator-name{cursor:text!important}.nedit-root.readonly-mode .toggle-plus,.note-container .clipboard.readonly-mode .toggle-plus{display:none!important}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu.step-embedded-menu .embedded-menu .right-content{border-color:#e5e5e5}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu.step-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu.step-embedded-menu .embedded-menu .right-content{border-color:#525252}.theme-light .editor-body .embedded-menu-container.additional-embedded-menu.step-embedded-menu .embedded-menu .right-content{background-color:#fafafa}.theme-brand-dark-ios .editor-body .embedded-menu-container.additional-embedded-menu.step-embedded-menu .embedded-menu .right-content,.theme-dark .editor-body .embedded-menu-container.additional-embedded-menu.step-embedded-menu .embedded-menu .right-content{background-color:#404040}.note-container .clipboard .nimbus-step h3.nimbus-toggle-header{position:relative}#editor-change-button{display:contents}#editor-change-button .change-button-panel-sticky{position:-webkit-sticky;position:sticky;bottom:0;z-index:12}#editor-change-button .change-button-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.75rem;padding:.5rem}.theme-light #editor-change-button .change-button-panel{background-color:var(--white-smoke)}.theme-brand-dark-ios #editor-change-button .change-button-panel,.theme-dark #editor-change-button .change-button-panel{background-color:var(--onyx-and-white-8)}#editor-change-button .change-edit-button{-webkit-transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;font-weight:400;font-size:.875rem;line-height:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:.375rem;height:2.25rem;padding:.5rem .75rem;border:0;background-color:transparent;cursor:pointer}.theme-light #editor-change-button .change-edit-button{background-color:var(--bondi-blue)}.theme-brand-dark-ios #editor-change-button .change-edit-button,.theme-dark #editor-change-button .change-edit-button{background-color:var(--spare-royal)}.theme-brand-dark-ios #editor-change-button .change-edit-button,.theme-dark #editor-change-button .change-edit-button,.theme-light #editor-change-button .change-edit-button{color:var(--white-87);fill:var(--white-87)}#editor-change-button .change-panel-button-reversed{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#editor-change-button .change-panel-redo,#editor-change-button .change-panel-undo{border:1px solid;background-color:transparent;cursor:pointer;border-radius:4px;width:1.75rem;height:1.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.theme-light #editor-change-button .change-panel-redo,.theme-light #editor-change-button .change-panel-undo{border-color:var(--platinum)}.theme-brand-dark-ios #editor-change-button .change-panel-redo,.theme-brand-dark-ios #editor-change-button .change-panel-undo,.theme-dark #editor-change-button .change-panel-redo,.theme-dark #editor-change-button .change-panel-undo{border-color:var(--white-16)}.theme-light #editor-change-button .change-panel-redo,.theme-light #editor-change-button .change-panel-undo{color:var(--davys-grey)}.theme-brand-dark-ios #editor-change-button .change-panel-redo,.theme-brand-dark-ios #editor-change-button .change-panel-undo,.theme-dark #editor-change-button .change-panel-redo,.theme-dark #editor-change-button .change-panel-undo{color:var(--ash-grey)}nns-app.nns-embed .editor-body{overflow:hidden}.pdf-viewer{position:relative;background:#e8e8e8;padding-top:10px;padding-left:10px;padding-right:10px}.pdf-viewer .pdf-loading-document{padding-top:10px;padding-bottom:10px}.pdf-viewer .pdf-loading-document .editor-loader2-grey{width:40px;height:40px;margin:auto}.pdf-viewer .pdf-loading-document .pdf-loading-message{text-align:center;color:#666;margin-top:10px}.pdf-viewer .pdf-controls-container{position:absolute;left:0;right:0;bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.pdf-viewer .pdf-controls-container .pdf-controls{display:-webkit-box;display:-ms-flexbox;display:flex;background:#0096a7;color:#fff;padding:0 5px;border-radius:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow{font-size:30px;margin-top:-5px;opacity:.7;line-height:35px}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow.pdf-control-arrow-active{cursor:pointer}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow.pdf-control-arrow-active:hover{opacity:1}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow-left{padding-right:10px;padding-left:5px}.pdf-viewer .pdf-controls-container .pdf-controls .pdf-control-arrow-right{padding-left:10px;padding-right:5px}.pdf-viewer .pdf-controls-container .pdf-controls.pin-buttons{background:transparent;margin-left:10px}.pdf-viewer .pdf-controls-container .pdf-controls.pin-buttons .pin-button{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.pdf-viewer:hover .pdf-controls-container{opacity:1}.pdf-viewer .pdf-page{position:relative;margin:auto;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.26);box-shadow:0 2px 4px 0 rgba(0,0,0,.26);-webkit-box-sizing:border-box;box-sizing:border-box}.pdf-viewer .pdf-page canvas{width:100%;height:100%}.pdf-viewer .pdf-page .pdf-page-number{position:absolute;width:100%;text-align:center;bottom:20px;font-size:14px;color:grey}.pdf-viewer .pdf-page .textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.pdf-viewer .pdf-page .textLayer br,.pdf-viewer .pdf-page .textLayer span{color:transparent;position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0 0;transform-origin:0 0}.pdf-viewer .pdf-page .textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.pdf-viewer .pdf-page .textLayer .highlight.appended{position:static}.pdf-viewer .pdf-page .textLayer .highlight.begin{border-radius:4px 0 0 4px}.pdf-viewer .pdf-page .textLayer .highlight.end{border-radius:0 4px 4px 0}.pdf-viewer .pdf-page .textLayer .highlight.middle{border-radius:0}.pdf-viewer .pdf-page .textLayer .highlight.selected{background-color:#006400}.pdf-viewer .pdf-page .textLayer ::-moz-selection{background:#00f}.pdf-viewer .pdf-page .textLayer ::selection{background:#00f}.pdf-viewer .pdf-page .textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pdf-viewer .pdf-page .textLayer .endOfContent.active{top:0}.pdf-viewer .pdf-page .annotationLayer section{position:absolute;text-align:initial}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a,.pdf-viewer .pdf-page .annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.pdf-viewer .pdf-page .annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;-webkit-box-shadow:0 2px 10px #ff0;box-shadow:0 2px 10px #ff0}.pdf-viewer .pdf-page .annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input,.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select option{padding:0}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select[disabled],.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input[disabled],.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select:hover,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input:hover,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.pdf-viewer .pdf-page .annotationLayer .choiceWidgetAnnotation select:focus,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input:focus,.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.pdf-viewer .pdf-page .annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.pdf-viewer .pdf-page .annotationLayer .popupWrapper{position:absolute;width:20em}.pdf-viewer .pdf-page .annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;-webkit-box-shadow:0 2px 5px #888;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;white-space:normal;word-wrap:break-word}.pdf-viewer .pdf-page .annotationLayer .popup>*{font-size:9px}.pdf-viewer .pdf-page .annotationLayer .popup h1{display:inline-block}.pdf-viewer .pdf-page .annotationLayer .popup span{display:inline-block;margin-left:5px}.pdf-viewer .pdf-page .annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.pdf-viewer .pdf-page .annotationLayer .caretAnnotation,.pdf-viewer .pdf-page .annotationLayer .circleAnnotation svg ellipse,.pdf-viewer .pdf-page .annotationLayer .fileAttachmentAnnotation,.pdf-viewer .pdf-page .annotationLayer .freeTextAnnotation,.pdf-viewer .pdf-page .annotationLayer .highlightAnnotation,.pdf-viewer .pdf-page .annotationLayer .inkAnnotation svg polyline,.pdf-viewer .pdf-page .annotationLayer .lineAnnotation svg line,.pdf-viewer .pdf-page .annotationLayer .polygonAnnotation svg polygon,.pdf-viewer .pdf-page .annotationLayer .polylineAnnotation svg polyline,.pdf-viewer .pdf-page .annotationLayer .squareAnnotation svg rect,.pdf-viewer .pdf-page .annotationLayer .squigglyAnnotation,.pdf-viewer .pdf-page .annotationLayer .stampAnnotation,.pdf-viewer .pdf-page .annotationLayer .strikeoutAnnotation,.pdf-viewer .pdf-page .annotationLayer .underlineAnnotation{cursor:pointer}.focused-block .pdf-viewer .pdf-page,.pdf-viewer .pdf-page.open-on-mouse-over{cursor:-webkit-zoom-in;cursor:zoom-in}.pdf-viewer .pdf-page-loading{background-color:#fff;width:100%;height:100%}.pdf-viewer-full-screen{position:fixed;left:0;top:0;right:0;bottom:0;z-index:10000;background:#f9feff}.pdf-viewer-full-screen>div{height:100%}.pdf-viewer-full-screen .pdf-viewer-top{padding-left:10px;padding-right:10px;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ddd}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-top-left,.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-top-right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-top-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-zoom{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:0}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:initial}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-navigation:after{content:"|";margin-left:10px;margin-right:5px;color:transparent;width:1px;height:16px;background:#aeb7b8}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-navigation input.current-page{width:30px;border:1px solid #707070;border-radius:3px;margin-right:8px;outline:none;text-align:center}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search{width:220px;margin-right:20px;border:1px solid #aaa;padding:2px;border-radius:5px;background:#fff;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search input{border:none;outline:none;font-size:14px;width:calc(100% - 20px);margin-right:20px;background:transparent}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search.pdf-viewer-search-not-found{background:rgba(255,0,0,.3)}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%235C6061' d='M4.875 11a6.125 6.125 0 1112.25 0 6.125 6.125 0 01-12.25 0zM11 3.125a7.875 7.875 0 104.529 14.318l3.264 3.264a.999.999 0 101.414-1.414l-3.2-3.2A7.875 7.875 0 0011 3.125z'/%3E%3C/g%3E%3C/svg%3E");width:20px;height:22px;background-size:18px 18px;background-position:50%;position:absolute;right:0;top:0}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-result{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;left:-80px;top:28px;background:#0096a7;padding:10px;border-radius:5px;z-index:2;color:#fff;width:300px;text-align:center}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-result .close{position:absolute;right:5px;top:5px;cursor:pointer;width:15px;line-height:15px;text-align:center}@media screen and (max-width:507px){.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search{width:100px}.pdf-viewer-full-screen .pdf-viewer-top .pdf-viewer-search .pdf-viewer-search-result{width:200px}}.pdf-viewer-full-screen .pdf-viewer-button{cursor:pointer;padding:5px;color:#666;font-size:20px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.pdf-viewer-full-screen .pdf-viewer-button svg{display:block}.pdf-viewer-full-screen .pdf-viewer-button svg .graphic{fill:#5c6061}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-button-pressed{background:rgba(0,0,0,.1)}.pdf-viewer-full-screen .pdf-viewer-button.to-next{position:relative;top:1px}.pdf-viewer-full-screen .pdf-viewer-button i{display:block;width:16px;height:16px;background-repeat:no-repeat;background-size:16px 16px;line-height:13px;font-style:normal}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-print i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%235C6061' fill-rule='evenodd' d='M4.667 4.667H4a2 2 0 00-2 2V10a2 2 0 002 2h.667a2 2 0 002 2h2.666a2 2 0 002-2H12a2 2 0 002-2V6.667a2 2 0 00-2-2h-.667V4a2 2 0 00-2-2H6.667a2 2 0 00-2 2v.667zm1.333 0h4V4a.667.667 0 00-.667-.667H6.667A.667.667 0 006 4v.667zM4 6a.667.667 0 00-.667.667V10c0 .368.299.667.667.667h.667v-2h6.666v2H12a.667.667 0 00.667-.667V6.667A.667.667 0 0012 6H4zm2 4v2c0 .368.298.667.667.667h2.666A.667.667 0 0010 12v-2H6z'/%3E%3C/svg%3E")}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-sidebar i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath class='graphic' fill='%235C6061' fill-rule='evenodd' d='M3.333 2.667a2 2 0 00-2 2v6.666a2 2 0 002 2h9.334a2 2 0 002-2V4.667a2 2 0 00-2-2H3.333zm-.666 2c0-.369.298-.667.666-.667h3.334v8H3.333a.667.667 0 01-.666-.667V4.667zM8 12h4.667a.667.667 0 00.666-.667V4.667A.667.667 0 0012.667 4H8v8zM4 5.667c0-.184.15-.334.333-.334H5c.184 0 .333.15.333.334v.666A.334.334 0 015 6.667h-.667A.333.333 0 014 6.333v-.666zM4.333 8A.333.333 0 004 8.333V9c0 .184.15.333.333.333H5A.333.333 0 005.333 9v-.667A.333.333 0 005 8h-.667z'/%3E%3C/svg%3E")}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-exit i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath class='graphic' fill='%235C6061' d='M8.667 2.667c0 .184-.075.35-.196.471L4.276 7.333h9.057a.667.667 0 110 1.334H4.276L8.47 12.86a.667.667 0 11-.94.945L2.195 8.47a.664.664 0 010-.942l5.331-5.332a.667.667 0 011.14.47z'/%3E%3C/g%3E%3C/svg%3E");background-size:16px 16px;width:16px;height:16px}.pdf-viewer-full-screen .pdf-viewer-button.pdf-viewer-download i{opacity:.9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M8 1.333c.368 0 .667.299.667.667v7.724l3.528-3.529a.667.667 0 11.943.943l-4.664 4.665a.685.685 0 01-.213.144.664.664 0 01-.259.053h-.008a.665.665 0 01-.465-.195L2.862 7.138a.667.667 0 11.943-.943l3.529 3.529V2c0-.368.298-.667.666-.667zm-4.666 12a.667.667 0 000 1.334h9.333a.667.667 0 100-1.334H3.334z' fill='%235C6061'/%3E%3C/svg%3E");background-size:14px 14px}.pdf-viewer-full-screen .pdf-viewer-button+.pdf-viewer-button{margin-left:5px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar{overflow:auto;z-index:2;padding-top:15px;padding-bottom:15px;width:140px;position:absolute;left:-140px;top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;-webkit-transition:left .2s ease;transition:left .2s ease}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar .pdf-viewer-page-preview{border:1px solid #aaa;margin-bottom:15px;cursor:pointer;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar .pdf-viewer-page-preview.pdf-viewer-active-preview{-webkit-box-shadow:0 0 0 4px #0096a7;box-shadow:0 0 0 4px #0096a7}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-sidebar .pdf-viewer-page-preview canvas{width:100%;height:100%}.pdf-viewer-full-screen .pdf-viewer-body.pdf-viewer-with-sidebar .pdf-viewer-sidebar{left:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages{overflow:auto;position:absolute;top:50px;left:0;bottom:0;right:0;-webkit-transition:left .2s ease;transition:left .2s ease}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page{position:relative;-webkit-box-shadow:0 0 0 1px #aaa,0 0 10px -5px #000;box-shadow:0 0 0 1px #aaa,0 0 10px -5px #000;margin:auto auto 20px;background-color:#fff}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page canvas{width:100%;height:100%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .pdf-page-number{position:absolute;width:100%;text-align:center;bottom:20px;font-size:14px;color:grey}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer br,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer span{color:transparent;position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0 0;transform-origin:0 0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.appended{position:static}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.begin{border-radius:4px 0 0 4px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.end{border-radius:0 4px 4px 0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.middle{border-radius:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .highlight.selected{background-color:#006400}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer ::-moz-selection{background:#00f}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer ::selection{background:#00f}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .textLayer .endOfContent.active{top:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer section{position:absolute;text-align:initial}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;-webkit-box-shadow:0 2px 10px #ff0;box-shadow:0 2px 10px #ff0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select option{padding:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input[disabled],.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input:hover,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .choiceWidgetAnnotation select:focus,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input:focus,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.checkBox input,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popupWrapper{position:absolute;width:20em}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;-webkit-box-shadow:0 2px 5px #888;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;white-space:normal;word-wrap:break-word}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup>*{font-size:9px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup h1{display:inline-block}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup span{display:inline-block;margin-left:5px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .caretAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .circleAnnotation svg ellipse,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .fileAttachmentAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .freeTextAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .highlightAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .inkAnnotation svg polyline,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .lineAnnotation svg line,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .polygonAnnotation svg polygon,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .polylineAnnotation svg polyline,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .squareAnnotation svg rect,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .squigglyAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .stampAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .strikeoutAnnotation,.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .annotationLayer .underlineAnnotation{cursor:pointer}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page .page-number{position:absolute;left:-20px;top:0}.pdf-viewer-full-screen .pdf-viewer-body .pdf-viewer-pages .pdf-page:first-child{margin-top:10px}.pdf-viewer-full-screen .pdf-viewer-body.pdf-viewer-with-sidebar .pdf-viewer-pages{left:140px}.pdf-viewer-full-screen .pdf-viewer-printing-overlay{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:2}.pdf-viewer-full-screen .pdf-viewer-printing-overlay .pdf-viewer-printing-message{margin:60px auto auto;background:#0096a7;border-radius:10px;color:#fff;width:300px;text-align:center;padding:10px}.pdf-viewer-full-screen .pdf-viewer-printing-overlay .pdf-viewer-printing-message a{color:#fff;cursor:pointer;text-decoration:underline}.file .file-container .full-view-content .image-viewer img{display:block;margin:auto}.file .file-container .full-view-content .image-viewer .img-error{text-align:center;padding:20px;color:#b81200}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\F101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\F102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\F103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\F104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\F105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\F106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\F107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\F108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\F109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\F10A"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\F10B"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\F10C"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\F10D"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\F10E"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\F10F"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\F110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\F111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\F112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\F113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\F114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\F115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\F116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\F117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\F118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\F119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\F11A"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\F11B"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\F11C"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\F11D"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\F11E"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\F11F"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\F120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\F121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\F122"}.video-js{display:block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:normal}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js :after,.video-js :before{-webkit-box-sizing:inherit;box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-1-1,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-16-9,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode),.video-js .vjs-tech{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;-webkit-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.8)),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,.8),hsla(0,0%,100%,0));background:linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));overflow:auto}.video-js .vjs-modal-dialog>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:4em;-ms-touch-action:none;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{-webkit-transition:width 1s;transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;-webkit-transition:left 0s;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;-webkit-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{-webkit-box-flex:0;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;-webkit-box-sizing:inherit;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\F10D";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \F11D";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:-webkit-gradient(linear,left bottom, left top,color-stop(88%, #fff),to(#73859f));background-image:-webkit-linear-gradient(bottom,#fff 88%,#73859f);background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:-webkit-gradient(linear,left top, left bottom,color-stop(88%, #fff),to(#73859f));background-image:-webkit-linear-gradient(top,#fff 88%,#73859f);background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible),.video-js :focus:not(:focus-visible){outline:none}.video-js.vjs-theme-nimbus{font-family:inherit}.video-js.vjs-theme-nimbus .vjs-big-play-button{width:2em;height:2em;background-color:#fff;border:1px solid rgba(0,0,0,.14);top:50%;left:50%;border-radius:50%;margin:-1em auto 0 -1em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.167 9.557a1.667 1.667 0 010 2.886l-15 8.66a1.667 1.667 0 01-2.5-1.443V2.34a1.667 1.667 0 012.5-1.444l15 8.66z' fill='%2300BCD4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.video-js.vjs-theme-nimbus .vjs-big-play-button:focus{background-color:#fff;-webkit-transition:unset;transition:unset}.video-js.vjs-theme-nimbus .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.video-js.vjs-theme-nimbus:hover .vjs-big-play-button{background-color:#fff;-webkit-transition:unset;transition:unset}.video-js.vjs-theme-nimbus .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background:none;height:4.6em;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 1em}.video-js.vjs-theme-nimbus .vjs-progress-control{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;height:auto;padding:.4em 0;margin-bottom:.2em}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder{height:.4em;background-color:hsla(0,0%,100%,.33);margin:0}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-load-progress{background:hsla(0,0%,100%,.8)}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-load-progress>div{background:none}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-play-progress{background-color:#00bcd4}.video-js.vjs-theme-nimbus .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before{content:"";display:block;width:1.2em;height:1.2em;background-color:#00bcd4;top:50%;margin-top:-.6em;border-radius:50%;font-size:inherit;-webkit-transform:scale(.7) translateX(.2em);transform:scale(.7) translateX(.2em);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.video-js.vjs-theme-nimbus .vjs-progress-control:hover .vjs-progress-holder{height:.2405em}.video-js.vjs-theme-nimbus .vjs-progress-control:hover .vjs-progress-holder .vjs-play-progress:before{-webkit-transform:scale(.6) translateX(.2em);transform:scale(.6) translateX(.2em)}.video-js.vjs-theme-nimbus .vjs-progress-control:hover .vjs-time-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:unset}.video-js.vjs-theme-nimbus .vjs-button.vjs-control{width:2.4em;height:2.4em}.video-js.vjs-theme-nimbus .vjs-button.vjs-control .vjs-icon-placeholder{display:none}.video-js.vjs-theme-nimbus .vjs-play-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M1.537.978A1 1 0 000 1.822v10.356a1 1 0 001.537.844l8.137-5.178a1 1 0 000-1.688L1.537.978z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;margin-right:1em}.video-js.vjs-theme-nimbus .vjs-play-control.vjs-playing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M4 2a2 2 0 10-4 0v10a2 2 0 104 0V2zm8 0a2 2 0 10-4 0v10a2 2 0 104 0V2z' fill='%23fff'/%3E%3C/svg%3E")}.video-js.vjs-theme-nimbus .vjs-forward-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M9 8.732l-7.5 4.33a1 1 0 01-1.5-.866V1.804A1 1 0 011.5.938L9 5.268V1.804a1 1 0 011.5-.866l9 5.196a1 1 0 010 1.732l-9 5.196a1 1 0 01-1.5-.866V8.732z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;margin-right:1em}.video-js.vjs-theme-nimbus .vjs-volume-panel{-webkit-transition:unset;transition:unset;width:auto!important;height:auto!important;margin-right:1em!important}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control{background-position:50%;background-repeat:no-repeat;margin-right:1.4em}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-0{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M1 3h3.928L8.5.938a1 1 0 011.5.866v10.392a1 1 0 01-1.5.866L4.928 11H1a1 1 0 01-1-1V4a1 1 0 011-1zM16.707 4.293a1 1 0 00-1.414 0L14 5.586l-1.293-1.293a1 1 0 10-1.414 1.414L12.586 7l-1.293 1.293a1 1 0 001.414 1.414L14 8.414l1.293 1.293a1 1 0 001.414-1.414L15.414 7l1.293-1.293a1 1 0 000-1.414z' fill='%23fff'/%3E%3C/svg%3E");background-position:calc(50% + .1em) 50%}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-1,.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M5 11.041l3.5 2.021a1 1 0 001.5-.866V1.804A1 1 0 008.5.938L5 2.958V3H1a1 1 0 00-1 1v6a1 1 0 001 1h4v.041zM14 7a2 2 0 01-2 2V5a2 2 0 012 2z' fill='%23fff'/%3E%3C/svg%3E")}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-mute-control.vjs-vol-3{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M4.928 3H1a1 1 0 00-1 1v6a1 1 0 001 1h3.928L8.5 13.062a1 1 0 001.5-.866V1.804A1 1 0 008.5.938L4.928 3zM12 9a2 2 0 100-4v4z' fill='%23fff'/%3E%3Cpath class='graphic' d='M12 3a4 4 0 010 8v2a6 6 0 000-12v2z' fill='%23fff'/%3E%3C/svg%3E");background-position:calc(50% + .15em) 50%}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5.2em!important;height:2.4em!important;visibility:visible;-webkit-transition:unset;transition:unset;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal .vjs-volume-bar{margin:0;height:.4em;border-radius:.3em;background:hsla(0,0%,100%,.8);width:5.2em}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal .vjs-volume-bar .vjs-volume-level{height:100%;border-radius:.3em;background:#00bcd4}.video-js.vjs-theme-nimbus .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal .vjs-volume-bar .vjs-volume-level:before{content:"";width:1.33em;height:1.33em;top:-.5em;border-radius:50%;background-color:#00bcd4}.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-hover,.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-slider-active{-webkit-transition:unset;transition:unset;width:auto}.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-slider-active .vjs-volume-control.vjs-volume-horizontal{width:5.2em;height:2.4em;-webkit-transition:unset;transition:unset}.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal .vjs-mouse-display .vjs-volume-tooltip,.video-js.vjs-theme-nimbus .vjs-volume-panel.vjs-slider-active .vjs-volume-control.vjs-volume-horizontal .vjs-mouse-display .vjs-volume-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:unset}.video-js.vjs-theme-nimbus .vjs-current-time,.video-js.vjs-theme-nimbus .vjs-duration,.video-js.vjs-theme-nimbus .vjs-time-divider{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:2.4em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2em;margin-bottom:-1em;padding:0 0 .4em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-js.vjs-theme-nimbus .vjs-time-divider{margin:0 -.5em -1em}.video-js.vjs-theme-nimbus .vjs-custom-control-spacer{display:block;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.video-js.vjs-theme-nimbus .vjs-download-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' d='M8 0a1 1 0 011 1v11.586l5.293-5.293a1 1 0 111.414 1.414L8.71 15.704a.995.995 0 01-.707.296H7.99a.998.998 0 01-.697-.293l-7-7a1 1 0 011.414-1.414L7 12.586V1a1 1 0 011-1zM1 18a1 1 0 100 2h14a1 1 0 100-2H1z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;margin-right:1.2em;background-size:50%}.video-js.vjs-theme-nimbus .vjs-transcript-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.23 3.146a.833.833 0 10-1.667 0v15a.833.833 0 101.666 0v-15zM8.896 3.98H4.729a2.5 2.5 0 00-2.5 2.5v8.332a2.5 2.5 0 002.5 2.5h4.167a.833.833 0 000-1.666H4.729a.833.833 0 01-.833-.834V6.48c0-.46.373-.833.833-.833h4.167a.833.833 0 000-1.667zM16.396 15.646h-2.5a.833.833 0 000 1.666h2.5a2.5 2.5 0 002.5-2.5V6.48a2.5 2.5 0 00-2.5-2.5h-2.5a.833.833 0 000 1.667h2.5c.46 0 .833.373.833.833v8.334c0 .46-.373.833-.833.833z' fill='%23fff'/%3E%3Cpath d='M13.896 7.313a.833.833 0 000 1.666h1.667a.833.833 0 000-1.666h-1.667zM13.063 13.146c0-.46.373-.834.833-.834h1.667a.833.833 0 010 1.667h-1.667a.833.833 0 01-.833-.833zM13.896 9.813a.833.833 0 000 1.666h1.667a.833.833 0 000-1.666h-1.667zM8.963 10.466a.4.4 0 010 .693l-2.55 1.472a.4.4 0 01-.6-.346V9.34a.4.4 0 01.6-.346l2.55 1.472z' fill='%23fff'/%3E%3C/svg%3E");background-size:20px 20px;background-position:50%;background-repeat:no-repeat;margin-right:1.2em}.video-js.vjs-theme-nimbus .vjs-playback-rate{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.2em;margin-right:1.2em}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-playback-rate-value{font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu-button-popup{padding:0;width:100%;height:100%;z-index:10}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu{margin:0;left:-.8em;padding-bottom:3em;height:auto;font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content{position:static;font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content>*{font-size:inherit}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content .vjs-menu-item:hover{background-color:#fff;color:#000}.video-js.vjs-theme-nimbus .vjs-playback-rate .vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected{background-color:#00bcd4;color:#fff}.video-js.vjs-theme-nimbus .vjs-fullscreen-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M0 1a1 1 0 011-1h3a1 1 0 010 2H2v2a1 1 0 01-2 0V1zm9 0a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 11-2 0V2h-2a1 1 0 01-1-1zM1 9a1 1 0 011 1v2h2a1 1 0 110 2H1a1 1 0 01-1-1v-3a1 1 0 011-1zm12 0a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 110-2h2v-2a1 1 0 011-1z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%}.video-js.vjs-theme-nimbus.vjs-fullscreen .vjs-fullscreen-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='graphic' fill-rule='evenodd' clip-rule='evenodd' d='M4 0a1 1 0 011 1v3a1 1 0 01-1 1H1a1 1 0 010-2h2V1a1 1 0 011-1zm6.5 0a1 1 0 011 1v2h2a1 1 0 110 2h-3a1 1 0 01-1-1V1a1 1 0 011-1zM0 10a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 11-2 0v-2H1a1 1 0 01-1-1zm9.5 0a1 1 0 011-1h3a1 1 0 110 2h-2v2a1 1 0 11-2 0v-3z' fill='%23fff'/%3E%3C/svg%3E")}.video-js.vjs-theme-nimbus .vjs-loading-spinner{border:0;border-radius:0;top:0;left:0;margin:0;width:100%;height:100%;opacity:1;background-color:rgba(33,33,33,.6);pointer-events:none}.video-js.vjs-theme-nimbus .vjs-loading-spinner .vjs-control-text{font-size:0;width:40px;height:40px;top:50%;left:50%;margin:-20px 0 0 -20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAC4tSURBVHgB7X15kF1ndef5vnvf1otkCQtb2NgmbIXBNiQwIZClNMDYssCxp2ZUk8R4ARIqlQx/zdSkqEnFqVRSM0mqBqhKwBDjBUMSMTMQG8myqcTAUJAAk1TYMqSM2WyErbXV6u633Pt9c9bv3padIAe91++17pFe3/fu1q/f/b3fOed3zvddgMYaa6yxxhprrLHGGmusscYaa6yxxhprrLHGGmusscYaa6yxxhprrLHGGmusscYaa6yxxhprrLHGGmusscYaa6yxxhqbFXPQ2FPtwIEOHMm2QukvgLw8LwtuaxniNu/deYG2u9jzMfZCCA68B4+rQowOnFvCp32A2AcXTkDIliBzxyHio2wfglt39aGxddYAkOy9Dz4btsBzoQwXQBEvRdBs9REh5KJ8PggtH5wj8HmHyxgcLgl3kbaGiC88gRABifv5DNcFPbfgEzfiWTwcwp1OIFAfhWLwKLz1+u/DOW7nJgDfgwy3HXbk0b8MSeyFAUKXVnvCGRBynENoIewIgIggBBbihxGH+HL8mhBXlp4YEJj95LMUNqSFo9M43obPGLi0nffDZ5GADMezEB8tQ/gavO2NX4Vz0M4tAN574OJ86F5a5PACREnX699PDEZ8B0hdQOwGDA7HaLJtZNEzm3l8gkCMBi44jQEFuPQ/8jawz5kBGchVIyAZqLwWD/Xowtfw938VhvFL8LZrHoFzxDY/AJHtWovwitJlrwg+dMm1AvnHLBNGQgqsWC1bz3a4L8Z6BD+ms8SABMkY7bNzFQO69HkySJk9I/0eBp0wn7Ihop7o0Evs6Mxj47nIaR+HUB6EudYjsPeaY7CJbfMC8N4DW6DIXu5deEngpIGhpQylfzddbDICBz0IBRnIEqmLwepsf3TOQfeTGFAATDGgU+ARuIICFtmPkBTqv4OXCupQsaTPPL3m98PHJMalY+IXYM4/sFmBuPkA+PHPLsLSiZ9EaLyEXzO7VfGXXHhgIBgojAXZPbIbJhDifhUY1fW6tJ9fFwMqgzFwJO7j30UM6AhsFQMKe6pbVhZlMNuXgpIYAjswfpVBedMXoOcObDYgbh4AUmKxzV2JkslVZcSkIrGcq+IvvMyczfKFrTEXs194CgA5riPwxcq9MqAYWAwgz8BWF2zEKeeMiSU5A3bqphV84obF8SYABkl6LOaUjJt+t65nwJYPwNz2v4K9r1mDTWCbA4D33Pe8LLZeWwbYIllmrBglWuxGFzVTSaUCzLoYLarrc1kCILACo+tB2BTsfGUUBgTNoDmuAwEwgG0QABorOnk/7P4pkWGQKTiJ/VxQNtVMnE8RhTX13Lg4FrJ8P9z4hr+GGbfZBuAd6G6zE7vwEl2U1umFY3cpkoq35IE2i2uMCjYPykSVO+ZIMXNy0WuxnLFnYs1Qy3AlPeYYUdDlhRq9CNSeGdRz8sPsS9+BGkPal4LfpxcXnAComXQFbBO+KWX6fOlW98PN//YozKjNLgDveODF0Mp+CmLZ4TiP4jhmuFDFeMoo9FIuqCQUnCjYPlFdbciEfSwjFpcnMnKNoepSCp1C4scsSTXo2n0wDZDcbqjpiSAuG1LmXH0pACwTRvBGZWdEnESNMSU5VShgmXg8igL6fnjLGz8HM2izB8D3vKcDWy//cYjDK8DVpJFQc11kyh52MUV7CxWDBZVTQGM4y2YTAAlcEpuljDeWLK3YPuSRq4IHoT9GlnAsviT2DFZRkdjOl3haEgFrABRpRsEZq2w5xX4CZGFKBWCIKSzwXJDJ/F/C6vAT8PbrVmGGbLYAeMfHF8F39uDXfxGvNl0rLovxhSxLDeZPl1NUSKZY0NWy1ZL2YZmDPB4okCvJpDT2UwYz9uHkwjP7SHgnsgpo1luxJv0+Y0DH0E/xaJ0BrYKick3Q6olnuVL2wRo0JUMEbDrdegbmL5idF9nQtf4Qbn79zLjk2QHghw7uhAJeD77sILZcmRhB4iGfZSSLgLEYH2NSSwiuahiQdV5PKzqdrzJhO77OoHUASgwngEMZhuSYJOEw+1EC5PX3R5e0vUo71FCgVi0JBmZXgf702M+qLnS2ECpBHEQegqhhRYzHoHQfhLfu/gbMgM0GAO86+FL8ZF9NT4n5StHUVJoItURBXXHGFQ1hFP6hAMqMNQRsKTGh2ExYy0tSAskFqqtVmcRVwKLLLyyY4sLK/dbdq/PKeZZBa9YrAIIgsg6YeG0hg4IqyUlQz9J1G+Pc4gBNXJyxa/wzuGnPJ2HKzcO0290HXoFFs5/EDzRm+GDPyRvwUgVxgCRn4EWl2iw9D56YEOtuiKvI7jXzsh9dKAYX7sc+PHLbAMshTG2ez+NpPYX/uCP9lJKaNzVadUKBCWl5dlp+DdGeQAoQNXsN6QtffezCYKG2hhts3PrdlLG9r2JcJVliQ2Y/ZnViWydfiuB+AT64/+dhym26Afihg1fh53lVSXkhAqBU6JUGnORHAeoJSaD9McgLGm2FUgDFIARpPggEzkxSXDlHYBfOT51WOkB/BwI2OEtMgM+TPjhRq6Hqu9KDPHt2xyAnY9aNILGjMGLQo4JmtBqAyiliVDlJ/0TO3k24tqqJAC/olyLwF9EqzkAx7s/D3QenGoTTC8A7978cQfFyShYyvoglR+rCeMRmBBa+uMiMIKxlDwUSMyBZ+ivLdHpeRYGk9fnVPwk6f4n1FLmUUcEQqQxSudu6CU9q0iOMRswYpJqRfqccH4P9MgaQVT0og5aEAhIY7f1IQhUs9uRjK1Ec6p07om9WrhriDXDPgethSm06AXgHMp93VzHfeXG75B4ZWF4ZxeXMihwTsnwsYPO2L7NkrDGVk+1OtgUDNIMaL1t0UfSM6kNJJBvVRUewBqroLblR9mM37MzV6hlcTOBmESbFi7FyxfolCVqzJtRKxUSbFuhP4FAjqoYJEtMSv0ulRr48fE5rYpAExkIA/A03wF333wBTaNMHwA984iVZC65kYHkBWCIuBiEuYxEtBiMwZUDOmYJw+v4rQD3HiE5iQwMO9SLgFVUW9Xrx7UKJK2MmqsV0+qvZbdL5ylhfX/O2VULHGSnLLuwY7Z0asyVgs3vXrLimV9KR9S9B+un1PZqorr9LnlOcKidI7yMJ3AT/1vVwzwNXw5TZdGXBH/mLC2DUfkOSQyhGIxesMVOprFNlwlC/GLKeO1XoiEK04aAlMxfUrWXSUp+ZoMuMVNP86nJMHOEJn8Qr+ySEzhMQiiH4/hN8mltvOLHuvd/5cBfyY9sgLlAjxE482TZ08RfheZ6DYJ+zFi52pRRChlpzgmTcJlUrQ56e9VZVkJQtO+uc8dqCHaAaHmBlO1f1LvJvKn8PbnrjP8CU2PQA8I/2LcDcAup8boFfGxCAekc9Xkvp5RPwWWOBLhlstI0SFbkQXoZxpHNwS5YxTtCWqszJeA4GnJbUyvg4ps2P4CmehLdc/T04G/anDz0H+sPn41t6Gb7NF5h4XAnkoglyK/+6GjPAuj7CUGteNbkF1A9b3OikfUsYOUY5J9RryGvQ7r0TfnHXEZgCmw4A7tvXzta27Eb2YvBl+qETyzHgDIjoO0tKHBCQGa4r67XfdWlEcInNUhNqclni/bQzRS62W8ak5uuwDH8H77h2AOO0Pzm4HbOq5+MbuAaBd35IgndtzAi5cMxYvEg83Pu1XoOEWhwJ6dgkzLMeqWNbKOkJIpjb7njWw7CteCdct/FluxymwFqrc1egfjaXaSJRgn24pcV/kUBZou80digpAUGnXCadFmNBzIxLl9djMU0eQk2xoYQiWlz2GAzDF+CXr30MJmVv44ZSenwx3Lv/CiTvXfgnvJB7FAOoTCM6o3bEaJmw1pDAUqEKOGCxqyVAVhVxabgoV2tSpsxn2QGH83+Hy3tgg23jGfCeB5+HHzZXOSqWqsU+kjXGukuGemeKZ+nFp7gwSpUkVRRSXVbrxEWg2PL7EIZfhFve9DhMg915/wsha92If8r5QE0JqmvyttTVI+1hqfmClUkdc+Lq11HLgZCcsxxncqXUmTX+9e+DW67+DGygbSwA73lwPivLf42fx0JJmWpu5a5SR6OpCwZxy0nF44uibtmCeXTHpasSDnY/VlIz8Pp8iB/7l+Dm3V+GabR7D7waCvdG/OOfBdLloi5VSnUCQmtGAEg1ZfLTXhskpCrkkljtQMabcH06plhQhetVjG9+A95y7WHYINtYGaYoXlb6bI7Bhx9UJtoy63tcLsPnVPVgIRqllywJzPJPpBoXyR1X+qAdL+oDOyw6PvPfgqVvfHhqwUd247V/jXLJ/8D3XHU6G8gYfNqQICXgVDlh8IEBSztzojBmECFS4kwKP6IwolbK53Hbr8IG2sYx4Afue17War+KIUXslFMGGiSpDbUMsO6OzWh/6n4J1DyPyQixZibrM2XCrHLHI4wd/xZu3fMVmCW764HX4d/8JgRUUgWs80der2tSYJB5KvVZIqJCtp1OYkORe4RNPVgigyD9Q7h19xdhA2xjGPD2L7UQfJcnl5qxKw2ZCc3ehGNKOqQJIS1pd+9TxV/Y0wWpfGgFBLRejNlt2ev9r5kDH9ktu/8Sc8Tfwb/tiGa+VTODZcEJYI7BZ1mwCdAiQssX0UvTq4xFZm3QEjLWD26B++6bgw2wjQFg58iLSo9Zr5bLMm0eYHfrFWzcj17y95iBRZ0w1slCZnVfYGnZWY9MyfVbzn6Plqfa+2HvrlMwq8aNpfkf4B/9PQSYr0kvbL7WssXNN5x8RF5CPRHR2K/quNYAkkb1cSyIWfGJ1h7YAJs8AG+/D+WW8BKO7/AlxX1lQYDJpNfPGghoo+MO+MihH8kusYoLGYjKeCXul+HajIHLdduj0Dv5APzaDIPPjEDYH/0+fgDfBW2nlV5AjPu80z7DWGM+X5UFeV/g/azWLBkyfXzgUr1PpJ09PEnThG3yAOxll1uNl9iOn1MzszUGkFHrVW22CtkXgZjTcfjPSXsWb/QKTD4O93HZMZhbPgh79w5hs9jbr1sNg+K/I6K+a2U6drkym4KK0Fq+g9QZXTUjlFFG+YkwwKCM9Ssvg5sWYD78e5iwTRaAxH7gL6GuFmKxsu56S23H8+qGucEA/xEYCVgEskKWpQEOv9xZrREVCHzdpQc3FfjMaLBRf/jf8O9kJmQhxnMCDGkWhigM6dNP7cz2LoGSFuh72f3y8Bbgxh6tPbtdk2bByQKw03lJSfxPrKXtVcZezHheJBdrv0pg8+KiyTLtbOHjqPIB4q0RpCsYMT68KcFnRiBsjd5NiYl3OkJOqh7rmE/qd8HmlmHZxTmthDhu0eFOyiiFJfbG8guQFxfiRGPByQHwdsqywiUMIwJhKdlsqXEct1SlPj7PjFh3ydbfx+Dk5lCQxlRiwSIM8ZiH4KarV2Cz2y9edwTyzu+i4rQauGW2akr1afinZL/SQKZ9PZKYpGlGeKhdkraqBMeX4XWTzIgnB8AunJ+yVgIefhwoQrO4zK9BpBMBGLlnYcOMpFSLD70JzF4SE5VrMO778jkBPjPqZMngf/PwDwGUr9rSZKoRp+44dSwkaZXHCbgUxdSaGugJHjsPR1vXwYRscgB02YtlSaMZVQEsqHkgi+yWgScnFTasSSwGyEyz4IzLdBrz8V8QHp2VIYhn1d58zUH8tFg8rmXBWnqMqhzyoAUqf2iCQng9bV5DSFm19D1IzPgmmJBNBoAfuQ/ZL5tjF8pt9b4av2ECslpGgOR3pplwFB2whHriQkadf24Z4Og5ObUtm/O3I2zWdEoPF5LsJ6ByAjaWnqO0XXtRYGy7r8pLlahNG+exTv8ymIBNBoCD7GKuSiqY5DfL80x3yeoVjADVw9eqHxoLZgbMIn4Nbrrp3HG9pxuGHajx/U/g8SZR+1ElnlPvLAmuqs82PC+BzbJkpw2w2puoAH0dTMAmA0Bf7uRlnfVMVNYyGuuB9DzLdJyHgC7T46wpQbJk7tNfwfrlt+Fct5t2H0C4fN2l2ROcs+YDAEk+4und1Zyo8BA90E3WwFvNwhDjq6lbCcZs4wfgnfsvzAhVCB0GUxoQHtexn8V9nA0rMEVikdgwCyCJC3dBI1CLuCHF86m06D6q45Gc5CGxQpYOWuL4jplRu2tEfKbn3lmGwtujSDbUBOGLH4Mx2/gBmGcXULaLGYdUOxBqovdlsdS6b6nySkkVkSBZLliyYayX3DVPQHV4I3vYps5uueZrzIJQNSlEda08c6FLgJRGrhrbUSNNtC6HescRIWPkxu6Gxw/AUGznJQGPrQAGXxQQAoFTQVklHJC0P+n5i9ILGK1xAc6Z2xicsUX/59EYzu5dsk77I3OSFfOEmYF6VyUPcQpYlmdc1ebl3U/BmG28AHzPgS0ov/TQXUp5jaqTpvWBJhycfBTKdoW2mlZdMiW3VGZcKVGmXEEJ4hA0tt6IBcEfjjyQXUGncn2SZ2TSIuc0CbHbPCn1JXmGVR05bgHu+MRY3fB4AbjotmcqszDoWDzOBIz6yDgmzGL9sExZMemF6cZXGWH1/0FjT28x/lXVCsgrJN+gem+pGa/gz8nENc7Gb4q0Wk1FYyIisemVMEYbLwCjE/er8VwuaoG6X5VjCpseg+YSVYa02I+BKHEjA5mAOBrM7HzIY7fM389umMfJSXLhkuTC3eFVo5ZMAiYxoMSEXlFXc8lcPJ5hBmy5LiUPeSBtz0cZBCqsxlIKz1AF2uunbVX1pgQFX0pginB01qagnahJOfKrNg8JL2TaDy/anuOveuI5rZrYfDWRB3h5sGk/GLwZzCgDPvxwnsewCKOCBgTxZ1JgqMdgVBGaBjiwDhgKlPGLFBtmNsjI12NHBGJv/py/u+QPteD+xulcM1GBJ+XiGhMGlVukWCI+OdWNo/pmdVERLhynHjg+AH5zsKXg3+BjgUDLM3GhRSbZbU4bOemICtAMwYls6UVoti6ZcqQaIQGx12rc7w+zdvlo9CY8J0Ha2zBXiesctwJGp2zopEoi9eMot2EEyYOlvau8EMZk4wPgvO/mZQgS+yH7BZsIktxxJvGcleVwHYaC6ZEGGRFwPd1VA/cbuSFc/9PL0Ng/bzfu+Qp+bmvcmR8FdbV55pjd+BNWITpWzYBkIiXK5L+ummyreD6MycYHwEHRKyiJyHLKM2Ieay33GNMVtp8BU11urgDlcBG9QJEpKDM4CY2dmXn/TWvHijouROtuSRCUmJCeane0NembkF3piPjILoAx2RiTEM83gRbgZbEwwVmzXVtvbVf8XJc5ATSYVJMxE0IcNgA8UyvLb0G93QqE7ZzUhr2r9wCSm9YbLkrvggrZNh81PXI3NgCOcXKiokuAKxxVcLNoZZ5cAVd4nruPAOZyjgYxScYkrSgLlqVyY86i8AzeYdwUN+ebiGX5NyMNaQWdKEJXR7lBDkTrfsHQRibRijKZJqT+wPXnC24njMnGx4AecZVjYqEic67JRnK9mU44ZHFf6g1UxjSgqjYIvdgw4JnasFh1ymCm5/E9cqLdXiI1KvjqJjzRK0MCVG0yMlG6gxlkwCJmeV7Egmen8jq7VeQJiwueuRSkCs6ulmlfwBnoTeE+pB/SaUJwOT4pTsyPoLEzs7nOI3E0Sh0x0gMIKsbYk+hM7gMtnEjmy0kIT51gPBhSLfns2/gYMIMOLXKVk8SdqvhMIjQ+z7n/T6QXiQVl4nADn7xDfD3EbYehD42dmQ0GTnNfSG1XoK35lpxIbCian7Tte9UOJQmBWoM0+AUYk40xCckliw1Vdlu0XKAEg2YPEndcCMDwNWe/KMXnNKlsXZLBczBQb9tVQGNnZrfu+UEU4AnAqny4akZwaZJAV3GhdUd7608wEG+BMdn4XDABjgCWYVZbOMfoKei/RrioA+Yuc4XCStxvJuU61KdlqdumYh7X2TIpdAD7VXOlNn4zqs+16SR0imqdCVTuIyZKNB81NvdLNr5Lm1WDyUnLMzzluK6A1IeA2S7wqHRmO4r1RrwTum46Ts8VobFnaDZ1hGEt2krP83NEnTcGtOJbHcQTaSVUSmY8RgyOzQXnxGYkKNOyYNmFy29SnlPND7cV9KCqSFv39fJg1x1MmI4NBJ+pOekq0AKbxIBOA3KXNEJwrhoYAg5SvKirva4cm40NgEWWHCjpewFGFAOiAM2AxHV072faxs2ouI62Z5KM5MyMWg2xRoT3HOhAY2dm+x5ecNodTRb1LtuiRHCTqrdB7NWYYemaESWak5CUQY/z2z/G6CqMaJCvIFGcb55iQFzHZTmVXlyab5K/EkUZRH3S2xA2DPhMbXChDkxP4os6YVNbQF7QjG00/DXd1YaVMWlDiGDTJ+DPJ2FMNkYdEFRSwV9CwVwen7qdY72AIGwhS5YYB2IWnLeUPkmm8XwXN44F5zJqCRrvPTw2i62FRRAKS1NwyA2Y1sdzWv/gaM8m6kgeVwJBY8GxzbM4NhfchiC6HbrSIiMQUXUjsNTCj4zKcD6Inx4Bb8tyrYCMIKdtdFcaXMdueOSaXPhMLcYXghBcqmiIvqddMFH78iNUU1LIgHXv4GlCPu9mD4BDAqBqeryC27Ja/DQnUJFbHY1YruHX9KDX+KDyG1ZAOA7kejEfNBj7IOlNYy7bmXr/qjtEydJ7FaWrZgXJg5kcUxeMdMdYM0P5BIzJxscq3Xaf9RYCVaslyywLeRldEfh5+vIVNuaI54OmGe9jJKiOrPhG+3Z6XWjsDC2+qNJQuNHFWfAXtQRPT3Q978dNCiLDRKmEcEDImUmE1thGIY5RByz7GIsAsZgCTMTobP0IuBaCLQGNUDfEndXbtkwHJLYsh00x+MztRRFirRbsTPFLd/oCvQ0YSFN+ynSdKodRPY8064cfwJhsfKW4/pFVjv/0ZYvvkYfMZu5XHwSqlsovMNT+P6TOEW0jcAbZNiLXccfHF6Gxf97u3v8i/LnF6mpRy2oc/iVFUPcVWlznoqNVTuRwr8WRsTHg+AD46HMHBrKWySjEfsNh5CWBjh6FDyMWoENsMfhGov1lemwmFRI+JixsyL0sZsqc/3HQNiqbXtYaElxV401NqvyPa8behnBqopJg6uEHw7HNRDE+AFLzgEfZhIGWxRF9k1CAFjeKwotWSghwDDL0v7wPytAk0bR40BIdF+KoFPaE9mArNPZDLO4C5S8GX3VjEJm2MnVJp3G/CjQasu1FhHa1WWKc/0f4L9ePbSzOeMcFF60lAhO7US8sxw+ML0bV5JSBQRmjMiMyIW3PtBU/qICY8TkWYN++DBp7evvQwZ0Q3CutwmH1tVj1IWiZLfndNGe0Dc9kJgSdW5CnTxhf/Ec2XgD64SoDLxNtj9iNY0AEHQsyCDJeRgGdud0Ru+bAbpjdNy8FuLAyvwMae3or46ukzqslOLBhmU6BV+t01n5BV1WBZWhmsPKcuvAIfwtjtPEC8FnlyRa7XvpNHU6FR+hWWyT3kRCNoGT2Q5YbZVXTAYNUjfdj8On2NN1HY09jb6cfrOfZWA/TAzUboe2Rp+XgZwq26OzufFVikgY0/R2M0cYLwOuuWx1FV7YUbC12r8hwRHucDUtG3CIYshANnICMBiG5YjpNK88FhDmyacu3JjFz58zZ3Z/YhWi5SKbhYNR5q3w45btYB2I1iWVqzNfOLWlaldeH4OY9/whjtPHPD+g6x1hqYZbDBwHRZaGSYnCdQ3ZEgLVcKYq0ueKiDOyCKSak9XZMNhrbIJmZNZf9kjYgyHgPBRm5YXWlAix6Xne+bDaPUXTaNm1yzFjdb3orY7WwdJRBRvQ2EB2QhWd6EMspOwKvalGpiEHYQrZrtZEbcclJTK7lOpJoytZcw4I1u+ehV2IS+68AYF3zvTGdq9qt0tgPixW1S8FFvouckaa65QCfhjHb+AG4iIkI6dFc70UmC9qIYO64JkrTzEV8DDGe3PI7tpUB2xwHDmJ7ONLKSGiSEbNY/q4OrzR9xRINiflqd0LSnKNyuzEYWH2aCUFOcQpu3f0pGLONH4B795ao9x1PTQUmq9R7/Mj9BsmI6dHOZZ8hgnSoxw0JwENczuUC1Bjn4E8ONgnJnQeux58XybQGFP9FGc/BPrQ2+EgZsWqxElaMaVZ8iAmUAtxPwQRsMrdp6OXHqooIOlp1s+ReObHg58KGI4wDh8p4bXbT5HYlZmx38bi+ZsUEwlZ5Ptx222T+hmm0u+6/CMO3X9OePgWbpBw05YZOd++r8UUpwKvmfgHQ+4lAdXcl/uHvhwnYZC7e3l2n2jToty3tWCNyo3lWMSECErdDmzcCg25IoMNHWs+ZcCu22U138Gz4POQeLvuJsU0bMf3mfx1/XBRVOY76UJGZJZY0OEnbr2zSosSM0p4FVazIwDwEt1z9f2ECNjH2QO95mF0ts17O7rZNIMvy5GKHPHERrtOkhO67OvSSGbeHQxiW6JIReFAKCzpf4P69efjjD2+Dc8yyuw/cjJfvBp2InMxpD3MNiOJmpSkhJrHZJJiYBie5WvJBExPB+2BCNjn3Nb9ymEaIOJZR8uhQYhmOhkSH0GZNcJCy4XbQOI9cLcV9HkFJr3lY0gBSPAnEhfh6bm47zcgK54qh68Vv5X80FlMEgcR4YHIy1JKQNFGCDQJOMWIEg6Le1wsTllE+EfYjmxwAMRkZrvWP892kCXicFWNcR8zHLtmEaUk82hrnkcslF0zs1yHmy1sCTnwM0CUPEJydrOfg8dWL4LZzAIT3HrgYvcSH8dJtkRvSgDa5gK9qvSrHmAitd8x01oDgoqv2gkoPlJmJ/gLe+m8mNhXyZAP4xeERa7WS25q3YGgaX79iNQn6JM4b8kOAN0BQdpT9Ogg+AiSR4oCWrp31Ljt1waZOSu49sMWV/r2InIsj1CeUZIDJRBo69gOMGGPViBBTiU26YCxWBAUtDVOEIp+Y+yWb7MXau3cIvjxBbpX0PNL4JMEQlgOM6XgZFHQ8CG7A2w14A91OzwbEggS+VouXMeYtePFrLtyUIETwYQDzEQTMS6G69YK3ZlMBmDBerAGx4rnUjgoO0oRFoAK1qDDOT5T9yCZ/oVae/QQyXDnUGE+WCDhyrWT0WsHXoXUU/wXNfIO87hDwbH8QBoTBQKbP6pdtuPznnr2pQEjMV/g/Q+S8VKdQM7FZLdrgjqrsBkqB9loGop8mxTj1xyCpcOHeCxO2yV+kt79yBCuto5RoDDm4A5pODAR0FOu1GJgEvoH4aehoPNjB/Tu6H1hMSAAlW1iM3ZaAt7u2jCB81bM3Re8gxXyF+3NkqMvNr7LObB2lNS1P7pvu0uxXaX5o64OOQpdRt/PVj8HrXR3eO2n2I9sYlnjW0tFhyw+ToGxsVkqC0dEEA5Qd2e0O0eWOisBOmVgQgTZotRIYu33ivy7Njxz7ZQezZ5dz7+Asg5DAV7p9+OylBK8Yq/TB0lsN5apOFu5orl3WlGRIpU6rdZoeKxBj+D4Uix+CDbCNASCV5xb7TzDgSonnLBakhUx/QLFfS1iPxBZH2a54CpJeDHw2VrOP7NcnRmwh+GANerTShWweduyYycaFu/e/DaX7h/APfq4ofOYtdXglPXGVBlgTnAGgmuGe93VRO10gdUXHWOtPjfDH8NaNuQWGg420u++7BALMdfxcGBQjZ4wHHp8HZUbEYYdSXWO8/oB6u2IXF33cTm6Xya/VZuABsV+7jFCUcQ7ZEDVCWC1C3O7CyrH2qRUG/zQbJRslvAu54epqjJp5XRvkb20HEOw195FaxFdlGDo2SQf9OlUMo01Jznrgx+CW3e+EDbKNDdT7hw4hh5UCvpYAjqhQkw7CXUcz3YHFfgjCLrJmf0EqIgS+LtJgD1PqXpYHcsEEPtp1td2l1n5+fWxt1IPj3W1w58PTO8D9rgO/guD7IqJkN9h0ulBrYrEbmvOtFcDWu1piATrlhkssqQdWJRLVBYUOH8fM449gA21jGZCMv/FRbgWl8koVE4rOx+xHy5aW4fg5JRxt/Ywr5usVnbgGqxwLAgOw1EFNubAFvt7aCcXSc+aXYdeUTPt71/7X4hv8TwiL14AxFqQJTI3dosxgalNd8cwFMaY6iIvWRmB+OD4NEzqbIVVW/gay38dgA23jAUj2wc/sgE7/vE6txGaM10GguVUqw1XTA/ZRL+wi8/WJyxBoPQIf2ponkK0qGOX4eQTcSlHg8QrGbi/CqIyLcBKWC0yEiov7nJlvhN3xwE9jqvSf8Y2+FkTE0+kIYtSqmoZ6DKagz2UPBlSQ6pv8SwU50Kk2bMKDmMhQj5Fc5G64+Zrfgw226QDgbSidXnrwEsjxchDV5SKxDLqdJM8wM7YWOduVZAPBpMDrIQjXerJXD0G2lrUC4ZBjwU6HgbeAD57iie7e2cXHaA4zZVz2Rhh3upKB+Cs/UYAb63yMAPs+uRVWil9FcPwHDMQu0UKtUZOAjgFI84sHZjbBFtj8zcpsMdoMbPJUmVJ+izyvA1ldsBRN0PWWi9dtVOJRt+kAINntt7cgv+i5QJmuJhtdXLK4XFbM2MVko0+BXwIgZrztrbxcs8QDXe8qsZ0yH91j4FQXWa/oxeURueSTCPJ2oFHuS0ME4HAhnp/3whE4QisKOPn1EfzWb5VnDYwfOvgzCPIr8A95I37k6G5T/0owyLF6p9NDynbHL2V9AmcqYzAwrfPUS0e9MqAkKAmKUh6JljxHeAzjkBvhljc9DlNg0wNAsn37ejDatrPTV5llUIsHgdIVTDoQgF0EW9+yXbqBF4MRwacZL+9sACQ2ZATCevbLOuE8OIH/0AiE8wt4vl6Aw4fhgsWt8YnuUoCVFQTnFSW8aDnCpz8dsLoSMYlB3OJRt95wYt17v/Njl/HS+6vA5VsQJlci51yJbwaBx3O1pNjOShI8NakOQwNxvLwtDZIU8MQaeKAm4MVYQ5kwnoHUVa47RpshS85RhhvhLXv+BqbEpguAZLfv2woLc88S1usI462sRsp0hQ3bnIj0EHxrw8yx+8XYr5cN3BqBENnPUdyHrje53S6BsRcXjx2Py4uIhbwTYGkJCISwDeg/ZMsr4QgC74L+MD6xNoiwrR8JgC9YXo6PXHghAn3uZ3Gv/4q7/tw/8c7pApeumoBKARKjCsa0LkAKyVKMF2VCNGU5VwMR/wsWy6Wk4qlLYk6fOFHnVJM3VY8LQ/gduHXPXTBFNn0AJLvz4fO60D+PkwxCHcd8kvGS3MJ3LSzLxHTkdklyoZmLkutFW0D3e8qy4JGs25K1w8leEc8bzscT87juOK4cjOL588OYtXqBZ2LsLoadx4+4Q+3FAH4V4zT3AbyqP3uG7z44mqOAnKLj52QKRmPBqL2g2qNiWnEFluAs0RCsJsDRRgdCnarpKdPJfjK1i2YkrpbEhPBuBN+7YcpsOgFIhiBEqWUrYLzHOOQMF6HX6wn4Cor/VnnXOXSzq8O+m/etsAKU+RaRlux+0RbZ9c5x7LdcTz7I7ZL7HQwjIPuR+4W8K3HYSj+2ti2+bOThIXx1HjwzowtPmbUyXnKhknBU+9QfDCxOQTyYwxVXG8N6t5okFWU4O7uTLJfdtkWT7OnDu6YRfGTT2zFy664TMDq5xMxHD85ye4JB3kHAx1kuGYNvLoFvgcCXZ24RYz5J9QR8W3vzAj4yBN/5CL7z6TmBD0HIA0zI/e5YvORfCD4ywkYLTr/JnzSkOFhfP3OWwEYVldeVzFJ9oyrDWXFXJRu7+aqu9jIDAlXuZAD61IKPbLpblijQ78FSn1BHfpeEZor5kriMIMOkYxWxyMXeDq6fn+fnHPthprtM6EP2c705PmYJ/zGiiP3QjnTaDnNf4EHGGPvxTIyYJ2JF4kH4l4HPjCCRpcqY1GZTKmt5qsnHrqbixZBIUc/EA8j1yARKbUJwtV2jgpnn4aCix7tQ65ta8JFNf8/c3jcsIciOk+ftYdJBel9vTuapnEO3S8t5yobnZd3KygqskOisJlOq6q2GMfYj6cXSV2I/cr87+ltl/15H7sy8feHNeF0vhR/dcqc9d1CbFENNbyJoWOKFDCbiEb4O0iTitVApnvYLYgoDFZySruDT7LfhpmveBVNu0xsDnm50p6TFuK3nuhmV2uY0vmNHjIzIrhfZT+QXZUiTXDAGpNs9UvLBMR9ZS2br2rHUC4cB3e8O5MDucgCiwF77c3gRr4KzYrFEXA1temanc4GnRoJEkVV2nLJbjRlB9RuVkqP4ZxeTI486E4yI2Cfxxdvg5t2fhxmw2ekafse1AxpZtzaKBcV9lHS4wpIRZD4EH8kufGNb+kGJB2e+T3OjdXK/Ky2JqbpLbgeCj13wiY6Dnr/07IGPjO9GBDYxUKwGAVVLHTQkkxTIOvHWEerOOFZt9PZTewAlM2GROYerZwV8ZLPVtk6tVI9/9jCcdCtQdCMlHRz31TQ/ll30tiqLrTwx/EnKfFF6SeealwTEoe53GBMQj0s4D/U/l18BZ9dcKoStm5/ln9o79Q/4uhuu7eBk9isNH1M06D8Aebwabrz2MZghmx0XfLrt+1wPTp1YgBJzVco6EJAMQmK/Ql0vGbnd0TzGfkvoCEfxBJbdCHw0qcwxigHJUP8j8O1E93uo2/4lvK7vh7NrA9YE1X/W3bByWZQpIjTRrRpWTP8LshRxuvLefB6k+PibcMuefTCDNrsDd/a+Zg0WTh2DXmttAcGH2YcQH/9YRPZbdeyCyQNj1WOJheeFxIAJfH1dHuL/YzOJ7KQfzxrhARLinKkpUN1eVV5B0qF5G93BiPIafgB8HkL2+lkFH9nsMmDdHn64C989Pg9l1y92e3GZtBeUXigDXiYQ1uu+CMLtyITHQLLgI8h+NNslld92Ygp86PhYGJDqOZZswGksaJ0t9CrUKh7rW6xMxJZ130H3/Jvw5msOwozb5gAgGbHE++/vYebbW8Ta/3KvqEpwWPa1ui+X3uZr1Q9kwJ3ofqk3++Jt58fHVpYvBR/+Ac6e0fsYQNVuJeuqDLcqsWlpThuWY5rAzmmNGCvYkPn3gSvfj7HeSdgEtnkAaEa9hZd/am5xrews530Jlij5mFdAIgC3Y+332CVbIjz+fVlH5TfSABGInaOL4duu/xB+Mj8DZ8W4UWCopFZ1sdTaq6BKdEOtUQEA6tvin0I7+334hau/B5vINh8AzQiIO+/vQnuRB9xx/ZfQh9URwOqHMeDO48shxX7cAbMD2Wbt1zHZ/AM4OzZ0AqwISburs6E1jYq2l4jPOWE8Fz+CwHvfZgOe2eYFoBnPkHB5Ds9td7YT8NA8xX7WfLCoVZDuYrgYZbTHCIAXrNE9wr+BILgUfhSL3Es1cvDUBgQrxQGsF6TpCULvBPrn90Lv5PtQelqCTWybH4B1o9mzthxuQQdrtFT50Ax4JyYg2Uqfnz+2bSXC8gWxteiu/BGaEcgo0aBBT6EaLhlrCYWOUUtVDHcCvfV+fPFhFJI/C+eInVsArBuBcftXMrjwlZ57/zABoS6Ey5ABv72MDHjhqQhrC9fhR/QBeKYgFJzR+JJ6TBehPu5D7ATy3ydQDLsXevlXuO59jtm5C8C6UW7w0Y96OP5jHgZPengBOu1TCEC4HL4+eOwS5LBP4l6XnenZpGGUwRetV0XYLnwHn34GJZS/x7z4/8Av7/4ynOPWAPBpDXFz22/LZ3P55bJcnb8JP653IKsRG172NAcd1we5VQSa+xbu+x38hL+Nr/8eQv+7TxlH0lhjjTXWWGONNdZYY4011lhjjTXWWGONNdZYY4011lhjjTXWWGONNdZYY4011lhjjTXWWGONNdZYY4011lhjjTXWWGONzZD9f/ISSIt13Vj0AAAAAElFTkSuQmCC");background-position:50%;background-repeat:no-repeat;background-size:30px 30px;clip:unset;-webkit-animation:nim-video-loading 1.2s linear infinite;animation:nim-video-loading 1.2s linear infinite}.video-js.vjs-theme-nimbus .vjs-loading-spinner:after,.video-js.vjs-theme-nimbus .vjs-loading-spinner:before{display:none!important}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-custom-control-spacer,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-download-button,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-forward-control,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-play-control,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-playback-rate,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-volume-panel,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-custom-control-spacer,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-download-button,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-forward-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-play-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-playback-rate,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-volume-panel{display:none}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-progress-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-progress-control{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;width:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 .8em;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-current-time,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-duration,.video-js.vjs-theme-nimbus.vjs-layout-small .vjs-control-bar .vjs-time-control,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-current-time,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-duration,.video-js.vjs-theme-nimbus.vjs-layout-x-small .vjs-control-bar .vjs-time-control{padding:0;margin-bottom:0}.video-js.vjs-theme-nimbus .vjs-error-display:before,.video-js.vjs-theme-nimbus.vjs-layout-tiny .vjs-control-bar{display:none}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-modal-dialog-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog .vjs-errors-content-container>:not(.vjs-errors-details),.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog>:not(.vjs-errors-content-container){display:none}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog .vjs-errors-details{font-size:0}.video-js.vjs-theme-nimbus .vjs-error-display .vjs-errors-dialog .vjs-errors-details .vjs-errors-message{font-size:medium}.video-js.vjs-theme-nimbus.vjs-user-inactive{cursor:none}.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-big-play-button,.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-control-bar,.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-shadow{display:none}.video-js.vjs-theme-nimbus.vjs-wait-metadata .vjs-loading-spinner{visibility:visible;display:block}@-webkit-keyframes nim-video-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes nim-video-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.video-js .vjs-forward-control{cursor:pointer}.video-js .vjs-forward-control .vjs-icon-placeholder:before{content:">>";color:#fff}.video-js .vjs-download-button{cursor:pointer}.video-js .vjs-download-button .vjs-icon-placeholder:before{content:"\2193";color:#fff}.video-js .vjs-shadow{opacity:1;pointer-events:none}.video-js .vjs-shadow .vjs-control-shadow{position:absolute;bottom:0;left:0;right:0;height:44%;background:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(57.29%, rgba(0,0,0,.0445313)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.7));background:linear-gradient(180deg,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.7))}.video-js .vjs-shadow .vjs-video-name{position:absolute;top:0;left:0;right:0;height:44%;background:-webkit-gradient(linear,left bottom, left top,from(transparent),color-stop(57.29%, rgba(0,0,0,.0445313)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(bottom,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.6));background:linear-gradient(0deg,transparent,rgba(0,0,0,.0445313) 57.29%,rgba(0,0,0,.6));padding:.8em 1.6em 0;font-size:2em;display:none;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-shadow{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.video-js.vjs-layout-small .vjs-control-shadow,.video-js.vjs-layout-tiny .vjs-control-shadow,.video-js.vjs-layout-x-small .vjs-control-shadow{display:none}.video-js.vjs-playing .vjs-video-name{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.border_none .video-js:not(.vjs-controls-disabled) .vjs-shadow .vjs-video-name{display:block}.vjs-cta{font-size:medium;font-family:inherit}.video-player-cta{position:absolute;top:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;background-color:rgba(33,33,33,.6);--panelHeight:46px;height:100%}.video-player-cta .video-player-cta__cta{position:relative;bottom:2px}.video-player-cta_panel .video-player-cta__cta{bottom:0}.video-player-cta_play-again{-webkit-box-sizing:border-box;box-sizing:border-box;--panelHeight:102px}.video-player-cta_button{--panelHeight:0px;padding-top:0}.video-player-cta.video-player-cta_panel{height:calc(100% - var(--panelHeight))}.video-player-cta .video-player-cta__cta{--cta-left-right-padding:0px;margin:auto;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box}.video-player-cta_button{--playerBottomPanelHeight:0px}.video-player-cta_button .video-player-cta__cta{--cta-left-right-padding:10px;padding:0 var(--cta-left-right-padding)}.video-player-cta_button.video-player-cta_panel .video-player-cta__cta{padding-bottom:var(--playerBottomPanelHeight)}.video-player-cta.video-player-cta_button.video-player-cta_oversize.video-player-cta_panel{--playerBottomPanelHeight:46px}.video-player-cta.video-player-cta_button.video-player-cta_oversize.video-player-cta_panel .video-player-cta__cta_type_button{bottom:-1px}.video-player-cta .video-player-cta__play-again-button{background-color:transparent;border:none;height:26px;border-radius:30px;padding:4px 28px;cursor:pointer;vertical-align:middle;-webkit-transition:background-color .25s ease;transition:background-color .25s ease;font-weight:700;color:var(--bondi-blue);font-size:13px;min-width:135px;position:relative}.video-player-cta .video-player-cta__play-again-button span{margin:0 auto;letter-spacing:.2px}.video-player-cta .video-player-cta__play-again-button:before{content:"";display:inline-block;width:13px;height:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgY2xhc3M9InJlcGVhdC1zdmctaWNvbiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPi5zdDB7ZmlsbDojMDBhMWI3fTwvc3R5bGU+PGcgaWQ9Ikljb24tUmVmcmVzaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAgNDMyKSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTItMzc5LjNjLTExLjQgMC0yMC43LTkuMy0yMC43LTIwLjcgMC01IDEuOC05LjkgNS4yLTEzLjdsMi4yIDJjLTIuOSAzLjItNC40IDcuNC00LjQgMTEuNyAwIDkuOCA3LjkgMTcuNyAxNy43IDE3LjcgMi42IDAgNS4xLS41IDcuNC0xLjZsMS4yIDIuN2MtMi43IDEuMy01LjYgMS45LTguNiAxLjkiIGlkPSJGaWxsLTc3Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQtMzg2LjJsLTIuMi0yYzIuOS0zLjIgNC41LTcuNCA0LjUtMTEuOCAwLTkuOC03LjktMTcuNy0xNy43LTE3LjctMi42IDAtNS4xLjUtNy40IDEuNmwtMS4yLTIuN2MyLjctMS4yIDUuNi0xLjkgOC42LTEuOSAxMS40IDAgMjAuNyA5LjMgMjAuNyAyMC43IDAgNS4xLTEuOSAxMC01LjMgMTMuOCIgaWQ9IkZpbGwtNzgiLz48cGF0aCBjbGFzcz0ic3QwIiBpZD0iRmlsbC03OSIgZD0iTS05LjItNDAxLjZoLTMuMnYtOS42SC0yMnYtMy4yaDEyLjh2MTIuOCIvPjxwYXRoIGNsYXNzPSJzdDAiIGlkPSJGaWxsLTgwIiBkPSJNMjYtMzg1LjZIMTMuMnYtMTIuOGgzLjJ2OS42SDI2djMuMiIvPjwvZz48L3N2Zz4=);background-repeat:no-repeat;background-size:contain;vertical-align:middle;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease;position:absolute;top:7px;left:7px}.video-player-cta .video-player-cta__play-again-button:hover:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.video-player-cta .video-player-cta__play-again-button_style_button{background-color:var(--bondi-blue);color:#fff}.video-player-cta .video-player-cta__play-again-button_style_button:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PGcgaWQ9Ikljb24tUmVmcmVzaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAgNDMyKSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTItMzc5LjNjLTExLjQgMC0yMC43LTkuMy0yMC43LTIwLjcgMC01IDEuOC05LjkgNS4yLTEzLjdsMi4yIDJjLTIuOSAzLjItNC40IDcuNC00LjQgMTEuNyAwIDkuOCA3LjkgMTcuNyAxNy43IDE3LjcgMi42IDAgNS4xLS41IDcuNC0xLjZsMS4yIDIuN2MtMi43IDEuMy01LjYgMS45LTguNiAxLjkiIGlkPSJGaWxsLTc3Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQtMzg2LjJsLTIuMi0yYzIuOS0zLjIgNC41LTcuNCA0LjUtMTEuOCAwLTkuOC03LjktMTcuNy0xNy43LTE3LjctMi42IDAtNS4xLjUtNy40IDEuNmwtMS4yLTIuN2MyLjctMS4yIDUuNi0xLjkgOC42LTEuOSAxMS40IDAgMjAuNyA5LjMgMjAuNyAyMC43IDAgNS4xLTEuOSAxMC01LjMgMTMuOCIgaWQ9IkZpbGwtNzgiLz48cGF0aCBjbGFzcz0ic3QwIiBpZD0iRmlsbC03OSIgZD0iTS05LjItNDAxLjZoLTMuMnYtOS42SC0yMnYtMy4yaDEyLjh2MTIuOCIvPjxwYXRoIGNsYXNzPSJzdDAiIGlkPSJGaWxsLTgwIiBkPSJNMjYtMzg1LjZIMTMuMnYtMTIuOGgzLjJ2OS42SDI2djMuMiIvPjwvZz48L3N2Zz4=)}.nedit-root .grid-wrapper .video-player-cta nimbus-button .button-content b,.nedit-root .video-player-cta nimbus-button .button-content b{max-width:600px;overflow:hidden;text-overflow:ellipsis}.nedit-root .grid-wrapper .video-player-cta_button-oversize nimbus-button .button-content b,.nedit-root .video-player-cta_button-oversize nimbus-button .button-content b{max-width:calc(var(--width) - 28px - var(--padding)*2 - var(--cta-left-right-padding)*2)}.video-player-cta__button{margin:auto;padding:14px;background:hsla(0,0%,100%,.88);border:1px solid rgba(0,0,0,.14);border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;max-width:690px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;pointer-events:all}.video-player-cta__nimbus-button-wrap{text-align:center;pointer-events:all}.video-player-cta_button.video-player-cta_oversize.video-player-cta_panel .video-player-cta__play-again-wrap{display:none}.video-payer-cta__description{margin:8px auto 0;font-size:12px;color:#000;text-align:center;white-space:pre-wrap;max-width:500px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.video-player-cta_oversize .video-player-cta__button{height:calc(var(--height) - var(--playerBottomPanelHeight) - 30px);overflow:hidden;position:relative}.video-player-cta_oversize.video-player-cta_panel .video-player-cta__button,.video-player-cta_oversize.video-player-cta_panel.video-player-cta_play-again .video-player-cta__button{height:calc(var(--height) - var(--playerBottomPanelHeight))}.video-player-cta_oversize .video-player-cta__play-again-wrap{margin-top:5px}.video-player-cta__play-again-wrap{pointer-events:all;text-align:center;margin-top:15px}.video-player-cta .video-player-cta__cta_type_image{height:calc(var(--height) - 30px);display:-webkit-box;display:-ms-flexbox;display:flex}.video-player-cta .video-player-cta__cta_type_image .video-player-cta__image-wrapper{margin:auto;pointer-events:all}.video-player-cta .video-player-cta__cta_type_image .video-player-cta__image-wrapper .video-player-cta__play-again-wrap{margin-top:0}.video-player-cta .video-player-cta__cta_type_image .video-payer-cta__image-link .video-player-cta__image{width:100%;max-height:calc(var(--height) - 30px);display:block!important;-o-object-fit:contain;object-fit:contain}.video-player-cta.video-player-cta_panel .video-player-cta__cta_type_image{height:calc(var(--height) - var(--panelHeight))}.video-player-cta.video-player-cta_panel .video-player-cta__cta_type_image .video-payer-cta__image-link .video-player-cta__image{max-height:calc(var(--height) - var(--panelHeight))}.video-player-cta.video-player-cta_play-again .video-player-cta__cta_type_image .video-payer-cta__image-link .video-player-cta__image{max-height:calc(var(--height) - 80px)}.video-player-cta.video-player-cta_play-again .video-player-cta__cta_type_image .video-player-cta__play-again-wrap{padding-top:5px}.nedit-root .video-player-cta div.button-single{margin:0}.nedit-root .video-player-cta div.button-single nimbus-button[data-size=small] .button-content{--padding:15px;height:30px;font-size:1em;padding:0 var(--padding)}.nedit-root .video-player-cta div.button-single nimbus-button[data-size=medium] .button-content{--padding:22px;height:45px;font-size:1.5em;padding:0 var(--padding)}.nedit-root .video-player-cta div.button-single nimbus-button[data-size=big] .button-content{--padding:30px;height:60px;font-size:2em;padding:0 var(--padding)}.nedit-root .video-player-cta div.button-single .button-content b{line-height:1.2em}.vjs-theme-nimbus .vjs-nimbus-adv{font-size:16px;font-family:inherit}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup .video-player-popup-bg{padding:20px 40px;background:#fff;position:relative;color:#000;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup .watch-again{color:#fff;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;cursor:pointer}.vjs-theme-nimbus .vjs-nimbus-adv .video-player-popup .watch-again svg{width:21px;height:21px}.video-js .vjs-toggle-play{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block}.video-js:not(.vjs-has-started) .vjs-toggle-play{background-color:rgba(33,33,33,.6)}.vjs-theme-nimbus .vjs-big-play-button{z-index:3}.vjs-theme-nimbus .video-player-preview{width:100%;display:block;z-index:1}.vjs-theme-nimbus .vjs-nimbus-preview{position:absolute;top:0;left:0;right:0;pointer-events:none}.vjs-theme-nimbus .vjs-emre{z-index:2;color:#000;font-size:20px;position:absolute;width:100%;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin-right:0;margin-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:3em;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;padding-bottom:.4em}.video-js .vjs-preview-button{cursor:pointer;border:1px solid #fff;border-radius:10px;background:#fff;width:5em!important;margin-right:1.2em}.video-js .vjs-preview-button .vjs-icon-placeholder:before{content:"Preview";color:#fff}.video-js .vjs-preview-button .vjs-control-text{clip:unset;width:5em;height:2.4em;top:0;left:0;color:#000;padding-top:6px}.video-js.vjs-fullscreen .vjs-preview-button{display:none}@-webkit-keyframes transcriptTooltipBodyFadeIn{0%{opacity:0;top:-50px}to{opacity:1;top:-40px}}@keyframes transcriptTooltipBodyFadeIn{0%{opacity:0;top:-50px}to{opacity:1;top:-40px}}@-webkit-keyframes transcriptTooltipArrowFadeIn{0%{opacity:0;top:-18px}to{opacity:1;top:-8px}}@keyframes transcriptTooltipArrowFadeIn{0%{opacity:0;top:-18px}to{opacity:1;top:-8px}}.video-js .vjs-transcript-button{cursor:pointer}.video-js .vjs-transcript-button .vjs-icon-placeholder{text-indent:-9999px}.video-js .vjs-transcript-button:after{content:"Transcript";display:inline-block;letter-spacing:.4px;text-indent:0;position:absolute;top:-50px;left:-30px;z-index:1;background:#5c6061;color:#fff;padding:10px 14px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;border-radius:2px;opacity:0;pointer-events:none;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.video-js .vjs-transcript-button:before{content:"";display:inline-block;position:absolute;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #5c6061;-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:2;top:-18px;left:7px;opacity:0;pointer-events:none}.video-js .vjs-transcript-button:hover:after{-webkit-animation:transcriptTooltipBodyFadeIn .2s ease-in-out forwards;animation:transcriptTooltipBodyFadeIn .2s ease-in-out forwards}.video-js .vjs-transcript-button:hover:before{-webkit-animation:transcriptTooltipArrowFadeIn .2s ease-in-out forwards;animation:transcriptTooltipArrowFadeIn .2s ease-in-out forwards}.mat-elevation-z0{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{-webkit-box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{-webkit-box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{-webkit-box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{-webkit-box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{-webkit-box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{-webkit-box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{-webkit-box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{-webkit-box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{-webkit-box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{-webkit-box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{-webkit-box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{-webkit-box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{-webkit-box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{-webkit-box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-small .mat-badge-content{font-size:6px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;margin:0 0 56px;letter-spacing:-.05em}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px;letter-spacing:-.02em}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px;letter-spacing:-.005em}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title{font-size:24px;font-weight:400}.mat-card-content,.mat-card-header .mat-card-title,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:13px;line-height:18px}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.34375em) scale(.75);transform:translateY(-1.34375em) scale(.75);width:133.33333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.34374em) scale(.75);transform:translateY(-1.34374em) scale(.75);width:133.33334%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.66667em;top:calc(100% - 1.79167em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.33333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.33334%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.33335%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.54167em;top:calc(100% - 1.66667em)}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-.59375em) scale(.75);transform:translateY(-.59375em) scale(.75);width:133.33333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-.59374em) scale(.75);transform:translateY(-.59374em) scale(.75);width:133.33334%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.59375em) scale(.75);transform:translateY(-1.59375em) scale(.75);width:133.33333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.59374em) scale(.75);transform:translateY(-1.59374em) scale(.75);width:133.33334%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:9px;padding-bottom:9px}.mat-list-item{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-option{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list .mat-list-item,.mat-nav-list .mat-list-item,.mat-selection-list .mat-list-item{font-size:16px}.mat-list .mat-list-item .mat-line,.mat-nav-list .mat-list-item .mat-line,.mat-selection-list .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list .mat-list-item .mat-line:nth-child(n+2),.mat-nav-list .mat-list-item .mat-line:nth-child(n+2),.mat-selection-list .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list .mat-list-option,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-option{font-size:16px}.mat-list .mat-list-option .mat-line,.mat-nav-list .mat-list-option .mat-line,.mat-selection-list .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list .mat-list-option .mat-line:nth-child(n+2),.mat-nav-list .mat-list-option .mat-line:nth-child(n+2),.mat-selection-list .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list[dense] .mat-list-item,.mat-nav-list[dense] .mat-list-item,.mat-selection-list[dense] .mat-list-item{font-size:12px}.mat-list[dense] .mat-list-item .mat-line,.mat-nav-list[dense] .mat-list-item .mat-line,.mat-selection-list[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list[dense] .mat-list-option,.mat-nav-list[dense] .mat-list-option,.mat-selection-list[dense] .mat-list-option{font-size:12px}.mat-list[dense] .mat-list-option .mat-line,.mat-nav-list[dense] .mat-list-option .mat-line,.mat-selection-list[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list[dense] .mat-list-option .mat-line:nth-child(n+2),.mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2),.mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list[dense] .mat-subheader,.mat-nav-list[dense] .mat-subheader,.mat-selection-list[dense] .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;-webkit-transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}@media screen and (-ms-high-contrast:active){.mat-ripple-element{display:none}}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-transition:opacity .4s cubic-bezier(.25,.8,.25,1);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.288)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{height:auto!important;overflow:hidden!important;padding:2px 0!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ffd740}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#673ab7}.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.mat-badge-content.mat-badge-active{-webkit-transform:none;transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}@media screen and (-ms-high-contrast:active){.mat-badge-small .mat-badge-content{outline:solid 1px;border-radius:0}}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}@media screen and (-ms-high-contrast:active){.mat-badge-medium .mat-badge-content{outline:solid 1px;border-radius:0}}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}@media screen and (-ms-high-contrast:active){.mat-badge-large .mat-badge-content{outline:solid 1px;border-radius:0}}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:rgba(103,58,183,.12)}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:rgba(255,215,64,.12)}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:rgba(244,67,54,.12)}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button.mat-primary .mat-ripple-element,.mat-icon-button.mat-primary .mat-ripple-element,.mat-stroked-button.mat-primary .mat-ripple-element{background-color:rgba(103,58,183,.1)}.mat-button.mat-accent .mat-ripple-element,.mat-icon-button.mat-accent .mat-ripple-element,.mat-stroked-button.mat-accent .mat-ripple-element{background-color:rgba(255,215,64,.1)}.mat-button.mat-warn .mat-ripple-element,.mat-icon-button.mat-warn .mat-ripple-element,.mat-stroked-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#fff}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{color:rgba(0,0,0,.87)}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#673ab7}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ffd740}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{background-color:rgba(0,0,0,.12)}.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-icon-button.mat-primary .mat-ripple-element{background-color:rgba(103,58,183,.2)}.mat-icon-button.mat-accent .mat-ripple-element{background-color:rgba(255,215,64,.2)}.mat-icon-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.2)}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-disabled{background-color:#eee;color:rgba(0,0,0,.26)}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}@media screen and (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path{stroke:#000!important}}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#673ab7}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ffd740}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#b0b0b0}@media screen and (-ms-high-contrast:active){.mat-checkbox-disabled{opacity:.5}}@media screen and (-ms-high-contrast:active){.mat-checkbox-background{background:0 0}}.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element{background-color:rgba(103,58,183,.26)}.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element{background-color:rgba(255,215,64,.26)}.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element{background-color:rgba(244,67,54,.26)}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover{opacity:.54}.mat-table{background:#fff}.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(0,0,0,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#673ab7;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}.mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.87);box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-toggle-active{color:#673ab7}.mat-datepicker-toggle-active.mat-accent{color:#ffd740}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-dialog-container{background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:rgba(0,0,0,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ffd740}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.42)),color-stop(33%, rgba(0,0,0,.42)),color-stop(0, transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.42)),color-stop(33%, rgba(0,0,0,.42)),color-stop(0, transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#673ab7}.mat-icon.mat-accent{color:#ffd740}.mat-icon.mat-warn{color:#f44336}.mat-input-element:disabled{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#673ab7}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#ffd740}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#f44336}.mat-list .mat-list-item,.mat-nav-list .mat-list-item,.mat-selection-list .mat-list-item{color:rgba(0,0,0,.87)}.mat-list .mat-list-option,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-option{color:rgba(0,0,0,.87)}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-list-option.mat-list-item-focus,.mat-list-option:hover,.mat-nav-list .mat-list-item.mat-list-item-focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}.mat-menu-panel{background:#fff}.mat-menu-item{background:0 0;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon:not([color]),.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#d1c4e9}.mat-progress-bar-buffer{background-color:#d1c4e9}.mat-progress-bar-fill::after{background-color:#673ab7}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ffe57f}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ffe57f}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}.mat-radio-button.mat-primary .mat-radio-inner-circle{background-color:#673ab7}.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element{background-color:rgba(103,58,183,.26)}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}.mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:#ffd740}.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element{background-color:rgba(255,215,64,.26)}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle{background-color:#f44336}.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element{background-color:rgba(244,67,54,.26)}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-select-content,.mat-select-panel-done-animating{background:#fff}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#ffc107}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:rgba(255,193,7,.5)}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:rgba(0,0,0,.06)}.mat-slide-toggle .mat-ripple-element{background-color:rgba(255,193,7,.12)}.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#673ab7}.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:rgba(103,58,183,.5)}.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element{background-color:rgba(0,0,0,.06)}.mat-slide-toggle.mat-primary .mat-ripple-element{background-color:rgba(103,58,183,.12)}.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:rgba(244,67,54,.5)}.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element{background-color:rgba(0,0,0,.06)}.mat-slide-toggle.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.12)}.mat-disabled .mat-slide-toggle-thumb{background-color:#bdbdbd}.mat-disabled .mat-slide-toggle-bar{background-color:rgba(0,0,0,.1)}.mat-slide-toggle-thumb{background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#673ab7}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#ffd740}.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:-webkit-repeating-linear-gradient(left,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:-webkit-repeating-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.38)}.mat-step-header .mat-step-icon{background-color:#673ab7;color:#fff}.mat-step-header .mat-step-icon-not-touched{background-color:rgba(0,0,0,.38);color:#fff}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:rgba(0,0,0,.87)}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#673ab7}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#ffd740}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(0,0,0,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f44336}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#673ab7;color:#fff}.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{background:#323232;color:#fff}.mat-simple-snackbar-action{color:#ffd740}
/*# sourceMappingURL=index.css.map*/