<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*@import "./_various";*/
/*@import "./_prefixers";*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
body.microModule .slideInBottom [class*=ae-], body.microModule.slideInBottom [class*=ae-], body.microModule [class*=ae-].slideInBottom, body.microModule [class*=ae-] {
  visibility: hidden;
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.LOM-feedback-transition {
  /*-webkit-transition: background-color 1s linear;
  -moz-transition: background-color 1s linear;
  -o-transition: background-color 1s linear;
  transition: background-color 1s linear;*/
  /*background: white;*/
  animation: color-me-in 0.75s;
}

@keyframes color-me-in {
  0% {
    background: #c8f9af;
  }
  100% {
    background: white;
  }
}
/*@import "./_animations";*/
/*@import "./helpers/_helpers";*/
.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.verticalCenter {
  margin-left: auto;
  margin-right: auto;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/*@import "./_colors";*/
body {
  margin: 0;
  color: #333;
}

.error {
  color: #904136;
}

a {
  color: #2b4380;
  /*****************External open in a new window*******/
  /*****************External open in a new window*******/
}
a:visited {
  color: #7834bc;
}
a:hover, a:focus {
  text-decoration: none;
}
a.external::after {
  content: "";
  background-image: url("base/icon_external_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (-ms-high-contrast: active) {
  a.external::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="%23e0ff0a"%3E%3Cpath d="M15.64 7.025h-3.622v-2h7v7h-2v-3.55l-4.914 4.914l-1.414-1.414z"%2F%3E%3Cpath d="M10.982 6.975h-6v12h12v-6h-2v4h-8v-8h4z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 20px;
    width: 25px;
    height: 25px;
  }
}
a.csps-glossary::after {
  background: url("base/icon_glossary_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  margin-left: 3px;
}
html[lang=fr] a.csps-glossary::after {
  content: "(Voir la définition)";
}
html[lang=en] a.csps-glossary::after {
  content: "(See definition)";
}

.download-icon {
  background: url(base/icon_download.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 28px;
  content: "";
  position: absolute;
  right: 5%;
  margin-top: 10px;
  z-index: 5;
  text-indent: -9999px;
}
.download-icon:hover {
  background-position: 0px -28px;
}

.disabled,
.locked,
.module-is-locked,
.module-is-locked a {
  cursor: not-allowed !important;
}

.disabled,
.locked,
.module-is-locked,
.module-is-locked a {
  cursor: not-allowed !important;
}

.btn-default {
  color: #fff;
  background-color: var(--slate-blue);
  border-color: var(--slate-blue);
}
.btn-default:hover {
  color: #fff;
  background-color: var(--school-purple);
  border-color: var(--school-purple-drk);
}

button.btn,
input[type=submit].btn,
input[type=button].btn,
a.btn {
  border-radius: 0px;
  border: none;
  transition: background-color 0.2s;
}

details[open] {
  border-radius: 0;
  padding-bottom: 0;
}
details[open] p:last-child {
  margin-bottom: 0;
}
details[open] &gt; .tgl-panel {
  padding: 25px 0;
}
details[open] summary {
  margin-bottom: 0;
}
details summary {
  border-radius: 0;
}

html:not(.LOM-pageEdit-active) .LOM-element[data-lom-element=button]:not(:last-of-type) button.LOM-btn {
  margin-bottom: 10px;
}

/*@import "./_global-styles";*/
.mobile header #topbacknext a, #wb-bar .top-menu &gt; .row #wb-lng a:not(.tb-item) {
  color: var(--slate-blue);
  background-color: transparent;
}
.mobile header #topbacknext a:hover, #wb-bar .top-menu &gt; .row #wb-lng a:hover:not(.tb-item), .mobile header #topbacknext a:focus, #wb-bar .top-menu &gt; .row #wb-lng a:focus:not(.tb-item) {
  color: #fff;
  background-color: var(--school-purple);
}

#wb-sm .supermenu &gt; li &gt; a.item {
  color: var(--slate-blue);
  background-color: #fff;
}
#wb-sm .supermenu &gt; li &gt; a.item:hover, #wb-sm .supermenu &gt; li &gt; a.item:focus {
  color: #fff;
  background-color: var(--school-purple);
}

#wb-sm .sm.open li a {
  color: var(--slate-blue);
  background-color: #fff;
}
#wb-sm .sm.open li a:hover, #wb-sm .sm.open li a:focus {
  color: #fff;
  background-color: var(--true-blue);
}

#wb-bar .top-menu &gt; .row #wb-lng ul.tb-container a {
  color: #333;
  background-color: #fff;
}
#wb-bar .top-menu &gt; .row #wb-lng ul.tb-container a:hover, #wb-bar .top-menu &gt; .row #wb-lng ul.tb-container a:focus {
  color: #fff;
  background-color: var(--school-purple);
}

footer .backnext a:not(.disabled) {
  color: #fff;
  background-color: var(--school-purple-drk);
}
footer .backnext a:not(.disabled):hover, footer .backnext a:not(.disabled):focus {
  color: #fff;
  background-color: var(--darker-slate-blue);
}

/*@import "./_placeholders";*/
/* ------------------ HEADERS ------------------*/
/* ------------------ Font ------------------ */
.smaller {
  font-size: 0.8em;
}

.smallest {
  font-size: 0.5em;
}

body {
  font-family: "Open Sans";
  font-weight: 400;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/*@import "./_typography";*/
.glyphicon-search:before {
  content: "";
}

/* -------------------------
	CHEVRON issues
----------------------*/
span.glyphicon-chevron-down {
  margin-right: -27px;
}

/* bootstrap addition - offset right */
.col-xs-offset-right-12 {
  margin-right: 100%;
}

.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
html.desktop.skrollr-active {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
html.desktop.skrollr-active #admin_window {
  position: fixed;
}
html.desktop.skrollr-active header, html.desktop.skrollr-active footer {
  z-index: 1000 !important;
}
html.desktop.skrollr-active header, html.desktop.skrollr-active footer {
  width: 100%;
}
html.desktop.skrollr-active footer {
  bottom: 0px;
}

html.skrollr-disabled body {
  height: auto !important;
}
html.skrollr-disabled header, html.skrollr-disabled footer {
  position: relative !important;
}

/*-------------IMAGES -------------*/
.skrollr-img {
  background-origin: content-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*-------------SKROLLR NAV -------------*/
#skrollnav {
  position: fixed;
  margin-left: -15px;
  z-index: 1001;
}
#skrollnav h2 {
  font-size: 0.7em;
}
#skrollnav button, #skrollnav a {
  padding: 5px;
  display: block;
  font-size: 0.8em;
  overflow-x: hidden;
}

a.itemnav {
  padding: 5px;
  height: 30px;
  width: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 9999px;
}
a.itemnav:before {
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
}
a.itemnav.back:before {
  border-bottom: 15px grey solid;
}
a.itemnav.next:before {
  border-top: 15px grey solid;
}
a.itemnav:hover:before {
  border-bottom-color: black;
  border-top-color: black;
}

/*-------------MOVIE MODE NAV -------------*/
#movie-controls {
  z-index: 1002;
}
/* ---------------- MULTIMEDIA PLAYER BUTTONS --------------*/
#movie-controls {
  z-index: 2222;
}

.multimedia.skip-back, .multimedia.skip, .multimedia.play {
  height: 15px;
  width: 15px;
  padding-top: 8px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px transparent solid;
}
.multimedia.skip-back:hover, .multimedia.skip-back:focus, .multimedia.skip:hover, .multimedia.skip:focus, .multimedia.play:hover, .multimedia.play:focus {
  border-color: #999;
}
.multimedia.skip-back:after, .multimedia.skip:before, .multimedia.skip-back:before, .multimedia.skip:after, .multimedia.play:before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-radius: 4px;
}
.multimedia.skip-back:before, .multimedia.skip:after {
  border-color: #555;
  border-style: solid;
  border-width: 8px 1px 8px 2px;
}
.multimedia.skip-back:before:hover, .multimedia.skip-back:before:focus, .multimedia.skip:after:hover, .multimedia.skip:after:focus {
  border-color: black;
}
.multimedia.skip-back:after, .multimedia.skip:before, .multimedia.play:before {
  margin-left: -4px;
  border-width: 8px;
}
.multimedia.skip-back:after {
  border-color: transparent #555 transparent transparent;
}
.multimedia.skip:before, .multimedia.play:before {
  border-color: transparent transparent transparent #555;
}
.multimedia.skip:after {
  margin-left: 6px;
}
.multimedia.play:before {
  margin-left: 2px;
}
.multimedia.skip-back:after, .multimedia.skip:after {
  margin-top: -23px;
}
.multimedia.skip-back:hover:before, .multimedia.skip-back:focus:before {
  border-color: black;
}
.multimedia.skip-back:hover:after, .multimedia.skip-back:focus:after {
  border-color: transparent black transparent transparent;
}
.multimedia.skip:hover:before, .multimedia.skip:focus:before {
  border-color: transparent transparent transparent black;
}
.multimedia.skip:hover:after, .multimedia.skip:focus:after {
  border-color: black;
}

.skrollrstatus.inactive {
  color: #770000;
}
.skrollrstatus.active {
  color: #007700;
}
.skrollrstatus.transition {
  color: #A17D00;
}

html.skrollr body [data-skrollr-status=inactive] {
  /* width: 1px; */
  overflow: hidden;
  height: 1px;
  z-index: 1 !important;
}

.xxsmallview #skrollnav, .xsmallview #skrollnav, .smallview #skrollnav {
  display: none;
}

/*
 * This file is NOT needed in order to use skrollr.
 * The demo uses it and it may help you as well.
 */
.skrollable {
  /*
   * First-level skrollables are positioned relative to window
   */
  position: fixed;
  /*
   * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
   */
  z-index: 100;
}

.skrollr-mobile .skrollable {
  /*
  	May cause issues on Android default browser (see #331 on GitHub).
  */
  position: absolute;
}

.skrollable .skrollable {
  /*
   * Second-level skrollables are positioned relative their parent skrollable
   */
  position: absolute;
}

.skrollable .skrollable .skrollable {
  /*
   * Third-level (and below) skrollables are positioned static
   */
  position: static;
}

.mobile .wb-overlay {
  transition: right 0.5s ease;
  position: fixed;
  display: inline-block;
  right: -150%;
}
.mobile .wb-overlay.open {
  transition: right 0.5s ease;
  right: 0;
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-vertical effect ====== */
.mfp-move-vertical {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-vertical .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50px);
}
.mfp-move-vertical.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-vertical.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-vertical.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-vertical.mfp-removing .mfp-with-anim {
  transform: translateY(50px);
  opacity: 0;
}
.mfp-move-vertical.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

html .wb-tabs.carousel-s1 figure, .wb-tabs.carousel-s2 figure {
  background-color: transparent;
}

[data-lom-element=carousel] {
  margin-bottom: 45px;
}
[data-lom-element=carousel] ul[role=tablist] {
  top: 0px;
  height: 100%;
}
[data-lom-element=carousel] ul[role=tablist] .control.prv, [data-lom-element=carousel] ul[role=tablist] .control.nxt {
  height: 100%;
}
[data-lom-element=carousel] ul[role=tablist] .control.prv a, [data-lom-element=carousel] ul[role=tablist] .control.nxt a {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
[data-lom-element=carousel] ul[role=tablist] .control.prv a span, [data-lom-element=carousel] ul[role=tablist] .control.nxt a span {
  top: 40%;
}
[data-lom-element=carousel] ul[role=tablist] .control.prv a:hover, [data-lom-element=carousel] ul[role=tablist] .control.prv a:focus, [data-lom-element=carousel] ul[role=tablist] .control.nxt a:hover, [data-lom-element=carousel] ul[role=tablist] .control.nxt a:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
[data-lom-element=carousel] ul[role=tablist] .control.nxt {
  right: 0px;
  float: right;
  margin-right: -20px;
}
[data-lom-element=carousel] ul[role=tablist] .control.tab-count {
  clear: both;
  bottom: -45px;
  position: absolute;
  width: 100%;
  background-color: white;
}
[data-lom-element=carousel] ul[role=tablist] .control.plypause {
  display: none;
}
[data-lom-element=carousel] [data-lom-element=panel] {
  min-height: 100px;
}
.LOM-preview-active [data-lom-element=carousel] .tabpanels.LOM-holder {
  padding-left: 70px;
  padding-right: 70px;
}

/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * adjust size
 * ************************************************************/
/* *************************************************************************
 * -------------------------------- generate icon extends-------------------
 * usage @include iconpack
 * ************************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
button {
  --btn-bg-color: #e3e9f1;
}

/* *******************************************************************
 * BUTTON ENGINE
 * ***************************************************************** */
button[class*=snap-],
input[type=button][class*=snap-],
input[type=file][class*=snap-] {
  /* I get output to the CSS file */
  background-color: #eeeeee;
  height: 45px;
  position: relative;
  border-color: transparent;
  text-align: left;
  transition: background-color 0.2s, opacity 0.2s;
}
button[class*=snap-]::before,
input[type=button][class*=snap-]::before,
input[type=file][class*=snap-]::before {
  content: "";
  display: block;
  position: absolute;
  border: transparent solid 2px;
  border-radius: 0px !important;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
button[class*=snap-]:hover,
input[type=button][class*=snap-]:hover,
input[type=file][class*=snap-]:hover {
  background-color: #dddddd;
  border-color: transparent;
}
button[class*=snap-]:focus,
input[type=button][class*=snap-]:focus,
input[type=file][class*=snap-]:focus {
  background-color: #dddddd;
  border-color: transparent;
}

button.snap-xs {
  display: inline;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

button.snap-md.btn,
button.snap-sm.btn,
button.snap-xs.btn {
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
button.snap-md.btn::before,
button.snap-sm.btn::before,
button.snap-xs.btn::before {
  width: 30px;
  height: 30px;
  margin: 5px 7px;
}

button.btn,
input[type=button] {
  font-size: 1.125em;
  font-weight: 700;
  border-radius: 4px;
  padding: 0.625em 1.5em;
  line-height: 1.25;
  border: 1px solid transparent;
}
button.btn:focus-visible,
input[type=button]:focus-visible {
  outline: none;
}
button.btn.btn-primary,
button.btn .btn-default,
input[type=button].btn-primary,
input[type=button] .btn-default {
  background-color: var(--slate-blue);
  border-color: var(--slate-blue);
  color: var(--white-heat);
}
button.btn.btn-primary:hover,
button.btn .btn-default:hover,
input[type=button].btn-primary:hover,
input[type=button] .btn-default:hover {
  background-color: var(--school-purple-drk);
  border-color: var(--school-purple);
}
button.btn.btn-primary:focus-visible,
button.btn .btn-default:focus-visible,
input[type=button].btn-primary:focus-visible,
input[type=button] .btn-default:focus-visible {
  background-color: var(--slate-blue);
  border-color: var(--white-heat);
  box-shadow: 0 0 0 2px #006fbf;
}
button.btn.btn-secondary,
input[type=button].btn-secondary {
  background-color: var(--btn-bg-color);
  border-color: var(--slate-blue);
  color: #333;
}
button.btn.btn-secondary:hover,
input[type=button].btn-secondary:hover {
  background-color: var(--slate-blue);
  border-color: var(--slate-blue);
  color: var(--white-heat);
}
button.btn.btn-secondary:focus-visible,
input[type=button].btn-secondary:focus-visible {
  --btn-bg-color: var(--slate-blue);
  border-color: var(--white-heat);
  box-shadow: 0 0 0 2px #006fbf;
  color: var(--white-heat);
}

button.snap-lg,
button.snap-xl {
  padding: 1px 15px 1px 100px;
  min-height: 100px;
}
button.snap-lg::before,
button.snap-xl::before {
  width: 55px;
  height: 55px;
  margin: 20px;
}

button.snap-md,
button.snap-lg,
button.snap-xl {
  width: 100%;
  margin-bottom: 10px;
}

button.snap-xs {
  width: 45px;
  padding-left: 0px;
}

/* *************************************************************************
* -------------------------------- ICONPACK LIST generation-------------------
*   
* ************************************************************************/
button[class*=snap-].ico-LOM-newpage:before, input[type=button][class*=snap-].ico-LOM-newpage:before, input[type=file][class*=snap-].ico-LOM-newpage:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-newpage:before, html input[type=button][class*=snap-].ico-LOM-newpage:before, html input[type=file][class*=snap-].ico-LOM-newpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-newpage:focus:before, button[class*=snap-].ico-LOM-newpage:hover:before, input[type=button][class*=snap-].ico-LOM-newpage:focus:before, input[type=button][class*=snap-].ico-LOM-newpage:hover:before, input[type=file][class*=snap-].ico-LOM-newpage:focus:before, input[type=file][class*=snap-].ico-LOM-newpage:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-newpage:focus:before, html button[class*=snap-].ico-LOM-newpage:hover:before, html input[type=button][class*=snap-].ico-LOM-newpage:focus:before, html input[type=button][class*=snap-].ico-LOM-newpage:hover:before, html input[type=file][class*=snap-].ico-LOM-newpage:focus:before, html input[type=file][class*=snap-].ico-LOM-newpage:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-newpage:after, .LOM-ribbon-top.icon-newpage:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-newpage:before, .LOM-square-ribbon.icon-newpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-newpage .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-newpage .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-newpage .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-newpage .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-newpage .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-newpage .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-newpage .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-newpage .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-newpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-plus:before, input[type=button][class*=snap-].ico-LOM-plus:before, input[type=file][class*=snap-].ico-LOM-plus:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-plus:before, html input[type=button][class*=snap-].ico-LOM-plus:before, html input[type=file][class*=snap-].ico-LOM-plus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-plus:focus:before, button[class*=snap-].ico-LOM-plus:hover:before, input[type=button][class*=snap-].ico-LOM-plus:focus:before, input[type=button][class*=snap-].ico-LOM-plus:hover:before, input[type=file][class*=snap-].ico-LOM-plus:focus:before, input[type=file][class*=snap-].ico-LOM-plus:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-plus:focus:before, html button[class*=snap-].ico-LOM-plus:hover:before, html input[type=button][class*=snap-].ico-LOM-plus:focus:before, html input[type=button][class*=snap-].ico-LOM-plus:hover:before, html input[type=file][class*=snap-].ico-LOM-plus:focus:before, html input[type=file][class*=snap-].ico-LOM-plus:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-plus:after, .LOM-ribbon-top.icon-plus:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-plus:before, .LOM-square-ribbon.icon-plus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-plus .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-plus .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-plus .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-plus .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-plus .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-plus .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-plus .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-plus .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-plus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-layout:before, input[type=button][class*=snap-].ico-LOM-layout:before, input[type=file][class*=snap-].ico-LOM-layout:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-layout:before, html input[type=button][class*=snap-].ico-LOM-layout:before, html input[type=file][class*=snap-].ico-LOM-layout:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple)%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-layout:focus:before, button[class*=snap-].ico-LOM-layout:hover:before, input[type=button][class*=snap-].ico-LOM-layout:focus:before, input[type=button][class*=snap-].ico-LOM-layout:hover:before, input[type=file][class*=snap-].ico-LOM-layout:focus:before, input[type=file][class*=snap-].ico-LOM-layout:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-layout:focus:before, html button[class*=snap-].ico-LOM-layout:hover:before, html input[type=button][class*=snap-].ico-LOM-layout:focus:before, html input[type=button][class*=snap-].ico-LOM-layout:hover:before, html input[type=file][class*=snap-].ico-LOM-layout:focus:before, html input[type=file][class*=snap-].ico-LOM-layout:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk)%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-layout:after, .LOM-ribbon-top.icon-layout:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-layout:before, .LOM-square-ribbon.icon-layout:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-layout .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-layout .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-layout .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-layout .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-layout .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-layout .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-layout .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-layout .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-layout:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-texttool:before, input[type=button][class*=snap-].ico-LOM-texttool:before, input[type=file][class*=snap-].ico-LOM-texttool:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-texttool:before, html input[type=button][class*=snap-].ico-LOM-texttool:before, html input[type=file][class*=snap-].ico-LOM-texttool:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-texttool:focus:before, button[class*=snap-].ico-LOM-texttool:hover:before, input[type=button][class*=snap-].ico-LOM-texttool:focus:before, input[type=button][class*=snap-].ico-LOM-texttool:hover:before, input[type=file][class*=snap-].ico-LOM-texttool:focus:before, input[type=file][class*=snap-].ico-LOM-texttool:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-texttool:focus:before, html button[class*=snap-].ico-LOM-texttool:hover:before, html input[type=button][class*=snap-].ico-LOM-texttool:focus:before, html input[type=button][class*=snap-].ico-LOM-texttool:hover:before, html input[type=file][class*=snap-].ico-LOM-texttool:focus:before, html input[type=file][class*=snap-].ico-LOM-texttool:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-texttool:after, .LOM-ribbon-top.icon-texttool:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-texttool:before, .LOM-square-ribbon.icon-texttool:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-texttool .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-texttool .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-texttool .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-texttool .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-texttool .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-texttool .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-texttool .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-texttool .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-texttool:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-custom:before, input[type=button][class*=snap-].ico-LOM-custom:before, input[type=file][class*=snap-].ico-LOM-custom:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-custom:before, html input[type=button][class*=snap-].ico-LOM-custom:before, html input[type=file][class*=snap-].ico-LOM-custom:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-custom:focus:before, button[class*=snap-].ico-LOM-custom:hover:before, input[type=button][class*=snap-].ico-LOM-custom:focus:before, input[type=button][class*=snap-].ico-LOM-custom:hover:before, input[type=file][class*=snap-].ico-LOM-custom:focus:before, input[type=file][class*=snap-].ico-LOM-custom:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-custom:focus:before, html button[class*=snap-].ico-LOM-custom:hover:before, html input[type=button][class*=snap-].ico-LOM-custom:focus:before, html input[type=button][class*=snap-].ico-LOM-custom:hover:before, html input[type=file][class*=snap-].ico-LOM-custom:focus:before, html input[type=file][class*=snap-].ico-LOM-custom:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-custom:after, .LOM-ribbon-top.icon-custom:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-custom:before, .LOM-square-ribbon.icon-custom:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-custom .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-custom .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-custom .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-custom .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-custom .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-custom .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-custom .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-custom .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-custom:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-image:before, input[type=button][class*=snap-].ico-LOM-image:before, input[type=file][class*=snap-].ico-LOM-image:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-image:before, html input[type=button][class*=snap-].ico-LOM-image:before, html input[type=file][class*=snap-].ico-LOM-image:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-image:focus:before, button[class*=snap-].ico-LOM-image:hover:before, input[type=button][class*=snap-].ico-LOM-image:focus:before, input[type=button][class*=snap-].ico-LOM-image:hover:before, input[type=file][class*=snap-].ico-LOM-image:focus:before, input[type=file][class*=snap-].ico-LOM-image:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-image:focus:before, html button[class*=snap-].ico-LOM-image:hover:before, html input[type=button][class*=snap-].ico-LOM-image:focus:before, html input[type=button][class*=snap-].ico-LOM-image:hover:before, html input[type=file][class*=snap-].ico-LOM-image:focus:before, html input[type=file][class*=snap-].ico-LOM-image:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-image:after, .LOM-ribbon-top.icon-image:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-image:before, .LOM-square-ribbon.icon-image:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-image .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-image .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-image .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-image .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-image .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-image .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-image .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-image .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-image:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-wrench:before, input[type=button][class*=snap-].ico-LOM-wrench:before, input[type=file][class*=snap-].ico-LOM-wrench:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-wrench:before, html input[type=button][class*=snap-].ico-LOM-wrench:before, html input[type=file][class*=snap-].ico-LOM-wrench:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-wrench:focus:before, button[class*=snap-].ico-LOM-wrench:hover:before, input[type=button][class*=snap-].ico-LOM-wrench:focus:before, input[type=button][class*=snap-].ico-LOM-wrench:hover:before, input[type=file][class*=snap-].ico-LOM-wrench:focus:before, input[type=file][class*=snap-].ico-LOM-wrench:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-wrench:focus:before, html button[class*=snap-].ico-LOM-wrench:hover:before, html input[type=button][class*=snap-].ico-LOM-wrench:focus:before, html input[type=button][class*=snap-].ico-LOM-wrench:hover:before, html input[type=file][class*=snap-].ico-LOM-wrench:focus:before, html input[type=file][class*=snap-].ico-LOM-wrench:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-wrench:after, .LOM-ribbon-top.icon-wrench:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-wrench:before, .LOM-square-ribbon.icon-wrench:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-wrench .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-wrench .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-wrench .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-wrench .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-wrench .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-wrench .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-wrench .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-wrench .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-wrench:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-preview:before, input[type=button][class*=snap-].ico-LOM-preview:before, input[type=file][class*=snap-].ico-LOM-preview:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-preview:before, html input[type=button][class*=snap-].ico-LOM-preview:before, html input[type=file][class*=snap-].ico-LOM-preview:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-preview:focus:before, button[class*=snap-].ico-LOM-preview:hover:before, input[type=button][class*=snap-].ico-LOM-preview:focus:before, input[type=button][class*=snap-].ico-LOM-preview:hover:before, input[type=file][class*=snap-].ico-LOM-preview:focus:before, input[type=file][class*=snap-].ico-LOM-preview:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-preview:focus:before, html button[class*=snap-].ico-LOM-preview:hover:before, html input[type=button][class*=snap-].ico-LOM-preview:focus:before, html input[type=button][class*=snap-].ico-LOM-preview:hover:before, html input[type=file][class*=snap-].ico-LOM-preview:focus:before, html input[type=file][class*=snap-].ico-LOM-preview:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-preview:after, .LOM-ribbon-top.icon-preview:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-preview:before, .LOM-square-ribbon.icon-preview:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-preview .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-preview .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-preview .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-preview .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-preview .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preview .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preview .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preview .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-preview:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-details:before, input[type=button][class*=snap-].ico-LOM-details:before, input[type=file][class*=snap-].ico-LOM-details:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-details:before, html input[type=button][class*=snap-].ico-LOM-details:before, html input[type=file][class*=snap-].ico-LOM-details:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-details:focus:before, button[class*=snap-].ico-LOM-details:hover:before, input[type=button][class*=snap-].ico-LOM-details:focus:before, input[type=button][class*=snap-].ico-LOM-details:hover:before, input[type=file][class*=snap-].ico-LOM-details:focus:before, input[type=file][class*=snap-].ico-LOM-details:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-details:focus:before, html button[class*=snap-].ico-LOM-details:hover:before, html input[type=button][class*=snap-].ico-LOM-details:focus:before, html input[type=button][class*=snap-].ico-LOM-details:hover:before, html input[type=file][class*=snap-].ico-LOM-details:focus:before, html input[type=file][class*=snap-].ico-LOM-details:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-details:after, .LOM-ribbon-top.icon-details:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-details:before, .LOM-square-ribbon.icon-details:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-details .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-details .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-details .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-details .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-details .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-details .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-details .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-details .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-details:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-move:before, input[type=button][class*=snap-].ico-LOM-move:before, input[type=file][class*=snap-].ico-LOM-move:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-move:before, html input[type=button][class*=snap-].ico-LOM-move:before, html input[type=file][class*=snap-].ico-LOM-move:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-move:focus:before, button[class*=snap-].ico-LOM-move:hover:before, input[type=button][class*=snap-].ico-LOM-move:focus:before, input[type=button][class*=snap-].ico-LOM-move:hover:before, input[type=file][class*=snap-].ico-LOM-move:focus:before, input[type=file][class*=snap-].ico-LOM-move:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-move:focus:before, html button[class*=snap-].ico-LOM-move:hover:before, html input[type=button][class*=snap-].ico-LOM-move:focus:before, html input[type=button][class*=snap-].ico-LOM-move:hover:before, html input[type=file][class*=snap-].ico-LOM-move:focus:before, html input[type=file][class*=snap-].ico-LOM-move:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-move:after, .LOM-ribbon-top.icon-move:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-move:before, .LOM-square-ribbon.icon-move:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-move .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-move .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-move .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-move .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-move .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-move .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-move .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-move .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-move:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-gear:before, input[type=button][class*=snap-].ico-LOM-gear:before, input[type=file][class*=snap-].ico-LOM-gear:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-gear:before, html input[type=button][class*=snap-].ico-LOM-gear:before, html input[type=file][class*=snap-].ico-LOM-gear:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-gear:focus:before, button[class*=snap-].ico-LOM-gear:hover:before, input[type=button][class*=snap-].ico-LOM-gear:focus:before, input[type=button][class*=snap-].ico-LOM-gear:hover:before, input[type=file][class*=snap-].ico-LOM-gear:focus:before, input[type=file][class*=snap-].ico-LOM-gear:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-gear:focus:before, html button[class*=snap-].ico-LOM-gear:hover:before, html input[type=button][class*=snap-].ico-LOM-gear:focus:before, html input[type=button][class*=snap-].ico-LOM-gear:hover:before, html input[type=file][class*=snap-].ico-LOM-gear:focus:before, html input[type=file][class*=snap-].ico-LOM-gear:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-gear:after, .LOM-ribbon-top.icon-gear:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-gear:before, .LOM-square-ribbon.icon-gear:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-gear .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-gear .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-gear .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-gear .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-gear .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-gear .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-gear .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-gear .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-gear:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-structure:before, input[type=button][class*=snap-].ico-LOM-structure:before, input[type=file][class*=snap-].ico-LOM-structure:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-structure:before, html input[type=button][class*=snap-].ico-LOM-structure:before, html input[type=file][class*=snap-].ico-LOM-structure:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-structure:focus:before, button[class*=snap-].ico-LOM-structure:hover:before, input[type=button][class*=snap-].ico-LOM-structure:focus:before, input[type=button][class*=snap-].ico-LOM-structure:hover:before, input[type=file][class*=snap-].ico-LOM-structure:focus:before, input[type=file][class*=snap-].ico-LOM-structure:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-structure:focus:before, html button[class*=snap-].ico-LOM-structure:hover:before, html input[type=button][class*=snap-].ico-LOM-structure:focus:before, html input[type=button][class*=snap-].ico-LOM-structure:hover:before, html input[type=file][class*=snap-].ico-LOM-structure:focus:before, html input[type=file][class*=snap-].ico-LOM-structure:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-structure:after, .LOM-ribbon-top.icon-structure:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-structure:before, .LOM-square-ribbon.icon-structure:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-structure .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-structure .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-structure .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-structure .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-structure .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-structure .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-structure .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-structure .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-structure:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-theme:before, input[type=button][class*=snap-].ico-LOM-theme:before, input[type=file][class*=snap-].ico-LOM-theme:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-theme:before, html input[type=button][class*=snap-].ico-LOM-theme:before, html input[type=file][class*=snap-].ico-LOM-theme:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-theme:focus:before, button[class*=snap-].ico-LOM-theme:hover:before, input[type=button][class*=snap-].ico-LOM-theme:focus:before, input[type=button][class*=snap-].ico-LOM-theme:hover:before, input[type=file][class*=snap-].ico-LOM-theme:focus:before, input[type=file][class*=snap-].ico-LOM-theme:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-theme:focus:before, html button[class*=snap-].ico-LOM-theme:hover:before, html input[type=button][class*=snap-].ico-LOM-theme:focus:before, html input[type=button][class*=snap-].ico-LOM-theme:hover:before, html input[type=file][class*=snap-].ico-LOM-theme:focus:before, html input[type=file][class*=snap-].ico-LOM-theme:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-theme:after, .LOM-ribbon-top.icon-theme:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-theme:before, .LOM-square-ribbon.icon-theme:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-theme .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-theme .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-theme .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-theme .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-theme .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-theme .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-theme .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-theme .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-theme:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-editpage:before, input[type=button][class*=snap-].ico-LOM-editpage:before, input[type=file][class*=snap-].ico-LOM-editpage:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-editpage:before, html input[type=button][class*=snap-].ico-LOM-editpage:before, html input[type=file][class*=snap-].ico-LOM-editpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-editpage:focus:before, button[class*=snap-].ico-LOM-editpage:hover:before, input[type=button][class*=snap-].ico-LOM-editpage:focus:before, input[type=button][class*=snap-].ico-LOM-editpage:hover:before, input[type=file][class*=snap-].ico-LOM-editpage:focus:before, input[type=file][class*=snap-].ico-LOM-editpage:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-editpage:focus:before, html button[class*=snap-].ico-LOM-editpage:hover:before, html input[type=button][class*=snap-].ico-LOM-editpage:focus:before, html input[type=button][class*=snap-].ico-LOM-editpage:hover:before, html input[type=file][class*=snap-].ico-LOM-editpage:focus:before, html input[type=file][class*=snap-].ico-LOM-editpage:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-editpage:after, .LOM-ribbon-top.icon-editpage:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-editpage:before, .LOM-square-ribbon.icon-editpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-editpage .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-editpage .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-editpage .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-editpage .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-editpage .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editpage .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editpage .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editpage .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-editpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-upload:before, input[type=button][class*=snap-].ico-LOM-upload:before, input[type=file][class*=snap-].ico-LOM-upload:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-upload:before, html input[type=button][class*=snap-].ico-LOM-upload:before, html input[type=file][class*=snap-].ico-LOM-upload:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-upload:focus:before, button[class*=snap-].ico-LOM-upload:hover:before, input[type=button][class*=snap-].ico-LOM-upload:focus:before, input[type=button][class*=snap-].ico-LOM-upload:hover:before, input[type=file][class*=snap-].ico-LOM-upload:focus:before, input[type=file][class*=snap-].ico-LOM-upload:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-upload:focus:before, html button[class*=snap-].ico-LOM-upload:hover:before, html input[type=button][class*=snap-].ico-LOM-upload:focus:before, html input[type=button][class*=snap-].ico-LOM-upload:hover:before, html input[type=file][class*=snap-].ico-LOM-upload:focus:before, html input[type=file][class*=snap-].ico-LOM-upload:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-upload:after, .LOM-ribbon-top.icon-upload:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-upload:before, .LOM-square-ribbon.icon-upload:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-upload .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-upload .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-upload .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-upload .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-upload .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-upload .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-upload .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-upload .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-upload:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-download:before, input[type=button][class*=snap-].ico-LOM-download:before, input[type=file][class*=snap-].ico-LOM-download:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-download:before, html input[type=button][class*=snap-].ico-LOM-download:before, html input[type=file][class*=snap-].ico-LOM-download:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-download:focus:before, button[class*=snap-].ico-LOM-download:hover:before, input[type=button][class*=snap-].ico-LOM-download:focus:before, input[type=button][class*=snap-].ico-LOM-download:hover:before, input[type=file][class*=snap-].ico-LOM-download:focus:before, input[type=file][class*=snap-].ico-LOM-download:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-download:focus:before, html button[class*=snap-].ico-LOM-download:hover:before, html input[type=button][class*=snap-].ico-LOM-download:focus:before, html input[type=button][class*=snap-].ico-LOM-download:hover:before, html input[type=file][class*=snap-].ico-LOM-download:focus:before, html input[type=file][class*=snap-].ico-LOM-download:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-download:after, .LOM-ribbon-top.icon-download:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-download:before, .LOM-square-ribbon.icon-download:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-download .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-download .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-download .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-download .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-download .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-download .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-download .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-download .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-download:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-trash:before, input[type=button][class*=snap-].ico-LOM-trash:before, input[type=file][class*=snap-].ico-LOM-trash:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-trash:before, html input[type=button][class*=snap-].ico-LOM-trash:before, html input[type=file][class*=snap-].ico-LOM-trash:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-trash:focus:before, button[class*=snap-].ico-LOM-trash:hover:before, input[type=button][class*=snap-].ico-LOM-trash:focus:before, input[type=button][class*=snap-].ico-LOM-trash:hover:before, input[type=file][class*=snap-].ico-LOM-trash:focus:before, input[type=file][class*=snap-].ico-LOM-trash:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-trash:focus:before, html button[class*=snap-].ico-LOM-trash:hover:before, html input[type=button][class*=snap-].ico-LOM-trash:focus:before, html input[type=button][class*=snap-].ico-LOM-trash:hover:before, html input[type=file][class*=snap-].ico-LOM-trash:focus:before, html input[type=file][class*=snap-].ico-LOM-trash:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-trash:after, .LOM-ribbon-top.icon-trash:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-trash:before, .LOM-square-ribbon.icon-trash:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-trash .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-trash .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-trash .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-trash .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-trash .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-trash .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-trash .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-trash .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-trash:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-tabs:before, input[type=button][class*=snap-].ico-LOM-tabs:before, input[type=file][class*=snap-].ico-LOM-tabs:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-tabs:before, html input[type=button][class*=snap-].ico-LOM-tabs:before, html input[type=file][class*=snap-].ico-LOM-tabs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-tabs:focus:before, button[class*=snap-].ico-LOM-tabs:hover:before, input[type=button][class*=snap-].ico-LOM-tabs:focus:before, input[type=button][class*=snap-].ico-LOM-tabs:hover:before, input[type=file][class*=snap-].ico-LOM-tabs:focus:before, input[type=file][class*=snap-].ico-LOM-tabs:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-tabs:focus:before, html button[class*=snap-].ico-LOM-tabs:hover:before, html input[type=button][class*=snap-].ico-LOM-tabs:focus:before, html input[type=button][class*=snap-].ico-LOM-tabs:hover:before, html input[type=file][class*=snap-].ico-LOM-tabs:focus:before, html input[type=file][class*=snap-].ico-LOM-tabs:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-tabs:after, .LOM-ribbon-top.icon-tabs:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-tabs:before, .LOM-square-ribbon.icon-tabs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-tabs .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-tabs .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-tabs .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-tabs .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-tabs .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tabs .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tabs .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tabs .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-tabs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-lightbox:before, input[type=button][class*=snap-].ico-LOM-lightbox:before, input[type=file][class*=snap-].ico-LOM-lightbox:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-lightbox:before, html input[type=button][class*=snap-].ico-LOM-lightbox:before, html input[type=file][class*=snap-].ico-LOM-lightbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-lightbox:focus:before, button[class*=snap-].ico-LOM-lightbox:hover:before, input[type=button][class*=snap-].ico-LOM-lightbox:focus:before, input[type=button][class*=snap-].ico-LOM-lightbox:hover:before, input[type=file][class*=snap-].ico-LOM-lightbox:focus:before, input[type=file][class*=snap-].ico-LOM-lightbox:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-lightbox:focus:before, html button[class*=snap-].ico-LOM-lightbox:hover:before, html input[type=button][class*=snap-].ico-LOM-lightbox:focus:before, html input[type=button][class*=snap-].ico-LOM-lightbox:hover:before, html input[type=file][class*=snap-].ico-LOM-lightbox:focus:before, html input[type=file][class*=snap-].ico-LOM-lightbox:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-lightbox:after, .LOM-ribbon-top.icon-lightbox:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-lightbox:before, .LOM-square-ribbon.icon-lightbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-lightbox .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-lightbox .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-lightbox .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-lightbox .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-lightbox .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lightbox .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lightbox .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lightbox .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-lightbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-audio:before, input[type=button][class*=snap-].ico-LOM-audio:before, input[type=file][class*=snap-].ico-LOM-audio:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-audio:before, html input[type=button][class*=snap-].ico-LOM-audio:before, html input[type=file][class*=snap-].ico-LOM-audio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-audio:focus:before, button[class*=snap-].ico-LOM-audio:hover:before, input[type=button][class*=snap-].ico-LOM-audio:focus:before, input[type=button][class*=snap-].ico-LOM-audio:hover:before, input[type=file][class*=snap-].ico-LOM-audio:focus:before, input[type=file][class*=snap-].ico-LOM-audio:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-audio:focus:before, html button[class*=snap-].ico-LOM-audio:hover:before, html input[type=button][class*=snap-].ico-LOM-audio:focus:before, html input[type=button][class*=snap-].ico-LOM-audio:hover:before, html input[type=file][class*=snap-].ico-LOM-audio:focus:before, html input[type=file][class*=snap-].ico-LOM-audio:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-audio:after, .LOM-ribbon-top.icon-audio:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-audio:before, .LOM-square-ribbon.icon-audio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-audio .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-audio .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-audio .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-audio .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-audio .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-audio .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-audio .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-audio .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-audio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-video:before, input[type=button][class*=snap-].ico-LOM-video:before, input[type=file][class*=snap-].ico-LOM-video:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-video:before, html input[type=button][class*=snap-].ico-LOM-video:before, html input[type=file][class*=snap-].ico-LOM-video:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-video:focus:before, button[class*=snap-].ico-LOM-video:hover:before, input[type=button][class*=snap-].ico-LOM-video:focus:before, input[type=button][class*=snap-].ico-LOM-video:hover:before, input[type=file][class*=snap-].ico-LOM-video:focus:before, input[type=file][class*=snap-].ico-LOM-video:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-video:focus:before, html button[class*=snap-].ico-LOM-video:hover:before, html input[type=button][class*=snap-].ico-LOM-video:focus:before, html input[type=button][class*=snap-].ico-LOM-video:hover:before, html input[type=file][class*=snap-].ico-LOM-video:focus:before, html input[type=file][class*=snap-].ico-LOM-video:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-video:after, .LOM-ribbon-top.icon-video:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-video:before, .LOM-square-ribbon.icon-video:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-video .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-video .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-video .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-video .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-video .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-video .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-video .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-video .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-video:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-classPicker:before, input[type=button][class*=snap-].ico-LOM-classPicker:before, input[type=file][class*=snap-].ico-LOM-classPicker:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-classPicker:before, html input[type=button][class*=snap-].ico-LOM-classPicker:before, html input[type=file][class*=snap-].ico-LOM-classPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-classPicker:focus:before, button[class*=snap-].ico-LOM-classPicker:hover:before, input[type=button][class*=snap-].ico-LOM-classPicker:focus:before, input[type=button][class*=snap-].ico-LOM-classPicker:hover:before, input[type=file][class*=snap-].ico-LOM-classPicker:focus:before, input[type=file][class*=snap-].ico-LOM-classPicker:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-classPicker:focus:before, html button[class*=snap-].ico-LOM-classPicker:hover:before, html input[type=button][class*=snap-].ico-LOM-classPicker:focus:before, html input[type=button][class*=snap-].ico-LOM-classPicker:hover:before, html input[type=file][class*=snap-].ico-LOM-classPicker:focus:before, html input[type=file][class*=snap-].ico-LOM-classPicker:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-classPicker:after, .LOM-ribbon-top.icon-classPicker:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-classPicker:before, .LOM-square-ribbon.icon-classPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-classPicker .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-classPicker .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-classPicker .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-classPicker .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-classPicker .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-classPicker .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-classPicker .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-classPicker .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-classPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-ribbonPicker:before, input[type=button][class*=snap-].ico-LOM-ribbonPicker:before, input[type=file][class*=snap-].ico-LOM-ribbonPicker:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-ribbonPicker:before, html input[type=button][class*=snap-].ico-LOM-ribbonPicker:before, html input[type=file][class*=snap-].ico-LOM-ribbonPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-ribbonPicker:focus:before, button[class*=snap-].ico-LOM-ribbonPicker:hover:before, input[type=button][class*=snap-].ico-LOM-ribbonPicker:focus:before, input[type=button][class*=snap-].ico-LOM-ribbonPicker:hover:before, input[type=file][class*=snap-].ico-LOM-ribbonPicker:focus:before, input[type=file][class*=snap-].ico-LOM-ribbonPicker:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-ribbonPicker:focus:before, html button[class*=snap-].ico-LOM-ribbonPicker:hover:before, html input[type=button][class*=snap-].ico-LOM-ribbonPicker:focus:before, html input[type=button][class*=snap-].ico-LOM-ribbonPicker:hover:before, html input[type=file][class*=snap-].ico-LOM-ribbonPicker:focus:before, html input[type=file][class*=snap-].ico-LOM-ribbonPicker:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-ribbonPicker:after, .LOM-ribbon-top.icon-ribbonPicker:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-ribbonPicker:before, .LOM-square-ribbon.icon-ribbonPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-ribbonPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-resources:before, input[type=button][class*=snap-].ico-LOM-resources:before, input[type=file][class*=snap-].ico-LOM-resources:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-resources:before, html input[type=button][class*=snap-].ico-LOM-resources:before, html input[type=file][class*=snap-].ico-LOM-resources:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-resources:focus:before, button[class*=snap-].ico-LOM-resources:hover:before, input[type=button][class*=snap-].ico-LOM-resources:focus:before, input[type=button][class*=snap-].ico-LOM-resources:hover:before, input[type=file][class*=snap-].ico-LOM-resources:focus:before, input[type=file][class*=snap-].ico-LOM-resources:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-resources:focus:before, html button[class*=snap-].ico-LOM-resources:hover:before, html input[type=button][class*=snap-].ico-LOM-resources:focus:before, html input[type=button][class*=snap-].ico-LOM-resources:hover:before, html input[type=file][class*=snap-].ico-LOM-resources:focus:before, html input[type=file][class*=snap-].ico-LOM-resources:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-resources:after, .LOM-ribbon-top.icon-resources:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-resources:before, .LOM-square-ribbon.icon-resources:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-resources .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-resources .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-resources .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-resources .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-resources .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-resources .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-resources .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-resources .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-resources:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-login:before, input[type=button][class*=snap-].ico-LOM-login:before, input[type=file][class*=snap-].ico-LOM-login:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-login:before, html input[type=button][class*=snap-].ico-LOM-login:before, html input[type=file][class*=snap-].ico-LOM-login:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-login:focus:before, button[class*=snap-].ico-LOM-login:hover:before, input[type=button][class*=snap-].ico-LOM-login:focus:before, input[type=button][class*=snap-].ico-LOM-login:hover:before, input[type=file][class*=snap-].ico-LOM-login:focus:before, input[type=file][class*=snap-].ico-LOM-login:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-login:focus:before, html button[class*=snap-].ico-LOM-login:hover:before, html input[type=button][class*=snap-].ico-LOM-login:focus:before, html input[type=button][class*=snap-].ico-LOM-login:hover:before, html input[type=file][class*=snap-].ico-LOM-login:focus:before, html input[type=file][class*=snap-].ico-LOM-login:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-login:after, .LOM-ribbon-top.icon-login:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-login:before, .LOM-square-ribbon.icon-login:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-login .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-login .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-login .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-login .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-login .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-login .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-login .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-login .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-login:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-faq:before, input[type=button][class*=snap-].ico-LOM-faq:before, input[type=file][class*=snap-].ico-LOM-faq:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-faq:before, html input[type=button][class*=snap-].ico-LOM-faq:before, html input[type=file][class*=snap-].ico-LOM-faq:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-faq:focus:before, button[class*=snap-].ico-LOM-faq:hover:before, input[type=button][class*=snap-].ico-LOM-faq:focus:before, input[type=button][class*=snap-].ico-LOM-faq:hover:before, input[type=file][class*=snap-].ico-LOM-faq:focus:before, input[type=file][class*=snap-].ico-LOM-faq:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-faq:focus:before, html button[class*=snap-].ico-LOM-faq:hover:before, html input[type=button][class*=snap-].ico-LOM-faq:focus:before, html input[type=button][class*=snap-].ico-LOM-faq:hover:before, html input[type=file][class*=snap-].ico-LOM-faq:focus:before, html input[type=file][class*=snap-].ico-LOM-faq:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-faq:after, .LOM-ribbon-top.icon-faq:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-faq:before, .LOM-square-ribbon.icon-faq:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-faq .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-faq .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-faq .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-faq .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-faq .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-faq .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-faq .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-faq .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-faq:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-buildYourOwn:before, input[type=button][class*=snap-].ico-LOM-buildYourOwn:before, input[type=file][class*=snap-].ico-LOM-buildYourOwn:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-buildYourOwn:before, html input[type=button][class*=snap-].ico-LOM-buildYourOwn:before, html input[type=file][class*=snap-].ico-LOM-buildYourOwn:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-buildYourOwn:focus:before, button[class*=snap-].ico-LOM-buildYourOwn:hover:before, input[type=button][class*=snap-].ico-LOM-buildYourOwn:focus:before, input[type=button][class*=snap-].ico-LOM-buildYourOwn:hover:before, input[type=file][class*=snap-].ico-LOM-buildYourOwn:focus:before, input[type=file][class*=snap-].ico-LOM-buildYourOwn:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-buildYourOwn:focus:before, html button[class*=snap-].ico-LOM-buildYourOwn:hover:before, html input[type=button][class*=snap-].ico-LOM-buildYourOwn:focus:before, html input[type=button][class*=snap-].ico-LOM-buildYourOwn:hover:before, html input[type=file][class*=snap-].ico-LOM-buildYourOwn:focus:before, html input[type=file][class*=snap-].ico-LOM-buildYourOwn:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-buildYourOwn:after, .LOM-ribbon-top.icon-buildYourOwn:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-buildYourOwn:before, .LOM-square-ribbon.icon-buildYourOwn:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-buildYourOwn:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-btngroup:before, input[type=button][class*=snap-].ico-LOM-btngroup:before, input[type=file][class*=snap-].ico-LOM-btngroup:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-btngroup:before, html input[type=button][class*=snap-].ico-LOM-btngroup:before, html input[type=file][class*=snap-].ico-LOM-btngroup:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-btngroup:focus:before, button[class*=snap-].ico-LOM-btngroup:hover:before, input[type=button][class*=snap-].ico-LOM-btngroup:focus:before, input[type=button][class*=snap-].ico-LOM-btngroup:hover:before, input[type=file][class*=snap-].ico-LOM-btngroup:focus:before, input[type=file][class*=snap-].ico-LOM-btngroup:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-btngroup:focus:before, html button[class*=snap-].ico-LOM-btngroup:hover:before, html input[type=button][class*=snap-].ico-LOM-btngroup:focus:before, html input[type=button][class*=snap-].ico-LOM-btngroup:hover:before, html input[type=file][class*=snap-].ico-LOM-btngroup:focus:before, html input[type=file][class*=snap-].ico-LOM-btngroup:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-btngroup:after, .LOM-ribbon-top.icon-btngroup:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-btngroup:before, .LOM-square-ribbon.icon-btngroup:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-btngroup .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-btngroup .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-btngroup .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-btngroup .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-btngroup .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-btngroup .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-btngroup .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-btngroup .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-btngroup:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-search:before, input[type=button][class*=snap-].ico-LOM-search:before, input[type=file][class*=snap-].ico-LOM-search:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-search:before, html input[type=button][class*=snap-].ico-LOM-search:before, html input[type=file][class*=snap-].ico-LOM-search:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-search:focus:before, button[class*=snap-].ico-LOM-search:hover:before, input[type=button][class*=snap-].ico-LOM-search:focus:before, input[type=button][class*=snap-].ico-LOM-search:hover:before, input[type=file][class*=snap-].ico-LOM-search:focus:before, input[type=file][class*=snap-].ico-LOM-search:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-search:focus:before, html button[class*=snap-].ico-LOM-search:hover:before, html input[type=button][class*=snap-].ico-LOM-search:focus:before, html input[type=button][class*=snap-].ico-LOM-search:hover:before, html input[type=file][class*=snap-].ico-LOM-search:focus:before, html input[type=file][class*=snap-].ico-LOM-search:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-search:after, .LOM-ribbon-top.icon-search:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-search:before, .LOM-square-ribbon.icon-search:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-search .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-search .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-search .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-search .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-search .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-search .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-search .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-search .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-search:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-home:before, input[type=button][class*=snap-].ico-LOM-home:before, input[type=file][class*=snap-].ico-LOM-home:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-home:before, html input[type=button][class*=snap-].ico-LOM-home:before, html input[type=file][class*=snap-].ico-LOM-home:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='var(--school-purple)' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}
button[class*=snap-].ico-LOM-home:focus:before, button[class*=snap-].ico-LOM-home:hover:before, input[type=button][class*=snap-].ico-LOM-home:focus:before, input[type=button][class*=snap-].ico-LOM-home:hover:before, input[type=file][class*=snap-].ico-LOM-home:focus:before, input[type=file][class*=snap-].ico-LOM-home:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-home:focus:before, html button[class*=snap-].ico-LOM-home:hover:before, html input[type=button][class*=snap-].ico-LOM-home:focus:before, html input[type=button][class*=snap-].ico-LOM-home:hover:before, html input[type=file][class*=snap-].ico-LOM-home:focus:before, html input[type=file][class*=snap-].ico-LOM-home:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='var(--school-purple-drk)' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

.LOM-ribbon.icon-home:after, .LOM-ribbon-top.icon-home:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

.LOM-circle-ribbon.icon-home:before, .LOM-square-ribbon.icon-home:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

.LOM-iconbox.icon-home .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-home .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-home .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-home .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-home .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-home .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-home .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-home .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

span.LOM-icon.icon-home:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

button[class*=snap-].ico-LOM-course:before, input[type=button][class*=snap-].ico-LOM-course:before, input[type=file][class*=snap-].ico-LOM-course:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-course:before, html input[type=button][class*=snap-].ico-LOM-course:before, html input[type=file][class*=snap-].ico-LOM-course:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-course:focus:before, button[class*=snap-].ico-LOM-course:hover:before, input[type=button][class*=snap-].ico-LOM-course:focus:before, input[type=button][class*=snap-].ico-LOM-course:hover:before, input[type=file][class*=snap-].ico-LOM-course:focus:before, input[type=file][class*=snap-].ico-LOM-course:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-course:focus:before, html button[class*=snap-].ico-LOM-course:hover:before, html input[type=button][class*=snap-].ico-LOM-course:focus:before, html input[type=button][class*=snap-].ico-LOM-course:hover:before, html input[type=file][class*=snap-].ico-LOM-course:focus:before, html input[type=file][class*=snap-].ico-LOM-course:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-course:after, .LOM-ribbon-top.icon-course:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-course:before, .LOM-square-ribbon.icon-course:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-course .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-course .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-course .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-course .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-course .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-course .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-course .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-course .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-course:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-users:before, input[type=button][class*=snap-].ico-LOM-users:before, input[type=file][class*=snap-].ico-LOM-users:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-users:before, html input[type=button][class*=snap-].ico-LOM-users:before, html input[type=file][class*=snap-].ico-LOM-users:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-users:focus:before, button[class*=snap-].ico-LOM-users:hover:before, input[type=button][class*=snap-].ico-LOM-users:focus:before, input[type=button][class*=snap-].ico-LOM-users:hover:before, input[type=file][class*=snap-].ico-LOM-users:focus:before, input[type=file][class*=snap-].ico-LOM-users:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-users:focus:before, html button[class*=snap-].ico-LOM-users:hover:before, html input[type=button][class*=snap-].ico-LOM-users:focus:before, html input[type=button][class*=snap-].ico-LOM-users:hover:before, html input[type=file][class*=snap-].ico-LOM-users:focus:before, html input[type=file][class*=snap-].ico-LOM-users:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-users:after, .LOM-ribbon-top.icon-users:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-users:before, .LOM-square-ribbon.icon-users:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-users .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-users .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-users .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-users .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-users .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-users .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-users .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-users .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-users:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-notifications:before, input[type=button][class*=snap-].ico-LOM-notifications:before, input[type=file][class*=snap-].ico-LOM-notifications:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-notifications:before, html input[type=button][class*=snap-].ico-LOM-notifications:before, html input[type=file][class*=snap-].ico-LOM-notifications:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-notifications:focus:before, button[class*=snap-].ico-LOM-notifications:hover:before, input[type=button][class*=snap-].ico-LOM-notifications:focus:before, input[type=button][class*=snap-].ico-LOM-notifications:hover:before, input[type=file][class*=snap-].ico-LOM-notifications:focus:before, input[type=file][class*=snap-].ico-LOM-notifications:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-notifications:focus:before, html button[class*=snap-].ico-LOM-notifications:hover:before, html input[type=button][class*=snap-].ico-LOM-notifications:focus:before, html input[type=button][class*=snap-].ico-LOM-notifications:hover:before, html input[type=file][class*=snap-].ico-LOM-notifications:focus:before, html input[type=file][class*=snap-].ico-LOM-notifications:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-notifications:after, .LOM-ribbon-top.icon-notifications:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-notifications:before, .LOM-square-ribbon.icon-notifications:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-notifications .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-notifications .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-notifications .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-notifications .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-notifications .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-notifications .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-notifications .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-notifications .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-notifications:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-chat:before, input[type=button][class*=snap-].ico-LOM-chat:before, input[type=file][class*=snap-].ico-LOM-chat:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-chat:before, html input[type=button][class*=snap-].ico-LOM-chat:before, html input[type=file][class*=snap-].ico-LOM-chat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-chat:focus:before, button[class*=snap-].ico-LOM-chat:hover:before, input[type=button][class*=snap-].ico-LOM-chat:focus:before, input[type=button][class*=snap-].ico-LOM-chat:hover:before, input[type=file][class*=snap-].ico-LOM-chat:focus:before, input[type=file][class*=snap-].ico-LOM-chat:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-chat:focus:before, html button[class*=snap-].ico-LOM-chat:hover:before, html input[type=button][class*=snap-].ico-LOM-chat:focus:before, html input[type=button][class*=snap-].ico-LOM-chat:hover:before, html input[type=file][class*=snap-].ico-LOM-chat:focus:before, html input[type=file][class*=snap-].ico-LOM-chat:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-chat:after, .LOM-ribbon-top.icon-chat:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-chat:before, .LOM-square-ribbon.icon-chat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-chat .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-chat .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-chat .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-chat .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-chat .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-chat .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-chat .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-chat .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-chat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-review:before, input[type=button][class*=snap-].ico-LOM-review:before, input[type=file][class*=snap-].ico-LOM-review:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-review:before, html input[type=button][class*=snap-].ico-LOM-review:before, html input[type=file][class*=snap-].ico-LOM-review:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-review:focus:before, button[class*=snap-].ico-LOM-review:hover:before, input[type=button][class*=snap-].ico-LOM-review:focus:before, input[type=button][class*=snap-].ico-LOM-review:hover:before, input[type=file][class*=snap-].ico-LOM-review:focus:before, input[type=file][class*=snap-].ico-LOM-review:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-review:focus:before, html button[class*=snap-].ico-LOM-review:hover:before, html input[type=button][class*=snap-].ico-LOM-review:focus:before, html input[type=button][class*=snap-].ico-LOM-review:hover:before, html input[type=file][class*=snap-].ico-LOM-review:focus:before, html input[type=file][class*=snap-].ico-LOM-review:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-review:after, .LOM-ribbon-top.icon-review:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-review:before, .LOM-square-ribbon.icon-review:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-review .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-review .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-review .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-review .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-review .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-review .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-review .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-review .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-review:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-board:before, input[type=button][class*=snap-].ico-LOM-board:before, input[type=file][class*=snap-].ico-LOM-board:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-board:before, html input[type=button][class*=snap-].ico-LOM-board:before, html input[type=file][class*=snap-].ico-LOM-board:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-board:focus:before, button[class*=snap-].ico-LOM-board:hover:before, input[type=button][class*=snap-].ico-LOM-board:focus:before, input[type=button][class*=snap-].ico-LOM-board:hover:before, input[type=file][class*=snap-].ico-LOM-board:focus:before, input[type=file][class*=snap-].ico-LOM-board:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-board:focus:before, html button[class*=snap-].ico-LOM-board:hover:before, html input[type=button][class*=snap-].ico-LOM-board:focus:before, html input[type=button][class*=snap-].ico-LOM-board:hover:before, html input[type=file][class*=snap-].ico-LOM-board:focus:before, html input[type=file][class*=snap-].ico-LOM-board:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-board:after, .LOM-ribbon-top.icon-board:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-board:before, .LOM-square-ribbon.icon-board:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-board .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-board .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-board .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-board .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-board .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-board .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-board .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-board .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-board:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-announcement:before, input[type=button][class*=snap-].ico-LOM-announcement:before, input[type=file][class*=snap-].ico-LOM-announcement:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-announcement:before, html input[type=button][class*=snap-].ico-LOM-announcement:before, html input[type=file][class*=snap-].ico-LOM-announcement:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-announcement:focus:before, button[class*=snap-].ico-LOM-announcement:hover:before, input[type=button][class*=snap-].ico-LOM-announcement:focus:before, input[type=button][class*=snap-].ico-LOM-announcement:hover:before, input[type=file][class*=snap-].ico-LOM-announcement:focus:before, input[type=file][class*=snap-].ico-LOM-announcement:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-announcement:focus:before, html button[class*=snap-].ico-LOM-announcement:hover:before, html input[type=button][class*=snap-].ico-LOM-announcement:focus:before, html input[type=button][class*=snap-].ico-LOM-announcement:hover:before, html input[type=file][class*=snap-].ico-LOM-announcement:focus:before, html input[type=file][class*=snap-].ico-LOM-announcement:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-announcement:after, .LOM-ribbon-top.icon-announcement:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-announcement:before, .LOM-square-ribbon.icon-announcement:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-announcement .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-announcement .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-announcement .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-announcement .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-announcement .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-announcement .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-announcement .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-announcement .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-announcement:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-carousel:before, input[type=button][class*=snap-].ico-LOM-carousel:before, input[type=file][class*=snap-].ico-LOM-carousel:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-carousel:before, html input[type=button][class*=snap-].ico-LOM-carousel:before, html input[type=file][class*=snap-].ico-LOM-carousel:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:var(--school-purple);'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-carousel:focus:before, button[class*=snap-].ico-LOM-carousel:hover:before, input[type=button][class*=snap-].ico-LOM-carousel:focus:before, input[type=button][class*=snap-].ico-LOM-carousel:hover:before, input[type=file][class*=snap-].ico-LOM-carousel:focus:before, input[type=file][class*=snap-].ico-LOM-carousel:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-carousel:focus:before, html button[class*=snap-].ico-LOM-carousel:hover:before, html input[type=button][class*=snap-].ico-LOM-carousel:focus:before, html input[type=button][class*=snap-].ico-LOM-carousel:hover:before, html input[type=file][class*=snap-].ico-LOM-carousel:focus:before, html input[type=file][class*=snap-].ico-LOM-carousel:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:var(--school-purple-drk);'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-carousel:after, .LOM-ribbon-top.icon-carousel:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-carousel:before, .LOM-square-ribbon.icon-carousel:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-carousel .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-carousel .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-carousel .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-carousel .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-carousel .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-carousel .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-carousel .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-carousel .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-carousel:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-update:before, input[type=button][class*=snap-].ico-LOM-update:before, input[type=file][class*=snap-].ico-LOM-update:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-update:before, html input[type=button][class*=snap-].ico-LOM-update:before, html input[type=file][class*=snap-].ico-LOM-update:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:var(--school-purple)'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-update:focus:before, button[class*=snap-].ico-LOM-update:hover:before, input[type=button][class*=snap-].ico-LOM-update:focus:before, input[type=button][class*=snap-].ico-LOM-update:hover:before, input[type=file][class*=snap-].ico-LOM-update:focus:before, input[type=file][class*=snap-].ico-LOM-update:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-update:focus:before, html button[class*=snap-].ico-LOM-update:hover:before, html input[type=button][class*=snap-].ico-LOM-update:focus:before, html input[type=button][class*=snap-].ico-LOM-update:hover:before, html input[type=file][class*=snap-].ico-LOM-update:focus:before, html input[type=file][class*=snap-].ico-LOM-update:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:var(--school-purple-drk)'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-update:after, .LOM-ribbon-top.icon-update:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-update:before, .LOM-square-ribbon.icon-update:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-update .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-update .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-update .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-update .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-update .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-update .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-update .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-update .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-update:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-right:before, input[type=button][class*=snap-].ico-QS-right:before, input[type=file][class*=snap-].ico-QS-right:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-right:before, html input[type=button][class*=snap-].ico-QS-right:before, html input[type=file][class*=snap-].ico-QS-right:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-right:focus:before, button[class*=snap-].ico-QS-right:hover:before, input[type=button][class*=snap-].ico-QS-right:focus:before, input[type=button][class*=snap-].ico-QS-right:hover:before, input[type=file][class*=snap-].ico-QS-right:focus:before, input[type=file][class*=snap-].ico-QS-right:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-right:focus:before, html button[class*=snap-].ico-QS-right:hover:before, html input[type=button][class*=snap-].ico-QS-right:focus:before, html input[type=button][class*=snap-].ico-QS-right:hover:before, html input[type=file][class*=snap-].ico-QS-right:focus:before, html input[type=file][class*=snap-].ico-QS-right:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-right:after, .LOM-ribbon-top.icon-right:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-right:before, .LOM-square-ribbon.icon-right:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-right .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-right .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-right .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-right .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-right .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-right .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-right .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-right .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-right:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-left:before, input[type=button][class*=snap-].ico-QS-left:before, input[type=file][class*=snap-].ico-QS-left:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-left:before, html input[type=button][class*=snap-].ico-QS-left:before, html input[type=file][class*=snap-].ico-QS-left:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-left:focus:before, button[class*=snap-].ico-QS-left:hover:before, input[type=button][class*=snap-].ico-QS-left:focus:before, input[type=button][class*=snap-].ico-QS-left:hover:before, input[type=file][class*=snap-].ico-QS-left:focus:before, input[type=file][class*=snap-].ico-QS-left:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-left:focus:before, html button[class*=snap-].ico-QS-left:hover:before, html input[type=button][class*=snap-].ico-QS-left:focus:before, html input[type=button][class*=snap-].ico-QS-left:hover:before, html input[type=file][class*=snap-].ico-QS-left:focus:before, html input[type=file][class*=snap-].ico-QS-left:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-left:after, .LOM-ribbon-top.icon-left:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-left:before, .LOM-square-ribbon.icon-left:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-left .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-left .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-left .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-left .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-left .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-left .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-left .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-left .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-left:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-check:before, input[type=button][class*=snap-].ico-QS-check:before, input[type=file][class*=snap-].ico-QS-check:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-check:before, html input[type=button][class*=snap-].ico-QS-check:before, html input[type=file][class*=snap-].ico-QS-check:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-check:focus:before, button[class*=snap-].ico-QS-check:hover:before, input[type=button][class*=snap-].ico-QS-check:focus:before, input[type=button][class*=snap-].ico-QS-check:hover:before, input[type=file][class*=snap-].ico-QS-check:focus:before, input[type=file][class*=snap-].ico-QS-check:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-check:focus:before, html button[class*=snap-].ico-QS-check:hover:before, html input[type=button][class*=snap-].ico-QS-check:focus:before, html input[type=button][class*=snap-].ico-QS-check:hover:before, html input[type=file][class*=snap-].ico-QS-check:focus:before, html input[type=file][class*=snap-].ico-QS-check:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-check:after, .LOM-ribbon-top.icon-check:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-check:before, .LOM-square-ribbon.icon-check:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-check .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-check .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-check .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-check .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-check .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-check .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-check .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-check .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-check:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-activity:before, input[type=button][class*=snap-].ico-QS-activity:before, input[type=file][class*=snap-].ico-QS-activity:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-activity:before, html input[type=button][class*=snap-].ico-QS-activity:before, html input[type=file][class*=snap-].ico-QS-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-activity:focus:before, button[class*=snap-].ico-QS-activity:hover:before, input[type=button][class*=snap-].ico-QS-activity:focus:before, input[type=button][class*=snap-].ico-QS-activity:hover:before, input[type=file][class*=snap-].ico-QS-activity:focus:before, input[type=file][class*=snap-].ico-QS-activity:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-activity:focus:before, html button[class*=snap-].ico-QS-activity:hover:before, html input[type=button][class*=snap-].ico-QS-activity:focus:before, html input[type=button][class*=snap-].ico-QS-activity:hover:before, html input[type=file][class*=snap-].ico-QS-activity:focus:before, html input[type=file][class*=snap-].ico-QS-activity:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-activity:after, .LOM-ribbon-top.icon-activity:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-activity:before, .LOM-square-ribbon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-exam:before, input[type=button][class*=snap-].ico-QS-exam:before, input[type=file][class*=snap-].ico-QS-exam:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-exam:before, html input[type=button][class*=snap-].ico-QS-exam:before, html input[type=file][class*=snap-].ico-QS-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-exam:focus:before, button[class*=snap-].ico-QS-exam:hover:before, input[type=button][class*=snap-].ico-QS-exam:focus:before, input[type=button][class*=snap-].ico-QS-exam:hover:before, input[type=file][class*=snap-].ico-QS-exam:focus:before, input[type=file][class*=snap-].ico-QS-exam:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-exam:focus:before, html button[class*=snap-].ico-QS-exam:hover:before, html input[type=button][class*=snap-].ico-QS-exam:focus:before, html input[type=button][class*=snap-].ico-QS-exam:hover:before, html input[type=file][class*=snap-].ico-QS-exam:focus:before, html input[type=file][class*=snap-].ico-QS-exam:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-exam:after, .LOM-ribbon-top.icon-exam:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-exam:before, .LOM-square-ribbon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-radio:before, input[type=button][class*=snap-].ico-QS-radio:before, input[type=file][class*=snap-].ico-QS-radio:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-radio:before, html input[type=button][class*=snap-].ico-QS-radio:before, html input[type=file][class*=snap-].ico-QS-radio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-radio:focus:before, button[class*=snap-].ico-QS-radio:hover:before, input[type=button][class*=snap-].ico-QS-radio:focus:before, input[type=button][class*=snap-].ico-QS-radio:hover:before, input[type=file][class*=snap-].ico-QS-radio:focus:before, input[type=file][class*=snap-].ico-QS-radio:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-radio:focus:before, html button[class*=snap-].ico-QS-radio:hover:before, html input[type=button][class*=snap-].ico-QS-radio:focus:before, html input[type=button][class*=snap-].ico-QS-radio:hover:before, html input[type=file][class*=snap-].ico-QS-radio:focus:before, html input[type=file][class*=snap-].ico-QS-radio:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-radio:after, .LOM-ribbon-top.icon-radio:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-radio:before, .LOM-square-ribbon.icon-radio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-radio .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-radio .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-radio .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-radio .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-radio .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-radio .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-radio .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-radio .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-radio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-checkbox:before, input[type=button][class*=snap-].ico-QS-checkbox:before, input[type=file][class*=snap-].ico-QS-checkbox:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-checkbox:before, html input[type=button][class*=snap-].ico-QS-checkbox:before, html input[type=file][class*=snap-].ico-QS-checkbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-checkbox:focus:before, button[class*=snap-].ico-QS-checkbox:hover:before, input[type=button][class*=snap-].ico-QS-checkbox:focus:before, input[type=button][class*=snap-].ico-QS-checkbox:hover:before, input[type=file][class*=snap-].ico-QS-checkbox:focus:before, input[type=file][class*=snap-].ico-QS-checkbox:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-checkbox:focus:before, html button[class*=snap-].ico-QS-checkbox:hover:before, html input[type=button][class*=snap-].ico-QS-checkbox:focus:before, html input[type=button][class*=snap-].ico-QS-checkbox:hover:before, html input[type=file][class*=snap-].ico-QS-checkbox:focus:before, html input[type=file][class*=snap-].ico-QS-checkbox:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-checkbox:after, .LOM-ribbon-top.icon-checkbox:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-checkbox:before, .LOM-square-ribbon.icon-checkbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-checkbox .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-checkbox .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-checkbox .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-checkbox .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-checkbox .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checkbox .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checkbox .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checkbox .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-checkbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-save:before, input[type=button][class*=snap-].ico-SNAP-save:before, input[type=file][class*=snap-].ico-SNAP-save:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-save:before, html input[type=button][class*=snap-].ico-SNAP-save:before, html input[type=file][class*=snap-].ico-SNAP-save:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-save:focus:before, button[class*=snap-].ico-SNAP-save:hover:before, input[type=button][class*=snap-].ico-SNAP-save:focus:before, input[type=button][class*=snap-].ico-SNAP-save:hover:before, input[type=file][class*=snap-].ico-SNAP-save:focus:before, input[type=file][class*=snap-].ico-SNAP-save:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-save:focus:before, html button[class*=snap-].ico-SNAP-save:hover:before, html input[type=button][class*=snap-].ico-SNAP-save:focus:before, html input[type=button][class*=snap-].ico-SNAP-save:hover:before, html input[type=file][class*=snap-].ico-SNAP-save:focus:before, html input[type=file][class*=snap-].ico-SNAP-save:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-save:after, .LOM-ribbon-top.icon-save:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-save:before, .LOM-square-ribbon.icon-save:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-save .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-save .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-save .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-save .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-save .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-save .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-save .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-save .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-save:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-bug:before, input[type=button][class*=snap-].ico-SNAP-bug:before, input[type=file][class*=snap-].ico-SNAP-bug:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-bug:before, html input[type=button][class*=snap-].ico-SNAP-bug:before, html input[type=file][class*=snap-].ico-SNAP-bug:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-bug:focus:before, button[class*=snap-].ico-SNAP-bug:hover:before, input[type=button][class*=snap-].ico-SNAP-bug:focus:before, input[type=button][class*=snap-].ico-SNAP-bug:hover:before, input[type=file][class*=snap-].ico-SNAP-bug:focus:before, input[type=file][class*=snap-].ico-SNAP-bug:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-bug:focus:before, html button[class*=snap-].ico-SNAP-bug:hover:before, html input[type=button][class*=snap-].ico-SNAP-bug:focus:before, html input[type=button][class*=snap-].ico-SNAP-bug:hover:before, html input[type=file][class*=snap-].ico-SNAP-bug:focus:before, html input[type=file][class*=snap-].ico-SNAP-bug:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-bug:after, .LOM-ribbon-top.icon-bug:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-bug:before, .LOM-square-ribbon.icon-bug:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-bug .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-bug .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-bug .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-bug .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-bug .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-bug .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-bug .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-bug .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-bug:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-delete:before, input[type=button][class*=snap-].ico-SNAP-delete:before, input[type=file][class*=snap-].ico-SNAP-delete:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-delete:before, html input[type=button][class*=snap-].ico-SNAP-delete:before, html input[type=file][class*=snap-].ico-SNAP-delete:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple);stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-delete:focus:before, button[class*=snap-].ico-SNAP-delete:hover:before, input[type=button][class*=snap-].ico-SNAP-delete:focus:before, input[type=button][class*=snap-].ico-SNAP-delete:hover:before, input[type=file][class*=snap-].ico-SNAP-delete:focus:before, input[type=file][class*=snap-].ico-SNAP-delete:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-delete:focus:before, html button[class*=snap-].ico-SNAP-delete:hover:before, html input[type=button][class*=snap-].ico-SNAP-delete:focus:before, html input[type=button][class*=snap-].ico-SNAP-delete:hover:before, html input[type=file][class*=snap-].ico-SNAP-delete:focus:before, html input[type=file][class*=snap-].ico-SNAP-delete:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple-drk);stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-delete:after, .LOM-ribbon-top.icon-delete:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-delete:before, .LOM-square-ribbon.icon-delete:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-delete .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-delete .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-delete .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-delete .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-delete .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-delete .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-delete .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-delete .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-delete:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-lock:before, input[type=button][class*=snap-].ico-SNAP-lock:before, input[type=file][class*=snap-].ico-SNAP-lock:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-lock:before, html input[type=button][class*=snap-].ico-SNAP-lock:before, html input[type=file][class*=snap-].ico-SNAP-lock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-lock:focus:before, button[class*=snap-].ico-SNAP-lock:hover:before, input[type=button][class*=snap-].ico-SNAP-lock:focus:before, input[type=button][class*=snap-].ico-SNAP-lock:hover:before, input[type=file][class*=snap-].ico-SNAP-lock:focus:before, input[type=file][class*=snap-].ico-SNAP-lock:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-lock:focus:before, html button[class*=snap-].ico-SNAP-lock:hover:before, html input[type=button][class*=snap-].ico-SNAP-lock:focus:before, html input[type=button][class*=snap-].ico-SNAP-lock:hover:before, html input[type=file][class*=snap-].ico-SNAP-lock:focus:before, html input[type=file][class*=snap-].ico-SNAP-lock:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-lock:after, .LOM-ribbon-top.icon-lock:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-lock:before, .LOM-square-ribbon.icon-lock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-lock .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-lock .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-lock .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-lock .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-lock .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lock .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lock .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lock .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-lock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-unlock:before, input[type=button][class*=snap-].ico-SNAP-unlock:before, input[type=file][class*=snap-].ico-SNAP-unlock:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-unlock:before, html input[type=button][class*=snap-].ico-SNAP-unlock:before, html input[type=file][class*=snap-].ico-SNAP-unlock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-unlock:focus:before, button[class*=snap-].ico-SNAP-unlock:hover:before, input[type=button][class*=snap-].ico-SNAP-unlock:focus:before, input[type=button][class*=snap-].ico-SNAP-unlock:hover:before, input[type=file][class*=snap-].ico-SNAP-unlock:focus:before, input[type=file][class*=snap-].ico-SNAP-unlock:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-unlock:focus:before, html button[class*=snap-].ico-SNAP-unlock:hover:before, html input[type=button][class*=snap-].ico-SNAP-unlock:focus:before, html input[type=button][class*=snap-].ico-SNAP-unlock:hover:before, html input[type=file][class*=snap-].ico-SNAP-unlock:focus:before, html input[type=file][class*=snap-].ico-SNAP-unlock:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-unlock:after, .LOM-ribbon-top.icon-unlock:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-unlock:before, .LOM-square-ribbon.icon-unlock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-unlock .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-unlock .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-unlock .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-unlock .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-unlock .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-unlock .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-unlock .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-unlock .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-unlock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-edit:before, input[type=button][class*=snap-].ico-SNAP-edit:before, input[type=file][class*=snap-].ico-SNAP-edit:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-edit:before, html input[type=button][class*=snap-].ico-SNAP-edit:before, html input[type=file][class*=snap-].ico-SNAP-edit:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-edit:focus:before, button[class*=snap-].ico-SNAP-edit:hover:before, input[type=button][class*=snap-].ico-SNAP-edit:focus:before, input[type=button][class*=snap-].ico-SNAP-edit:hover:before, input[type=file][class*=snap-].ico-SNAP-edit:focus:before, input[type=file][class*=snap-].ico-SNAP-edit:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-edit:focus:before, html button[class*=snap-].ico-SNAP-edit:hover:before, html input[type=button][class*=snap-].ico-SNAP-edit:focus:before, html input[type=button][class*=snap-].ico-SNAP-edit:hover:before, html input[type=file][class*=snap-].ico-SNAP-edit:focus:before, html input[type=file][class*=snap-].ico-SNAP-edit:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-edit:after, .LOM-ribbon-top.icon-edit:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-edit:before, .LOM-square-ribbon.icon-edit:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-edit .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-edit .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-edit .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-edit .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-edit .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-edit .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-edit .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-edit .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-edit:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-page:before, input[type=button][class*=snap-].ico-SNAP-page:before, input[type=file][class*=snap-].ico-SNAP-page:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-page:before, html input[type=button][class*=snap-].ico-SNAP-page:before, html input[type=file][class*=snap-].ico-SNAP-page:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-page:focus:before, button[class*=snap-].ico-SNAP-page:hover:before, input[type=button][class*=snap-].ico-SNAP-page:focus:before, input[type=button][class*=snap-].ico-SNAP-page:hover:before, input[type=file][class*=snap-].ico-SNAP-page:focus:before, input[type=file][class*=snap-].ico-SNAP-page:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-page:focus:before, html button[class*=snap-].ico-SNAP-page:hover:before, html input[type=button][class*=snap-].ico-SNAP-page:focus:before, html input[type=button][class*=snap-].ico-SNAP-page:hover:before, html input[type=file][class*=snap-].ico-SNAP-page:focus:before, html input[type=file][class*=snap-].ico-SNAP-page:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-page:after, .LOM-ribbon-top.icon-page:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-page:before, .LOM-square-ribbon.icon-page:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-page .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-page .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-page .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-page .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-page .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-page .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-page .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-page .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-page:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-folder:before, input[type=button][class*=snap-].ico-SNAP-folder:before, input[type=file][class*=snap-].ico-SNAP-folder:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folder:before, html input[type=button][class*=snap-].ico-SNAP-folder:before, html input[type=file][class*=snap-].ico-SNAP-folder:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-folder:focus:before, button[class*=snap-].ico-SNAP-folder:hover:before, input[type=button][class*=snap-].ico-SNAP-folder:focus:before, input[type=button][class*=snap-].ico-SNAP-folder:hover:before, input[type=file][class*=snap-].ico-SNAP-folder:focus:before, input[type=file][class*=snap-].ico-SNAP-folder:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folder:focus:before, html button[class*=snap-].ico-SNAP-folder:hover:before, html input[type=button][class*=snap-].ico-SNAP-folder:focus:before, html input[type=button][class*=snap-].ico-SNAP-folder:hover:before, html input[type=file][class*=snap-].ico-SNAP-folder:focus:before, html input[type=file][class*=snap-].ico-SNAP-folder:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple-drk);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-folder:after, .LOM-ribbon-top.icon-folder:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-folder:before, .LOM-square-ribbon.icon-folder:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-folder .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-folder .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-folder .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-folder .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-folder .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folder .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folder .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folder .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-folder:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-folderclosed:before, input[type=button][class*=snap-].ico-SNAP-folderclosed:before, input[type=file][class*=snap-].ico-SNAP-folderclosed:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folderclosed:before, html input[type=button][class*=snap-].ico-SNAP-folderclosed:before, html input[type=file][class*=snap-].ico-SNAP-folderclosed:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-folderclosed:focus:before, button[class*=snap-].ico-SNAP-folderclosed:hover:before, input[type=button][class*=snap-].ico-SNAP-folderclosed:focus:before, input[type=button][class*=snap-].ico-SNAP-folderclosed:hover:before, input[type=file][class*=snap-].ico-SNAP-folderclosed:focus:before, input[type=file][class*=snap-].ico-SNAP-folderclosed:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folderclosed:focus:before, html button[class*=snap-].ico-SNAP-folderclosed:hover:before, html input[type=button][class*=snap-].ico-SNAP-folderclosed:focus:before, html input[type=button][class*=snap-].ico-SNAP-folderclosed:hover:before, html input[type=file][class*=snap-].ico-SNAP-folderclosed:focus:before, html input[type=file][class*=snap-].ico-SNAP-folderclosed:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple-drk);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-folderclosed:after, .LOM-ribbon-top.icon-folderclosed:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-folderclosed:before, .LOM-square-ribbon.icon-folderclosed:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-folderclosed .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-folderclosed .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-folderclosed .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-folderclosed .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-folderclosed:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-warning:before, input[type=button][class*=snap-].ico-SNAP-warning:before, input[type=file][class*=snap-].ico-SNAP-warning:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-warning:before, html input[type=button][class*=snap-].ico-SNAP-warning:before, html input[type=file][class*=snap-].ico-SNAP-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-warning:focus:before, button[class*=snap-].ico-SNAP-warning:hover:before, input[type=button][class*=snap-].ico-SNAP-warning:focus:before, input[type=button][class*=snap-].ico-SNAP-warning:hover:before, input[type=file][class*=snap-].ico-SNAP-warning:focus:before, input[type=file][class*=snap-].ico-SNAP-warning:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-warning:focus:before, html button[class*=snap-].ico-SNAP-warning:hover:before, html input[type=button][class*=snap-].ico-SNAP-warning:focus:before, html input[type=button][class*=snap-].ico-SNAP-warning:hover:before, html input[type=file][class*=snap-].ico-SNAP-warning:focus:before, html input[type=file][class*=snap-].ico-SNAP-warning:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-warning:after, .LOM-ribbon-top.icon-warning:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-warning:before, .LOM-square-ribbon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-user:before, input[type=button][class*=snap-].ico-USERS-user:before, input[type=file][class*=snap-].ico-USERS-user:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-user:before, html input[type=button][class*=snap-].ico-USERS-user:before, html input[type=file][class*=snap-].ico-USERS-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-user:focus:before, button[class*=snap-].ico-USERS-user:hover:before, input[type=button][class*=snap-].ico-USERS-user:focus:before, input[type=button][class*=snap-].ico-USERS-user:hover:before, input[type=file][class*=snap-].ico-USERS-user:focus:before, input[type=file][class*=snap-].ico-USERS-user:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-user:focus:before, html button[class*=snap-].ico-USERS-user:hover:before, html input[type=button][class*=snap-].ico-USERS-user:focus:before, html input[type=button][class*=snap-].ico-USERS-user:hover:before, html input[type=file][class*=snap-].ico-USERS-user:focus:before, html input[type=file][class*=snap-].ico-USERS-user:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-user:after, .LOM-ribbon-top.icon-user:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-user:before, .LOM-square-ribbon.icon-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-user .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-user .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-user .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-user .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-user .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-user .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-user .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-user .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-reviewer:before, input[type=button][class*=snap-].ico-USERS-reviewer:before, input[type=file][class*=snap-].ico-USERS-reviewer:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-reviewer:before, html input[type=button][class*=snap-].ico-USERS-reviewer:before, html input[type=file][class*=snap-].ico-USERS-reviewer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-reviewer:focus:before, button[class*=snap-].ico-USERS-reviewer:hover:before, input[type=button][class*=snap-].ico-USERS-reviewer:focus:before, input[type=button][class*=snap-].ico-USERS-reviewer:hover:before, input[type=file][class*=snap-].ico-USERS-reviewer:focus:before, input[type=file][class*=snap-].ico-USERS-reviewer:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-reviewer:focus:before, html button[class*=snap-].ico-USERS-reviewer:hover:before, html input[type=button][class*=snap-].ico-USERS-reviewer:focus:before, html input[type=button][class*=snap-].ico-USERS-reviewer:hover:before, html input[type=file][class*=snap-].ico-USERS-reviewer:focus:before, html input[type=file][class*=snap-].ico-USERS-reviewer:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-reviewer:after, .LOM-ribbon-top.icon-reviewer:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-reviewer:before, .LOM-square-ribbon.icon-reviewer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-reviewer .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-reviewer .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-reviewer .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-reviewer .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-reviewer .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-reviewer .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-reviewer .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-reviewer .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-reviewer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-editor:before, input[type=button][class*=snap-].ico-USERS-editor:before, input[type=file][class*=snap-].ico-USERS-editor:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-editor:before, html input[type=button][class*=snap-].ico-USERS-editor:before, html input[type=file][class*=snap-].ico-USERS-editor:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-editor:focus:before, button[class*=snap-].ico-USERS-editor:hover:before, input[type=button][class*=snap-].ico-USERS-editor:focus:before, input[type=button][class*=snap-].ico-USERS-editor:hover:before, input[type=file][class*=snap-].ico-USERS-editor:focus:before, input[type=file][class*=snap-].ico-USERS-editor:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-editor:focus:before, html button[class*=snap-].ico-USERS-editor:hover:before, html input[type=button][class*=snap-].ico-USERS-editor:focus:before, html input[type=button][class*=snap-].ico-USERS-editor:hover:before, html input[type=file][class*=snap-].ico-USERS-editor:focus:before, html input[type=file][class*=snap-].ico-USERS-editor:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-editor:after, .LOM-ribbon-top.icon-editor:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-editor:before, .LOM-square-ribbon.icon-editor:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-editor .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-editor .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-editor .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-editor .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-editor .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editor .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editor .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editor .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-editor:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-designer:before, input[type=button][class*=snap-].ico-USERS-designer:before, input[type=file][class*=snap-].ico-USERS-designer:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-designer:before, html input[type=button][class*=snap-].ico-USERS-designer:before, html input[type=file][class*=snap-].ico-USERS-designer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-designer:focus:before, button[class*=snap-].ico-USERS-designer:hover:before, input[type=button][class*=snap-].ico-USERS-designer:focus:before, input[type=button][class*=snap-].ico-USERS-designer:hover:before, input[type=file][class*=snap-].ico-USERS-designer:focus:before, input[type=file][class*=snap-].ico-USERS-designer:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-designer:focus:before, html button[class*=snap-].ico-USERS-designer:hover:before, html input[type=button][class*=snap-].ico-USERS-designer:focus:before, html input[type=button][class*=snap-].ico-USERS-designer:hover:before, html input[type=file][class*=snap-].ico-USERS-designer:focus:before, html input[type=file][class*=snap-].ico-USERS-designer:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-designer:after, .LOM-ribbon-top.icon-designer:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-designer:before, .LOM-square-ribbon.icon-designer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-designer .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-designer .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-designer .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-designer .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-designer .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-designer .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-designer .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-designer .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-designer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-manager:before, input[type=button][class*=snap-].ico-USERS-manager:before, input[type=file][class*=snap-].ico-USERS-manager:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-manager:before, html input[type=button][class*=snap-].ico-USERS-manager:before, html input[type=file][class*=snap-].ico-USERS-manager:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-manager:focus:before, button[class*=snap-].ico-USERS-manager:hover:before, input[type=button][class*=snap-].ico-USERS-manager:focus:before, input[type=button][class*=snap-].ico-USERS-manager:hover:before, input[type=file][class*=snap-].ico-USERS-manager:focus:before, input[type=file][class*=snap-].ico-USERS-manager:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-manager:focus:before, html button[class*=snap-].ico-USERS-manager:hover:before, html input[type=button][class*=snap-].ico-USERS-manager:focus:before, html input[type=button][class*=snap-].ico-USERS-manager:hover:before, html input[type=file][class*=snap-].ico-USERS-manager:focus:before, html input[type=file][class*=snap-].ico-USERS-manager:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-manager:after, .LOM-ribbon-top.icon-manager:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-manager:before, .LOM-square-ribbon.icon-manager:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-manager .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-manager .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-manager .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-manager .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-manager .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-manager .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-manager .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-manager .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-manager:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-admin:before, input[type=button][class*=snap-].ico-USERS-admin:before, input[type=file][class*=snap-].ico-USERS-admin:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-admin:before, html input[type=button][class*=snap-].ico-USERS-admin:before, html input[type=file][class*=snap-].ico-USERS-admin:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-admin:focus:before, button[class*=snap-].ico-USERS-admin:hover:before, input[type=button][class*=snap-].ico-USERS-admin:focus:before, input[type=button][class*=snap-].ico-USERS-admin:hover:before, input[type=file][class*=snap-].ico-USERS-admin:focus:before, input[type=file][class*=snap-].ico-USERS-admin:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-admin:focus:before, html button[class*=snap-].ico-USERS-admin:hover:before, html input[type=button][class*=snap-].ico-USERS-admin:focus:before, html input[type=button][class*=snap-].ico-USERS-admin:hover:before, html input[type=file][class*=snap-].ico-USERS-admin:focus:before, html input[type=file][class*=snap-].ico-USERS-admin:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-admin:after, .LOM-ribbon-top.icon-admin:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-admin:before, .LOM-square-ribbon.icon-admin:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-admin .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-admin .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-admin .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-admin .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-admin .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-admin .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-admin .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-admin .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-admin:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-tip:before, input[type=button][class*=snap-].ico-ribbons-tip:before, input[type=file][class*=snap-].ico-ribbons-tip:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-tip:before, html input[type=button][class*=snap-].ico-ribbons-tip:before, html input[type=file][class*=snap-].ico-ribbons-tip:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:var(--school-purple);' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-tip:focus:before, button[class*=snap-].ico-ribbons-tip:hover:before, input[type=button][class*=snap-].ico-ribbons-tip:focus:before, input[type=button][class*=snap-].ico-ribbons-tip:hover:before, input[type=file][class*=snap-].ico-ribbons-tip:focus:before, input[type=file][class*=snap-].ico-ribbons-tip:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-tip:focus:before, html button[class*=snap-].ico-ribbons-tip:hover:before, html input[type=button][class*=snap-].ico-ribbons-tip:focus:before, html input[type=button][class*=snap-].ico-ribbons-tip:hover:before, html input[type=file][class*=snap-].ico-ribbons-tip:focus:before, html input[type=file][class*=snap-].ico-ribbons-tip:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:var(--school-purple-drk);' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-tip:after, .LOM-ribbon-top.icon-tip:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-tip:before, .LOM-square-ribbon.icon-tip:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-tip .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-tip .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-tip .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-tip .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-tip .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tip .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tip .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tip .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-tip:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-information:before, input[type=button][class*=snap-].ico-ribbons-information:before, input[type=file][class*=snap-].ico-ribbons-information:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-information:before, html input[type=button][class*=snap-].ico-ribbons-information:before, html input[type=file][class*=snap-].ico-ribbons-information:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:var(--school-purple);' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:var(--school-purple);'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:var(--school-purple);' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-information:focus:before, button[class*=snap-].ico-ribbons-information:hover:before, input[type=button][class*=snap-].ico-ribbons-information:focus:before, input[type=button][class*=snap-].ico-ribbons-information:hover:before, input[type=file][class*=snap-].ico-ribbons-information:focus:before, input[type=file][class*=snap-].ico-ribbons-information:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-information:focus:before, html button[class*=snap-].ico-ribbons-information:hover:before, html input[type=button][class*=snap-].ico-ribbons-information:focus:before, html input[type=button][class*=snap-].ico-ribbons-information:hover:before, html input[type=file][class*=snap-].ico-ribbons-information:focus:before, html input[type=file][class*=snap-].ico-ribbons-information:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:var(--school-purple-drk);' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:var(--school-purple-drk);'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:var(--school-purple-drk);' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-information:after, .LOM-ribbon-top.icon-information:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-information:before, .LOM-square-ribbon.icon-information:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-information .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-information .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-information .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-information .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-information .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-information .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-information .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-information .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-information:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-dyk:before, input[type=button][class*=snap-].ico-ribbons-dyk:before, input[type=file][class*=snap-].ico-ribbons-dyk:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-dyk:before, html input[type=button][class*=snap-].ico-ribbons-dyk:before, html input[type=file][class*=snap-].ico-ribbons-dyk:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:var(--school-purple);'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-dyk:focus:before, button[class*=snap-].ico-ribbons-dyk:hover:before, input[type=button][class*=snap-].ico-ribbons-dyk:focus:before, input[type=button][class*=snap-].ico-ribbons-dyk:hover:before, input[type=file][class*=snap-].ico-ribbons-dyk:focus:before, input[type=file][class*=snap-].ico-ribbons-dyk:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-dyk:focus:before, html button[class*=snap-].ico-ribbons-dyk:hover:before, html input[type=button][class*=snap-].ico-ribbons-dyk:focus:before, html input[type=button][class*=snap-].ico-ribbons-dyk:hover:before, html input[type=file][class*=snap-].ico-ribbons-dyk:focus:before, html input[type=file][class*=snap-].ico-ribbons-dyk:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:var(--school-purple-drk);'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-dyk:after, .LOM-ribbon-top.icon-dyk:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-dyk:before, .LOM-square-ribbon.icon-dyk:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-dyk .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-dyk .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-dyk .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-dyk .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-dyk .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-dyk .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-dyk .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-dyk .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-dyk:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-warning:before, input[type=button][class*=snap-].ico-ribbons-warning:before, input[type=file][class*=snap-].ico-ribbons-warning:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-warning:before, html input[type=button][class*=snap-].ico-ribbons-warning:before, html input[type=file][class*=snap-].ico-ribbons-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-warning:focus:before, button[class*=snap-].ico-ribbons-warning:hover:before, input[type=button][class*=snap-].ico-ribbons-warning:focus:before, input[type=button][class*=snap-].ico-ribbons-warning:hover:before, input[type=file][class*=snap-].ico-ribbons-warning:focus:before, input[type=file][class*=snap-].ico-ribbons-warning:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-warning:focus:before, html button[class*=snap-].ico-ribbons-warning:hover:before, html input[type=button][class*=snap-].ico-ribbons-warning:focus:before, html input[type=button][class*=snap-].ico-ribbons-warning:hover:before, html input[type=file][class*=snap-].ico-ribbons-warning:focus:before, html input[type=file][class*=snap-].ico-ribbons-warning:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-warning:after, .LOM-ribbon-top.icon-warning:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-warning:before, .LOM-square-ribbon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-exam:before, input[type=button][class*=snap-].ico-ribbons-exam:before, input[type=file][class*=snap-].ico-ribbons-exam:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-exam:before, html input[type=button][class*=snap-].ico-ribbons-exam:before, html input[type=file][class*=snap-].ico-ribbons-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-exam:focus:before, button[class*=snap-].ico-ribbons-exam:hover:before, input[type=button][class*=snap-].ico-ribbons-exam:focus:before, input[type=button][class*=snap-].ico-ribbons-exam:hover:before, input[type=file][class*=snap-].ico-ribbons-exam:focus:before, input[type=file][class*=snap-].ico-ribbons-exam:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-exam:focus:before, html button[class*=snap-].ico-ribbons-exam:hover:before, html input[type=button][class*=snap-].ico-ribbons-exam:focus:before, html input[type=button][class*=snap-].ico-ribbons-exam:hover:before, html input[type=file][class*=snap-].ico-ribbons-exam:focus:before, html input[type=file][class*=snap-].ico-ribbons-exam:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-exam:after, .LOM-ribbon-top.icon-exam:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-exam:before, .LOM-square-ribbon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-click:before, input[type=button][class*=snap-].ico-ribbons-click:before, input[type=file][class*=snap-].ico-ribbons-click:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-click:before, html input[type=button][class*=snap-].ico-ribbons-click:before, html input[type=file][class*=snap-].ico-ribbons-click:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-click:focus:before, button[class*=snap-].ico-ribbons-click:hover:before, input[type=button][class*=snap-].ico-ribbons-click:focus:before, input[type=button][class*=snap-].ico-ribbons-click:hover:before, input[type=file][class*=snap-].ico-ribbons-click:focus:before, input[type=file][class*=snap-].ico-ribbons-click:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-click:focus:before, html button[class*=snap-].ico-ribbons-click:hover:before, html input[type=button][class*=snap-].ico-ribbons-click:focus:before, html input[type=button][class*=snap-].ico-ribbons-click:hover:before, html input[type=file][class*=snap-].ico-ribbons-click:focus:before, html input[type=file][class*=snap-].ico-ribbons-click:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-click:after, .LOM-ribbon-top.icon-click:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-click:before, .LOM-square-ribbon.icon-click:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-click .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-click .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-click .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-click .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-click .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-click .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-click .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-click .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-click:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-alarm:before, input[type=button][class*=snap-].ico-ribbons-alarm:before, input[type=file][class*=snap-].ico-ribbons-alarm:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-alarm:before, html input[type=button][class*=snap-].ico-ribbons-alarm:before, html input[type=file][class*=snap-].ico-ribbons-alarm:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:var(--school-purple);' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-alarm:focus:before, button[class*=snap-].ico-ribbons-alarm:hover:before, input[type=button][class*=snap-].ico-ribbons-alarm:focus:before, input[type=button][class*=snap-].ico-ribbons-alarm:hover:before, input[type=file][class*=snap-].ico-ribbons-alarm:focus:before, input[type=file][class*=snap-].ico-ribbons-alarm:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-alarm:focus:before, html button[class*=snap-].ico-ribbons-alarm:hover:before, html input[type=button][class*=snap-].ico-ribbons-alarm:focus:before, html input[type=button][class*=snap-].ico-ribbons-alarm:hover:before, html input[type=file][class*=snap-].ico-ribbons-alarm:focus:before, html input[type=file][class*=snap-].ico-ribbons-alarm:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:var(--school-purple-drk);' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-alarm:after, .LOM-ribbon-top.icon-alarm:after {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-alarm:before, .LOM-square-ribbon.icon-alarm:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-alarm .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-alarm .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-alarm .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-alarm .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-alarm .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-alarm .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-alarm .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-alarm .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-alarm:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-clock:before, input[type=button][class*=snap-].ico-ribbons-clock:before, input[type=file][class*=snap-].ico-ribbons-clock:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-clock:before, html input[type=button][class*=snap-].ico-ribbons-clock:before, html input[type=file][class*=snap-].ico-ribbons-clock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:var(--school-purple);'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-clock:focus:before, button[class*=snap-].ico-ribbons-clock:hover:before, input[type=button][class*=snap-].ico-ribbons-clock:focus:before, input[type=button][class*=snap-].ico-ribbons-clock:hover:before, input[type=file][class*=snap-].ico-ribbons-clock:focus:before, input[type=file][class*=snap-].ico-ribbons-clock:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-clock:focus:before, html button[class*=snap-].ico-ribbons-clock:hover:before, html input[type=button][class*=snap-].ico-ribbons-clock:focus:before, html input[type=button][class*=snap-].ico-ribbons-clock:hover:before, html input[type=file][class*=snap-].ico-ribbons-clock:focus:before, html input[type=file][class*=snap-].ico-ribbons-clock:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:var(--school-purple-drk);'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-clock:after, .LOM-ribbon-top.icon-clock:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-clock:before, .LOM-square-ribbon.icon-clock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-clock .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-clock .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-clock .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-clock .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-clock .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-clock .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-clock .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-clock .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-clock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-graph:before, input[type=button][class*=snap-].ico-ribbons-graph:before, input[type=file][class*=snap-].ico-ribbons-graph:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-graph:before, html input[type=button][class*=snap-].ico-ribbons-graph:before, html input[type=file][class*=snap-].ico-ribbons-graph:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-graph:focus:before, button[class*=snap-].ico-ribbons-graph:hover:before, input[type=button][class*=snap-].ico-ribbons-graph:focus:before, input[type=button][class*=snap-].ico-ribbons-graph:hover:before, input[type=file][class*=snap-].ico-ribbons-graph:focus:before, input[type=file][class*=snap-].ico-ribbons-graph:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-graph:focus:before, html button[class*=snap-].ico-ribbons-graph:hover:before, html input[type=button][class*=snap-].ico-ribbons-graph:focus:before, html input[type=button][class*=snap-].ico-ribbons-graph:hover:before, html input[type=file][class*=snap-].ico-ribbons-graph:focus:before, html input[type=file][class*=snap-].ico-ribbons-graph:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-graph:after, .LOM-ribbon-top.icon-graph:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-graph:before, .LOM-square-ribbon.icon-graph:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-graph .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-graph .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-graph .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-graph .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-graph .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-graph .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-graph .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-graph .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-graph:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-docs:before, input[type=button][class*=snap-].ico-ribbons-docs:before, input[type=file][class*=snap-].ico-ribbons-docs:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-docs:before, html input[type=button][class*=snap-].ico-ribbons-docs:before, html input[type=file][class*=snap-].ico-ribbons-docs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-docs:focus:before, button[class*=snap-].ico-ribbons-docs:hover:before, input[type=button][class*=snap-].ico-ribbons-docs:focus:before, input[type=button][class*=snap-].ico-ribbons-docs:hover:before, input[type=file][class*=snap-].ico-ribbons-docs:focus:before, input[type=file][class*=snap-].ico-ribbons-docs:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-docs:focus:before, html button[class*=snap-].ico-ribbons-docs:hover:before, html input[type=button][class*=snap-].ico-ribbons-docs:focus:before, html input[type=button][class*=snap-].ico-ribbons-docs:hover:before, html input[type=file][class*=snap-].ico-ribbons-docs:focus:before, html input[type=file][class*=snap-].ico-ribbons-docs:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-docs:after, .LOM-ribbon-top.icon-docs:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-docs:before, .LOM-square-ribbon.icon-docs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-docs .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-docs .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-docs .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-docs .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-docs .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-docs .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-docs .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-docs .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-docs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-links:before, input[type=button][class*=snap-].ico-ribbons-links:before, input[type=file][class*=snap-].ico-ribbons-links:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-links:before, html input[type=button][class*=snap-].ico-ribbons-links:before, html input[type=file][class*=snap-].ico-ribbons-links:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-links:focus:before, button[class*=snap-].ico-ribbons-links:hover:before, input[type=button][class*=snap-].ico-ribbons-links:focus:before, input[type=button][class*=snap-].ico-ribbons-links:hover:before, input[type=file][class*=snap-].ico-ribbons-links:focus:before, input[type=file][class*=snap-].ico-ribbons-links:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-links:focus:before, html button[class*=snap-].ico-ribbons-links:hover:before, html input[type=button][class*=snap-].ico-ribbons-links:focus:before, html input[type=button][class*=snap-].ico-ribbons-links:hover:before, html input[type=file][class*=snap-].ico-ribbons-links:focus:before, html input[type=file][class*=snap-].ico-ribbons-links:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-links:after, .LOM-ribbon-top.icon-links:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-links:before, .LOM-square-ribbon.icon-links:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-links .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-links .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-links .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-links .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-links .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-links .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-links .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-links .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-links:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-activity:before, input[type=button][class*=snap-].ico-ribbons-activity:before, input[type=file][class*=snap-].ico-ribbons-activity:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-activity:before, html input[type=button][class*=snap-].ico-ribbons-activity:before, html input[type=file][class*=snap-].ico-ribbons-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-activity:focus:before, button[class*=snap-].ico-ribbons-activity:hover:before, input[type=button][class*=snap-].ico-ribbons-activity:focus:before, input[type=button][class*=snap-].ico-ribbons-activity:hover:before, input[type=file][class*=snap-].ico-ribbons-activity:focus:before, input[type=file][class*=snap-].ico-ribbons-activity:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-activity:focus:before, html button[class*=snap-].ico-ribbons-activity:hover:before, html input[type=button][class*=snap-].ico-ribbons-activity:focus:before, html input[type=button][class*=snap-].ico-ribbons-activity:hover:before, html input[type=file][class*=snap-].ico-ribbons-activity:focus:before, html input[type=file][class*=snap-].ico-ribbons-activity:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-activity:after, .LOM-ribbon-top.icon-activity:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-activity:before, .LOM-square-ribbon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-magnify:before, input[type=button][class*=snap-].ico-ribbons-magnify:before, input[type=file][class*=snap-].ico-ribbons-magnify:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-magnify:before, html input[type=button][class*=snap-].ico-ribbons-magnify:before, html input[type=file][class*=snap-].ico-ribbons-magnify:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-magnify:focus:before, button[class*=snap-].ico-ribbons-magnify:hover:before, input[type=button][class*=snap-].ico-ribbons-magnify:focus:before, input[type=button][class*=snap-].ico-ribbons-magnify:hover:before, input[type=file][class*=snap-].ico-ribbons-magnify:focus:before, input[type=file][class*=snap-].ico-ribbons-magnify:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-magnify:focus:before, html button[class*=snap-].ico-ribbons-magnify:hover:before, html input[type=button][class*=snap-].ico-ribbons-magnify:focus:before, html input[type=button][class*=snap-].ico-ribbons-magnify:hover:before, html input[type=file][class*=snap-].ico-ribbons-magnify:focus:before, html input[type=file][class*=snap-].ico-ribbons-magnify:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-magnify:after, .LOM-ribbon-top.icon-magnify:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-magnify:before, .LOM-square-ribbon.icon-magnify:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-magnify .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-magnify .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-magnify .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-magnify .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-magnify .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-magnify .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-magnify .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-magnify .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-magnify:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-goto:before, input[type=button][class*=snap-].ico-fontawesome-goto:before, input[type=file][class*=snap-].ico-fontawesome-goto:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-goto:before, html input[type=button][class*=snap-].ico-fontawesome-goto:before, html input[type=file][class*=snap-].ico-fontawesome-goto:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-goto:focus:before, button[class*=snap-].ico-fontawesome-goto:hover:before, input[type=button][class*=snap-].ico-fontawesome-goto:focus:before, input[type=button][class*=snap-].ico-fontawesome-goto:hover:before, input[type=file][class*=snap-].ico-fontawesome-goto:focus:before, input[type=file][class*=snap-].ico-fontawesome-goto:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-goto:focus:before, html button[class*=snap-].ico-fontawesome-goto:hover:before, html input[type=button][class*=snap-].ico-fontawesome-goto:focus:before, html input[type=button][class*=snap-].ico-fontawesome-goto:hover:before, html input[type=file][class*=snap-].ico-fontawesome-goto:focus:before, html input[type=file][class*=snap-].ico-fontawesome-goto:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-goto:after, .LOM-ribbon-top.icon-goto:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-goto:before, .LOM-square-ribbon.icon-goto:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-goto .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-goto .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-goto .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-goto .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-goto .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-goto .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-goto .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-goto .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-goto:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-calc:before, input[type=button][class*=snap-].ico-fontawesome-calc:before, input[type=file][class*=snap-].ico-fontawesome-calc:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-calc:before, html input[type=button][class*=snap-].ico-fontawesome-calc:before, html input[type=file][class*=snap-].ico-fontawesome-calc:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-calc:focus:before, button[class*=snap-].ico-fontawesome-calc:hover:before, input[type=button][class*=snap-].ico-fontawesome-calc:focus:before, input[type=button][class*=snap-].ico-fontawesome-calc:hover:before, input[type=file][class*=snap-].ico-fontawesome-calc:focus:before, input[type=file][class*=snap-].ico-fontawesome-calc:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-calc:focus:before, html button[class*=snap-].ico-fontawesome-calc:hover:before, html input[type=button][class*=snap-].ico-fontawesome-calc:focus:before, html input[type=button][class*=snap-].ico-fontawesome-calc:hover:before, html input[type=file][class*=snap-].ico-fontawesome-calc:focus:before, html input[type=file][class*=snap-].ico-fontawesome-calc:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-calc:after, .LOM-ribbon-top.icon-calc:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-calc:before, .LOM-square-ribbon.icon-calc:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-calc .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-calc .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-calc .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-calc .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-calc .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-calc .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-calc .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-calc .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-calc:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-formula:before, input[type=button][class*=snap-].ico-fontawesome-formula:before, input[type=file][class*=snap-].ico-fontawesome-formula:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-formula:before, html input[type=button][class*=snap-].ico-fontawesome-formula:before, html input[type=file][class*=snap-].ico-fontawesome-formula:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-formula:focus:before, button[class*=snap-].ico-fontawesome-formula:hover:before, input[type=button][class*=snap-].ico-fontawesome-formula:focus:before, input[type=button][class*=snap-].ico-fontawesome-formula:hover:before, input[type=file][class*=snap-].ico-fontawesome-formula:focus:before, input[type=file][class*=snap-].ico-fontawesome-formula:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-formula:focus:before, html button[class*=snap-].ico-fontawesome-formula:hover:before, html input[type=button][class*=snap-].ico-fontawesome-formula:focus:before, html input[type=button][class*=snap-].ico-fontawesome-formula:hover:before, html input[type=file][class*=snap-].ico-fontawesome-formula:focus:before, html input[type=file][class*=snap-].ico-fontawesome-formula:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-formula:after, .LOM-ribbon-top.icon-formula:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-formula:before, .LOM-square-ribbon.icon-formula:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-formula .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-formula .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-formula .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-formula .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-formula .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-formula .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-formula .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-formula .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-formula:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-legal:before, input[type=button][class*=snap-].ico-fontawesome-legal:before, input[type=file][class*=snap-].ico-fontawesome-legal:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-legal:before, html input[type=button][class*=snap-].ico-fontawesome-legal:before, html input[type=file][class*=snap-].ico-fontawesome-legal:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-legal:focus:before, button[class*=snap-].ico-fontawesome-legal:hover:before, input[type=button][class*=snap-].ico-fontawesome-legal:focus:before, input[type=button][class*=snap-].ico-fontawesome-legal:hover:before, input[type=file][class*=snap-].ico-fontawesome-legal:focus:before, input[type=file][class*=snap-].ico-fontawesome-legal:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-legal:focus:before, html button[class*=snap-].ico-fontawesome-legal:hover:before, html input[type=button][class*=snap-].ico-fontawesome-legal:focus:before, html input[type=button][class*=snap-].ico-fontawesome-legal:hover:before, html input[type=file][class*=snap-].ico-fontawesome-legal:focus:before, html input[type=file][class*=snap-].ico-fontawesome-legal:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-legal:after, .LOM-ribbon-top.icon-legal:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-legal:before, .LOM-square-ribbon.icon-legal:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-legal .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-legal .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-legal .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-legal .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-legal .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-legal .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-legal .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-legal .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-legal:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-nicetoknow:before, input[type=button][class*=snap-].ico-fontawesome-nicetoknow:before, input[type=file][class*=snap-].ico-fontawesome-nicetoknow:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-nicetoknow:before, html input[type=button][class*=snap-].ico-fontawesome-nicetoknow:before, html input[type=file][class*=snap-].ico-fontawesome-nicetoknow:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-nicetoknow:focus:before, button[class*=snap-].ico-fontawesome-nicetoknow:hover:before, input[type=button][class*=snap-].ico-fontawesome-nicetoknow:focus:before, input[type=button][class*=snap-].ico-fontawesome-nicetoknow:hover:before, input[type=file][class*=snap-].ico-fontawesome-nicetoknow:focus:before, input[type=file][class*=snap-].ico-fontawesome-nicetoknow:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-nicetoknow:focus:before, html button[class*=snap-].ico-fontawesome-nicetoknow:hover:before, html input[type=button][class*=snap-].ico-fontawesome-nicetoknow:focus:before, html input[type=button][class*=snap-].ico-fontawesome-nicetoknow:hover:before, html input[type=file][class*=snap-].ico-fontawesome-nicetoknow:focus:before, html input[type=file][class*=snap-].ico-fontawesome-nicetoknow:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-nicetoknow:after, .LOM-ribbon-top.icon-nicetoknow:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-nicetoknow:before, .LOM-square-ribbon.icon-nicetoknow:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-nicetoknow .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-nicetoknow:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-note:before, input[type=button][class*=snap-].ico-fontawesome-note:before, input[type=file][class*=snap-].ico-fontawesome-note:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-note:before, html input[type=button][class*=snap-].ico-fontawesome-note:before, html input[type=file][class*=snap-].ico-fontawesome-note:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-note:focus:before, button[class*=snap-].ico-fontawesome-note:hover:before, input[type=button][class*=snap-].ico-fontawesome-note:focus:before, input[type=button][class*=snap-].ico-fontawesome-note:hover:before, input[type=file][class*=snap-].ico-fontawesome-note:focus:before, input[type=file][class*=snap-].ico-fontawesome-note:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-note:focus:before, html button[class*=snap-].ico-fontawesome-note:hover:before, html input[type=button][class*=snap-].ico-fontawesome-note:focus:before, html input[type=button][class*=snap-].ico-fontawesome-note:hover:before, html input[type=file][class*=snap-].ico-fontawesome-note:focus:before, html input[type=file][class*=snap-].ico-fontawesome-note:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-note:after, .LOM-ribbon-top.icon-note:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-note:before, .LOM-square-ribbon.icon-note:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-note .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-note .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-note .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-note .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-note .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-note .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-note .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-note .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-note:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-case:before, input[type=button][class*=snap-].ico-fontawesome-case:before, input[type=file][class*=snap-].ico-fontawesome-case:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-case:before, html input[type=button][class*=snap-].ico-fontawesome-case:before, html input[type=file][class*=snap-].ico-fontawesome-case:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-case:focus:before, button[class*=snap-].ico-fontawesome-case:hover:before, input[type=button][class*=snap-].ico-fontawesome-case:focus:before, input[type=button][class*=snap-].ico-fontawesome-case:hover:before, input[type=file][class*=snap-].ico-fontawesome-case:focus:before, input[type=file][class*=snap-].ico-fontawesome-case:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-case:focus:before, html button[class*=snap-].ico-fontawesome-case:hover:before, html input[type=button][class*=snap-].ico-fontawesome-case:focus:before, html input[type=button][class*=snap-].ico-fontawesome-case:hover:before, html input[type=file][class*=snap-].ico-fontawesome-case:focus:before, html input[type=file][class*=snap-].ico-fontawesome-case:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-case:after, .LOM-ribbon-top.icon-case:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-case:before, .LOM-square-ribbon.icon-case:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-case .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-case .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-case .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-case .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-case .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-case .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-case .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-case .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-case:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-poll:before, input[type=button][class*=snap-].ico-fontawesome-poll:before, input[type=file][class*=snap-].ico-fontawesome-poll:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-poll:before, html input[type=button][class*=snap-].ico-fontawesome-poll:before, html input[type=file][class*=snap-].ico-fontawesome-poll:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-poll:focus:before, button[class*=snap-].ico-fontawesome-poll:hover:before, input[type=button][class*=snap-].ico-fontawesome-poll:focus:before, input[type=button][class*=snap-].ico-fontawesome-poll:hover:before, input[type=file][class*=snap-].ico-fontawesome-poll:focus:before, input[type=file][class*=snap-].ico-fontawesome-poll:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-poll:focus:before, html button[class*=snap-].ico-fontawesome-poll:hover:before, html input[type=button][class*=snap-].ico-fontawesome-poll:focus:before, html input[type=button][class*=snap-].ico-fontawesome-poll:hover:before, html input[type=file][class*=snap-].ico-fontawesome-poll:focus:before, html input[type=file][class*=snap-].ico-fontawesome-poll:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-poll:after, .LOM-ribbon-top.icon-poll:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-poll:before, .LOM-square-ribbon.icon-poll:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-poll .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-poll .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-poll .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-poll .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-poll .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-poll .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-poll .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-poll .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-poll:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-preptime:before, input[type=button][class*=snap-].ico-fontawesome-preptime:before, input[type=file][class*=snap-].ico-fontawesome-preptime:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-preptime:before, html input[type=button][class*=snap-].ico-fontawesome-preptime:before, html input[type=file][class*=snap-].ico-fontawesome-preptime:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-preptime:focus:before, button[class*=snap-].ico-fontawesome-preptime:hover:before, input[type=button][class*=snap-].ico-fontawesome-preptime:focus:before, input[type=button][class*=snap-].ico-fontawesome-preptime:hover:before, input[type=file][class*=snap-].ico-fontawesome-preptime:focus:before, input[type=file][class*=snap-].ico-fontawesome-preptime:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-preptime:focus:before, html button[class*=snap-].ico-fontawesome-preptime:hover:before, html input[type=button][class*=snap-].ico-fontawesome-preptime:focus:before, html input[type=button][class*=snap-].ico-fontawesome-preptime:hover:before, html input[type=file][class*=snap-].ico-fontawesome-preptime:focus:before, html input[type=file][class*=snap-].ico-fontawesome-preptime:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-preptime:after, .LOM-ribbon-top.icon-preptime:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-preptime:before, .LOM-square-ribbon.icon-preptime:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-preptime .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-preptime .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-preptime .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-preptime .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-preptime .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preptime .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preptime .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preptime .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-preptime:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-read:before, input[type=button][class*=snap-].ico-fontawesome-read:before, input[type=file][class*=snap-].ico-fontawesome-read:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-read:before, html input[type=button][class*=snap-].ico-fontawesome-read:before, html input[type=file][class*=snap-].ico-fontawesome-read:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-read:focus:before, button[class*=snap-].ico-fontawesome-read:hover:before, input[type=button][class*=snap-].ico-fontawesome-read:focus:before, input[type=button][class*=snap-].ico-fontawesome-read:hover:before, input[type=file][class*=snap-].ico-fontawesome-read:focus:before, input[type=file][class*=snap-].ico-fontawesome-read:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-read:focus:before, html button[class*=snap-].ico-fontawesome-read:hover:before, html input[type=button][class*=snap-].ico-fontawesome-read:focus:before, html input[type=button][class*=snap-].ico-fontawesome-read:hover:before, html input[type=file][class*=snap-].ico-fontawesome-read:focus:before, html input[type=file][class*=snap-].ico-fontawesome-read:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-read:after, .LOM-ribbon-top.icon-read:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-read:before, .LOM-square-ribbon.icon-read:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-read .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-read .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-read .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-read .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-read .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-read .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-read .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-read .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-read:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-web:before, input[type=button][class*=snap-].ico-fontawesome-web:before, input[type=file][class*=snap-].ico-fontawesome-web:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-web:before, html input[type=button][class*=snap-].ico-fontawesome-web:before, html input[type=file][class*=snap-].ico-fontawesome-web:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-web:focus:before, button[class*=snap-].ico-fontawesome-web:hover:before, input[type=button][class*=snap-].ico-fontawesome-web:focus:before, input[type=button][class*=snap-].ico-fontawesome-web:hover:before, input[type=file][class*=snap-].ico-fontawesome-web:focus:before, input[type=file][class*=snap-].ico-fontawesome-web:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-web:focus:before, html button[class*=snap-].ico-fontawesome-web:hover:before, html input[type=button][class*=snap-].ico-fontawesome-web:focus:before, html input[type=button][class*=snap-].ico-fontawesome-web:hover:before, html input[type=file][class*=snap-].ico-fontawesome-web:focus:before, html input[type=file][class*=snap-].ico-fontawesome-web:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-web:after, .LOM-ribbon-top.icon-web:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-web:before, .LOM-square-ribbon.icon-web:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-web .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-web .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-web .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-web .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-web .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-web .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-web .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-web .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-web:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-screen:before, input[type=button][class*=snap-].ico-fontawesome-screen:before, input[type=file][class*=snap-].ico-fontawesome-screen:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-screen:before, html input[type=button][class*=snap-].ico-fontawesome-screen:before, html input[type=file][class*=snap-].ico-fontawesome-screen:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-screen:focus:before, button[class*=snap-].ico-fontawesome-screen:hover:before, input[type=button][class*=snap-].ico-fontawesome-screen:focus:before, input[type=button][class*=snap-].ico-fontawesome-screen:hover:before, input[type=file][class*=snap-].ico-fontawesome-screen:focus:before, input[type=file][class*=snap-].ico-fontawesome-screen:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-screen:focus:before, html button[class*=snap-].ico-fontawesome-screen:hover:before, html input[type=button][class*=snap-].ico-fontawesome-screen:focus:before, html input[type=button][class*=snap-].ico-fontawesome-screen:hover:before, html input[type=file][class*=snap-].ico-fontawesome-screen:focus:before, html input[type=file][class*=snap-].ico-fontawesome-screen:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-screen:after, .LOM-ribbon-top.icon-screen:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-screen:before, .LOM-square-ribbon.icon-screen:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-screen .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-screen .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-screen .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-screen .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-screen .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-screen .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-screen .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-screen .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-screen:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-puzzle:before, input[type=button][class*=snap-].ico-fontawesome-puzzle:before, input[type=file][class*=snap-].ico-fontawesome-puzzle:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-puzzle:before, html input[type=button][class*=snap-].ico-fontawesome-puzzle:before, html input[type=file][class*=snap-].ico-fontawesome-puzzle:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-puzzle:focus:before, button[class*=snap-].ico-fontawesome-puzzle:hover:before, input[type=button][class*=snap-].ico-fontawesome-puzzle:focus:before, input[type=button][class*=snap-].ico-fontawesome-puzzle:hover:before, input[type=file][class*=snap-].ico-fontawesome-puzzle:focus:before, input[type=file][class*=snap-].ico-fontawesome-puzzle:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-puzzle:focus:before, html button[class*=snap-].ico-fontawesome-puzzle:hover:before, html input[type=button][class*=snap-].ico-fontawesome-puzzle:focus:before, html input[type=button][class*=snap-].ico-fontawesome-puzzle:hover:before, html input[type=file][class*=snap-].ico-fontawesome-puzzle:focus:before, html input[type=file][class*=snap-].ico-fontawesome-puzzle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-puzzle:after, .LOM-ribbon-top.icon-puzzle:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-puzzle:before, .LOM-square-ribbon.icon-puzzle:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-puzzle .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-puzzle .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-puzzle .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-puzzle .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-puzzle .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-puzzle .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-puzzle .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-puzzle .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-puzzle:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-thumbsup:before, input[type=button][class*=snap-].ico-fontawesome-thumbsup:before, input[type=file][class*=snap-].ico-fontawesome-thumbsup:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-thumbsup:before, html input[type=button][class*=snap-].ico-fontawesome-thumbsup:before, html input[type=file][class*=snap-].ico-fontawesome-thumbsup:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-thumbsup:focus:before, button[class*=snap-].ico-fontawesome-thumbsup:hover:before, input[type=button][class*=snap-].ico-fontawesome-thumbsup:focus:before, input[type=button][class*=snap-].ico-fontawesome-thumbsup:hover:before, input[type=file][class*=snap-].ico-fontawesome-thumbsup:focus:before, input[type=file][class*=snap-].ico-fontawesome-thumbsup:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-thumbsup:focus:before, html button[class*=snap-].ico-fontawesome-thumbsup:hover:before, html input[type=button][class*=snap-].ico-fontawesome-thumbsup:focus:before, html input[type=button][class*=snap-].ico-fontawesome-thumbsup:hover:before, html input[type=file][class*=snap-].ico-fontawesome-thumbsup:focus:before, html input[type=file][class*=snap-].ico-fontawesome-thumbsup:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-thumbsup:after, .LOM-ribbon-top.icon-thumbsup:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-thumbsup:before, .LOM-square-ribbon.icon-thumbsup:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-thumbsup .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-thumbsup .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-thumbsup .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-thumbsup .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-thumbsup:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-call:before, input[type=button][class*=snap-].ico-fontawesome-call:before, input[type=file][class*=snap-].ico-fontawesome-call:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-call:before, html input[type=button][class*=snap-].ico-fontawesome-call:before, html input[type=file][class*=snap-].ico-fontawesome-call:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-call:focus:before, button[class*=snap-].ico-fontawesome-call:hover:before, input[type=button][class*=snap-].ico-fontawesome-call:focus:before, input[type=button][class*=snap-].ico-fontawesome-call:hover:before, input[type=file][class*=snap-].ico-fontawesome-call:focus:before, input[type=file][class*=snap-].ico-fontawesome-call:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-call:focus:before, html button[class*=snap-].ico-fontawesome-call:hover:before, html input[type=button][class*=snap-].ico-fontawesome-call:focus:before, html input[type=button][class*=snap-].ico-fontawesome-call:hover:before, html input[type=file][class*=snap-].ico-fontawesome-call:focus:before, html input[type=file][class*=snap-].ico-fontawesome-call:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-call:after, .LOM-ribbon-top.icon-call:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-call:before, .LOM-square-ribbon.icon-call:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-call .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-call .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-call .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-call .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-call .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-call .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-call .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-call .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-call:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-checklist:before, input[type=button][class*=snap-].ico-fontawesome-checklist:before, input[type=file][class*=snap-].ico-fontawesome-checklist:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-checklist:before, html input[type=button][class*=snap-].ico-fontawesome-checklist:before, html input[type=file][class*=snap-].ico-fontawesome-checklist:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-checklist:focus:before, button[class*=snap-].ico-fontawesome-checklist:hover:before, input[type=button][class*=snap-].ico-fontawesome-checklist:focus:before, input[type=button][class*=snap-].ico-fontawesome-checklist:hover:before, input[type=file][class*=snap-].ico-fontawesome-checklist:focus:before, input[type=file][class*=snap-].ico-fontawesome-checklist:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-checklist:focus:before, html button[class*=snap-].ico-fontawesome-checklist:hover:before, html input[type=button][class*=snap-].ico-fontawesome-checklist:focus:before, html input[type=button][class*=snap-].ico-fontawesome-checklist:hover:before, html input[type=file][class*=snap-].ico-fontawesome-checklist:focus:before, html input[type=file][class*=snap-].ico-fontawesome-checklist:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-checklist:after, .LOM-ribbon-top.icon-checklist:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-checklist:before, .LOM-square-ribbon.icon-checklist:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-checklist .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-checklist .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-checklist .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-checklist .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-checklist .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checklist .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checklist .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checklist .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-checklist:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-keyword:before, input[type=button][class*=snap-].ico-fontawesome-keyword:before, input[type=file][class*=snap-].ico-fontawesome-keyword:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-keyword:before, html input[type=button][class*=snap-].ico-fontawesome-keyword:before, html input[type=file][class*=snap-].ico-fontawesome-keyword:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-keyword:focus:before, button[class*=snap-].ico-fontawesome-keyword:hover:before, input[type=button][class*=snap-].ico-fontawesome-keyword:focus:before, input[type=button][class*=snap-].ico-fontawesome-keyword:hover:before, input[type=file][class*=snap-].ico-fontawesome-keyword:focus:before, input[type=file][class*=snap-].ico-fontawesome-keyword:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-keyword:focus:before, html button[class*=snap-].ico-fontawesome-keyword:hover:before, html input[type=button][class*=snap-].ico-fontawesome-keyword:focus:before, html input[type=button][class*=snap-].ico-fontawesome-keyword:hover:before, html input[type=file][class*=snap-].ico-fontawesome-keyword:focus:before, html input[type=file][class*=snap-].ico-fontawesome-keyword:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-keyword:after, .LOM-ribbon-top.icon-keyword:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-keyword:before, .LOM-square-ribbon.icon-keyword:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-keyword .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-keyword .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-keyword .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-keyword .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-keyword .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-keyword .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-keyword .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-keyword .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-keyword:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-paperclip:before, input[type=button][class*=snap-].ico-fontawesome-paperclip:before, input[type=file][class*=snap-].ico-fontawesome-paperclip:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-paperclip:before, html input[type=button][class*=snap-].ico-fontawesome-paperclip:before, html input[type=file][class*=snap-].ico-fontawesome-paperclip:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-paperclip:focus:before, button[class*=snap-].ico-fontawesome-paperclip:hover:before, input[type=button][class*=snap-].ico-fontawesome-paperclip:focus:before, input[type=button][class*=snap-].ico-fontawesome-paperclip:hover:before, input[type=file][class*=snap-].ico-fontawesome-paperclip:focus:before, input[type=file][class*=snap-].ico-fontawesome-paperclip:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-paperclip:focus:before, html button[class*=snap-].ico-fontawesome-paperclip:hover:before, html input[type=button][class*=snap-].ico-fontawesome-paperclip:focus:before, html input[type=button][class*=snap-].ico-fontawesome-paperclip:hover:before, html input[type=file][class*=snap-].ico-fontawesome-paperclip:focus:before, html input[type=file][class*=snap-].ico-fontawesome-paperclip:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-paperclip:after, .LOM-ribbon-top.icon-paperclip:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-paperclip:before, .LOM-square-ribbon.icon-paperclip:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-paperclip .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-paperclip .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-paperclip .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-paperclip .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-paperclip .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-paperclip .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-paperclip .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-paperclip .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-paperclip:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-hammer:before, input[type=button][class*=snap-].ico-fontawesome-hammer:before, input[type=file][class*=snap-].ico-fontawesome-hammer:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-hammer:before, html input[type=button][class*=snap-].ico-fontawesome-hammer:before, html input[type=file][class*=snap-].ico-fontawesome-hammer:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-hammer:focus:before, button[class*=snap-].ico-fontawesome-hammer:hover:before, input[type=button][class*=snap-].ico-fontawesome-hammer:focus:before, input[type=button][class*=snap-].ico-fontawesome-hammer:hover:before, input[type=file][class*=snap-].ico-fontawesome-hammer:focus:before, input[type=file][class*=snap-].ico-fontawesome-hammer:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-hammer:focus:before, html button[class*=snap-].ico-fontawesome-hammer:hover:before, html input[type=button][class*=snap-].ico-fontawesome-hammer:focus:before, html input[type=button][class*=snap-].ico-fontawesome-hammer:hover:before, html input[type=file][class*=snap-].ico-fontawesome-hammer:focus:before, html input[type=file][class*=snap-].ico-fontawesome-hammer:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-hammer:after, .LOM-ribbon-top.icon-hammer:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-hammer:before, .LOM-square-ribbon.icon-hammer:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-hammer .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-hammer .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-hammer .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-hammer .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-hammer .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-hammer .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-hammer .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-hammer .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-hammer:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-network:before, input[type=button][class*=snap-].ico-fontawesome-network:before, input[type=file][class*=snap-].ico-fontawesome-network:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-network:before, html input[type=button][class*=snap-].ico-fontawesome-network:before, html input[type=file][class*=snap-].ico-fontawesome-network:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-network:focus:before, button[class*=snap-].ico-fontawesome-network:hover:before, input[type=button][class*=snap-].ico-fontawesome-network:focus:before, input[type=button][class*=snap-].ico-fontawesome-network:hover:before, input[type=file][class*=snap-].ico-fontawesome-network:focus:before, input[type=file][class*=snap-].ico-fontawesome-network:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-network:focus:before, html button[class*=snap-].ico-fontawesome-network:hover:before, html input[type=button][class*=snap-].ico-fontawesome-network:focus:before, html input[type=button][class*=snap-].ico-fontawesome-network:hover:before, html input[type=file][class*=snap-].ico-fontawesome-network:focus:before, html input[type=file][class*=snap-].ico-fontawesome-network:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-network:after, .LOM-ribbon-top.icon-network:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-network:before, .LOM-square-ribbon.icon-network:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-network .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-network .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-network .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-network .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-network .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-network .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-network .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-network .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-network:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-a11y:before, input[type=button][class*=snap-].ico-fontawesome-a11y:before, input[type=file][class*=snap-].ico-fontawesome-a11y:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-a11y:before, html input[type=button][class*=snap-].ico-fontawesome-a11y:before, html input[type=file][class*=snap-].ico-fontawesome-a11y:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-a11y:focus:before, button[class*=snap-].ico-fontawesome-a11y:hover:before, input[type=button][class*=snap-].ico-fontawesome-a11y:focus:before, input[type=button][class*=snap-].ico-fontawesome-a11y:hover:before, input[type=file][class*=snap-].ico-fontawesome-a11y:focus:before, input[type=file][class*=snap-].ico-fontawesome-a11y:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-a11y:focus:before, html button[class*=snap-].ico-fontawesome-a11y:hover:before, html input[type=button][class*=snap-].ico-fontawesome-a11y:focus:before, html input[type=button][class*=snap-].ico-fontawesome-a11y:hover:before, html input[type=file][class*=snap-].ico-fontawesome-a11y:focus:before, html input[type=file][class*=snap-].ico-fontawesome-a11y:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-a11y:after, .LOM-ribbon-top.icon-a11y:after {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-a11y:before, .LOM-square-ribbon.icon-a11y:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-a11y .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-a11y .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-a11y .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-a11y .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-a11y .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-a11y .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-a11y .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-a11y .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-a11y:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

#wb-lng li &gt; a.home {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.home::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233F2A56' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media (forced-colors: active), (--ms-high-contrast: active) {
  #wb-lng li &gt; a.home::before {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='yellow' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
  }
}
#wb-lng li &gt; a.home:focus::before, #wb-lng li &gt; a.home:hover::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23F6F7F8' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

#wb-lng li &gt; a.help {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.help::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%233F2A56" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.99 15c-.7 0-1.26-.56-1.26-1.26c0-.71.56-1.25 1.26-1.25c.71 0 1.25.54 1.25 1.25c-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17c-.1.18-.16.32-.19.63c-.05.45-.45.78-.9.78H12c-.52 0-.93-.44-.88-.96c.03-.34.11-.69.3-1.03c.49-.87 1.42-1.39 1.96-2.16c.57-.81.25-2.33-1.37-2.33c-.71 0-1.18.36-1.47.79c-.25.36-.69.53-1.1.36a.872.872 0 0 1-.4-1.31C9.65 6.65 10.67 6 11.99 6c1.48 0 2.49.67 3.01 1.52c.44.72.7 2.07.02 3.08z"%2F%3E%3C%2Fsvg%3E');
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media (forced-colors: active), (--ms-high-contrast: active) {
  #wb-lng li &gt; a.help::before {
    background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="yellow" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.99 15c-.7 0-1.26-.56-1.26-1.26c0-.71.56-1.25 1.26-1.25c.71 0 1.25.54 1.25 1.25c-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17c-.1.18-.16.32-.19.63c-.05.45-.45.78-.9.78H12c-.52 0-.93-.44-.88-.96c.03-.34.11-.69.3-1.03c.49-.87 1.42-1.39 1.96-2.16c.57-.81.25-2.33-1.37-2.33c-.71 0-1.18.36-1.47.79c-.25.36-.69.53-1.1.36a.872.872 0 0 1-.4-1.31C9.65 6.65 10.67 6 11.99 6c1.48 0 2.49.67 3.01 1.52c.44.72.7 2.07.02 3.08z"%2F%3E%3C%2Fsvg%3E');
  }
}
#wb-lng li &gt; a.help:focus::before, #wb-lng li &gt; a.help:hover::before {
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23F6F7F8" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.99 15c-.7 0-1.26-.56-1.26-1.26c0-.71.56-1.25 1.26-1.25c.71 0 1.25.54 1.25 1.25c-.01.69-.54 1.26-1.25 1.26zm3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17c-.1.18-.16.32-.19.63c-.05.45-.45.78-.9.78H12c-.52 0-.93-.44-.88-.96c.03-.34.11-.69.3-1.03c.49-.87 1.42-1.39 1.96-2.16c.57-.81.25-2.33-1.37-2.33c-.71 0-1.18.36-1.47.79c-.25.36-.69.53-1.1.36a.872.872 0 0 1-.4-1.31C9.65 6.65 10.67 6 11.99 6c1.48 0 2.49.67 3.01 1.52c.44.72.7 2.07.02 3.08z"%2F%3E%3C%2Fsvg%3E');
}

#wb-lng li &gt; a.toolbox {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.toolbox::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 28 28"%3E%3Cpath fill="%233F2A56" d="M8.002 6.247v1.748H4.25A2.25 2.25 0 0 0 2 10.245V14h5.506v-1.25a.75.75 0 0 1 1.5 0V14h10v-1.25a.75.75 0 0 1 1.5 0V14h5.497v-3.755a2.25 2.25 0 0 0-2.25-2.25h-3.75V6.247a2.25 2.25 0 0 0-2.25-2.25h-7.5a2.25 2.25 0 0 0-2.25 2.25Zm2.25-.75h7.501a.75.75 0 0 1 .75.75v1.748h-9V6.247a.75.75 0 0 1 .75-.75ZM26.003 15.5h-5.497v1.25a.75.75 0 0 1-1.5 0V15.5h-10v1.25a.75.75 0 0 1-1.5 0V15.5H2v6.245a2.25 2.25 0 0 0 2.25 2.25h19.503a2.25 2.25 0 0 0 2.25-2.25V15.5Z"%2F%3E%3C%2Fsvg%3E');
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media (forced-colors: active), (--ms-high-contrast: active) {
  #wb-lng li &gt; a.toolbox::before {
    background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 28 28"%3E%3Cpath fill="yellow" d="M8.002 6.247v1.748H4.25A2.25 2.25 0 0 0 2 10.245V14h5.506v-1.25a.75.75 0 0 1 1.5 0V14h10v-1.25a.75.75 0 0 1 1.5 0V14h5.497v-3.755a2.25 2.25 0 0 0-2.25-2.25h-3.75V6.247a2.25 2.25 0 0 0-2.25-2.25h-7.5a2.25 2.25 0 0 0-2.25 2.25Zm2.25-.75h7.501a.75.75 0 0 1 .75.75v1.748h-9V6.247a.75.75 0 0 1 .75-.75ZM26.003 15.5h-5.497v1.25a.75.75 0 0 1-1.5 0V15.5h-10v1.25a.75.75 0 0 1-1.5 0V15.5H2v6.245a2.25 2.25 0 0 0 2.25 2.25h19.503a2.25 2.25 0 0 0 2.25-2.25V15.5Z"%2F%3E%3C%2Fsvg%3E');
  }
}
#wb-lng li &gt; a.toolbox:focus::before, #wb-lng li &gt; a.toolbox:hover::before {
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 28 28"%3E%3Cpath fill="%23F6F7F8" d="M8.002 6.247v1.748H4.25A2.25 2.25 0 0 0 2 10.245V14h5.506v-1.25a.75.75 0 0 1 1.5 0V14h10v-1.25a.75.75 0 0 1 1.5 0V14h5.497v-3.755a2.25 2.25 0 0 0-2.25-2.25h-3.75V6.247a2.25 2.25 0 0 0-2.25-2.25h-7.5a2.25 2.25 0 0 0-2.25 2.25Zm2.25-.75h7.501a.75.75 0 0 1 .75.75v1.748h-9V6.247a.75.75 0 0 1 .75-.75ZM26.003 15.5h-5.497v1.25a.75.75 0 0 1-1.5 0V15.5h-10v1.25a.75.75 0 0 1-1.5 0V15.5H2v6.245a2.25 2.25 0 0 0 2.25 2.25h19.503a2.25 2.25 0 0 0 2.25-2.25V15.5Z"%2F%3E%3C%2Fsvg%3E');
}

#wb-lng li &gt; a.save {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.save::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin: 10px;
}
#wb-lng li &gt; a.print {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.print::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%233F2A56" d="M18 7H6V3h12v4Zm0 5.5q.425 0 .713-.288T19 11.5q0-.425-.288-.713T18 10.5q-.425 0-.713.288T17 11.5q0 .425.288.713T18 12.5ZM16 19v-4H8v4h8Zm2 2H6v-4H2v-6q0-1.275.875-2.138T5 8h14q1.275 0 2.138.863T22 11v6h-4v4Z"%2F%3E%3C%2Fsvg%3E');
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media (forced-colors: active), (--ms-high-contrast: active) {
  #wb-lng li &gt; a.print::before {
    background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="yellow" d="M18 7H6V3h12v4Zm0 5.5q.425 0 .713-.288T19 11.5q0-.425-.288-.713T18 10.5q-.425 0-.713.288T17 11.5q0 .425.288.713T18 12.5ZM16 19v-4H8v4h8Zm2 2H6v-4H2v-6q0-1.275.875-2.138T5 8h14q1.275 0 2.138.863T22 11v6h-4v4Z"%2F%3E%3C%2Fsvg%3E');
  }
}
#wb-lng li &gt; a.print:focus::before, #wb-lng li &gt; a.print:hover::before {
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23F6F7F8" d="M18 7H6V3h12v4Zm0 5.5q.425 0 .713-.288T19 11.5q0-.425-.288-.713T18 10.5q-.425 0-.713.288T17 11.5q0 .425.288.713T18 12.5ZM16 19v-4H8v4h8Zm2 2H6v-4H2v-6q0-1.275.875-2.138T5 8h14q1.275 0 2.138.863T22 11v6h-4v4Z"%2F%3E%3C%2Fsvg%3E');
}

#wb-lng li &gt; a.sitemap {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.sitemap::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="576" height="512" viewBox="0 0 576 512"%3E%3Cpath fill="%233F2A56" d="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40h152c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-40H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-30.9 25.1-56 56-56h152v-40h-8c-26.5 0-48-21.5-48-48V80z"%2F%3E%3C%2Fsvg%3E');
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media (forced-colors: active), (--ms-high-contrast: active) {
  #wb-lng li &gt; a.sitemap::before {
    background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="576" height="512" viewBox="0 0 576 512"%3E%3Cpath fill="yellow" d="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40h152c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-40H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-30.9 25.1-56 56-56h152v-40h-8c-26.5 0-48-21.5-48-48V80z"%2F%3E%3C%2Fsvg%3E');
  }
}
#wb-lng li &gt; a.sitemap:focus::before, #wb-lng li &gt; a.sitemap:hover::before {
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="576" height="512" viewBox="0 0 576 512"%3E%3Cpath fill="%23F6F7F8" d="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40h152c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-40H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-30.9 25.1-56 56-56h152v-40h-8c-26.5 0-48-21.5-48-48V80z"%2F%3E%3C%2Fsvg%3E');
}

#wb-lng li &gt; a.quit {
  position: relative;
  background-image: none !important;
}
#wb-lng li &gt; a.quit::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="%233F2A56" d="M400 145.49L366.51 112L256 222.51L145.49 112L112 145.49L222.51 256L112 366.51L145.49 400L256 289.49L366.51 400L400 366.51L289.49 256L400 145.49z"%2F%3E%3C%2Fsvg%3E');
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media (forced-colors: active), (--ms-high-contrast: active) {
  #wb-lng li &gt; a.quit::before {
    background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="yellow" d="M400 145.49L366.51 112L256 222.51L145.49 112L112 145.49L222.51 256L112 366.51L145.49 400L256 289.49L366.51 400L400 366.51L289.49 256L400 145.49z"%2F%3E%3C%2Fsvg%3E');
  }
}
#wb-lng li &gt; a.quit:focus::before, #wb-lng li &gt; a.quit:hover::before {
  background-image: url('data:image/svg+xml, %3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="%23F6F7F8" d="M400 145.49L366.51 112L256 222.51L145.49 112L112 145.49L222.51 256L112 366.51L145.49 400L256 289.49L366.51 400L400 366.51L289.49 256L400 145.49z"%2F%3E%3C%2Fsvg%3E');
}

.LOM-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 1.3em;
  height: 1.3em;
  margin: 2px;
}

html:not(.LOM-pageEdit-active) .LOM-icon {
  white-space: nowrap;
  text-indent: 9999px;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  background-color: var(--school-purple);
}
html:not(.LOM-pageEdit-active) .LOM-icon::before {
  display: block;
  position: absolute;
}

html.LOM-pageEdit-active .LOM-icon::before {
  display: inline-block;
  position: relative;
  background-color: var(--school-purple);
}

/* *************************************************************
 * adjust size
 * ************************************************************/
/* *************************************************************************
 * -------------------------------- generate icon extends-------------------
 * usage @include iconpack
 * ************************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
/* *************************************************************
 * GET THE SVG CODE
 * ************************************************************/
button {
  --btn-bg-color: #e3e9f1;
}

/* *******************************************************************
 * BUTTON ENGINE
 * ***************************************************************** */
button[class*=snap-],
input[type=button][class*=snap-],
input[type=file][class*=snap-] {
  /* I get output to the CSS file */
  background-color: #eeeeee;
  height: 45px;
  position: relative;
  border-color: transparent;
  text-align: left;
  transition: background-color 0.2s, opacity 0.2s;
}
button[class*=snap-]::before,
input[type=button][class*=snap-]::before,
input[type=file][class*=snap-]::before {
  content: "";
  display: block;
  position: absolute;
  border: transparent solid 2px;
  border-radius: 0px !important;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
button[class*=snap-]:hover,
input[type=button][class*=snap-]:hover,
input[type=file][class*=snap-]:hover {
  background-color: #dddddd;
  border-color: transparent;
}
button[class*=snap-]:focus,
input[type=button][class*=snap-]:focus,
input[type=file][class*=snap-]:focus {
  background-color: #dddddd;
  border-color: transparent;
}

button.snap-xs {
  display: inline;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

button.snap-md.btn,
button.snap-sm.btn,
button.snap-xs.btn {
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
button.snap-md.btn::before,
button.snap-sm.btn::before,
button.snap-xs.btn::before {
  width: 30px;
  height: 30px;
  margin: 5px 7px;
}

button.btn,
input[type=button] {
  font-size: 1.125em;
  font-weight: 700;
  border-radius: 4px;
  padding: 0.625em 1.5em;
  line-height: 1.25;
  border: 1px solid transparent;
}
button.btn:focus-visible,
input[type=button]:focus-visible {
  outline: none;
}
button.btn.btn-primary,
button.btn .btn-default,
input[type=button].btn-primary,
input[type=button] .btn-default {
  background-color: var(--slate-blue);
  border-color: var(--slate-blue);
  color: var(--white-heat);
}
button.btn.btn-primary:hover,
button.btn .btn-default:hover,
input[type=button].btn-primary:hover,
input[type=button] .btn-default:hover {
  background-color: var(--school-purple-drk);
  border-color: var(--school-purple);
}
button.btn.btn-primary:focus-visible,
button.btn .btn-default:focus-visible,
input[type=button].btn-primary:focus-visible,
input[type=button] .btn-default:focus-visible {
  background-color: var(--slate-blue);
  border-color: var(--white-heat);
  box-shadow: 0 0 0 2px #006fbf;
}
button.btn.btn-secondary,
input[type=button].btn-secondary {
  background-color: var(--btn-bg-color);
  border-color: var(--slate-blue);
  color: #333;
}
button.btn.btn-secondary:hover,
input[type=button].btn-secondary:hover {
  background-color: var(--slate-blue);
  border-color: var(--slate-blue);
  color: var(--white-heat);
}
button.btn.btn-secondary:focus-visible,
input[type=button].btn-secondary:focus-visible {
  --btn-bg-color: var(--slate-blue);
  border-color: var(--white-heat);
  box-shadow: 0 0 0 2px #006fbf;
  color: var(--white-heat);
}

button.snap-lg,
button.snap-xl {
  padding: 1px 15px 1px 100px;
  min-height: 100px;
}
button.snap-lg::before,
button.snap-xl::before {
  width: 55px;
  height: 55px;
  margin: 20px;
}

button.snap-md,
button.snap-lg,
button.snap-xl {
  width: 100%;
  margin-bottom: 10px;
}

button.snap-xs {
  width: 45px;
  padding-left: 0px;
}

/* *************************************************************************
* -------------------------------- ICONPACK LIST generation-------------------
*   
* ************************************************************************/
button[class*=snap-].ico-LOM-newpage:before, input[type=button][class*=snap-].ico-LOM-newpage:before, input[type=file][class*=snap-].ico-LOM-newpage:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-newpage:before, html input[type=button][class*=snap-].ico-LOM-newpage:before, html input[type=file][class*=snap-].ico-LOM-newpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-newpage:focus:before, button[class*=snap-].ico-LOM-newpage:hover:before, input[type=button][class*=snap-].ico-LOM-newpage:focus:before, input[type=button][class*=snap-].ico-LOM-newpage:hover:before, input[type=file][class*=snap-].ico-LOM-newpage:focus:before, input[type=file][class*=snap-].ico-LOM-newpage:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-newpage:focus:before, html button[class*=snap-].ico-LOM-newpage:hover:before, html input[type=button][class*=snap-].ico-LOM-newpage:focus:before, html input[type=button][class*=snap-].ico-LOM-newpage:hover:before, html input[type=file][class*=snap-].ico-LOM-newpage:focus:before, html input[type=file][class*=snap-].ico-LOM-newpage:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-newpage:after, .LOM-ribbon-top.icon-newpage:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-newpage:before, .LOM-square-ribbon.icon-newpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-newpage .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-newpage .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-newpage .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-newpage .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-newpage .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-newpage .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-newpage .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-newpage .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-newpage .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-newpage .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-newpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.17 27.09'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M131.55,81.06v-5l-7.41-7.41H111.47V95.76h20.08V90.39h-1.41v4H112.89V70.1h10.66l1,1,4.6,4.6,1,1v4.38Z' transform='translate(-111.47 -68.68)'/%3E%3Cpath class='a' d='M124.12,68.68h-1v8.41h8.41v-1Zm.42,7V71.08l4.61,4.61Z' transform='translate(-111.47 -68.68)'/%3E%3Crect class='a' x='18.67' y='14.24' width='1.42' height='5.6'/%3E%3Crect class='a' x='130.13' y='82.92' width='1.42' height='5.6' transform='translate(105.1 -113.8) rotate(90)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-plus:before, input[type=button][class*=snap-].ico-LOM-plus:before, input[type=file][class*=snap-].ico-LOM-plus:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-plus:before, html input[type=button][class*=snap-].ico-LOM-plus:before, html input[type=file][class*=snap-].ico-LOM-plus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-plus:focus:before, button[class*=snap-].ico-LOM-plus:hover:before, input[type=button][class*=snap-].ico-LOM-plus:focus:before, input[type=button][class*=snap-].ico-LOM-plus:hover:before, input[type=file][class*=snap-].ico-LOM-plus:focus:before, input[type=file][class*=snap-].ico-LOM-plus:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-plus:focus:before, html button[class*=snap-].ico-LOM-plus:hover:before, html input[type=button][class*=snap-].ico-LOM-plus:focus:before, html input[type=button][class*=snap-].ico-LOM-plus:hover:before, html input[type=file][class*=snap-].ico-LOM-plus:focus:before, html input[type=file][class*=snap-].ico-LOM-plus:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-plus:after, .LOM-ribbon-top.icon-plus:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-plus:before, .LOM-square-ribbon.icon-plus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-plus .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-plus .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-plus .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-plus .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-plus .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-plus .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-plus .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-plus .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-plus .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-plus .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-plus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M85.83,120h-15V101h-19V86h19V67h15V86h19v15h-19Zm-12-3h9V98h19V89h-19V70h-9V89h-19v9h19Z' transform='translate(-51.83 -67)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-layout:before, input[type=button][class*=snap-].ico-LOM-layout:before, input[type=file][class*=snap-].ico-LOM-layout:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-layout:before, html input[type=button][class*=snap-].ico-LOM-layout:before, html input[type=file][class*=snap-].ico-LOM-layout:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple)%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-layout:focus:before, button[class*=snap-].ico-LOM-layout:hover:before, input[type=button][class*=snap-].ico-LOM-layout:focus:before, input[type=button][class*=snap-].ico-LOM-layout:hover:before, input[type=file][class*=snap-].ico-LOM-layout:focus:before, input[type=file][class*=snap-].ico-LOM-layout:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-layout:focus:before, html button[class*=snap-].ico-LOM-layout:hover:before, html input[type=button][class*=snap-].ico-LOM-layout:focus:before, html input[type=button][class*=snap-].ico-LOM-layout:hover:before, html input[type=file][class*=snap-].ico-LOM-layout:focus:before, html input[type=file][class*=snap-].ico-LOM-layout:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk)%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-layout:after, .LOM-ribbon-top.icon-layout:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-layout:before, .LOM-square-ribbon.icon-layout:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-layout .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-layout .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-layout .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-layout .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-layout .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-layout .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-layout .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-layout .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-layout .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-layout .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-layout:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M107.52,100.78H54.59V85.85h52.93Zm-50-2.93h47.07V88.78H57.52Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M87.56,136.82h-33v-33h33Zm-30-3h27v-27h-27Z' transform='translate(-54.56 -85.85)'/%3E%3Cpath class='a' d='M107.56,136.82h-17v-33h17Zm-14-3h11v-27h-11Z' transform='translate(-54.56 -85.85)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-texttool:before, input[type=button][class*=snap-].ico-LOM-texttool:before, input[type=file][class*=snap-].ico-LOM-texttool:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-texttool:before, html input[type=button][class*=snap-].ico-LOM-texttool:before, html input[type=file][class*=snap-].ico-LOM-texttool:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-texttool:focus:before, button[class*=snap-].ico-LOM-texttool:hover:before, input[type=button][class*=snap-].ico-LOM-texttool:focus:before, input[type=button][class*=snap-].ico-LOM-texttool:hover:before, input[type=file][class*=snap-].ico-LOM-texttool:focus:before, input[type=file][class*=snap-].ico-LOM-texttool:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-texttool:focus:before, html button[class*=snap-].ico-LOM-texttool:hover:before, html input[type=button][class*=snap-].ico-LOM-texttool:focus:before, html input[type=button][class*=snap-].ico-LOM-texttool:hover:before, html input[type=file][class*=snap-].ico-LOM-texttool:focus:before, html input[type=file][class*=snap-].ico-LOM-texttool:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-texttool:after, .LOM-ribbon-top.icon-texttool:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-texttool:before, .LOM-square-ribbon.icon-texttool:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-texttool .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-texttool .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-texttool .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-texttool .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-texttool .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-texttool .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-texttool .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-texttool .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-texttool .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-texttool .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-texttool:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.34 42.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.32,100h-9.08V64.73H102.61V57.17H135v7.56H123.32Z' transform='translate(-102.61 -57.17)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-custom:before, input[type=button][class*=snap-].ico-LOM-custom:before, input[type=file][class*=snap-].ico-LOM-custom:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-custom:before, html input[type=button][class*=snap-].ico-LOM-custom:before, html input[type=file][class*=snap-].ico-LOM-custom:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-custom:focus:before, button[class*=snap-].ico-LOM-custom:hover:before, input[type=button][class*=snap-].ico-LOM-custom:focus:before, input[type=button][class*=snap-].ico-LOM-custom:hover:before, input[type=file][class*=snap-].ico-LOM-custom:focus:before, input[type=file][class*=snap-].ico-LOM-custom:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-custom:focus:before, html button[class*=snap-].ico-LOM-custom:hover:before, html input[type=button][class*=snap-].ico-LOM-custom:focus:before, html input[type=button][class*=snap-].ico-LOM-custom:hover:before, html input[type=file][class*=snap-].ico-LOM-custom:focus:before, html input[type=file][class*=snap-].ico-LOM-custom:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-custom:after, .LOM-ribbon-top.icon-custom:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-custom:before, .LOM-square-ribbon.icon-custom:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-custom .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-custom .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-custom .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-custom .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-custom .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-custom .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-custom .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-custom .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-custom .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-custom .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-custom:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.31 29.49'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M53.4,86.61,34,78.06v-2.8l19.4-9.68v4.68L40,76.45,53.4,81.94Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M60.5,81.1V79.66a6.33,6.33,0,0,1,.81-3.26,10.34,10.34,0,0,1,2.93-3,12.33,12.33,0,0,0,2.7-2.39,3.4,3.4,0,0,0,.65-2,2.22,2.22,0,0,0-.93-1.93A4.51,4.51,0,0,0,64,66.41a15,15,0,0,0-6.68,1.92l-2.13-4.28a18.57,18.57,0,0,1,9.24-2.44,9.85,9.85,0,0,1,6.4,1.93,6.32,6.32,0,0,1,2.37,5.16,6.87,6.87,0,0,1-1,3.71,14.1,14.1,0,0,1-3.71,3.52A11,11,0,0,0,66.18,78a3.27,3.27,0,0,0-.5,1.89V81.1Zm-.62,6.68a3.26,3.26,0,0,1,.88-2.48,3.56,3.56,0,0,1,2.56-.84,3.49,3.49,0,0,1,2.51.86,3.79,3.79,0,0,1,0,4.89,3.38,3.38,0,0,1-2.5.89,3.49,3.49,0,0,1-2.54-.87A3.24,3.24,0,0,1,59.88,87.78Z' transform='translate(-34 -61.61)'/%3E%3Cpath class='a' d='M75.91,81.94l13.36-5.49L75.91,70.26V65.58l19.4,9.68v2.8l-19.4,8.55Z' transform='translate(-34 -61.61)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-image:before, input[type=button][class*=snap-].ico-LOM-image:before, input[type=file][class*=snap-].ico-LOM-image:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-image:before, html input[type=button][class*=snap-].ico-LOM-image:before, html input[type=file][class*=snap-].ico-LOM-image:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-image:focus:before, button[class*=snap-].ico-LOM-image:hover:before, input[type=button][class*=snap-].ico-LOM-image:focus:before, input[type=button][class*=snap-].ico-LOM-image:hover:before, input[type=file][class*=snap-].ico-LOM-image:focus:before, input[type=file][class*=snap-].ico-LOM-image:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-image:focus:before, html button[class*=snap-].ico-LOM-image:hover:before, html input[type=button][class*=snap-].ico-LOM-image:focus:before, html input[type=button][class*=snap-].ico-LOM-image:hover:before, html input[type=file][class*=snap-].ico-LOM-image:focus:before, html input[type=file][class*=snap-].ico-LOM-image:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-image:after, .LOM-ribbon-top.icon-image:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-image:before, .LOM-square-ribbon.icon-image:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-image .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-image .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-image .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-image .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-image .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-image .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-image .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-image .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-image .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-image .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-image:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.78 51.71'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.17,113.36H55.39l14-36.44,12.74,8.63L89.7,65.78Zm-52.42-3h47.69L90,73.41,83.56,90.15,70.82,81.52Z' transform='translate(-55.39 -61.66)'/%3E%3Cpath class='a' d='M63.57,73.64a6,6,0,1,1,6-6A6,6,0,0,1,63.57,73.64Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,63.57,64.66Z' transform='translate(-55.39 -61.66)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-wrench:before, input[type=button][class*=snap-].ico-LOM-wrench:before, input[type=file][class*=snap-].ico-LOM-wrench:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-wrench:before, html input[type=button][class*=snap-].ico-LOM-wrench:before, html input[type=file][class*=snap-].ico-LOM-wrench:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-wrench:focus:before, button[class*=snap-].ico-LOM-wrench:hover:before, input[type=button][class*=snap-].ico-LOM-wrench:focus:before, input[type=button][class*=snap-].ico-LOM-wrench:hover:before, input[type=file][class*=snap-].ico-LOM-wrench:focus:before, input[type=file][class*=snap-].ico-LOM-wrench:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-wrench:focus:before, html button[class*=snap-].ico-LOM-wrench:hover:before, html input[type=button][class*=snap-].ico-LOM-wrench:focus:before, html input[type=button][class*=snap-].ico-LOM-wrench:hover:before, html input[type=file][class*=snap-].ico-LOM-wrench:focus:before, html input[type=file][class*=snap-].ico-LOM-wrench:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-wrench:after, .LOM-ribbon-top.icon-wrench:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-wrench:before, .LOM-square-ribbon.icon-wrench:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-wrench .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-wrench .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-wrench .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-wrench .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-wrench .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-wrench .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-wrench .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-wrench .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-wrench .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-wrench .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-wrench:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.35 47.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87,43.72a11.48,11.48,0,0,0,2.9-11.4.81.81,0,0,1-.12.14l-6.27,6.27a3.07,3.07,0,0,1-4.34,0L75.72,35.3a3.09,3.09,0,0,1,0-4.35L82,24.69a.57.57,0,0,1,.14-.13A11.5,11.5,0,0,0,68,39.4l-.21.17L44.47,62.91A5,5,0,0,0,51.54,70L74.87,46.64a1.81,1.81,0,0,0,.18-.21A11.45,11.45,0,0,0,87,43.72ZM49.42,67.86A2,2,0,0,1,46.59,65L69.44,42.18a11.62,11.62,0,0,0,1.28,1.54A11,11,0,0,0,72.27,45Z' transform='translate(-43.01 -24.09)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-preview:before, input[type=button][class*=snap-].ico-LOM-preview:before, input[type=file][class*=snap-].ico-LOM-preview:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-preview:before, html input[type=button][class*=snap-].ico-LOM-preview:before, html input[type=file][class*=snap-].ico-LOM-preview:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-preview:focus:before, button[class*=snap-].ico-LOM-preview:hover:before, input[type=button][class*=snap-].ico-LOM-preview:focus:before, input[type=button][class*=snap-].ico-LOM-preview:hover:before, input[type=file][class*=snap-].ico-LOM-preview:focus:before, input[type=file][class*=snap-].ico-LOM-preview:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-preview:focus:before, html button[class*=snap-].ico-LOM-preview:hover:before, html input[type=button][class*=snap-].ico-LOM-preview:focus:before, html input[type=button][class*=snap-].ico-LOM-preview:hover:before, html input[type=file][class*=snap-].ico-LOM-preview:focus:before, html input[type=file][class*=snap-].ico-LOM-preview:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-preview:after, .LOM-ribbon-top.icon-preview:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-preview:before, .LOM-square-ribbon.icon-preview:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-preview .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-preview .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-preview .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-preview .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-preview .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-preview .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preview .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preview .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preview .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preview .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-preview:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.41 30.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M68.3,86.67h-.37C51.21,86.46,42.45,72.6,42.08,72l-.48-.79.48-.78c.37-.59,9.13-14.46,25.85-14.66h0c17.21-.21,26.21,14,26.59,14.65l.49.79-.49.79C94.14,72.62,85.25,86.67,68.3,86.67ZM45.17,71.22c2,2.85,9.71,12.29,22.8,12.45,13.48.21,21.4-9.55,23.47-12.45-2.07-2.89-10-12.59-23.47-12.44C54.88,58.94,47.19,68.37,45.17,71.22Z' transform='translate(-41.6 -55.78)'/%3E%3Cpath class='a' d='M68.3,82.72a11.5,11.5,0,1,1,11.5-11.5A11.51,11.51,0,0,1,68.3,82.72Zm0-20a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,68.3,62.72Z' transform='translate(-41.6 -55.78)'/%3E%3Ccircle class='a' cx='26.71' cy='15.44' r='4.32'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-details:before, input[type=button][class*=snap-].ico-LOM-details:before, input[type=file][class*=snap-].ico-LOM-details:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-details:before, html input[type=button][class*=snap-].ico-LOM-details:before, html input[type=file][class*=snap-].ico-LOM-details:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-details:focus:before, button[class*=snap-].ico-LOM-details:hover:before, input[type=button][class*=snap-].ico-LOM-details:focus:before, input[type=button][class*=snap-].ico-LOM-details:hover:before, input[type=file][class*=snap-].ico-LOM-details:focus:before, input[type=file][class*=snap-].ico-LOM-details:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-details:focus:before, html button[class*=snap-].ico-LOM-details:hover:before, html input[type=button][class*=snap-].ico-LOM-details:focus:before, html input[type=button][class*=snap-].ico-LOM-details:hover:before, html input[type=file][class*=snap-].ico-LOM-details:focus:before, html input[type=file][class*=snap-].ico-LOM-details:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-details:after, .LOM-ribbon-top.icon-details:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-details:before, .LOM-square-ribbon.icon-details:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-details .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-details .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-details .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-details .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-details .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-details .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-details .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-details .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-details .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-details .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-details:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M38.94,69.56v15h53v-15Zm3,12v-9h9v9Zm47,0h-35v-9h35Z' transform='translate(-38.94 -33.56)'/%3E%3Cpath class='a' d='M38.94,33.56v33h53v-33Zm15,3h35v9h-35Zm-12,0h9v9h-9Zm47,27h-47v-15h47Z' transform='translate(-38.94 -33.56)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-move:before, input[type=button][class*=snap-].ico-LOM-move:before, input[type=file][class*=snap-].ico-LOM-move:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-move:before, html input[type=button][class*=snap-].ico-LOM-move:before, html input[type=file][class*=snap-].ico-LOM-move:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-move:focus:before, button[class*=snap-].ico-LOM-move:hover:before, input[type=button][class*=snap-].ico-LOM-move:focus:before, input[type=button][class*=snap-].ico-LOM-move:hover:before, input[type=file][class*=snap-].ico-LOM-move:focus:before, input[type=file][class*=snap-].ico-LOM-move:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-move:focus:before, html button[class*=snap-].ico-LOM-move:hover:before, html input[type=button][class*=snap-].ico-LOM-move:focus:before, html input[type=button][class*=snap-].ico-LOM-move:hover:before, html input[type=file][class*=snap-].ico-LOM-move:focus:before, html input[type=file][class*=snap-].ico-LOM-move:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-move:after, .LOM-ribbon-top.icon-move:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-move:before, .LOM-square-ribbon.icon-move:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-move .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-move .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-move .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-move .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-move .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-move .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-move .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-move .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-move .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-move .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-move:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='26' y='10' width='3' height='35'/%3E%3Crect class='a' x='10' y='26' width='35' height='3'/%3E%3Cpolygon class='a' points='27.5 0 19 10 36 10 27.5 0'/%3E%3Cpolygon class='a' points='27.5 55 19 45 36 45 27.5 55'/%3E%3Cpolygon class='a' points='55 27.5 45 19 45 36 55 27.5'/%3E%3Cpolygon class='a' points='0 27.5 10 19 10 36 0 27.5'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-gear:before, input[type=button][class*=snap-].ico-LOM-gear:before, input[type=file][class*=snap-].ico-LOM-gear:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-gear:before, html input[type=button][class*=snap-].ico-LOM-gear:before, html input[type=file][class*=snap-].ico-LOM-gear:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-gear:focus:before, button[class*=snap-].ico-LOM-gear:hover:before, input[type=button][class*=snap-].ico-LOM-gear:focus:before, input[type=button][class*=snap-].ico-LOM-gear:hover:before, input[type=file][class*=snap-].ico-LOM-gear:focus:before, input[type=file][class*=snap-].ico-LOM-gear:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-gear:focus:before, html button[class*=snap-].ico-LOM-gear:hover:before, html input[type=button][class*=snap-].ico-LOM-gear:focus:before, html input[type=button][class*=snap-].ico-LOM-gear:hover:before, html input[type=file][class*=snap-].ico-LOM-gear:focus:before, html input[type=file][class*=snap-].ico-LOM-gear:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-gear:after, .LOM-ribbon-top.icon-gear:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-gear:before, .LOM-square-ribbon.icon-gear:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-gear .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-gear .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-gear .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-gear .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-gear .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-gear .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-gear .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-gear .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-gear .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-gear .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-gear:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.91 54.91'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M116.13,124.89a12,12,0,1,1,12-12A12,12,0,0,1,116.13,124.89Zm0-21a9,9,0,1,0,9,9A9,9,0,0,0,116.13,103.89Z' transform='translate(-88.68 -85.43)'/%3E%3Cpath class='a' d='M121.77,140.34H110.5v-6.43a21.44,21.44,0,0,1-5.24-2.18l-4.56,4.56-8-8,4.55-4.55a21.67,21.67,0,0,1-2.18-5.25H88.68V107.26h6.43A21.51,21.51,0,0,1,97.29,102l-4.55-4.55,8-8,4.56,4.56a21.08,21.08,0,0,1,5.24-2.19V85.43h11.27v6.43A21.24,21.24,0,0,1,127,94.05l4.55-4.56,8,8L135,102a21.51,21.51,0,0,1,2.18,5.25h6.43v11.26h-6.43a21.67,21.67,0,0,1-2.18,5.25l4.55,4.55-8,8L127,131.73a21.6,21.6,0,0,1-5.24,2.18Zm-8.27-3h5.27v-5.83l1.19-.25a18.61,18.61,0,0,0,6.45-2.68l1-.67,4.13,4.13,3.73-3.72-4.14-4.13.67-1a18.63,18.63,0,0,0,2.69-6.45l.24-1.2h5.84v-5.26h-5.84l-.24-1.2a18.63,18.63,0,0,0-2.69-6.45l-.67-1,4.14-4.13-3.73-3.73-4.13,4.14-1-.67A18.42,18.42,0,0,0,120,94.52l-1.19-.25V88.43H113.5v5.84l-1.19.25a18.27,18.27,0,0,0-6.45,2.68l-1,.67-4.14-4.14L97,97.46l4.13,4.13-.67,1a18.8,18.8,0,0,0-2.68,6.45l-.25,1.2H91.68v5.26h5.83l.25,1.2a18.8,18.8,0,0,0,2.68,6.45l.67,1L97,128.32,100.7,132l4.14-4.13,1,.67a18.45,18.45,0,0,0,6.45,2.68l1.19.25Z' transform='translate(-88.68 -85.43)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-structure:before, input[type=button][class*=snap-].ico-LOM-structure:before, input[type=file][class*=snap-].ico-LOM-structure:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-structure:before, html input[type=button][class*=snap-].ico-LOM-structure:before, html input[type=file][class*=snap-].ico-LOM-structure:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-structure:focus:before, button[class*=snap-].ico-LOM-structure:hover:before, input[type=button][class*=snap-].ico-LOM-structure:focus:before, input[type=button][class*=snap-].ico-LOM-structure:hover:before, input[type=file][class*=snap-].ico-LOM-structure:focus:before, input[type=file][class*=snap-].ico-LOM-structure:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-structure:focus:before, html button[class*=snap-].ico-LOM-structure:hover:before, html input[type=button][class*=snap-].ico-LOM-structure:focus:before, html input[type=button][class*=snap-].ico-LOM-structure:hover:before, html input[type=file][class*=snap-].ico-LOM-structure:focus:before, html input[type=file][class*=snap-].ico-LOM-structure:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-structure:after, .LOM-ribbon-top.icon-structure:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-structure:before, .LOM-square-ribbon.icon-structure:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-structure .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-structure .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-structure .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-structure .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-structure .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-structure .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-structure .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-structure .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-structure .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-structure .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-structure:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='3.5' y='16.5' width='40' height='3'/%3E%3Crect class='a' x='3.5' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='18' width='3' height='8'/%3E%3Crect class='a' x='22' y='10' width='3' height='8'/%3E%3Crect class='a' x='40.5' y='18' width='3' height='6'/%3E%3Crect class='a' x='40.5' y='26' width='3' height='10'/%3E%3Crect class='a' x='37' y='29.5' width='10' height='3'/%3E%3Crect class='a' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' y='26' width='10' height='10'/%3E%3Crect class='a' x='18.5' width='10' height='10'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-theme:before, input[type=button][class*=snap-].ico-LOM-theme:before, input[type=file][class*=snap-].ico-LOM-theme:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-theme:before, html input[type=button][class*=snap-].ico-LOM-theme:before, html input[type=file][class*=snap-].ico-LOM-theme:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-theme:focus:before, button[class*=snap-].ico-LOM-theme:hover:before, input[type=button][class*=snap-].ico-LOM-theme:focus:before, input[type=button][class*=snap-].ico-LOM-theme:hover:before, input[type=file][class*=snap-].ico-LOM-theme:focus:before, input[type=file][class*=snap-].ico-LOM-theme:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-theme:focus:before, html button[class*=snap-].ico-LOM-theme:hover:before, html input[type=button][class*=snap-].ico-LOM-theme:focus:before, html input[type=button][class*=snap-].ico-LOM-theme:hover:before, html input[type=file][class*=snap-].ico-LOM-theme:focus:before, html input[type=file][class*=snap-].ico-LOM-theme:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-theme:after, .LOM-ribbon-top.icon-theme:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-theme:before, .LOM-square-ribbon.icon-theme:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-theme .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-theme .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-theme .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-theme .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-theme .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-theme .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-theme .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-theme .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-theme .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-theme .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-theme:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.87 45.16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='105.18' y='74.57' width='7.54' height='37.69' transform='translate(22.9 -127.1) rotate(45)'/%3E%3Crect class='a' x='88.36' y='107.5' width='7.54' height='5.45' transform='translate(29.86 -110.29) rotate(45)'/%3E%3Cpath class='a' d='M85,112.08a5.3,5.3,0,0,1,1,.12l.74.74,2.81,2.81A5.76,5.76,0,0,1,88,118.19,5.89,5.89,0,0,1,84,119.58a7.08,7.08,0,0,1-3.24-.78,5.84,5.84,0,0,1-.81-.5,9.31,9.31,0,0,0,1.91-1.56A10.24,10.24,0,0,0,84,113.18a3.21,3.21,0,0,1,.49-1,1.26,1.26,0,0,1,.57-.09m0-3a3.76,3.76,0,0,0-2.36.69c-1.61,1.19-1.29,3.12-3,4.93a7.47,7.47,0,0,1-4.62,2.12,10,10,0,0,0,4.33,4.64A10.08,10.08,0,0,0,84,122.58a8.85,8.85,0,0,0,5.91-2.14,9.32,9.32,0,0,0,2.94-5.62l-5.33-5.33a9.25,9.25,0,0,0-2.52-.41Z' transform='translate(-75.06 -77.42)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-editpage:before, input[type=button][class*=snap-].ico-LOM-editpage:before, input[type=file][class*=snap-].ico-LOM-editpage:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-editpage:before, html input[type=button][class*=snap-].ico-LOM-editpage:before, html input[type=file][class*=snap-].ico-LOM-editpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-editpage:focus:before, button[class*=snap-].ico-LOM-editpage:hover:before, input[type=button][class*=snap-].ico-LOM-editpage:focus:before, input[type=button][class*=snap-].ico-LOM-editpage:hover:before, input[type=file][class*=snap-].ico-LOM-editpage:focus:before, input[type=file][class*=snap-].ico-LOM-editpage:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-editpage:focus:before, html button[class*=snap-].ico-LOM-editpage:hover:before, html input[type=button][class*=snap-].ico-LOM-editpage:focus:before, html input[type=button][class*=snap-].ico-LOM-editpage:hover:before, html input[type=file][class*=snap-].ico-LOM-editpage:focus:before, html input[type=file][class*=snap-].ico-LOM-editpage:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-editpage:after, .LOM-ribbon-top.icon-editpage:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-editpage:before, .LOM-square-ribbon.icon-editpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-editpage .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-editpage .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-editpage .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-editpage .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-editpage .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-editpage .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editpage .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editpage .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editpage .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editpage .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-editpage:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.6 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M118.24,86.45V75.82L102.35,59.93H75.2v58h43V106.45h-3v8.48h-37V63h22.85l2.13,2.13L113.07,75l2.13,2.13v9.37Z' transform='translate(-75.2 -59.93)'/%3E%3Cpath class='a' d='M102.32,59.93h-2.1V78h18v-2.1Zm.9,15V65.07L113.1,75Z' transform='translate(-75.2 -59.93)'/%3E%3Crect class='a' x='116.19' y='85.86' width='3.04' height='17' transform='translate(26 -115.53) rotate(45)'/%3E%3Cpolygon class='a' points='36.5 40.44 37.58 41.52 34.51 42.44 35.43 39.37 36.5 40.44'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-upload:before, input[type=button][class*=snap-].ico-LOM-upload:before, input[type=file][class*=snap-].ico-LOM-upload:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-upload:before, html input[type=button][class*=snap-].ico-LOM-upload:before, html input[type=file][class*=snap-].ico-LOM-upload:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-upload:focus:before, button[class*=snap-].ico-LOM-upload:hover:before, input[type=button][class*=snap-].ico-LOM-upload:focus:before, input[type=button][class*=snap-].ico-LOM-upload:hover:before, input[type=file][class*=snap-].ico-LOM-upload:focus:before, input[type=file][class*=snap-].ico-LOM-upload:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-upload:focus:before, html button[class*=snap-].ico-LOM-upload:hover:before, html input[type=button][class*=snap-].ico-LOM-upload:focus:before, html input[type=button][class*=snap-].ico-LOM-upload:hover:before, html input[type=file][class*=snap-].ico-LOM-upload:focus:before, html input[type=file][class*=snap-].ico-LOM-upload:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-upload:after, .LOM-ribbon-top.icon-upload:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-upload:before, .LOM-square-ribbon.icon-upload:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-upload .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-upload .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-upload .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-upload .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-upload .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-upload .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-upload .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-upload .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-upload .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-upload .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-upload:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 37.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M129.54,91.28a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H98.21v-3H86.32a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,86,92.64l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17,12.36,12.36,0,0,1,10.43.26,12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3h12.72l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,129.54,91.28Z' transform='translate(-78.87 -75.09)'/%3E%3Cpolygon class='a' points='26.84 19.58 21.34 27.58 25.34 27.58 25.34 37.58 28.34 37.58 28.34 27.58 32.34 27.58 26.84 19.58'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-download:before, input[type=button][class*=snap-].ico-LOM-download:before, input[type=file][class*=snap-].ico-LOM-download:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-download:before, html input[type=button][class*=snap-].ico-LOM-download:before, html input[type=file][class*=snap-].ico-LOM-download:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-download:focus:before, button[class*=snap-].ico-LOM-download:hover:before, input[type=button][class*=snap-].ico-LOM-download:focus:before, input[type=button][class*=snap-].ico-LOM-download:hover:before, input[type=file][class*=snap-].ico-LOM-download:focus:before, input[type=file][class*=snap-].ico-LOM-download:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-download:focus:before, html button[class*=snap-].ico-LOM-download:hover:before, html input[type=button][class*=snap-].ico-LOM-download:focus:before, html input[type=button][class*=snap-].ico-LOM-download:hover:before, html input[type=file][class*=snap-].ico-LOM-download:focus:before, html input[type=file][class*=snap-].ico-LOM-download:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-download:after, .LOM-ribbon-top.icon-download:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-download:before, .LOM-square-ribbon.icon-download:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-download .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-download .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-download .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-download .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-download .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-download .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-download .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-download .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-download .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-download .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-download:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.69 44.58'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M87.55,124.86a10.21,10.21,0,0,0-4.64-2.61c-.78-1.75-3-5.63-7.61-6.78a11,11,0,0,0-5.73.17,15.84,15.84,0,0,0-6.16-5.36c-1.58-.76-7.18-3-13-.27a15,15,0,0,0-7.66,8.89,16.2,16.2,0,0,0-.89,5.08,10.06,10.06,0,0,0,1.71,18.18l.25.09H56.22v-3H44.33a7,7,0,0,1-3.92-9.3A7.4,7.4,0,0,1,44,126.22l.9-.43,0-1a12.87,12.87,0,0,1,.71-4.91,12,12,0,0,1,6.11-7.17A12.36,12.36,0,0,1,62.1,113a12.89,12.89,0,0,1,5.53,5.22l.67,1.16,1.22-.52a8.08,8.08,0,0,1,5-.46c4.21,1.05,5.76,5.46,5.83,5.65l.28.84.88.15a7.46,7.46,0,0,1,3.88,2,7.66,7.66,0,0,1,2.12,5.73c-.23,3.75-3.4,5.94-4.37,6.53h-12v3H83.94l.32-.16c.24-.12,5.92-3.07,6.29-9.19A10.64,10.64,0,0,0,87.55,124.86Z' transform='translate(-36.88 -108.67)'/%3E%3Cpolygon class='a' points='26.84 44.58 21.34 36.58 25.34 36.58 25.34 26.58 28.34 26.58 28.34 36.58 32.34 36.58 26.84 44.58'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-trash:before, input[type=button][class*=snap-].ico-LOM-trash:before, input[type=file][class*=snap-].ico-LOM-trash:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-trash:before, html input[type=button][class*=snap-].ico-LOM-trash:before, html input[type=file][class*=snap-].ico-LOM-trash:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-trash:focus:before, button[class*=snap-].ico-LOM-trash:hover:before, input[type=button][class*=snap-].ico-LOM-trash:focus:before, input[type=button][class*=snap-].ico-LOM-trash:hover:before, input[type=file][class*=snap-].ico-LOM-trash:focus:before, input[type=file][class*=snap-].ico-LOM-trash:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-trash:focus:before, html button[class*=snap-].ico-LOM-trash:hover:before, html input[type=button][class*=snap-].ico-LOM-trash:focus:before, html input[type=button][class*=snap-].ico-LOM-trash:hover:before, html input[type=file][class*=snap-].ico-LOM-trash:focus:before, html input[type=file][class*=snap-].ico-LOM-trash:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-trash:after, .LOM-ribbon-top.icon-trash:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-trash:before, .LOM-square-ribbon.icon-trash:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-trash .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-trash .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-trash .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-trash .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-trash .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-trash .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-trash .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-trash .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-trash .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-trash .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-trash:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.6 22.87'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M151.77,113.54H138.23V93.48h13.54Zm-12.14-1.4h10.74V94.88H139.63Z' transform='translate(-135.2 -90.68)'/%3E%3Cpath class='a' d='M148,94.88H142v-4.2H148Zm-4.66-1.4h3.26v-1.4h-3.26Z' transform='translate(-135.2 -90.68)'/%3E%3Crect class='a' y='2.8' width='19.6' height='1.4'/%3E%3Crect class='a' x='5.83' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='12.37' y='5.37' width='1.4' height='14.93'/%3E%3Crect class='a' x='9.1' y='5.52' width='1.4' height='14.93'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-tabs:before, input[type=button][class*=snap-].ico-LOM-tabs:before, input[type=file][class*=snap-].ico-LOM-tabs:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-tabs:before, html input[type=button][class*=snap-].ico-LOM-tabs:before, html input[type=file][class*=snap-].ico-LOM-tabs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-tabs:focus:before, button[class*=snap-].ico-LOM-tabs:hover:before, input[type=button][class*=snap-].ico-LOM-tabs:focus:before, input[type=button][class*=snap-].ico-LOM-tabs:hover:before, input[type=file][class*=snap-].ico-LOM-tabs:focus:before, input[type=file][class*=snap-].ico-LOM-tabs:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-tabs:focus:before, html button[class*=snap-].ico-LOM-tabs:hover:before, html input[type=button][class*=snap-].ico-LOM-tabs:focus:before, html input[type=button][class*=snap-].ico-LOM-tabs:hover:before, html input[type=file][class*=snap-].ico-LOM-tabs:focus:before, html input[type=file][class*=snap-].ico-LOM-tabs:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-tabs:after, .LOM-ribbon-top.icon-tabs:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-tabs:before, .LOM-square-ribbon.icon-tabs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-tabs .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-tabs .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-tabs .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-tabs .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-tabs .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-tabs .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tabs .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tabs .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tabs .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tabs .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-tabs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 39.59'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M160.19,102.48V93.89H144v8.59h-4V93.89H123.83v39.59h53v-31Zm-33.36-5.59H137v5.59H126.83Zm47,33.59h-47v-25h47Z' transform='translate(-123.83 -93.89)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-lightbox:before, input[type=button][class*=snap-].ico-LOM-lightbox:before, input[type=file][class*=snap-].ico-LOM-lightbox:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-lightbox:before, html input[type=button][class*=snap-].ico-LOM-lightbox:before, html input[type=file][class*=snap-].ico-LOM-lightbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-lightbox:focus:before, button[class*=snap-].ico-LOM-lightbox:hover:before, input[type=button][class*=snap-].ico-LOM-lightbox:focus:before, input[type=button][class*=snap-].ico-LOM-lightbox:hover:before, input[type=file][class*=snap-].ico-LOM-lightbox:focus:before, input[type=file][class*=snap-].ico-LOM-lightbox:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-lightbox:focus:before, html button[class*=snap-].ico-LOM-lightbox:hover:before, html input[type=button][class*=snap-].ico-LOM-lightbox:focus:before, html input[type=button][class*=snap-].ico-LOM-lightbox:hover:before, html input[type=file][class*=snap-].ico-LOM-lightbox:focus:before, html input[type=file][class*=snap-].ico-LOM-lightbox:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-lightbox:after, .LOM-ribbon-top.icon-lightbox:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-lightbox:before, .LOM-square-ribbon.icon-lightbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-lightbox .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-lightbox .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-lightbox .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-lightbox .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-lightbox .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-lightbox .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lightbox .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lightbox .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lightbox .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lightbox .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-lightbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.59 39.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-40.68,102.24v39.3H16.91v-39.3Zm54.59,36.3H-37.68v-30.3H13.91Z' transform='translate(40.68 -102.24)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-audio:before, input[type=button][class*=snap-].ico-LOM-audio:before, input[type=file][class*=snap-].ico-LOM-audio:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-audio:before, html input[type=button][class*=snap-].ico-LOM-audio:before, html input[type=file][class*=snap-].ico-LOM-audio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-audio:focus:before, button[class*=snap-].ico-LOM-audio:hover:before, input[type=button][class*=snap-].ico-LOM-audio:focus:before, input[type=button][class*=snap-].ico-LOM-audio:hover:before, input[type=file][class*=snap-].ico-LOM-audio:focus:before, input[type=file][class*=snap-].ico-LOM-audio:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-audio:focus:before, html button[class*=snap-].ico-LOM-audio:hover:before, html input[type=button][class*=snap-].ico-LOM-audio:focus:before, html input[type=button][class*=snap-].ico-LOM-audio:hover:before, html input[type=file][class*=snap-].ico-LOM-audio:focus:before, html input[type=file][class*=snap-].ico-LOM-audio:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-audio:after, .LOM-ribbon-top.icon-audio:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-audio:before, .LOM-square-ribbon.icon-audio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-audio .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-audio .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-audio .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-audio .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-audio .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-audio .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-audio .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-audio .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-audio .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-audio .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-audio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.4 56.12'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='22.59 0 11.06 14.41 0 14.41 0 28.06 0 41.71 11.06 41.71 22.59 56.12 30.35 56.12 30.35 28.06 30.35 0 22.59 0'/%3E%3Cpath class='a' d='M7.77,121.89v-.06h0A19.08,19.08,0,0,0,6.33,114a18.9,18.9,0,0,0-4.17-6.18L.05,109.93a15.57,15.57,0,0,1,3.51,5.2,15.85,15.85,0,0,1,1.21,6.7v.11a15.86,15.86,0,0,1-1.21,6.71,15.57,15.57,0,0,1-3.51,5.2L2.16,136a18.84,18.84,0,0,0,4.17-6.19,19,19,0,0,0,1.44-7.86h0Z' transform='translate(31.63 -93.83)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-video:before, input[type=button][class*=snap-].ico-LOM-video:before, input[type=file][class*=snap-].ico-LOM-video:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-video:before, html input[type=button][class*=snap-].ico-LOM-video:before, html input[type=file][class*=snap-].ico-LOM-video:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-video:focus:before, button[class*=snap-].ico-LOM-video:hover:before, input[type=button][class*=snap-].ico-LOM-video:focus:before, input[type=button][class*=snap-].ico-LOM-video:hover:before, input[type=file][class*=snap-].ico-LOM-video:focus:before, input[type=file][class*=snap-].ico-LOM-video:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-video:focus:before, html button[class*=snap-].ico-LOM-video:hover:before, html input[type=button][class*=snap-].ico-LOM-video:focus:before, html input[type=button][class*=snap-].ico-LOM-video:hover:before, html input[type=file][class*=snap-].ico-LOM-video:focus:before, html input[type=file][class*=snap-].ico-LOM-video:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-video:after, .LOM-ribbon-top.icon-video:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-video:before, .LOM-square-ribbon.icon-video:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-video .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-video .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-video .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-video .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-video .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-video .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-video .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-video .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-video .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-video .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-video:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 43.88'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-39.39,106.89v30h55v-30Zm22.5,20.5v-11l10,5.5Z' transform='translate(39.39 -99.95)'/%3E%3Crect class='a' x='2.5' width='3' height='6.94'/%3E%3Crect class='a' x='0.03' width='54.97' height='3'/%3E%3Crect class='a' x='0.03' y='40.88' width='54.97' height='3'/%3E%3Crect class='a' x='10.33' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' width='3' height='6.94'/%3E%3Crect class='a' x='26' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' width='3' height='6.94'/%3E%3Crect class='a' x='2.5' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='10.33' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='18.17' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='26' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='33.83' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='41.67' y='36.94' width='3' height='6.94'/%3E%3Crect class='a' x='49.5' y='36.94' width='3' height='6.94'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-classPicker:before, input[type=button][class*=snap-].ico-LOM-classPicker:before, input[type=file][class*=snap-].ico-LOM-classPicker:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-classPicker:before, html input[type=button][class*=snap-].ico-LOM-classPicker:before, html input[type=file][class*=snap-].ico-LOM-classPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-classPicker:focus:before, button[class*=snap-].ico-LOM-classPicker:hover:before, input[type=button][class*=snap-].ico-LOM-classPicker:focus:before, input[type=button][class*=snap-].ico-LOM-classPicker:hover:before, input[type=file][class*=snap-].ico-LOM-classPicker:focus:before, input[type=file][class*=snap-].ico-LOM-classPicker:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-classPicker:focus:before, html button[class*=snap-].ico-LOM-classPicker:hover:before, html input[type=button][class*=snap-].ico-LOM-classPicker:focus:before, html input[type=button][class*=snap-].ico-LOM-classPicker:hover:before, html input[type=file][class*=snap-].ico-LOM-classPicker:focus:before, html input[type=file][class*=snap-].ico-LOM-classPicker:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-classPicker:after, .LOM-ribbon-top.icon-classPicker:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-classPicker:before, .LOM-square-ribbon.icon-classPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-classPicker .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-classPicker .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-classPicker .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-classPicker .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-classPicker .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-classPicker .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-classPicker .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-classPicker .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-classPicker .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-classPicker .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-classPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.83 19.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-34.8,124a2,2,0,0,1,.55-1.55,2.22,2.22,0,0,1,1.6-.52,2.17,2.17,0,0,1,1.57.54,2,2,0,0,1,.55,1.53,2,2,0,0,1-.56,1.52,2.13,2.13,0,0,1-1.56.56,2.2,2.2,0,0,1-1.59-.54A2.08,2.08,0,0,1-34.8,124Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-24.35,118.74l-4.4-6.68h4.23l2.65,4.35,2.67-4.35H-15l-4.44,6.68,4.65,7H-19L-21.87,121l-2.88,4.68H-29Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M-14.65,112.06h4.08L-8,119.74a10.63,10.63,0,0,1,.45,2.37h.07a10.5,10.5,0,0,1,.53-2.37l2.52-7.68h4l-5.77,15.4a6.63,6.63,0,0,1-2.26,3.19,5.74,5.74,0,0,1-3.44,1.07,8.55,8.55,0,0,1-1.89-.21v-3a6,6,0,0,0,1.46.16,2.66,2.66,0,0,0,1.73-.6,3.85,3.85,0,0,0,1.15-1.83l.22-.67Z' transform='translate(34.8 -112.06)'/%3E%3Cpath class='a' d='M11,125.71H.25v-2.2l6.32-8.6H.62v-2.85H10.8v2.42l-6.15,8.39H11Z' transform='translate(34.8 -112.06)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-ribbonPicker:before, input[type=button][class*=snap-].ico-LOM-ribbonPicker:before, input[type=file][class*=snap-].ico-LOM-ribbonPicker:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-ribbonPicker:before, html input[type=button][class*=snap-].ico-LOM-ribbonPicker:before, html input[type=file][class*=snap-].ico-LOM-ribbonPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-ribbonPicker:focus:before, button[class*=snap-].ico-LOM-ribbonPicker:hover:before, input[type=button][class*=snap-].ico-LOM-ribbonPicker:focus:before, input[type=button][class*=snap-].ico-LOM-ribbonPicker:hover:before, input[type=file][class*=snap-].ico-LOM-ribbonPicker:focus:before, input[type=file][class*=snap-].ico-LOM-ribbonPicker:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-ribbonPicker:focus:before, html button[class*=snap-].ico-LOM-ribbonPicker:hover:before, html input[type=button][class*=snap-].ico-LOM-ribbonPicker:focus:before, html input[type=button][class*=snap-].ico-LOM-ribbonPicker:hover:before, html input[type=file][class*=snap-].ico-LOM-ribbonPicker:focus:before, html input[type=file][class*=snap-].ico-LOM-ribbonPicker:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-ribbonPicker:after, .LOM-ribbon-top.icon-ribbonPicker:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-ribbonPicker:before, .LOM-square-ribbon.icon-ribbonPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-ribbonPicker .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-ribbonPicker .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-ribbonPicker:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.26 42.86'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='92.37' cy='113.59' r='21.43' transform='translate(-105.59 94.24) rotate(-80.71)'/%3E%3Cpath class='b' d='M91.34,104.7a3.06,3.06,0,0,1,.6-1.72c.24-.38.49-.75.72-1.14a1.31,1.31,0,0,0-.22-1.62c-.06-.07-.14-.14-.19-.21a.51.51,0,0,1,0-.74.52.52,0,0,1,.74,0,2.4,2.4,0,0,1,.65,2.93,15.31,15.31,0,0,1-.83,1.41c-.59.94-.56,1.3.15,2.15a.58.58,0,0,1,0,.84.55.55,0,0,1-.81-.07A2.51,2.51,0,0,1,91.34,104.7Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.6,117.23c0-.58-.25-.88-.78-.88l-4.91,0h0a1.45,1.45,0,0,1-1.45,1.42,1.47,1.47,0,0,1-1.41-1.42v0l-4.35,0c-.71,0-1.09.3-1.09,1,0,1.07,0,2.14,0,3.2h0v2.76a5.4,5.4,0,0,0,5.42,5.55c1,0,2.08,0,3.12,0a5.37,5.37,0,0,0,5.22-4,5.24,5.24,0,0,0,.2-1.42C99.62,121.35,99.61,119.29,99.6,117.23Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M92.12,107.76H91.07a5.39,5.39,0,0,0-5.22,4,5.24,5.24,0,0,0-.2,1.42c0,.28,0,.46,0,.59s0,.3,0,.73.25.88.78.88l4.66,0c0-.43,0-.86,0-1.29a1.41,1.41,0,0,1,1-1.33C92.14,112.07,92.14,109.43,92.12,107.76Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='b' d='M99.61,113.33a5.4,5.4,0,0,0-5.42-5.55l-1.18,0c0,1.67.08,3.34,0,5a1.46,1.46,0,0,1,.94,1.33c0,.44,0,.87,0,1.3l4.56,0c.7,0,1.09-.3,1.09-1v0h0Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M119.47,117.82v-10.7h2.27V116h4.34v1.87Z' transform='translate(-70.94 -92.16)'/%3E%3Cpath class='a' d='M135.21,113.71a4.41,4.41,0,0,1-1.06,3.13,3.83,3.83,0,0,1-2.94,1.13,4.09,4.09,0,0,1-2.08-.52,3.36,3.36,0,0,1-1.38-1.48,5,5,0,0,1-.48-2.26,4.44,4.44,0,0,1,1-3.12,3.86,3.86,0,0,1,2.95-1.11,4.16,4.16,0,0,1,2.08.51,3.47,3.47,0,0,1,1.38,1.48A5,5,0,0,1,135.21,113.71Zm-5.67,0a3.47,3.47,0,0,0,.4,1.84,1.65,1.65,0,0,0,2.59,0,3.54,3.54,0,0,0,.39-1.85,3.42,3.42,0,0,0-.39-1.82,1.46,1.46,0,0,0-1.3-.61,1.41,1.41,0,0,0-1.29.61A3.39,3.39,0,0,0,129.54,113.71Z' transform='translate(-70.94 -92.16)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-resources:before, input[type=button][class*=snap-].ico-LOM-resources:before, input[type=file][class*=snap-].ico-LOM-resources:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-resources:before, html input[type=button][class*=snap-].ico-LOM-resources:before, html input[type=file][class*=snap-].ico-LOM-resources:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-resources:focus:before, button[class*=snap-].ico-LOM-resources:hover:before, input[type=button][class*=snap-].ico-LOM-resources:focus:before, input[type=button][class*=snap-].ico-LOM-resources:hover:before, input[type=file][class*=snap-].ico-LOM-resources:focus:before, input[type=file][class*=snap-].ico-LOM-resources:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-resources:focus:before, html button[class*=snap-].ico-LOM-resources:hover:before, html input[type=button][class*=snap-].ico-LOM-resources:focus:before, html input[type=button][class*=snap-].ico-LOM-resources:hover:before, html input[type=file][class*=snap-].ico-LOM-resources:focus:before, html input[type=file][class*=snap-].ico-LOM-resources:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-resources:after, .LOM-ribbon-top.icon-resources:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-resources:before, .LOM-square-ribbon.icon-resources:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-resources .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-resources .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-resources .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-resources .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-resources .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-resources .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-resources .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-resources .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-resources .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-resources .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-resources:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.49 160.33'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M198.45,59.74c-.39-6.7-.11-13.45-.06-20.17s-2.45-9.92-8.27-9.9c-18.3,0-36.59,0-54.88,0,.79-19-6.62-28.56-21.87-28.62-9.49,0-19-.11-28.47.05-14.59.24-22.35,11.34-20.39,28.57-18.4,0-36.8,0-55.21,0-5.9,0-8.21,3.38-8.18,10,0,6.47.28,13-.08,19.43-.32,5.77,1.13,7.7,6.17,7.66h3c0,29.52-.06,67.61,0,86.1,0,6.9,1.72,8.43,8.93,8.43q80.21,0,160.44,0c8.48,0,9.74-1.34,9.76-10.24,0-17.69,0-55.7,0-84.31h3.05C196.76,66.79,198.81,65.6,198.45,59.74ZM83.35,16.25c10.93-.29,21.86-.16,32.8-.06,4.42,0,6.8,3,7.09,8.37.1,1.64.2,3.33.31,5.11H76C76.35,23.24,75.86,16.45,83.35,16.25Z' transform='translate(-1 -1)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-login:before, input[type=button][class*=snap-].ico-LOM-login:before, input[type=file][class*=snap-].ico-LOM-login:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-login:before, html input[type=button][class*=snap-].ico-LOM-login:before, html input[type=file][class*=snap-].ico-LOM-login:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-login:focus:before, button[class*=snap-].ico-LOM-login:hover:before, input[type=button][class*=snap-].ico-LOM-login:focus:before, input[type=button][class*=snap-].ico-LOM-login:hover:before, input[type=file][class*=snap-].ico-LOM-login:focus:before, input[type=file][class*=snap-].ico-LOM-login:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-login:focus:before, html button[class*=snap-].ico-LOM-login:hover:before, html input[type=button][class*=snap-].ico-LOM-login:focus:before, html input[type=button][class*=snap-].ico-LOM-login:hover:before, html input[type=file][class*=snap-].ico-LOM-login:focus:before, html input[type=file][class*=snap-].ico-LOM-login:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-login:after, .LOM-ribbon-top.icon-login:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-login:before, .LOM-square-ribbon.icon-login:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-login .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-login .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-login .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-login .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-login .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-login .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-login .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-login .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-login .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-login .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-login:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-faq:before, input[type=button][class*=snap-].ico-LOM-faq:before, input[type=file][class*=snap-].ico-LOM-faq:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-faq:before, html input[type=button][class*=snap-].ico-LOM-faq:before, html input[type=file][class*=snap-].ico-LOM-faq:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-faq:focus:before, button[class*=snap-].ico-LOM-faq:hover:before, input[type=button][class*=snap-].ico-LOM-faq:focus:before, input[type=button][class*=snap-].ico-LOM-faq:hover:before, input[type=file][class*=snap-].ico-LOM-faq:focus:before, input[type=file][class*=snap-].ico-LOM-faq:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-faq:focus:before, html button[class*=snap-].ico-LOM-faq:hover:before, html input[type=button][class*=snap-].ico-LOM-faq:focus:before, html input[type=button][class*=snap-].ico-LOM-faq:hover:before, html input[type=file][class*=snap-].ico-LOM-faq:focus:before, html input[type=file][class*=snap-].ico-LOM-faq:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-faq:after, .LOM-ribbon-top.icon-faq:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-faq:before, .LOM-square-ribbon.icon-faq:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-faq .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-faq .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-faq .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-faq .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-faq .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-faq .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-faq .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-faq .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-faq .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-faq .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-faq:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.12 45.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M100.28,111.93v-1.08a4.84,4.84,0,0,1,.6-2.45,7.91,7.91,0,0,1,2.19-2.21,8.84,8.84,0,0,0,2-1.79,2.57,2.57,0,0,0,.49-1.54,1.68,1.68,0,0,0-.7-1.45,3.36,3.36,0,0,0-2-.49,11.18,11.18,0,0,0-5,1.43l-1.6-3.21a14,14,0,0,1,6.93-1.83,7.43,7.43,0,0,1,4.8,1.45,4.77,4.77,0,0,1,1.78,3.87,5.13,5.13,0,0,1-.74,2.78,10.32,10.32,0,0,1-2.78,2.64,8.5,8.5,0,0,0-1.78,1.58,2.46,2.46,0,0,0-.37,1.42v.88Zm-.47,5a2.45,2.45,0,0,1,.66-1.86,2.68,2.68,0,0,1,1.92-.63,2.6,2.6,0,0,1,1.88.65,2.86,2.86,0,0,1,0,3.67,2.56,2.56,0,0,1-1.87.66,2.66,2.66,0,0,1-1.91-.65A2.43,2.43,0,0,1,99.81,116.94Z' transform='translate(-78.02 -90.99)'/%3E%3Cpath class='a' d='M84.72,136.2V125.75H78V91h50.11v34.76H94.4ZM81,122.75h6.7v5.8l5.38-5.8h32V94H81Z' transform='translate(-78.02 -90.99)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-buildYourOwn:before, input[type=button][class*=snap-].ico-LOM-buildYourOwn:before, input[type=file][class*=snap-].ico-LOM-buildYourOwn:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-buildYourOwn:before, html input[type=button][class*=snap-].ico-LOM-buildYourOwn:before, html input[type=file][class*=snap-].ico-LOM-buildYourOwn:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-buildYourOwn:focus:before, button[class*=snap-].ico-LOM-buildYourOwn:hover:before, input[type=button][class*=snap-].ico-LOM-buildYourOwn:focus:before, input[type=button][class*=snap-].ico-LOM-buildYourOwn:hover:before, input[type=file][class*=snap-].ico-LOM-buildYourOwn:focus:before, input[type=file][class*=snap-].ico-LOM-buildYourOwn:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-buildYourOwn:focus:before, html button[class*=snap-].ico-LOM-buildYourOwn:hover:before, html input[type=button][class*=snap-].ico-LOM-buildYourOwn:focus:before, html input[type=button][class*=snap-].ico-LOM-buildYourOwn:hover:before, html input[type=file][class*=snap-].ico-LOM-buildYourOwn:focus:before, html input[type=file][class*=snap-].ico-LOM-buildYourOwn:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-buildYourOwn:after, .LOM-ribbon-top.icon-buildYourOwn:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-buildYourOwn:before, .LOM-square-ribbon.icon-buildYourOwn:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-buildYourOwn .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-buildYourOwn .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-buildYourOwn:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 38.52'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='92.68' y='105.47' width='5.93' height='29.63' transform='translate(29.99 -126.73) rotate(45)'/%3E%3Cpath class='a' d='M123.07,108.88l-5.34,5.34L115,111.48a2.25,2.25,0,0,0-3.18-3.17l-2,2-4.19-4.19,2-2,1.17-1.18a3.3,3.3,0,0,0,.28-1.48c0-.54-.24-1.53-2-3.15a15.85,15.85,0,0,0-5-3.13c.26-.29.53-.55.8-.84a17,17,0,0,1,10,4.43l4.21,4.2a2.25,2.25,0,1,0,3.17,3.18Z' transform='translate(-83.07 -94.33)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-btngroup:before, input[type=button][class*=snap-].ico-LOM-btngroup:before, input[type=file][class*=snap-].ico-LOM-btngroup:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-btngroup:before, html input[type=button][class*=snap-].ico-LOM-btngroup:before, html input[type=file][class*=snap-].ico-LOM-btngroup:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-btngroup:focus:before, button[class*=snap-].ico-LOM-btngroup:hover:before, input[type=button][class*=snap-].ico-LOM-btngroup:focus:before, input[type=button][class*=snap-].ico-LOM-btngroup:hover:before, input[type=file][class*=snap-].ico-LOM-btngroup:focus:before, input[type=file][class*=snap-].ico-LOM-btngroup:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-btngroup:focus:before, html button[class*=snap-].ico-LOM-btngroup:hover:before, html input[type=button][class*=snap-].ico-LOM-btngroup:focus:before, html input[type=button][class*=snap-].ico-LOM-btngroup:hover:before, html input[type=file][class*=snap-].ico-LOM-btngroup:focus:before, html input[type=file][class*=snap-].ico-LOM-btngroup:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-btngroup:after, .LOM-ribbon-top.icon-btngroup:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-btngroup:before, .LOM-square-ribbon.icon-btngroup:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-btngroup .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-btngroup .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-btngroup .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-btngroup .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-btngroup .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-btngroup .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-btngroup .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-btngroup .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-btngroup .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-btngroup .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-btngroup:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.36 40'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;stroke:%236c6d6d;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='9.36' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='15' width='50' height='10'/%3E%3Crect class='a' x='9.36' y='30' width='50' height='10'/%3E%3Cpolygon class='b' points='14.94 2.88 5.31 5.46 7.78 7.93 0.71 15 2.83 17.12 9.9 10.05 12.36 12.51 14.94 2.88'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-search:before, input[type=button][class*=snap-].ico-LOM-search:before, input[type=file][class*=snap-].ico-LOM-search:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-search:before, html input[type=button][class*=snap-].ico-LOM-search:before, html input[type=file][class*=snap-].ico-LOM-search:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-search:focus:before, button[class*=snap-].ico-LOM-search:hover:before, input[type=button][class*=snap-].ico-LOM-search:focus:before, input[type=button][class*=snap-].ico-LOM-search:hover:before, input[type=file][class*=snap-].ico-LOM-search:focus:before, input[type=file][class*=snap-].ico-LOM-search:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-search:focus:before, html button[class*=snap-].ico-LOM-search:hover:before, html input[type=button][class*=snap-].ico-LOM-search:focus:before, html input[type=button][class*=snap-].ico-LOM-search:hover:before, html input[type=file][class*=snap-].ico-LOM-search:focus:before, html input[type=file][class*=snap-].ico-LOM-search:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-search:after, .LOM-ribbon-top.icon-search:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-search:before, .LOM-square-ribbon.icon-search:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-search .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-search .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-search .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-search .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-search .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-search .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-search .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-search .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-search .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-search .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-search:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.83 50.83'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M123.46,93.21a14.75,14.75,0,0,0-22.77,18.52l-2.53,2.54L76.94,135.48l4.24,4.24,21.22-21.21,2.53-2.54a14.75,14.75,0,0,0,18.53-22.76ZM121.33,112a11.75,11.75,0,1,1,0-16.62A11.76,11.76,0,0,1,121.33,112Z' transform='translate(-76.94 -88.9)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-home:before, input[type=button][class*=snap-].ico-LOM-home:before, input[type=file][class*=snap-].ico-LOM-home:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-home:before, html input[type=button][class*=snap-].ico-LOM-home:before, html input[type=file][class*=snap-].ico-LOM-home:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='var(--school-purple)' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}
button[class*=snap-].ico-LOM-home:focus:before, button[class*=snap-].ico-LOM-home:hover:before, input[type=button][class*=snap-].ico-LOM-home:focus:before, input[type=button][class*=snap-].ico-LOM-home:hover:before, input[type=file][class*=snap-].ico-LOM-home:focus:before, input[type=file][class*=snap-].ico-LOM-home:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-home:focus:before, html button[class*=snap-].ico-LOM-home:hover:before, html input[type=button][class*=snap-].ico-LOM-home:focus:before, html input[type=button][class*=snap-].ico-LOM-home:hover:before, html input[type=file][class*=snap-].ico-LOM-home:focus:before, html input[type=file][class*=snap-].ico-LOM-home:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='var(--school-purple-drk)' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

.LOM-ribbon.icon-home:after, .LOM-ribbon-top.icon-home:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

.LOM-circle-ribbon.icon-home:before, .LOM-square-ribbon.icon-home:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

.LOM-iconbox.icon-home .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-home .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-home .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-home .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-home .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-home .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-home .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-home .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-home .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-home .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

span.LOM-icon.icon-home:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Zm-9-7v6h2v-6h-2Z'%2F%3E%3C%2Fsvg%3E");
}

button[class*=snap-].ico-LOM-course:before, input[type=button][class*=snap-].ico-LOM-course:before, input[type=file][class*=snap-].ico-LOM-course:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-course:before, html input[type=button][class*=snap-].ico-LOM-course:before, html input[type=file][class*=snap-].ico-LOM-course:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-course:focus:before, button[class*=snap-].ico-LOM-course:hover:before, input[type=button][class*=snap-].ico-LOM-course:focus:before, input[type=button][class*=snap-].ico-LOM-course:hover:before, input[type=file][class*=snap-].ico-LOM-course:focus:before, input[type=file][class*=snap-].ico-LOM-course:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-course:focus:before, html button[class*=snap-].ico-LOM-course:hover:before, html input[type=button][class*=snap-].ico-LOM-course:focus:before, html input[type=button][class*=snap-].ico-LOM-course:hover:before, html input[type=file][class*=snap-].ico-LOM-course:focus:before, html input[type=file][class*=snap-].ico-LOM-course:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-course:after, .LOM-ribbon-top.icon-course:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-course:before, .LOM-square-ribbon.icon-course:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-course .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-course .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-course .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-course .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-course .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-course .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-course .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-course .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-course .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-course .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-course:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 36.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='43.33 19.4 43.33 32.79 27.5 36.56 11.66 32.79 11.66 19.4 26.36 25.47 27.5 25.94 28.65 25.47 43.33 19.4'/%3E%3Cpolygon class='a' points='55 11.35 43.33 16.16 27.5 22.69 11.66 16.16 0 11.35 27.5 0 55 11.35'/%3E%3Ccircle class='a' cx='52.26' cy='22.79' r='1.65'/%3E%3Cpath class='a' d='M129.36,121.39a22.83,22.83,0,0,0-.56-2.5h-1.94a22.83,22.83,0,0,0-.56,2.5,23.51,23.51,0,0,0-.3,3.11h3.65A21.81,21.81,0,0,0,129.36,121.39Z' transform='translate(-75.57 -95.31)'/%3E%3Crect class='a' x='51.76' y='11.34' width='1' height='11.61'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-users:before, input[type=button][class*=snap-].ico-LOM-users:before, input[type=file][class*=snap-].ico-LOM-users:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-users:before, html input[type=button][class*=snap-].ico-LOM-users:before, html input[type=file][class*=snap-].ico-LOM-users:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-users:focus:before, button[class*=snap-].ico-LOM-users:hover:before, input[type=button][class*=snap-].ico-LOM-users:focus:before, input[type=button][class*=snap-].ico-LOM-users:hover:before, input[type=file][class*=snap-].ico-LOM-users:focus:before, input[type=file][class*=snap-].ico-LOM-users:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-users:focus:before, html button[class*=snap-].ico-LOM-users:hover:before, html input[type=button][class*=snap-].ico-LOM-users:focus:before, html input[type=button][class*=snap-].ico-LOM-users:hover:before, html input[type=file][class*=snap-].ico-LOM-users:focus:before, html input[type=file][class*=snap-].ico-LOM-users:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-users:after, .LOM-ribbon-top.icon-users:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-users:before, .LOM-square-ribbon.icon-users:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-users .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-users .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-users .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-users .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-users .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-users .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-users .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-users .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-users .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-users .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-users:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.01 39.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M92.76,107.17a10.28,10.28,0,0,0,1,3.25A15.43,15.43,0,0,0,85,124.19a7.53,7.53,0,0,0,.07,1.16c-7-.3-12.65-3.94-12.57-7.95a11.21,11.21,0,0,1,6.82-10.25,9.25,9.25,0,0,0,13.36,0Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='86.05' cy='100.73' r='6.64' transform='translate(-99.71 75.44) rotate(-80.78)'/%3E%3Cpath class='a' d='M133.54,117.4c-.13,4-5.58,7.66-12.61,7.95a6.64,6.64,0,0,0,.1-1,15,15,0,0,0-8.73-13.94,10.22,10.22,0,0,0,1-3.24l0,0a9.25,9.25,0,0,0,13.36,0A10.87,10.87,0,0,1,133.54,117.4Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='47.5' cy='6.64' r='6.64'/%3E%3Cpath class='a' d='M118,124.25a2.45,2.45,0,0,1,0,.27,2.4,2.4,0,0,1,0,.28,3.73,3.73,0,0,1-.09.46c0,.13-.07.26-.11.4s-.09.26-.14.39-.1.26-.16.38a5,5,0,0,1-.37.68,6.34,6.34,0,0,1-.58.81l-.3.35-.33.35-.51.48c-.13.12-.27.23-.41.34s-.3.24-.45.34a5,5,0,0,1-.47.33l-.49.31a5.39,5.39,0,0,1-.52.3c-.18.1-.36.2-.54.28a5.77,5.77,0,0,1-.56.27,6,6,0,0,1-.58.26c-.35.14-.72.28-1.1.41l-.13,0c-.21.08-.42.15-.64.21l-1.08.29-.6.13c-.58.12-1.16.22-1.77.3l-.74.08-.75.06c-.5,0-1,0-1.53,0s-1,0-1.52,0c-.26,0-.5,0-.75-.06l-.74-.08-.72-.1-.79-.14-.62-.13c-.29-.06-.58-.14-.86-.21l-.8-.23a16.5,16.5,0,0,1-1.63-.58q-.56-.22-1.08-.48h0a15.8,15.8,0,0,1-1.9-1.11l-.58-.43c-.14-.11-.29-.23-.42-.35l-.34-.31-.21-.2a3.61,3.61,0,0,1-.33-.35,4,4,0,0,1-.38-.46,5.22,5.22,0,0,1-.49-.7,6.33,6.33,0,0,1-.64-1.45l-.09-.4h0a4.54,4.54,0,0,1-.07-.45,2.83,2.83,0,0,1,0-.29.49.49,0,0,1,0-.12v-.15c0-.3,0-.61,0-.9s0-.54.09-.81l.06-.38a12.92,12.92,0,0,1,.63-2.31,12.45,12.45,0,0,1,.73-1.57,6.58,6.58,0,0,1,.38-.63c.17-.27.35-.53.55-.79a8.82,8.82,0,0,1,.61-.76l.31-.33c.1-.11.2-.21.31-.31s.44-.42.67-.61.47-.38.72-.56a6.62,6.62,0,0,1,.64-.44l.08,0,.37-.23.21-.12.31-.17q.38-.21.78-.39l.07,0a5.8,5.8,0,0,0,.47.52c0,.06.11.11.17.17l.12.11a2.12,2.12,0,0,0,.24.2q.19.17.39.3l.42.28.33.2.34.18.08,0c.21.11.42.21.64.3l.08,0a4.65,4.65,0,0,0,.52.2,9.15,9.15,0,0,0,.93.29,4.54,4.54,0,0,0,.53.12l.54.1.54.07A10,10,0,0,0,103,116l.63,0h.06l.39,0a3.32,3.32,0,0,0,.44-.06l.14,0a4,4,0,0,0,.5-.09l.59-.13.47-.14.49-.16h0c.36-.14.7-.29,1-.46.13-.06.26-.12.38-.19l.36-.21a.26.26,0,0,0,.11-.07l.42-.28a6.65,6.65,0,0,0,1.39-1.3l.07,0c.36.16.71.34,1,.53a7.33,7.33,0,0,1,.67.39l0,0,.76.52c.24.17.48.36.71.56l0,0,.07.06c.16.13.3.26.45.4s.33.32.49.49l.32.36a5.27,5.27,0,0,1,.44.52l.34.45a11.13,11.13,0,0,1,.9,1.47l.18.37.13.3c.07.16.14.32.2.48h0c.08.19.14.39.2.58A11.44,11.44,0,0,1,118,124.25Z' transform='translate(-72.54 -94.09)'/%3E%3Ccircle class='a' cx='30.5' cy='11.67' r='7.36'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-notifications:before, input[type=button][class*=snap-].ico-LOM-notifications:before, input[type=file][class*=snap-].ico-LOM-notifications:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-notifications:before, html input[type=button][class*=snap-].ico-LOM-notifications:before, html input[type=file][class*=snap-].ico-LOM-notifications:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-notifications:focus:before, button[class*=snap-].ico-LOM-notifications:hover:before, input[type=button][class*=snap-].ico-LOM-notifications:focus:before, input[type=button][class*=snap-].ico-LOM-notifications:hover:before, input[type=file][class*=snap-].ico-LOM-notifications:focus:before, input[type=file][class*=snap-].ico-LOM-notifications:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-notifications:focus:before, html button[class*=snap-].ico-LOM-notifications:hover:before, html input[type=button][class*=snap-].ico-LOM-notifications:focus:before, html input[type=button][class*=snap-].ico-LOM-notifications:hover:before, html input[type=file][class*=snap-].ico-LOM-notifications:focus:before, html input[type=file][class*=snap-].ico-LOM-notifications:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-notifications:after, .LOM-ribbon-top.icon-notifications:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-notifications:before, .LOM-square-ribbon.icon-notifications:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-notifications .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-notifications .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-notifications .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-notifications .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-notifications .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-notifications .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-notifications .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-notifications .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-notifications .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-notifications .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-notifications:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 50.29'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M121.14,126.77c-1.63-2.55-1.84-4.94-2.14-8.82-.57-7.48.92-9.85-.8-15.32a16.77,16.77,0,0,0-1.46-3.3C114.27,94.89,109,91,103.1,91h0a16.32,16.32,0,0,0-13.67,8.32,16.77,16.77,0,0,0-1.46,3.3c-1.72,5.47-.23,7.84-.8,15.32-.3,3.88-.51,6.27-2.14,8.82a14.2,14.2,0,0,1-5.94,5.08h48A14.2,14.2,0,0,1,121.14,126.77Zm-33.9,2.08.3-.46c2.07-3.24,2.3-6.32,2.6-10.21a54.22,54.22,0,0,0,0-7.55,17.48,17.48,0,0,1,.64-7.1A14.25,14.25,0,0,1,92,100.79c1.82-3.27,6-6.78,11-6.78h0c5,0,9.22,3.51,11,6.78a14.25,14.25,0,0,1,1.22,2.74,17.48,17.48,0,0,1,.64,7.1,54.22,54.22,0,0,0,0,7.55c.3,3.89.53,7,2.6,10.21l.3.46Z' transform='translate(-79.07 -88.45)'/%3E%3Crect class='a' x='22.5' width='3' height='4.85' rx='1.5'/%3E%3Cpath class='a' d='M108.06,133.85a5,5,0,0,1-10,0Z' transform='translate(-79.07 -88.45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-chat:before, input[type=button][class*=snap-].ico-LOM-chat:before, input[type=file][class*=snap-].ico-LOM-chat:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-chat:before, html input[type=button][class*=snap-].ico-LOM-chat:before, html input[type=file][class*=snap-].ico-LOM-chat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-chat:focus:before, button[class*=snap-].ico-LOM-chat:hover:before, input[type=button][class*=snap-].ico-LOM-chat:focus:before, input[type=button][class*=snap-].ico-LOM-chat:hover:before, input[type=file][class*=snap-].ico-LOM-chat:focus:before, input[type=file][class*=snap-].ico-LOM-chat:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-chat:focus:before, html button[class*=snap-].ico-LOM-chat:hover:before, html input[type=button][class*=snap-].ico-LOM-chat:focus:before, html input[type=button][class*=snap-].ico-LOM-chat:hover:before, html input[type=file][class*=snap-].ico-LOM-chat:focus:before, html input[type=file][class*=snap-].ico-LOM-chat:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-chat:after, .LOM-ribbon-top.icon-chat:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-chat:before, .LOM-square-ribbon.icon-chat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-chat .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-chat .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-chat .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-chat .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-chat .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-chat .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-chat .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-chat .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-chat .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-chat .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-chat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.11 45.53'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M114.74,104.12V90.83H74.52v28.32h5.2v9.14l5.2-5.6,3.28-3.54h9.43v9.11H119.8l2.61,2.81,4.91,5.29v-8.1h4.31V104.12Zm-27.85,12-4.17,4.5v-4.5h-5.2V93.83h34.22v10.29H97.63v12Zm41.91,9.27h-4.31v3.72L121,125.42H100.46V107H128.8Z' transform='translate(-74.52 -90.83)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-review:before, input[type=button][class*=snap-].ico-LOM-review:before, input[type=file][class*=snap-].ico-LOM-review:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-review:before, html input[type=button][class*=snap-].ico-LOM-review:before, html input[type=file][class*=snap-].ico-LOM-review:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-review:focus:before, button[class*=snap-].ico-LOM-review:hover:before, input[type=button][class*=snap-].ico-LOM-review:focus:before, input[type=button][class*=snap-].ico-LOM-review:hover:before, input[type=file][class*=snap-].ico-LOM-review:focus:before, input[type=file][class*=snap-].ico-LOM-review:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-review:focus:before, html button[class*=snap-].ico-LOM-review:hover:before, html input[type=button][class*=snap-].ico-LOM-review:focus:before, html input[type=button][class*=snap-].ico-LOM-review:hover:before, html input[type=file][class*=snap-].ico-LOM-review:focus:before, html input[type=file][class*=snap-].ico-LOM-review:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-review:after, .LOM-ribbon-top.icon-review:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-review:before, .LOM-square-ribbon.icon-review:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-review .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-review .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-review .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-review .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-review .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-review .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-review .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-review .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-review .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-review .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-review:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.76,93.15A15.62,15.62,0,0,0,101.94,92c-.42.35-.85.72-1.24,1.11a15.59,15.59,0,0,0-2,19.57L96,115.41l-18.69,18.7,4.49,4.48,18.7-18.68,2.67-2.69a12.78,12.78,0,0,0,2,1.11,13.09,13.09,0,0,0,2.11.8l1.09.28a16,16,0,0,0,2.22.31c.37,0,.74,0,1.11,0a15.59,15.59,0,0,0,11-26.61ZM120.52,113a12.42,12.42,0,0,1-18.21-16.87,8.29,8.29,0,0,1,.63-.7,10.88,10.88,0,0,1,1-.85,11.93,11.93,0,0,1,1.15-.82,11.33,11.33,0,0,1,1.18-.68c.28-.13.56-.26.84-.37a12.32,12.32,0,0,1,2.29-.69,12.59,12.59,0,0,1,2.37-.22,11.45,11.45,0,0,1,2.67.3,7.22,7.22,0,0,1,.89.22,10.63,10.63,0,0,1,2.24.91,11.9,11.9,0,0,1,2,1.35,9.6,9.6,0,0,1,1,.85A12.46,12.46,0,0,1,120.52,113Z' transform='translate(-77.31 -88.59)'/%3E%3Cpath class='a' d='M107.46,107.65s-2.37-2-3.32-2.51c-.26-.15-.51,0-.39.24.24.53,2.67,4.69,3.47,6.51.11.26.44.21.59,0,.32-.55,6.26-10.44,11.9-15.3.07-.06.18-.5-.35-.13A68.55,68.55,0,0,0,107.46,107.65Z' transform='translate(-77.31 -88.59)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-board:before, input[type=button][class*=snap-].ico-LOM-board:before, input[type=file][class*=snap-].ico-LOM-board:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-board:before, html input[type=button][class*=snap-].ico-LOM-board:before, html input[type=file][class*=snap-].ico-LOM-board:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-board:focus:before, button[class*=snap-].ico-LOM-board:hover:before, input[type=button][class*=snap-].ico-LOM-board:focus:before, input[type=button][class*=snap-].ico-LOM-board:hover:before, input[type=file][class*=snap-].ico-LOM-board:focus:before, input[type=file][class*=snap-].ico-LOM-board:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-board:focus:before, html button[class*=snap-].ico-LOM-board:hover:before, html input[type=button][class*=snap-].ico-LOM-board:focus:before, html input[type=button][class*=snap-].ico-LOM-board:hover:before, html input[type=file][class*=snap-].ico-LOM-board:focus:before, html input[type=file][class*=snap-].ico-LOM-board:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-board:after, .LOM-ribbon-top.icon-board:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-board:before, .LOM-square-ribbon.icon-board:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-board .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-board .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-board .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-board .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-board .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-board .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-board .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-board .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-board .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-board .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-board:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.55 47.51'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M122.57,92.84v24h-39v-24h39m3-3h-45v30h45v-30Z' transform='translate(-78.3 -89.84)'/%3E%3Crect class='a' y='27' width='49.55' height='3'/%3E%3Crect class='a' x='23.28' y='30' width='3' height='11.42'/%3E%3Crect class='a' x='115.57' y='117.5' width='3' height='20.08' transform='translate(-119.42 -32.63) rotate(-23.48)'/%3E%3Crect class='a' x='79.04' y='126.04' width='20.08' height='3' transform='translate(-141.69 68.6) rotate(-66.52)'/%3E%3Crect class='a' x='33.9' y='23.43' width='8.35' height='3.57'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-announcement:before, input[type=button][class*=snap-].ico-LOM-announcement:before, input[type=file][class*=snap-].ico-LOM-announcement:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-announcement:before, html input[type=button][class*=snap-].ico-LOM-announcement:before, html input[type=file][class*=snap-].ico-LOM-announcement:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-announcement:focus:before, button[class*=snap-].ico-LOM-announcement:hover:before, input[type=button][class*=snap-].ico-LOM-announcement:focus:before, input[type=button][class*=snap-].ico-LOM-announcement:hover:before, input[type=file][class*=snap-].ico-LOM-announcement:focus:before, input[type=file][class*=snap-].ico-LOM-announcement:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-announcement:focus:before, html button[class*=snap-].ico-LOM-announcement:hover:before, html input[type=button][class*=snap-].ico-LOM-announcement:focus:before, html input[type=button][class*=snap-].ico-LOM-announcement:hover:before, html input[type=file][class*=snap-].ico-LOM-announcement:focus:before, html input[type=file][class*=snap-].ico-LOM-announcement:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-announcement:after, .LOM-ribbon-top.icon-announcement:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-announcement:before, .LOM-square-ribbon.icon-announcement:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-announcement .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-announcement .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-announcement .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-announcement .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-announcement .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-announcement .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-announcement .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-announcement .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-announcement .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-announcement .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-announcement:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.29 46.81'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M93.46,98.71v17.05h-10V98.71h10m3-3h-16v23.05h16V95.71Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M102.25,96.24a38,38,0,0,1-8.79,1.62v18.76a38,38,0,0,1,8.79,1.62,45.09,45.09,0,0,1,12.7,6.05V90.19A45.09,45.09,0,0,1,102.25,96.24ZM112,119a56.76,56.76,0,0,0-8.81-3.59,42.11,42.11,0,0,0-6.68-1.47V100.58a42.11,42.11,0,0,0,6.68-1.47A56.76,56.76,0,0,0,112,95.52V119Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M96.08,137H86.75l-4.12-19.74H92Zm-6.89-3h3.2l-2.87-13.74h-3.2Z' transform='translate(-80.42 -90.19)'/%3E%3Cpath class='a' d='M119.05,117.59l-1.12-2.78a8.25,8.25,0,0,0,4.78-7.58A8.13,8.13,0,0,0,118,99.67L119,96.88a11,11,0,0,1,6.68,10.36A11.24,11.24,0,0,1,119.05,117.59Z' transform='translate(-80.42 -90.19)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-carousel:before, input[type=button][class*=snap-].ico-LOM-carousel:before, input[type=file][class*=snap-].ico-LOM-carousel:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-carousel:before, html input[type=button][class*=snap-].ico-LOM-carousel:before, html input[type=file][class*=snap-].ico-LOM-carousel:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:var(--school-purple);'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-carousel:focus:before, button[class*=snap-].ico-LOM-carousel:hover:before, input[type=button][class*=snap-].ico-LOM-carousel:focus:before, input[type=button][class*=snap-].ico-LOM-carousel:hover:before, input[type=file][class*=snap-].ico-LOM-carousel:focus:before, input[type=file][class*=snap-].ico-LOM-carousel:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-carousel:focus:before, html button[class*=snap-].ico-LOM-carousel:hover:before, html input[type=button][class*=snap-].ico-LOM-carousel:focus:before, html input[type=button][class*=snap-].ico-LOM-carousel:hover:before, html input[type=file][class*=snap-].ico-LOM-carousel:focus:before, html input[type=file][class*=snap-].ico-LOM-carousel:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:var(--school-purple-drk);'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-carousel:after, .LOM-ribbon-top.icon-carousel:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-carousel:before, .LOM-square-ribbon.icon-carousel:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-carousel .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-carousel .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-carousel .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-carousel .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-carousel .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-carousel .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-carousel .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-carousel .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-carousel .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-carousel .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-carousel:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.15 125.98' style='fill:%23FFFFFF;'%3E%3Cpath d='M175,154.1H27v-126H175ZM167,145V37.3c-17-.73-127.64-.43-131.81.3V145Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M15.43,59.71l6.33,2.55a5.92,5.92,0,0,1-.31,4c-3.58,7.66-7,15.41-10.45,23.11a10.23,10.23,0,0,1-1,1.49c2.23,4.84,4.64,9.5,6.54,14.36s4.62,9.1,5.92,14.25l-6.8,3.09c-3.12-6.88-6.27-13.32-8.93-20A90.73,90.73,0,0,0,2.6,93.27a4.47,4.47,0,0,1-.17-4.08C3,87.61,3.5,86,4.21,84.44,6,80.53,8,76.71,9.81,72.79,11.71,68.59,13.46,64.32,15.43,59.71Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M186.53,122.54l-6.45-2.7a9.24,9.24,0,0,1,.79-4.34c3.61-7.47,6.78-15.15,10.13-22.74a8.51,8.51,0,0,1,1-1.45C188,82.52,184,73.87,180,65.19a6.62,6.62,0,0,1,0-2.48c1.46-.83,2.89-1.75,4.41-2.47A2.73,2.73,0,0,1,188,61.85c2.43,7.65,6.36,14.66,9.35,22.07.74,1.86,1.61,3.66,2.46,5.47,1.1,2.36-.42,4.44-1.11,6.36-1.51,4.18-3.81,8.06-5.67,12.12C190.83,112.62,188.78,117.42,186.53,122.54Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M90.75,63.28l7.31,4.91,7-17.1c2,4,4.27,7.71,5.85,11.66,3.14,7.88,7.44,15.22,10.45,23.17,1.25,3.29,3.18,6.33,4.83,9.53-4,.93-29.08,1.18-50.28.53a139.16,139.16,0,0,1,5.33-14.64c2-4.85,3.92-9.71,5.87-14.56-1.06-.61-2-1.58-2.91-1.59-3.53,0-4.19-2.65-4.64-5.11A6.83,6.83,0,0,1,80.71,56a15.69,15.69,0,0,1,2.78-2.88h5L92,56.72C91.83,58.83,92.68,61.21,90.75,63.28ZM87.72,88H113a7.08,7.08,0,0,0-.21-2.45A86.37,86.37,0,0,1,106.09,71c-1.74,3.61-3.07,6.37-4.33,9l-8.65-5.91A63.73,63.73,0,0,0,87.72,88Zm-.24-28.66c-.65-.52-1-1.09-1.47-1.13-1.32-.12-1.06,1-1,1.68.07.46.61.85.94,1.27Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,125.94v-5.66H156.9v5.66Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.1,134v-5.69H156.73V134Z' transform='translate(-2.02 -28.12)'/%3E%3Cpath d='M50.18,112.18H87.83v5.6c.06,0,0,.09-.18.17a.89.89,0,0,1-.44.15h-37Z' transform='translate(-2.02 -28.12)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-LOM-update:before, input[type=button][class*=snap-].ico-LOM-update:before, input[type=file][class*=snap-].ico-LOM-update:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-update:before, html input[type=button][class*=snap-].ico-LOM-update:before, html input[type=file][class*=snap-].ico-LOM-update:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:var(--school-purple)'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-LOM-update:focus:before, button[class*=snap-].ico-LOM-update:hover:before, input[type=button][class*=snap-].ico-LOM-update:focus:before, input[type=button][class*=snap-].ico-LOM-update:hover:before, input[type=file][class*=snap-].ico-LOM-update:focus:before, input[type=file][class*=snap-].ico-LOM-update:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-LOM-update:focus:before, html button[class*=snap-].ico-LOM-update:hover:before, html input[type=button][class*=snap-].ico-LOM-update:focus:before, html input[type=button][class*=snap-].ico-LOM-update:hover:before, html input[type=file][class*=snap-].ico-LOM-update:focus:before, html input[type=file][class*=snap-].ico-LOM-update:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:var(--school-purple-drk)'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-update:after, .LOM-ribbon-top.icon-update:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-update:before, .LOM-square-ribbon.icon-update:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-update .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-update .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-update .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-update .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-update .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-update .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-update .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-update .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-update .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-update .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-update:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.9 169.5' style='fill:%23FFFFFF'%3E%3Cpath d='M55.68,184.75a13.73,13.73,0,0,1-5.44-2.21,5.48,5.48,0,0,1-1.37-1.39q-14.16-22-28.28-44.12c-1.33-2.09-2.18-4.32-1.41-6.85a8.4,8.4,0,0,1,4-4.56,22.06,22.06,0,0,1,6.63-2.26L64.16,115c4.28-1,8.54-2.21,12.84-3.12a18.66,18.66,0,0,1,9.3,0c3.29,1,4.64,3.87,4.23,7-.39,3-2,5.47-3.09,8.16s-2.25,5.08-3.44,7.73c1.91.61,3.77,1.23,5.64,1.79a132.9,132.9,0,0,0,18.24,4.14,96.56,96.56,0,0,0,19.88,1.05,70.2,70.2,0,0,0,31.86-9.08,62.83,62.83,0,0,0,23.87-24.11.63.63,0,0,1,.43-.37c-.32,1.31-.61,2.63-.95,3.94a95.31,95.31,0,0,1-11.7,28c-9.57,15-23,24.68-40.14,29.36A86.43,86.43,0,0,1,118,172a102.46,102.46,0,0,1-17.77.46,127.44,127.44,0,0,1-30.06-5.38c-.6-.18-.78,0-1,.48-1.7,3.92-3.41,7.83-5.16,11.73-1.26,2.82-3.26,4.83-6.45,5.37-.05,0-.08.07-.12.11Z' transform='translate(-15.02 -15.25)'/%3E%3Cpath d='M145.1,15.25a13.67,13.67,0,0,1,5.69,2.46,4.57,4.57,0,0,1,1.11,1.17q13.6,22.51,27.19,45.06c1.36,2.26,2.07,4.68.93,7.29a8.71,8.71,0,0,1-3.88,3.9c-2.18,1.29-4.62,1.66-7,2.19-6.2,1.39-12.41,2.74-18.62,4.1l-23.22,5.09c-2.07.45-4.13,1-6.22,1.27a17.41,17.41,0,0,1-8.36-.39,5.65,5.65,0,0,1-4.16-6,11.07,11.07,0,0,1,1.1-4.48c1.89-3.89,3.75-7.8,5.62-11.71.09-.2.18-.41.33-.73-2.11-.71-4.15-1.42-6.2-2.09A127.88,127.88,0,0,0,88.6,57.48a94,94,0,0,0-14.71-1c-11.91.16-23.28,2.6-33.82,8.31a64.11,64.11,0,0,0-18,14.37,57.63,57.63,0,0,0-6.9,9.67A.73.73,0,0,1,15,89a3,3,0,0,1,.05-.6A105.72,105.72,0,0,1,24.91,63,69.81,69.81,0,0,1,47.26,38.34C59,30.56,72.08,27.13,86,26.34a111.48,111.48,0,0,1,22.72,1.16A130.3,130.3,0,0,1,126,31.26c1.66.49,3.32,1,5,1.53.1-.2.18-.35.25-.51,1.87-4,3.71-8,5.63-11.89a13.19,13.19,0,0,1,1.8-2.61,8.27,8.27,0,0,1,4.66-2.53Z' transform='translate(-15.02 -15.25)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-right:before, input[type=button][class*=snap-].ico-QS-right:before, input[type=file][class*=snap-].ico-QS-right:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-right:before, html input[type=button][class*=snap-].ico-QS-right:before, html input[type=file][class*=snap-].ico-QS-right:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-right:focus:before, button[class*=snap-].ico-QS-right:hover:before, input[type=button][class*=snap-].ico-QS-right:focus:before, input[type=button][class*=snap-].ico-QS-right:hover:before, input[type=file][class*=snap-].ico-QS-right:focus:before, input[type=file][class*=snap-].ico-QS-right:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-right:focus:before, html button[class*=snap-].ico-QS-right:hover:before, html input[type=button][class*=snap-].ico-QS-right:focus:before, html input[type=button][class*=snap-].ico-QS-right:hover:before, html input[type=file][class*=snap-].ico-QS-right:focus:before, html input[type=file][class*=snap-].ico-QS-right:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-right:after, .LOM-ribbon-top.icon-right:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-right:before, .LOM-square-ribbon.icon-right:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-right .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-right .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-right .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-right .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-right .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-right .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-right .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-right .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-right .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-right .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-right:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='30.55 0 16.41 0 32.89 16.48 0 16.48 0 26.48 32.89 26.48 16.41 42.97 30.55 42.97 52.03 21.48 30.55 0'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-left:before, input[type=button][class*=snap-].ico-QS-left:before, input[type=file][class*=snap-].ico-QS-left:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-left:before, html input[type=button][class*=snap-].ico-QS-left:before, html input[type=file][class*=snap-].ico-QS-left:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-left:focus:before, button[class*=snap-].ico-QS-left:hover:before, input[type=button][class*=snap-].ico-QS-left:focus:before, input[type=button][class*=snap-].ico-QS-left:hover:before, input[type=file][class*=snap-].ico-QS-left:focus:before, input[type=file][class*=snap-].ico-QS-left:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-left:focus:before, html button[class*=snap-].ico-QS-left:hover:before, html input[type=button][class*=snap-].ico-QS-left:focus:before, html input[type=button][class*=snap-].ico-QS-left:hover:before, html input[type=file][class*=snap-].ico-QS-left:focus:before, html input[type=file][class*=snap-].ico-QS-left:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-left:after, .LOM-ribbon-top.icon-left:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-left:before, .LOM-square-ribbon.icon-left:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-left .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-left .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-left .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-left .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-left .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-left .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-left .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-left .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-left .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-left .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-left:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.03 42.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='21.48 0 35.63 0 19.14 16.48 52.03 16.48 52.03 26.48 19.14 26.48 35.63 42.97 21.48 42.97 0 21.48 21.48 0'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-check:before, input[type=button][class*=snap-].ico-QS-check:before, input[type=file][class*=snap-].ico-QS-check:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-check:before, html input[type=button][class*=snap-].ico-QS-check:before, html input[type=file][class*=snap-].ico-QS-check:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-check:focus:before, button[class*=snap-].ico-QS-check:hover:before, input[type=button][class*=snap-].ico-QS-check:focus:before, input[type=button][class*=snap-].ico-QS-check:hover:before, input[type=file][class*=snap-].ico-QS-check:focus:before, input[type=file][class*=snap-].ico-QS-check:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-check:focus:before, html button[class*=snap-].ico-QS-check:hover:before, html input[type=button][class*=snap-].ico-QS-check:focus:before, html input[type=button][class*=snap-].ico-QS-check:hover:before, html input[type=file][class*=snap-].ico-QS-check:focus:before, html input[type=file][class*=snap-].ico-QS-check:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-check:after, .LOM-ribbon-top.icon-check:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-check:before, .LOM-square-ribbon.icon-check:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-check .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-check .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-check .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-check .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-check .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-check .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-check .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-check .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-check .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-check .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-check:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.15'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M89.69,124.61s-7.39-6.07-10.34-7.8c-.79-.47-1.59,0-1.23.74.77,1.65,8.32,14.6,10.82,20.29.36.81,1.37.65,1.83-.11,1-1.7,19.52-32.51,37.08-47.64.22-.19.54-1.56-1.1-.4C106.15,104.27,89.69,124.61,89.69,124.61Z' transform='translate(-78.03 -89.23)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-activity:before, input[type=button][class*=snap-].ico-QS-activity:before, input[type=file][class*=snap-].ico-QS-activity:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-activity:before, html input[type=button][class*=snap-].ico-QS-activity:before, html input[type=file][class*=snap-].ico-QS-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-activity:focus:before, button[class*=snap-].ico-QS-activity:hover:before, input[type=button][class*=snap-].ico-QS-activity:focus:before, input[type=button][class*=snap-].ico-QS-activity:hover:before, input[type=file][class*=snap-].ico-QS-activity:focus:before, input[type=file][class*=snap-].ico-QS-activity:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-activity:focus:before, html button[class*=snap-].ico-QS-activity:hover:before, html input[type=button][class*=snap-].ico-QS-activity:focus:before, html input[type=button][class*=snap-].ico-QS-activity:hover:before, html input[type=file][class*=snap-].ico-QS-activity:focus:before, html input[type=file][class*=snap-].ico-QS-activity:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-activity:after, .LOM-ribbon-top.icon-activity:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-activity:before, .LOM-square-ribbon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-exam:before, input[type=button][class*=snap-].ico-QS-exam:before, input[type=file][class*=snap-].ico-QS-exam:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-exam:before, html input[type=button][class*=snap-].ico-QS-exam:before, html input[type=file][class*=snap-].ico-QS-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-exam:focus:before, button[class*=snap-].ico-QS-exam:hover:before, input[type=button][class*=snap-].ico-QS-exam:focus:before, input[type=button][class*=snap-].ico-QS-exam:hover:before, input[type=file][class*=snap-].ico-QS-exam:focus:before, input[type=file][class*=snap-].ico-QS-exam:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-exam:focus:before, html button[class*=snap-].ico-QS-exam:hover:before, html input[type=button][class*=snap-].ico-QS-exam:focus:before, html input[type=button][class*=snap-].ico-QS-exam:hover:before, html input[type=file][class*=snap-].ico-QS-exam:focus:before, html input[type=file][class*=snap-].ico-QS-exam:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-exam:after, .LOM-ribbon-top.icon-exam:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-exam:before, .LOM-square-ribbon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-radio:before, input[type=button][class*=snap-].ico-QS-radio:before, input[type=file][class*=snap-].ico-QS-radio:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-radio:before, html input[type=button][class*=snap-].ico-QS-radio:before, html input[type=file][class*=snap-].ico-QS-radio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-radio:focus:before, button[class*=snap-].ico-QS-radio:hover:before, input[type=button][class*=snap-].ico-QS-radio:focus:before, input[type=button][class*=snap-].ico-QS-radio:hover:before, input[type=file][class*=snap-].ico-QS-radio:focus:before, input[type=file][class*=snap-].ico-QS-radio:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-radio:focus:before, html button[class*=snap-].ico-QS-radio:hover:before, html input[type=button][class*=snap-].ico-QS-radio:focus:before, html input[type=button][class*=snap-].ico-QS-radio:hover:before, html input[type=file][class*=snap-].ico-QS-radio:focus:before, html input[type=file][class*=snap-].ico-QS-radio:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-radio:after, .LOM-ribbon-top.icon-radio:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-radio:before, .LOM-square-ribbon.icon-radio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-radio .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-radio .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-radio .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-radio .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-radio .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-radio .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-radio .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-radio .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-radio .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-radio .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-radio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.47 58.9'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.34,103.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,103.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,87.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,123.14a9.5,9.5,0,1,1,9.5-9.5A9.51,9.51,0,0,1,86.34,123.14Zm0-16a6.5,6.5,0,1,0,6.5,6.5A6.51,6.51,0,0,0,86.34,107.14Z' transform='translate(-76.84 -84.14)'/%3E%3Cpath class='a' d='M86.34,143a9.4,9.4,0,1,1,9.4-9.4A9.4,9.4,0,0,1,86.34,143Zm0-16a6.6,6.6,0,1,0,6.6,6.6A6.61,6.61,0,0,0,86.34,127Z' transform='translate(-76.84 -84.14)'/%3E%3Ccircle class='a' cx='9.5' cy='29.5' r='4.5'/%3E%3Crect class='a' x='22.47' y='8' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='28' width='30' height='3'/%3E%3Crect class='a' x='22.47' y='48' width='30' height='3'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-QS-checkbox:before, input[type=button][class*=snap-].ico-QS-checkbox:before, input[type=file][class*=snap-].ico-QS-checkbox:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-checkbox:before, html input[type=button][class*=snap-].ico-QS-checkbox:before, html input[type=file][class*=snap-].ico-QS-checkbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-QS-checkbox:focus:before, button[class*=snap-].ico-QS-checkbox:hover:before, input[type=button][class*=snap-].ico-QS-checkbox:focus:before, input[type=button][class*=snap-].ico-QS-checkbox:hover:before, input[type=file][class*=snap-].ico-QS-checkbox:focus:before, input[type=file][class*=snap-].ico-QS-checkbox:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-QS-checkbox:focus:before, html button[class*=snap-].ico-QS-checkbox:hover:before, html input[type=button][class*=snap-].ico-QS-checkbox:focus:before, html input[type=button][class*=snap-].ico-QS-checkbox:hover:before, html input[type=file][class*=snap-].ico-QS-checkbox:focus:before, html input[type=file][class*=snap-].ico-QS-checkbox:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-checkbox:after, .LOM-ribbon-top.icon-checkbox:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-checkbox:before, .LOM-square-ribbon.icon-checkbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-checkbox .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-checkbox .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-checkbox .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-checkbox .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-checkbox .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-checkbox .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checkbox .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checkbox .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checkbox .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checkbox .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-checkbox:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.97 57.95'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='21.97' y='7.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='27.45' width='30' height='3'/%3E%3Crect class='a' x='21.97' y='47.45' width='30' height='3'/%3E%3Crect class='a' x='5' y='24.95' width='8' height='8'/%3E%3Cpath class='a' d='M95.09,102.62h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,122.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3Cpath class='a' d='M95.09,142.57h-18v-18h18Zm-15-3h12v-12h-12Z' transform='translate(-77.09 -84.62)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-save:before, input[type=button][class*=snap-].ico-SNAP-save:before, input[type=file][class*=snap-].ico-SNAP-save:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-save:before, html input[type=button][class*=snap-].ico-SNAP-save:before, html input[type=file][class*=snap-].ico-SNAP-save:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-save:focus:before, button[class*=snap-].ico-SNAP-save:hover:before, input[type=button][class*=snap-].ico-SNAP-save:focus:before, input[type=button][class*=snap-].ico-SNAP-save:hover:before, input[type=file][class*=snap-].ico-SNAP-save:focus:before, input[type=file][class*=snap-].ico-SNAP-save:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-save:focus:before, html button[class*=snap-].ico-SNAP-save:hover:before, html input[type=button][class*=snap-].ico-SNAP-save:focus:before, html input[type=button][class*=snap-].ico-SNAP-save:hover:before, html input[type=file][class*=snap-].ico-SNAP-save:focus:before, html input[type=file][class*=snap-].ico-SNAP-save:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-save:after, .LOM-ribbon-top.icon-save:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-save:before, .LOM-square-ribbon.icon-save:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-save .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-save .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-save .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-save .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-save .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-save .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-save .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-save .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-save .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-save .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-save:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200.36'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V171.12l29.24,29.24H200V0ZM157,11.62v81H42.84v-81ZM93.44,188.73H61.64v-55h31.8Zm94.94,0H149.51V122.06H50v66.67h-16L11.62,166.31V11.62H31.21v92.66H168.66V11.62h19.72Z'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-bug:before, input[type=button][class*=snap-].ico-SNAP-bug:before, input[type=file][class*=snap-].ico-SNAP-bug:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-bug:before, html input[type=button][class*=snap-].ico-SNAP-bug:before, html input[type=file][class*=snap-].ico-SNAP-bug:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-bug:focus:before, button[class*=snap-].ico-SNAP-bug:hover:before, input[type=button][class*=snap-].ico-SNAP-bug:focus:before, input[type=button][class*=snap-].ico-SNAP-bug:hover:before, input[type=file][class*=snap-].ico-SNAP-bug:focus:before, input[type=file][class*=snap-].ico-SNAP-bug:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-bug:focus:before, html button[class*=snap-].ico-SNAP-bug:hover:before, html input[type=button][class*=snap-].ico-SNAP-bug:focus:before, html input[type=button][class*=snap-].ico-SNAP-bug:hover:before, html input[type=file][class*=snap-].ico-SNAP-bug:focus:before, html input[type=file][class*=snap-].ico-SNAP-bug:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-bug:after, .LOM-ribbon-top.icon-bug:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-bug:before, .LOM-square-ribbon.icon-bug:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-bug .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-bug .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-bug .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-bug .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-bug .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-bug .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-bug .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-bug .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-bug .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-bug .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-bug:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86,42.48,41.42,87A31.5,31.5,0,0,1,86,42.48Z' transform='translate(0 -1.06)'/%3E%3Cpath class='a' d='M200,111.8H163.07a47.68,47.68,0,0,0-13.73-29v0L142.58,76l25.9-25.91-6.76-6.76-25.9,25.91L109.05,42.49V1.06H99.48V42.49h0L41.43,100.55H0v9.56H41.43l26.78,26.75L42.28,162.79,49,169.55,75,143.62l-4.51-4.51,11.15,11.16a.69.69,0,0,0,.1.12,47.51,47.51,0,0,0,29,13.77h0v36.9h9.57v-36.9a47.54,47.54,0,0,0,25.49-10.55L79.73,87.55l6.76-6.76,66.07,66.07a47.8,47.8,0,0,0,10.51-25.5H200Z' transform='translate(0 -1.06)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-delete:before, input[type=button][class*=snap-].ico-SNAP-delete:before, input[type=file][class*=snap-].ico-SNAP-delete:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-delete:before, html input[type=button][class*=snap-].ico-SNAP-delete:before, html input[type=file][class*=snap-].ico-SNAP-delete:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple);stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-delete:focus:before, button[class*=snap-].ico-SNAP-delete:hover:before, input[type=button][class*=snap-].ico-SNAP-delete:focus:before, input[type=button][class*=snap-].ico-SNAP-delete:hover:before, input[type=file][class*=snap-].ico-SNAP-delete:focus:before, input[type=file][class*=snap-].ico-SNAP-delete:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-delete:focus:before, html button[class*=snap-].ico-SNAP-delete:hover:before, html input[type=button][class*=snap-].ico-SNAP-delete:focus:before, html input[type=button][class*=snap-].ico-SNAP-delete:hover:before, html input[type=file][class*=snap-].ico-SNAP-delete:focus:before, html input[type=file][class*=snap-].ico-SNAP-delete:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple-drk);stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-delete:after, .LOM-ribbon-top.icon-delete:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-delete:before, .LOM-square-ribbon.icon-delete:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-delete .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-delete .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-delete .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-delete .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-delete .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-delete .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-delete .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-delete .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-delete .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-delete .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-delete:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-lock:before, input[type=button][class*=snap-].ico-SNAP-lock:before, input[type=file][class*=snap-].ico-SNAP-lock:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-lock:before, html input[type=button][class*=snap-].ico-SNAP-lock:before, html input[type=file][class*=snap-].ico-SNAP-lock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-lock:focus:before, button[class*=snap-].ico-SNAP-lock:hover:before, input[type=button][class*=snap-].ico-SNAP-lock:focus:before, input[type=button][class*=snap-].ico-SNAP-lock:hover:before, input[type=file][class*=snap-].ico-SNAP-lock:focus:before, input[type=file][class*=snap-].ico-SNAP-lock:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-lock:focus:before, html button[class*=snap-].ico-SNAP-lock:hover:before, html input[type=button][class*=snap-].ico-SNAP-lock:focus:before, html input[type=button][class*=snap-].ico-SNAP-lock:hover:before, html input[type=file][class*=snap-].ico-SNAP-lock:focus:before, html input[type=file][class*=snap-].ico-SNAP-lock:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-lock:after, .LOM-ribbon-top.icon-lock:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-lock:before, .LOM-square-ribbon.icon-lock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-lock .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-lock .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-lock .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-lock .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-lock .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-lock .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lock .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lock .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lock .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-lock .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-lock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M54.11,73V98h30V73Zm16.77,13.6v7H67.35v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-54.11 -55.99)'/%3E%3Cpath class='a' d='M69.12,56A11.27,11.27,0,0,0,57.85,67.25V73h3V67.25a8.27,8.27,0,0,1,16.53,0V73h3V67.25A11.27,11.27,0,0,0,69.12,56Z' transform='translate(-54.11 -55.99)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-unlock:before, input[type=button][class*=snap-].ico-SNAP-unlock:before, input[type=file][class*=snap-].ico-SNAP-unlock:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-unlock:before, html input[type=button][class*=snap-].ico-SNAP-unlock:before, html input[type=file][class*=snap-].ico-SNAP-unlock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-unlock:focus:before, button[class*=snap-].ico-SNAP-unlock:hover:before, input[type=button][class*=snap-].ico-SNAP-unlock:focus:before, input[type=button][class*=snap-].ico-SNAP-unlock:hover:before, input[type=file][class*=snap-].ico-SNAP-unlock:focus:before, input[type=file][class*=snap-].ico-SNAP-unlock:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-unlock:focus:before, html button[class*=snap-].ico-SNAP-unlock:hover:before, html input[type=button][class*=snap-].ico-SNAP-unlock:focus:before, html input[type=button][class*=snap-].ico-SNAP-unlock:hover:before, html input[type=file][class*=snap-].ico-SNAP-unlock:focus:before, html input[type=file][class*=snap-].ico-SNAP-unlock:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-unlock:after, .LOM-ribbon-top.icon-unlock:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-unlock:before, .LOM-square-ribbon.icon-unlock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-unlock .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-unlock .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-unlock .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-unlock .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-unlock .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-unlock .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-unlock .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-unlock .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-unlock .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-unlock .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-unlock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.78 42.02'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M84.33,75.88v25h30v-25Zm16.77,13.6v7H97.57v-7a4.77,4.77,0,1,1,3.53,0Z' transform='translate(-84.33 -58.86)'/%3E%3Cpath class='a' d='M118.85,58.86a11.28,11.28,0,0,0-11.27,11.26v5.76h3V70.12a8.27,8.27,0,0,1,16.53,0v5.76h3V70.12A11.27,11.27,0,0,0,118.85,58.86Z' transform='translate(-84.33 -58.86)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-edit:before, input[type=button][class*=snap-].ico-SNAP-edit:before, input[type=file][class*=snap-].ico-SNAP-edit:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-edit:before, html input[type=button][class*=snap-].ico-SNAP-edit:before, html input[type=file][class*=snap-].ico-SNAP-edit:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-edit:focus:before, button[class*=snap-].ico-SNAP-edit:hover:before, input[type=button][class*=snap-].ico-SNAP-edit:focus:before, input[type=button][class*=snap-].ico-SNAP-edit:hover:before, input[type=file][class*=snap-].ico-SNAP-edit:focus:before, input[type=file][class*=snap-].ico-SNAP-edit:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-edit:focus:before, html button[class*=snap-].ico-SNAP-edit:hover:before, html input[type=button][class*=snap-].ico-SNAP-edit:focus:before, html input[type=button][class*=snap-].ico-SNAP-edit:hover:before, html input[type=file][class*=snap-].ico-SNAP-edit:focus:before, html input[type=file][class*=snap-].ico-SNAP-edit:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-edit:after, .LOM-ribbon-top.icon-edit:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-edit:before, .LOM-square-ribbon.icon-edit:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-edit .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-edit .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-edit .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-edit .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-edit .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-edit .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-edit .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-edit .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-edit .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-edit .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-edit:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.42 57.42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' x='57.1' y='95.07' width='37' height='3' transform='translate(-94.72 15.58) rotate(-45)'/%3E%3Crect class='a' x='90.37' y='70.29' width='15' height='8' transform='translate(32.62 -113.61) rotate(45)'/%3E%3Cpath class='a' d='M87.62,73.94,53,108.59l-4.39,15,15-4.38L98.23,84.55Zm0,4.24L94,84.55,63.58,115l-6.37-6.36Z' transform='translate(-48.58 -66.16)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-page:before, input[type=button][class*=snap-].ico-SNAP-page:before, input[type=file][class*=snap-].ico-SNAP-page:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-page:before, html input[type=button][class*=snap-].ico-SNAP-page:before, html input[type=file][class*=snap-].ico-SNAP-page:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-page:focus:before, button[class*=snap-].ico-SNAP-page:hover:before, input[type=button][class*=snap-].ico-SNAP-page:focus:before, input[type=button][class*=snap-].ico-SNAP-page:hover:before, input[type=file][class*=snap-].ico-SNAP-page:focus:before, input[type=file][class*=snap-].ico-SNAP-page:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-page:focus:before, html button[class*=snap-].ico-SNAP-page:hover:before, html input[type=button][class*=snap-].ico-SNAP-page:focus:before, html input[type=button][class*=snap-].ico-SNAP-page:hover:before, html input[type=file][class*=snap-].ico-SNAP-page:focus:before, html input[type=file][class*=snap-].ico-SNAP-page:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-page:after, .LOM-ribbon-top.icon-page:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-page:before, .LOM-square-ribbon.icon-page:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-page .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-page .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-page .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-page .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-page .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-page .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-page .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-page .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-page .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-page .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-page:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.04 58.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M115.23,61.76h-2.1v18h18v-2.1Zm.9,15V66.9L126,76.78Z' transform='translate(-88.11 -61.76)'/%3E%3Cpath class='a' d='M131.15,88.28V77.65L115.26,61.76H88.11v58h43V108.28h0v-20Zm-40,28.48v-52H114l2.13,2.13L126,76.78l2.13,2.13v8.51h0v21.71h0v7.63Z' transform='translate(-88.11 -61.76)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-folder:before, input[type=button][class*=snap-].ico-SNAP-folder:before, input[type=file][class*=snap-].ico-SNAP-folder:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folder:before, html input[type=button][class*=snap-].ico-SNAP-folder:before, html input[type=file][class*=snap-].ico-SNAP-folder:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-folder:focus:before, button[class*=snap-].ico-SNAP-folder:hover:before, input[type=button][class*=snap-].ico-SNAP-folder:focus:before, input[type=button][class*=snap-].ico-SNAP-folder:hover:before, input[type=file][class*=snap-].ico-SNAP-folder:focus:before, input[type=file][class*=snap-].ico-SNAP-folder:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folder:focus:before, html button[class*=snap-].ico-SNAP-folder:hover:before, html input[type=button][class*=snap-].ico-SNAP-folder:focus:before, html input[type=button][class*=snap-].ico-SNAP-folder:hover:before, html input[type=file][class*=snap-].ico-SNAP-folder:focus:before, html input[type=file][class*=snap-].ico-SNAP-folder:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple-drk);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-folder:after, .LOM-ribbon-top.icon-folder:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-folder:before, .LOM-square-ribbon.icon-folder:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-folder .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-folder .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-folder .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-folder .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-folder .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-folder .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folder .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folder .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folder .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folder .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-folder:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.44 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.94 45.39 1.94 1.5 20.26 1.5 24.22 5.63 49.8 5.63 49.8 12.67 51.94 12.67 51.94 20.15 45.34 45.39 1.94 45.39'/%3E%3Cpath class='a' d='M78.3,135.54' transform='translate(-76.35 -90.15)'/%3E%3Cpolygon class='a' points='49.8 12.67 10.5 12.67 1.94 45.39 45.34 45.39 51.94 20.15 51.94 12.67 49.8 12.67'/%3E%3Cline class='a' x1='5.47' y1='31.92' x2='1.94' y2='45.39'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-folderclosed:before, input[type=button][class*=snap-].ico-SNAP-folderclosed:before, input[type=file][class*=snap-].ico-SNAP-folderclosed:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folderclosed:before, html input[type=button][class*=snap-].ico-SNAP-folderclosed:before, html input[type=file][class*=snap-].ico-SNAP-folderclosed:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-folderclosed:focus:before, button[class*=snap-].ico-SNAP-folderclosed:hover:before, input[type=button][class*=snap-].ico-SNAP-folderclosed:focus:before, input[type=button][class*=snap-].ico-SNAP-folderclosed:hover:before, input[type=file][class*=snap-].ico-SNAP-folderclosed:focus:before, input[type=file][class*=snap-].ico-SNAP-folderclosed:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-folderclosed:focus:before, html button[class*=snap-].ico-SNAP-folderclosed:hover:before, html input[type=button][class*=snap-].ico-SNAP-folderclosed:focus:before, html input[type=button][class*=snap-].ico-SNAP-folderclosed:hover:before, html input[type=file][class*=snap-].ico-SNAP-folderclosed:focus:before, html input[type=file][class*=snap-].ico-SNAP-folderclosed:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:var(--school-purple-drk);stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-folderclosed:after, .LOM-ribbon-top.icon-folderclosed:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-folderclosed:before, .LOM-square-ribbon.icon-folderclosed:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-folderclosed .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-folderclosed .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-folderclosed .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-folderclosed .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folderclosed .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-folderclosed .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-folderclosed:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.85 46.89'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='1.5 45.39 1.5 1.5 19.82 1.5 23.78 5.63 49.35 5.63 49.35 45.39 1.5 45.39'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-SNAP-warning:before, input[type=button][class*=snap-].ico-SNAP-warning:before, input[type=file][class*=snap-].ico-SNAP-warning:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-warning:before, html input[type=button][class*=snap-].ico-SNAP-warning:before, html input[type=file][class*=snap-].ico-SNAP-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-SNAP-warning:focus:before, button[class*=snap-].ico-SNAP-warning:hover:before, input[type=button][class*=snap-].ico-SNAP-warning:focus:before, input[type=button][class*=snap-].ico-SNAP-warning:hover:before, input[type=file][class*=snap-].ico-SNAP-warning:focus:before, input[type=file][class*=snap-].ico-SNAP-warning:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-SNAP-warning:focus:before, html button[class*=snap-].ico-SNAP-warning:hover:before, html input[type=button][class*=snap-].ico-SNAP-warning:focus:before, html input[type=button][class*=snap-].ico-SNAP-warning:hover:before, html input[type=file][class*=snap-].ico-SNAP-warning:focus:before, html input[type=file][class*=snap-].ico-SNAP-warning:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-warning:after, .LOM-ribbon-top.icon-warning:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-warning:before, .LOM-square-ribbon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-user:before, input[type=button][class*=snap-].ico-USERS-user:before, input[type=file][class*=snap-].ico-USERS-user:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-user:before, html input[type=button][class*=snap-].ico-USERS-user:before, html input[type=file][class*=snap-].ico-USERS-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-user:focus:before, button[class*=snap-].ico-USERS-user:hover:before, input[type=button][class*=snap-].ico-USERS-user:focus:before, input[type=button][class*=snap-].ico-USERS-user:hover:before, input[type=file][class*=snap-].ico-USERS-user:focus:before, input[type=file][class*=snap-].ico-USERS-user:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-user:focus:before, html button[class*=snap-].ico-USERS-user:hover:before, html input[type=button][class*=snap-].ico-USERS-user:focus:before, html input[type=button][class*=snap-].ico-USERS-user:hover:before, html input[type=file][class*=snap-].ico-USERS-user:focus:before, html input[type=file][class*=snap-].ico-USERS-user:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-user:after, .LOM-ribbon-top.icon-user:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-user:before, .LOM-square-ribbon.icon-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-user .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-user .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-user .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-user .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-user .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-user .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-user .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-user .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-user .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-user .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.94 200.35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M142.46,83.31c-8.72,11-26.1,18.25-42.8,18.25S65.59,94.33,56.87,83.31C29.34,95.71,13.74,120.45,13.21,149c-.49,26.87,38.71,51,86.45,51s85.58-24.17,86.45-51C187,120.46,170,95.71,142.46,83.31Z' transform='translate(-13.21 0.35)'/%3E%3Ccircle class='a' cx='86.47' cy='42.55' r='42.55'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-reviewer:before, input[type=button][class*=snap-].ico-USERS-reviewer:before, input[type=file][class*=snap-].ico-USERS-reviewer:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-reviewer:before, html input[type=button][class*=snap-].ico-USERS-reviewer:before, html input[type=file][class*=snap-].ico-USERS-reviewer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-reviewer:focus:before, button[class*=snap-].ico-USERS-reviewer:hover:before, input[type=button][class*=snap-].ico-USERS-reviewer:focus:before, input[type=button][class*=snap-].ico-USERS-reviewer:hover:before, input[type=file][class*=snap-].ico-USERS-reviewer:focus:before, input[type=file][class*=snap-].ico-USERS-reviewer:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-reviewer:focus:before, html button[class*=snap-].ico-USERS-reviewer:hover:before, html input[type=button][class*=snap-].ico-USERS-reviewer:focus:before, html input[type=button][class*=snap-].ico-USERS-reviewer:hover:before, html input[type=file][class*=snap-].ico-USERS-reviewer:focus:before, html input[type=file][class*=snap-].ico-USERS-reviewer:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-reviewer:after, .LOM-ribbon-top.icon-reviewer:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-reviewer:before, .LOM-square-ribbon.icon-reviewer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-reviewer .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-reviewer .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-reviewer .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-reviewer .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-reviewer .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-reviewer .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-reviewer .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-reviewer .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-reviewer .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-reviewer .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-reviewer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.5 56.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M112.81,128.42c-3.64,2.62-9.09,4.36-15.25,4.36-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22a16.85,16.85,0,0,1,9.34,9.91,10.34,10.34,0,0,0-1.64,1.34A10.63,10.63,0,0,0,112.81,128.42Z' transform='translate(-77.56 -86.44)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M128.6,118.57a8.44,8.44,0,0,0-11.24-.6c-.23.19-.46.39-.67.6a8.44,8.44,0,0,0-2.11,8.38,8.54,8.54,0,0,0,1,2.19l-1.45,1.45-10.09,10.1,2.42,2.42L116.58,133l1.44-1.45a7.71,7.71,0,0,0,1.09.6,7.84,7.84,0,0,0,1.14.43l.59.15a9.37,9.37,0,0,0,1.2.17l.6,0a8.42,8.42,0,0,0,6-14.37Zm-1.21,10.7a6.71,6.71,0,0,1-9.83-9.11,4,4,0,0,1,.34-.38,5.57,5.57,0,0,1,.51-.46,6.91,6.91,0,0,1,.62-.44,6.67,6.67,0,0,1,.64-.37l.45-.2a6.57,6.57,0,0,1,2.52-.49,6.36,6.36,0,0,1,1.44.16,4.21,4.21,0,0,1,.48.12,5.79,5.79,0,0,1,1.21.49,6.64,6.64,0,0,1,1.11.73,5.57,5.57,0,0,1,.51.46A6.73,6.73,0,0,1,127.39,129.27Z' transform='translate(-77.56 -86.44)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-editor:before, input[type=button][class*=snap-].ico-USERS-editor:before, input[type=file][class*=snap-].ico-USERS-editor:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-editor:before, html input[type=button][class*=snap-].ico-USERS-editor:before, html input[type=file][class*=snap-].ico-USERS-editor:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-editor:focus:before, button[class*=snap-].ico-USERS-editor:hover:before, input[type=button][class*=snap-].ico-USERS-editor:focus:before, input[type=button][class*=snap-].ico-USERS-editor:hover:before, input[type=file][class*=snap-].ico-USERS-editor:focus:before, input[type=file][class*=snap-].ico-USERS-editor:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-editor:focus:before, html button[class*=snap-].ico-USERS-editor:hover:before, html input[type=button][class*=snap-].ico-USERS-editor:focus:before, html input[type=button][class*=snap-].ico-USERS-editor:hover:before, html input[type=file][class*=snap-].ico-USERS-editor:focus:before, html input[type=file][class*=snap-].ico-USERS-editor:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-editor:after, .LOM-ribbon-top.icon-editor:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-editor:before, .LOM-square-ribbon.icon-editor:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-editor .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-editor .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-editor .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-editor .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-editor .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-editor .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editor .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editor .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editor .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-editor .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-editor:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.98 54.2'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.73,122.21a6.57,6.57,0,0,1-.2,1.39l-8,8.05A29,29,0,0,1,97.73,134c-11,0-20.11-5.59-20-11.81A16.63,16.63,0,0,1,87.83,107c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22C114,109.9,117.94,115.62,117.73,122.21Z' transform='translate(-77.73 -87.68)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M123.7,120.26l-15.08,15.09-1.91,6.53,6.52-1.91,15.09-15.09Zm-13.24,15.09,13.24-13.24,2.77,2.77-13.24,13.24Z' transform='translate(-77.73 -87.68)'/%3E%3Crect class='a' x='110.42' y='129.46' width='16.11' height='1.31' transform='translate(-135.04 34.2) rotate(-45)'/%3E%3Crect class='a' x='126.43' y='117.15' width='3.48' height='6.53' transform='translate(-125.34 38.22) rotate(-45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-designer:before, input[type=button][class*=snap-].ico-USERS-designer:before, input[type=file][class*=snap-].ico-USERS-designer:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-designer:before, html input[type=button][class*=snap-].ico-USERS-designer:before, html input[type=file][class*=snap-].ico-USERS-designer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-designer:focus:before, button[class*=snap-].ico-USERS-designer:hover:before, input[type=button][class*=snap-].ico-USERS-designer:focus:before, input[type=button][class*=snap-].ico-USERS-designer:hover:before, input[type=file][class*=snap-].ico-USERS-designer:focus:before, input[type=file][class*=snap-].ico-USERS-designer:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-designer:focus:before, html button[class*=snap-].ico-USERS-designer:hover:before, html input[type=button][class*=snap-].ico-USERS-designer:focus:before, html input[type=button][class*=snap-].ico-USERS-designer:hover:before, html input[type=file][class*=snap-].ico-USERS-designer:focus:before, html input[type=file][class*=snap-].ico-USERS-designer:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-designer:after, .LOM-ribbon-top.icon-designer:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-designer:before, .LOM-square-ribbon.icon-designer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-designer .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-designer .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-designer .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-designer .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-designer .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-designer .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-designer .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-designer .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-designer .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-designer .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-designer:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.42 56.32'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M137.57,99.13h-1.21v5.93a7.92,7.92,0,0,0-.82.28,9.12,9.12,0,0,0-.83.4l-4.19-4.19L129.11,103l-.83.83-1.41,1.41,1.41,1.41,2.75,2.76a8,8,0,0,0-.67,1.67h-5.91v5.17h5.92a11,11,0,0,0,.64,1.69l-2.23,2.23a30.74,30.74,0,0,1-7.75,1c-11,0-20.11-5.59-20-11.81a16.61,16.61,0,0,1,10.1-15.18c2,2.55,6,4.22,9.9,4.22s7.88-1.67,9.9-4.22A18.1,18.1,0,0,1,137.57,99.13Z' transform='translate(-101.03 -74.77)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M144.84,109.84a7.21,7.21,0,0,0-3.24-2.65,7.56,7.56,0,0,0-2.68-.52,7.08,7.08,0,0,0-5.86,3.17,7,7,0,0,0-1,4.77,10.17,10.17,0,0,0,1.83,4.28,16.2,16.2,0,0,1,1.62,2.93,5.33,5.33,0,0,1,.32,1.2,6.06,6.06,0,0,1,0,1.16c0,.89,0,1.32.07,2.22h6c0-.9,0-1.33.07-2.22a5.32,5.32,0,0,1,.36-2.36,16.2,16.2,0,0,1,1.62-2.93,10.17,10.17,0,0,0,1.83-4.28A7,7,0,0,0,144.84,109.84Zm-.17,4.62a9.26,9.26,0,0,1-1.62,3.75,17.76,17.76,0,0,0-1.77,3.19,7,7,0,0,0-.38,1.46,6.65,6.65,0,0,0-.06,1.34l0,.84v.17h-3.72V125l0-.84a7.48,7.48,0,0,0-.06-1.34,7,7,0,0,0-.38-1.46,17.76,17.76,0,0,0-1.77-3.19,9.26,9.26,0,0,1-1.62-3.75,5.76,5.76,0,0,1,.82-4,5.89,5.89,0,0,1,2.69-2.2,5.81,5.81,0,0,1,2.18-.44,6.12,6.12,0,0,1,2.24.44,5.89,5.89,0,0,1,2.69,2.2A5.76,5.76,0,0,1,144.67,114.46Z' transform='translate(-101.03 -74.77)'/%3E%3Crect class='a' x='34.91' y='52.8' width='6.02' height='1.17'/%3E%3Crect class='a' x='35.75' y='55.15' width='4.26' height='1.17'/%3E%3Crect class='a' x='25.42' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='46.16' y='38.28' width='4.26' height='1.17'/%3E%3Crect class='a' x='37.33' y='26.36' width='1.17' height='4.26'/%3E%3Crect class='a' x='145.69' y='118.83' width='1.17' height='4.26' transform='translate(-143.72 64.1) rotate(-45)'/%3E%3Crect class='a' x='131.03' y='104.17' width='1.17' height='4.26' transform='translate(-137.64 49.44) rotate(-45)'/%3E%3Crect class='a' x='129.49' y='120.37' width='4.26' height='1.17' transform='translate(-148.01 53.73) rotate(-45)'/%3E%3Crect class='a' x='144.15' y='105.71' width='4.26' height='1.17' transform='translate(-133.35 59.8) rotate(-45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-manager:before, input[type=button][class*=snap-].ico-USERS-manager:before, input[type=file][class*=snap-].ico-USERS-manager:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-manager:before, html input[type=button][class*=snap-].ico-USERS-manager:before, html input[type=file][class*=snap-].ico-USERS-manager:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-manager:focus:before, button[class*=snap-].ico-USERS-manager:hover:before, input[type=button][class*=snap-].ico-USERS-manager:focus:before, input[type=button][class*=snap-].ico-USERS-manager:hover:before, input[type=file][class*=snap-].ico-USERS-manager:focus:before, input[type=file][class*=snap-].ico-USERS-manager:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-manager:focus:before, html button[class*=snap-].ico-USERS-manager:hover:before, html input[type=button][class*=snap-].ico-USERS-manager:focus:before, html input[type=button][class*=snap-].ico-USERS-manager:hover:before, html input[type=file][class*=snap-].ico-USERS-manager:focus:before, html input[type=file][class*=snap-].ico-USERS-manager:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-manager:after, .LOM-ribbon-top.icon-manager:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-manager:before, .LOM-square-ribbon.icon-manager:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-manager .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-manager .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-manager .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-manager .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-manager .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-manager .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-manager .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-manager .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-manager .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-manager .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-manager:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.5 55.68'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M117.64,117.66v7.26a31.45,31.45,0,0,1-5.5.48c-11,0-20.11-5.59-20-11.81a16.6,16.6,0,0,1,10.1-15.18c2,2.54,6,4.22,9.9,4.22S120,101,122,98.41a16.92,16.92,0,0,1,9.13,9.32h-3.59v3.48l-1-1-1.42-1.41-6.45,6.45,2.46,2.46Z' transform='translate(-92.14 -79.05)'/%3E%3Ccircle class='a' cx='20' cy='9.84' r='9.84'/%3E%3Cpath class='a' d='M132.14,116.76a5.47,5.47,0,0,0-5.4,4.73,4.52,4.52,0,0,0-.06.74,5.46,5.46,0,1,0,5.46-5.47Zm0,9.56a4.1,4.1,0,0,1-3.43-6.34,4.3,4.3,0,0,1,1.14-1.15,4.1,4.1,0,1,1,2.29,7.49Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='b' d='M128.71,120a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Zm0,0a11.23,11.23,0,0,0,1.14-1.15A4.3,4.3,0,0,0,128.71,120Z' transform='translate(-92.14 -79.05)'/%3E%3Cpath class='a' d='M144.64,124.79v-5.13h-2.93a9.74,9.74,0,0,0-1-2.39l2.07-2.07-3.62-3.63-2.08,2.08a9.84,9.84,0,0,0-2.39-1v-2.92h-5.12v2.92a9.84,9.84,0,0,0-2.39,1l-2.08-2.08-3.62,3.63,2.07,2.07a9.74,9.74,0,0,0-1,2.39h-2.93v5.13h2.93a9.74,9.74,0,0,0,1,2.39l-2.07,2.07,3.62,3.63,2.08-2.08a9.84,9.84,0,0,0,2.39,1v2.93h5.12V131.8a9.84,9.84,0,0,0,2.39-1l2.08,2.08,3.62-3.63-2.07-2.07a9.74,9.74,0,0,0,1-2.39Zm-3.78,4.46-1.69,1.7-1.89-1.89-.46.31a8.62,8.62,0,0,1-2.94,1.22l-.54.11v2.66h-2.4V130.7l-.54-.11a8.62,8.62,0,0,1-2.94-1.22l-.46-.31L125.11,131l-1.69-1.7,1.88-1.88-.3-.47a8.19,8.19,0,0,1-1.22-2.93l-.12-.55H121V121h2.65l.12-.55a8.19,8.19,0,0,1,1.22-2.93l.3-.47-1.88-1.88,1.69-1.7,1.89,1.89.46-.31a8.62,8.62,0,0,1,2.94-1.22l.54-.11v-2.66h2.4v2.66l.54.11a8.62,8.62,0,0,1,2.94,1.22l.46.31,1.89-1.89,1.69,1.7L139,117.08l.3.47a8.19,8.19,0,0,1,1.22,2.93l.12.55h2.65v2.39h-2.65l-.12.55a8.19,8.19,0,0,1-1.22,2.93l-.3.47Z' transform='translate(-92.14 -79.05)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-USERS-admin:before, input[type=button][class*=snap-].ico-USERS-admin:before, input[type=file][class*=snap-].ico-USERS-admin:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-admin:before, html input[type=button][class*=snap-].ico-USERS-admin:before, html input[type=file][class*=snap-].ico-USERS-admin:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-USERS-admin:focus:before, button[class*=snap-].ico-USERS-admin:hover:before, input[type=button][class*=snap-].ico-USERS-admin:focus:before, input[type=button][class*=snap-].ico-USERS-admin:hover:before, input[type=file][class*=snap-].ico-USERS-admin:focus:before, input[type=file][class*=snap-].ico-USERS-admin:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-USERS-admin:focus:before, html button[class*=snap-].ico-USERS-admin:hover:before, html input[type=button][class*=snap-].ico-USERS-admin:focus:before, html input[type=button][class*=snap-].ico-USERS-admin:hover:before, html input[type=file][class*=snap-].ico-USERS-admin:focus:before, html input[type=file][class*=snap-].ico-USERS-admin:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-admin:after, .LOM-ribbon-top.icon-admin:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-admin:before, .LOM-square-ribbon.icon-admin:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-admin .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-admin .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-admin .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-admin .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-admin .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-admin .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-admin .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-admin .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-admin .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-admin .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-admin:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 57.56'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M128.18,108.68c-2,2.55-6,4.22-9.9,4.22s-7.88-1.67-9.89-4.22a16.61,16.61,0,0,0-10.1,15.18c-.12,6.22,8.95,11.81,20,11.81s19.8-5.59,20-11.81C138.49,117.27,134.55,111.55,128.18,108.68Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M128.13,99.17a9.84,9.84,0,1,1-17.94-5.58h16.2A9.74,9.74,0,0,1,128.13,99.17Z' transform='translate(-98.29 -78.11)'/%3E%3Cpath class='a' d='M127.26,83.11a1,1,0,0,1-1,1l-.11,0-.72,6.26v1.24H111.15V90.35l-.72-6.26-.11,0a1,1,0,1,1,.72-.31l4.14,3.93L118,80a1,1,0,0,1,.35-1.93,1,1,0,0,1,.34,1.93l2.82,7.58,4-3.82a1,1,0,0,1-.29-.69,1,1,0,0,1,2,0Z' transform='translate(-98.29 -78.11)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-tip:before, input[type=button][class*=snap-].ico-ribbons-tip:before, input[type=file][class*=snap-].ico-ribbons-tip:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-tip:before, html input[type=button][class*=snap-].ico-ribbons-tip:before, html input[type=file][class*=snap-].ico-ribbons-tip:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:var(--school-purple);' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-tip:focus:before, button[class*=snap-].ico-ribbons-tip:hover:before, input[type=button][class*=snap-].ico-ribbons-tip:focus:before, input[type=button][class*=snap-].ico-ribbons-tip:hover:before, input[type=file][class*=snap-].ico-ribbons-tip:focus:before, input[type=file][class*=snap-].ico-ribbons-tip:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-tip:focus:before, html button[class*=snap-].ico-ribbons-tip:hover:before, html input[type=button][class*=snap-].ico-ribbons-tip:focus:before, html input[type=button][class*=snap-].ico-ribbons-tip:hover:before, html input[type=file][class*=snap-].ico-ribbons-tip:focus:before, html input[type=file][class*=snap-].ico-ribbons-tip:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:var(--school-purple-drk);' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-tip:after, .LOM-ribbon-top.icon-tip:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-tip:before, .LOM-square-ribbon.icon-tip:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-tip .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-tip .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-tip .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-tip .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-tip .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-tip .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tip .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tip .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tip .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-tip .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-tip:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.12 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M93.12,106.88V98.36a2.12,2.12,0,0,1,1.42-.93,5,5,0,0,1,1,0c.45,0,.82,0,1-.51,0-.17.25-.31.4-.43a2.33,2.33,0,0,1,2-.32.55.55,0,0,0,.68-.25,1.76,1.76,0,0,1,1.28-.76,5,5,0,0,1,1,0c.44,0,.45,0,.45-.41,0-1.2,0-2.4,0-3.59a1.94,1.94,0,0,1,1.25-1.9.48.48,0,0,0,.16-.13h1.68a1.26,1.26,0,0,0,.26.21,1.7,1.7,0,0,1,.9,1.32,7.77,7.77,0,0,1,.06,2.41,33.24,33.24,0,0,0,0,3.6.47.47,0,0,0,.22.37,5.19,5.19,0,0,1,1.35,1.21v7.32s-.11.06-.12.11a8,8,0,0,1-1.29,2.44,7.58,7.58,0,0,1-4.11,2.72l-1.2.37H98.4s-.07-.11-.11-.12c-.62-.17-1.26-.28-1.86-.51a4.82,4.82,0,0,1-2.8-2.48C93.44,107.7,93.29,107.29,93.12,106.88ZM103.57,102a2.11,2.11,0,0,0,.12-.48c0-.72,0-1.44,0-2.16a2,2,0,0,1,.94-1.93,1.3,1.3,0,0,0,.74-1.49,3.25,3.25,0,0,1,0-.54c0-.53.09-1.07.11-1.6,0-.82,0-1.64,0-2.46a1.51,1.51,0,0,0-.19-.55c-.18-.46-.47-.58-1-.39a.91.91,0,0,0-.61.92c0,1.63,0,3.27-.09,4.9-.12,1.91,0,3.84,0,5.76l-.72.9a.69.69,0,0,0-.07.15c.07,0,.15,0,.2,0A.91.91,0,0,0,103.57,102Zm3.37-.8c0-.72,0-1.44,0-2.16a.9.9,0,0,0-.62-.86c-.34-.14-.6,0-.85.26A1.38,1.38,0,0,0,105,99.5a21.88,21.88,0,0,1-.08,2.8,2.36,2.36,0,0,1-2.27,2,1.16,1.16,0,0,0-1,.64,1.25,1.25,0,0,0-.28.58c0,.67-.43.9-1.06.93-.32,0-.46-.07-.41-.37a4.47,4.47,0,0,1,1-2.25c.13-.16.26-.34.4-.5l-.67-.1-.11,0c-.2-.1-.3,0-.43.14a1.53,1.53,0,0,1-1.39.65c-.36,0-.72,0-1.08,0a.43.43,0,0,0-.4.18,2.44,2.44,0,0,1-2.55.85c-.23,0-.31,0-.29.19,0,.36.08.71.11,1.06a3.41,3.41,0,0,0,1,2.15,6.21,6.21,0,0,0,4,1.6,7.72,7.72,0,0,0,3.42-.55,6.44,6.44,0,0,0,4-4.1,3.6,3.6,0,0,0,.19-1.63c0-.28-.09-.55-.1-.82C106.93,102.33,106.94,101.75,106.94,101.17Zm-4.68-1.93c0-.67,0-1.35,0-2a1,1,0,0,0-.67-.88,1,1,0,0,0-1,.62,2,2,0,0,0-.12.63c0,.8,0,1.6,0,2.39a17.12,17.12,0,0,0,.24,1.75.33.33,0,0,0,.12.24,1.15,1.15,0,0,0,1.12-.06c.34-.15.35-.44.35-.74Zm-3.12.81c0-.65,0-1.31,0-2,0-.33-.13-.62-.46-.66-.7-.09-1-.15-1.26.67a1.92,1.92,0,0,0-.11.57c0,1.25.07,2.49.12,3.74,0,.09,0,.24.08.26a1.52,1.52,0,0,0,1.21.1.84.84,0,0,0,.42-.86C99.13,101.29,99.14,100.67,99.14,100.05Zm-4.84,1.16c0,.64,0,1.28,0,1.91a.69.69,0,0,0,.11.44,1.46,1.46,0,0,0,1.25.19c.29,0,.48-.42.47-.87L96,99.2c0-.47-.06-.53-.52-.61h-.3c-.63,0-.89.27-.9.9Z' transform='translate(-93.12 -89.12)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-information:before, input[type=button][class*=snap-].ico-ribbons-information:before, input[type=file][class*=snap-].ico-ribbons-information:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-information:before, html input[type=button][class*=snap-].ico-ribbons-information:before, html input[type=file][class*=snap-].ico-ribbons-information:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:var(--school-purple);' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:var(--school-purple);'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:var(--school-purple);' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-information:focus:before, button[class*=snap-].ico-ribbons-information:hover:before, input[type=button][class*=snap-].ico-ribbons-information:focus:before, input[type=button][class*=snap-].ico-ribbons-information:hover:before, input[type=file][class*=snap-].ico-ribbons-information:focus:before, input[type=file][class*=snap-].ico-ribbons-information:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-information:focus:before, html button[class*=snap-].ico-ribbons-information:hover:before, html input[type=button][class*=snap-].ico-ribbons-information:focus:before, html input[type=button][class*=snap-].ico-ribbons-information:hover:before, html input[type=file][class*=snap-].ico-ribbons-information:focus:before, html input[type=file][class*=snap-].ico-ribbons-information:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:var(--school-purple-drk);' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:var(--school-purple-drk);'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:var(--school-purple-drk);' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-information:after, .LOM-ribbon-top.icon-information:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-information:before, .LOM-square-ribbon.icon-information:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-information .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-information .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-information .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-information .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-information .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-information .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-information .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-information .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-information .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-information .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-information:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.04 22.08'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,93.83h-3.6c-.94-.28-1.91-.49-2.81-.86A10.61,10.61,0,0,1,114.05,88a30.32,30.32,0,0,1-1.34-3.56V81.11s.1-.08.11-.12a11,11,0,0,1,7.45-8.64c.7-.26,1.44-.4,2.16-.6H126c.94.28,1.91.48,2.81.85a10.61,10.61,0,0,1,5.57,4.94,30.48,30.48,0,0,1,1.34,3.57v3.36c-.19.66-.37,1.33-.59,2a11.27,11.27,0,0,1-7.42,6.9Zm-1.86-1.31A10.78,10.78,0,0,0,129,91.33a9.59,9.59,0,0,0,5.29-9.88,9.3,9.3,0,0,0-4-6.44,10.14,10.14,0,0,0-7.36-1.85,10,10,0,0,0-5.18,2.19,9.31,9.31,0,0,0-3.6,8.24,9.07,9.07,0,0,0,2.1,5.14A10.22,10.22,0,0,0,124.17,92.52Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M122.55,88.44c.15-1.13.31-2.41.47-3.7.09-.8.18-1.6.25-2.41,0-.57.08-1.14.13-1.71,0-.31.15-.48.52-.48s.52.17.55.51c.16,1.75.31,3.5.48,5.24.1.93.25,1.86.35,2.8A1.36,1.36,0,0,1,124,90.1C123.07,90.13,122.55,89.58,122.55,88.44Z' transform='translate(-112.71 -71.75)' style='fill:%23FFFFFF;'/%3E%3Cpath d='M123.86,78.46a1.32,1.32,0,1,1,.06-2.63c.9,0,1.39.45,1.39,1.28S124.83,78.47,123.86,78.46Z' style='fill:%23FFFFFF;' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-dyk:before, input[type=button][class*=snap-].ico-ribbons-dyk:before, input[type=file][class*=snap-].ico-ribbons-dyk:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-dyk:before, html input[type=button][class*=snap-].ico-ribbons-dyk:before, html input[type=file][class*=snap-].ico-ribbons-dyk:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:var(--school-purple);'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-dyk:focus:before, button[class*=snap-].ico-ribbons-dyk:hover:before, input[type=button][class*=snap-].ico-ribbons-dyk:focus:before, input[type=button][class*=snap-].ico-ribbons-dyk:hover:before, input[type=file][class*=snap-].ico-ribbons-dyk:focus:before, input[type=file][class*=snap-].ico-ribbons-dyk:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-dyk:focus:before, html button[class*=snap-].ico-ribbons-dyk:hover:before, html input[type=button][class*=snap-].ico-ribbons-dyk:focus:before, html input[type=button][class*=snap-].ico-ribbons-dyk:hover:before, html input[type=file][class*=snap-].ico-ribbons-dyk:focus:before, html input[type=file][class*=snap-].ico-ribbons-dyk:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:var(--school-purple-drk);'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-dyk:after, .LOM-ribbon-top.icon-dyk:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-dyk:before, .LOM-square-ribbon.icon-dyk:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-dyk .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-dyk .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-dyk .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-dyk .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-dyk .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-dyk .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-dyk .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-dyk .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-dyk .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-dyk .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-dyk:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.08 23.04' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.27,77.27v2.64a12,12,0,0,1-2.63,4.42,5.77,5.77,0,0,0-1.59,4.26,1.3,1.3,0,0,1,.85,1.82,1.32,1.32,0,0,0-.07.62,1.33,1.33,0,0,1-1,1.7c-.11,0-.26,0-.32.1-.37.48-.73,1-1.09,1.48h-4.32a5,5,0,0,0-1.8-1.7,1.32,1.32,0,0,1-.72-1.33,1.61,1.61,0,0,0-.13-.75,1.37,1.37,0,0,1,.36-1.73,1.12,1.12,0,0,0,.59-1.42,7.86,7.86,0,0,0-2.19-3.88,6.64,6.64,0,0,1-1.67-2.74c-.1-.37-.21-.73-.32-1.09V76.91s.11-.07.12-.12a7,7,0,0,1,4.39-4.9,16.73,16.73,0,0,1,1.85-.62h3l1,.25c2.32.62,4.25,1.76,5.2,4.11C132,76.16,132.09,76.72,132.27,77.27Zm-7.41,6.12c-1-.39-1.85-.68-2.64-1a.89.89,0,0,1-.46-.64c0-.18.23-.45.43-.57.71-.39,1.44-.74,2.24-1.14a14.28,14.28,0,0,1-1.43-.92c-.17-.13-.33-.51-.26-.64a.93.93,0,0,1,.68-.4,1.71,1.71,0,0,1,.74.32c.6.36,1.21.72,1.79,1.11.23.16.53.45.5.63s-.34.49-.58.63c-.6.33-1.24.6-2,1,.85.33,1.57.58,2.26.88s.75.82.13,1.23a5.46,5.46,0,0,0-.68.47c-.16.15-.38.36-.39.55,0,1,0,2.06,0,3.11h1.31a12.55,12.55,0,0,1,.79-2.62,24.09,24.09,0,0,1,2.19-3,5.92,5.92,0,0,0,.33-7.23,6.31,6.31,0,0,0-5.07-2.6,6.61,6.61,0,0,0-6.12,2.65,5.26,5.26,0,0,0-.89,4.68,10.11,10.11,0,0,0,2,3.36,16.35,16.35,0,0,1,1.71,2.72,9,9,0,0,1,.48,2H124c0-1.1,0-2.16,0-3.22C124,84.11,124,83.58,124.86,83.39Z' transform='translate(-116.19 -71.27)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-warning:before, input[type=button][class*=snap-].ico-ribbons-warning:before, input[type=file][class*=snap-].ico-ribbons-warning:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-warning:before, html input[type=button][class*=snap-].ico-ribbons-warning:before, html input[type=file][class*=snap-].ico-ribbons-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-warning:focus:before, button[class*=snap-].ico-ribbons-warning:hover:before, input[type=button][class*=snap-].ico-ribbons-warning:focus:before, input[type=button][class*=snap-].ico-ribbons-warning:hover:before, input[type=file][class*=snap-].ico-ribbons-warning:focus:before, input[type=file][class*=snap-].ico-ribbons-warning:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-warning:focus:before, html button[class*=snap-].ico-ribbons-warning:hover:before, html input[type=button][class*=snap-].ico-ribbons-warning:focus:before, html input[type=button][class*=snap-].ico-ribbons-warning:hover:before, html input[type=file][class*=snap-].ico-ribbons-warning:focus:before, html input[type=file][class*=snap-].ico-ribbons-warning:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-warning:after, .LOM-ribbon-top.icon-warning:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-warning:before, .LOM-square-ribbon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-warning .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-warning .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-warning:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.72 47.39'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M103.07,89.9,75.71,137.29h54.73Zm2.77,16.81-.8,15.44h-3.86l-.81-15.44Zm-.73,22.82a2.74,2.74,0,0,1-2,.72,2.81,2.81,0,0,1-2-.71,3.12,3.12,0,0,1,0-4,2.88,2.88,0,0,1,2.07-.68,2.78,2.78,0,0,1,2,.7,3.07,3.07,0,0,1,0,4Z' transform='translate(-75.71 -89.9)'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 23.04 22.08'%3E%3Cpath d='M122.43,71.75H126s.07.1.12.11a10.72,10.72,0,0,1,5,2.07A10.48,10.48,0,0,1,135,78.86c.26.74.48,1.5.72,2.25v3.36c-.16.59-.29,1.19-.5,1.76a11.26,11.26,0,0,1-7.12,7c-.68.24-1.4.4-2.1.6h-3.6s-.07-.11-.11-.12a10.8,10.8,0,0,1-5.06-2.06,10.51,10.51,0,0,1-3.82-4.93c-.27-.75-.49-1.5-.73-2.25V81.11c.2-.66.38-1.33.6-2a10.54,10.54,0,0,1,3-4.46,10.72,10.72,0,0,1,4.38-2.44Zm1.83,20.81c.43,0,.86-.12,1.29-.16a9.16,9.16,0,0,0,5.19-2.17,9.44,9.44,0,0,0-.37-15.15A10.3,10.3,0,0,0,116,77.2a8.94,8.94,0,0,0-1.38,8.58A10.24,10.24,0,0,0,124.26,92.56Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M125.9,77.08c-.14,1.15-.3,2.44-.45,3.73-.1.86-.19,1.73-.27,2.59-.05.53-.07,1.07-.13,1.6,0,.29-.2.5-.51.4s-.49-.24-.51-.39c-.13-1-.17-1.93-.27-2.89-.14-1.29-.32-2.58-.45-3.87a6,6,0,0,1,0-1.63,1.23,1.23,0,0,1,1.54-1.14C125.44,75.54,125.9,76.16,125.9,77.08Z' transform='translate(-112.71 -71.75)'/%3E%3Cpath d='M124.59,89.74c-.92,0-1.43-.44-1.43-1.24s.47-1.38,1.43-1.38a1.32,1.32,0,1,1,0,2.62Z' transform='translate(-112.71 -71.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-exam:before, input[type=button][class*=snap-].ico-ribbons-exam:before, input[type=file][class*=snap-].ico-ribbons-exam:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-exam:before, html input[type=button][class*=snap-].ico-ribbons-exam:before, html input[type=file][class*=snap-].ico-ribbons-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-exam:focus:before, button[class*=snap-].ico-ribbons-exam:hover:before, input[type=button][class*=snap-].ico-ribbons-exam:focus:before, input[type=button][class*=snap-].ico-ribbons-exam:hover:before, input[type=file][class*=snap-].ico-ribbons-exam:focus:before, input[type=file][class*=snap-].ico-ribbons-exam:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-exam:focus:before, html button[class*=snap-].ico-ribbons-exam:hover:before, html input[type=button][class*=snap-].ico-ribbons-exam:focus:before, html input[type=button][class*=snap-].ico-ribbons-exam:hover:before, html input[type=file][class*=snap-].ico-ribbons-exam:focus:before, html input[type=file][class*=snap-].ico-ribbons-exam:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-exam:after, .LOM-ribbon-top.icon-exam:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-exam:before, .LOM-square-ribbon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-exam .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-exam .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-exam:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.87 53.23'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M95.66,119.76s-6.78-5.57-9.48-7.15c-.73-.43-1.46,0-1.13.67.7,1.51,7.63,13.4,9.92,18.62.33.75,1.26.6,1.68-.1.94-1.56,17.92-29.83,34-43.71.2-.18.49-1.43-1-.37C110.77,101.1,95.66,119.76,95.66,119.76Z' transform='translate(-74.97 -87.3)'/%3E%3Cpath class='a' d='M115,109.34a20,20,0,1,1-6.25-7.28l1.62-1.62a22.09,22.09,0,1,0,6.33,7.21Z' transform='translate(-74.97 -87.3)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-click:before, input[type=button][class*=snap-].ico-ribbons-click:before, input[type=file][class*=snap-].ico-ribbons-click:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-click:before, html input[type=button][class*=snap-].ico-ribbons-click:before, html input[type=file][class*=snap-].ico-ribbons-click:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-click:focus:before, button[class*=snap-].ico-ribbons-click:hover:before, input[type=button][class*=snap-].ico-ribbons-click:focus:before, input[type=button][class*=snap-].ico-ribbons-click:hover:before, input[type=file][class*=snap-].ico-ribbons-click:focus:before, input[type=file][class*=snap-].ico-ribbons-click:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-click:focus:before, html button[class*=snap-].ico-ribbons-click:hover:before, html input[type=button][class*=snap-].ico-ribbons-click:focus:before, html input[type=button][class*=snap-].ico-ribbons-click:hover:before, html input[type=file][class*=snap-].ico-ribbons-click:focus:before, html input[type=file][class*=snap-].ico-ribbons-click:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-click:after, .LOM-ribbon-top.icon-click:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-click:before, .LOM-square-ribbon.icon-click:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-click .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-click .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-click .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-click .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-click .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-click .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-click .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-click .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-click .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-click .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-click:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 13.92 28.08'%3E%3Cpath d='M126.87,96.83h-5.28a.64.64,0,0,0-.17-.13,4.89,4.89,0,0,1-3.18-2,16.72,16.72,0,0,1-1-1.94V85.31a3.92,3.92,0,0,1,.89-.35,6.61,6.61,0,0,1,1.09,0c3.67,0,7.34,0,11,0a2.92,2.92,0,0,1,.93.34v7.44a1.26,1.26,0,0,0-.13.23,4.22,4.22,0,0,1-1.69,2.57A28,28,0,0,1,126.87,96.83Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M117.27,80.63a12.61,12.61,0,0,1,1-2,4.87,4.87,0,0,1,3.75-2,6.57,6.57,0,0,1,1.33,0,.59.59,0,0,1,.38.43c0,1.46,0,2.91,0,4.37a.64.64,0,0,1-.12.38,2.83,2.83,0,0,0-1,2.34h-1.88c-.78,0-1.56,0-2.34,0a1.49,1.49,0,0,1-1.13-.36Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M131.19,83.75a1.51,1.51,0,0,1-1.13.36c-1.39,0-2.79,0-4,0-.25-.68-.31-1.44-.71-1.83-.7-.65-.58-1.39-.59-2.15V77.31c0-.7.21-.93.91-.86a9.94,9.94,0,0,1,2,.35,4.78,4.78,0,0,1,3.48,3.71s.08.08.12.12Z' transform='translate(-117.27 -68.75)'/%3E%3Cpath d='M124.71,68.75a7,7,0,0,1,.8,1.33,2.83,2.83,0,0,1-.68,2.55c-.1.16-.23.31-.33.48-.36.58-.59,1.15,0,1.72a.93.93,0,0,1,.25.62.59.59,0,0,1-.29.48.69.69,0,0,1-.61-.05,2.33,2.33,0,0,1-.4-3.45c.22-.33.41-.67.65-1a1.14,1.14,0,0,0-.11-1.63.88.88,0,0,1-.17-1.07Z' transform='translate(-117.27 -68.75)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-alarm:before, input[type=button][class*=snap-].ico-ribbons-alarm:before, input[type=file][class*=snap-].ico-ribbons-alarm:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-alarm:before, html input[type=button][class*=snap-].ico-ribbons-alarm:before, html input[type=file][class*=snap-].ico-ribbons-alarm:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:var(--school-purple);' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-alarm:focus:before, button[class*=snap-].ico-ribbons-alarm:hover:before, input[type=button][class*=snap-].ico-ribbons-alarm:focus:before, input[type=button][class*=snap-].ico-ribbons-alarm:hover:before, input[type=file][class*=snap-].ico-ribbons-alarm:focus:before, input[type=file][class*=snap-].ico-ribbons-alarm:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-alarm:focus:before, html button[class*=snap-].ico-ribbons-alarm:hover:before, html input[type=button][class*=snap-].ico-ribbons-alarm:focus:before, html input[type=button][class*=snap-].ico-ribbons-alarm:hover:before, html input[type=file][class*=snap-].ico-ribbons-alarm:focus:before, html input[type=file][class*=snap-].ico-ribbons-alarm:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:var(--school-purple-drk);' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-alarm:after, .LOM-ribbon-top.icon-alarm:after {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-alarm:before, .LOM-square-ribbon.icon-alarm:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-alarm .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-alarm .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-alarm .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-alarm .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-alarm .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-alarm .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-alarm .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-alarm .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-alarm .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-alarm .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-alarm:before {
  background-image: url("data:image/svg+xml, %3Csvg style='fill:%23FFFFFF;' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.12 23.04'%3E%3Cpath d='M118.47,94.31h-1.68c-.29-.2-.59-.37-.86-.58a2.82,2.82,0,0,1,0-4A10.43,10.43,0,0,1,114.63,82,9.53,9.53,0,0,1,118,76.51a9.25,9.25,0,0,1,5.1-2.21,9.73,9.73,0,0,1,6.41,1.42,9.85,9.85,0,0,1,3.77,4.35,10.62,10.62,0,0,1,.81,5,8.49,8.49,0,0,1-1.24,4.19.73.73,0,0,0,0,1,2.54,2.54,0,0,1,.3,2.7,3.48,3.48,0,0,1-1.49,1.43H130a8.46,8.46,0,0,1-1.1-.85c-.2-.23-.3-.22-.57-.14a17.31,17.31,0,0,1-3.1.82,9.06,9.06,0,0,1-5.14-.83c-.11,0-.3-.09-.38,0C119.28,93.6,118.88,94,118.47,94.31Zm5.79-18.37a8.22,8.22,0,1,0,8.12,8.26A8.17,8.17,0,0,0,124.26,75.94Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M113.67,76.55c.27-.54.55-1.06.8-1.6,0-.08,0-.22-.07-.32a1.54,1.54,0,0,1,.62-1.88,1.59,1.59,0,0,1,1.81-.19.88.88,0,0,0,.58,0,3.78,3.78,0,0,1,2.41-.24,5.7,5.7,0,0,1,1.32.76,12.33,12.33,0,0,0-7,5.8l-.48-.57Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M134.79,78.23l-.5.78a11,11,0,0,0-6.91-5.68,1.44,1.44,0,0,1,1.34-.94,8.75,8.75,0,0,1,2.15.24,1.23,1.23,0,0,0,.92,0,1.71,1.71,0,0,1,2.34,1.86,1,1,0,0,0,.15,1,5.72,5.72,0,0,1,.51,1.09Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M125.07,71.27A1.92,1.92,0,0,1,126,73h-3.14c-.25-.92.39-1.28.88-1.71Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M122.8,84.1a1.61,1.61,0,0,1,.9-1.17,1.09,1.09,0,0,0,.5-.42c.59-1.3,1.15-2.62,1.73-3.93.1-.21.17-.5.34-.6a1,1,0,0,1,.79-.15.77.77,0,0,1,.27.7c-.42,1.12-.91,2.21-1.38,3.31-.19.43-.39.85-.57,1.29a2,2,0,0,0,.49,1.58c.63.47,1.27.94,1.87,1.44a.71.71,0,1,1-.86,1.13c-.56-.43-1.09-.91-1.68-1.3a2.61,2.61,0,0,0-1.1-.43A1.37,1.37,0,0,1,122.8,84.1Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M130.38,84.93h-.71a.68.68,0,0,1-.73-.69.65.65,0,0,1,.69-.71c.52,0,1,0,1.55,0a.71.71,0,0,1,0,1.42Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,90.51v.66a.65.65,0,0,1-.62.72.64.64,0,0,1-.78-.62,5.84,5.84,0,0,1,0-1.67c0-.22.42-.47.69-.54a.54.54,0,0,1,.68.55c0,.3,0,.6,0,.9Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M124.94,78v.66a.62.62,0,0,1-.65.73.65.65,0,0,1-.75-.66,6.7,6.7,0,0,1,0-1.55.64.64,0,0,1,.75-.65.65.65,0,0,1,.65.75C124.93,77.55,124.94,77.79,124.94,78Z' transform='translate(-113.67 -71.27)'/%3E%3Cpath d='M118.06,84.94h-.66a.63.63,0,0,1-.72-.72c0-.5.26-.71.74-.7h1.31c.47,0,.78.23.79.69s-.32.72-.81.73Z' transform='translate(-113.67 -71.27)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-clock:before, input[type=button][class*=snap-].ico-ribbons-clock:before, input[type=file][class*=snap-].ico-ribbons-clock:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-clock:before, html input[type=button][class*=snap-].ico-ribbons-clock:before, html input[type=file][class*=snap-].ico-ribbons-clock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:var(--school-purple);'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-clock:focus:before, button[class*=snap-].ico-ribbons-clock:hover:before, input[type=button][class*=snap-].ico-ribbons-clock:focus:before, input[type=button][class*=snap-].ico-ribbons-clock:hover:before, input[type=file][class*=snap-].ico-ribbons-clock:focus:before, input[type=file][class*=snap-].ico-ribbons-clock:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-clock:focus:before, html button[class*=snap-].ico-ribbons-clock:hover:before, html input[type=button][class*=snap-].ico-ribbons-clock:focus:before, html input[type=button][class*=snap-].ico-ribbons-clock:hover:before, html input[type=file][class*=snap-].ico-ribbons-clock:focus:before, html input[type=file][class*=snap-].ico-ribbons-clock:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:var(--school-purple-drk);'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-clock:after, .LOM-ribbon-top.icon-clock:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-clock:before, .LOM-square-ribbon.icon-clock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-clock .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-clock .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-clock .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-clock .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-clock .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-clock .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-clock .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-clock .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-clock .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-clock .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-clock:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.96 24' style='fill:%23FFFFFF;'%3E%3Cpath d='M132.64,103.55v-2.64c.06-.22.13-.44.19-.66A13,13,0,0,1,141.18,91a23.05,23.05,0,0,1,2.62-.73h2.64a.9.9,0,0,0,.27.11,13.19,13.19,0,0,1,10.51,9.1c.16.47.25,1,.38,1.47v2.64c-.06.22-.13.44-.19.66a13,13,0,0,1-8.35,9.29,23.05,23.05,0,0,1-2.62.73H143.8a1.28,1.28,0,0,0-.27-.11A13.17,13.17,0,0,1,133,105C132.86,104.55,132.77,104,132.64,103.55Zm22.81-1.29a22.42,22.42,0,0,0-.44-2.58,10.37,10.37,0,0,0-15.89-5.43,9.54,9.54,0,0,0-2.4,13.6,10.38,10.38,0,0,0,18.73-5.59Z' transform='translate(-132.64 -90.23)'/%3E%3Cpath d='M145.6,99.21c0,1.27,0,2.55,0,3.83a1.24,1.24,0,0,0,.36.8c1.47,1.32,3,2.6,4.47,3.9.54.47.56.83.12,1.31a.85.85,0,0,1-1.35.08L144.47,105a2.14,2.14,0,0,1-.8-1.76c0-2.62,0-5.24,0-7.86,0-.69.28-1,1-1s.93.26.93.94C145.61,96.65,145.6,97.93,145.6,99.21Z' transform='translate(-132.64 -90.23)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-graph:before, input[type=button][class*=snap-].ico-ribbons-graph:before, input[type=file][class*=snap-].ico-ribbons-graph:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-graph:before, html input[type=button][class*=snap-].ico-ribbons-graph:before, html input[type=file][class*=snap-].ico-ribbons-graph:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-graph:focus:before, button[class*=snap-].ico-ribbons-graph:hover:before, input[type=button][class*=snap-].ico-ribbons-graph:focus:before, input[type=button][class*=snap-].ico-ribbons-graph:hover:before, input[type=file][class*=snap-].ico-ribbons-graph:focus:before, input[type=file][class*=snap-].ico-ribbons-graph:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-graph:focus:before, html button[class*=snap-].ico-ribbons-graph:hover:before, html input[type=button][class*=snap-].ico-ribbons-graph:focus:before, html input[type=button][class*=snap-].ico-ribbons-graph:hover:before, html input[type=file][class*=snap-].ico-ribbons-graph:focus:before, html input[type=file][class*=snap-].ico-ribbons-graph:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-graph:after, .LOM-ribbon-top.icon-graph:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-graph:before, .LOM-square-ribbon.icon-graph:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-graph .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-graph .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-graph .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-graph .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-graph .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-graph .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-graph .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-graph .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-graph .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-graph .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-graph:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 15.11 16.32'%3E%3Cpath d='M112.27,105.34l-.16.15H109.9s-.09-.08-.12-.12c0-1.3-.13-2.6-.15-3.9,0-1.63,0-3.27,0-4.78l1.6-1.61c.26.11.31.52.67.6l.3-.15a.5.5,0,0,1,.06.17c0,2.15,0,4.31,0,6.46Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M109,97h.27v8.25l-.31.26h-2.72c-.2-.11-.19-.27-.18-.43V99.43Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.25,100.88c.72-1,1.71-1.76,2.58-2.73l1,.33v6.88l-.14.15H98.39l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M100.49,95.62l5.2,1.91c.24-.31.58-.48.72-.85,0-.05.08-.08.12-.13.68-.72,1.37-1.43,2-2.16.44-.47.86-1,1.3-1.46-.18-.43-.66-.56-1-.9V91.6c.94.06,1.84-.22,2.77-.12h.22a3.11,3.11,0,0,1,0,.53c-.06.39.15.75.13,1.15s0,.76,0,1.13l-.18.17-1.1-.93a9.51,9.51,0,0,0-.71.71c-.5.62-1.11,1.14-1.6,1.74s-.81.86-1.2,1.3l-1.08,1.24a2.08,2.08,0,0,1-1.28-.22L103,97.6,101.24,97l-.47-.17c-.92,1-2,1.88-2.81,3h-.64l-.16-.15v-.48C98.14,97.86,99.34,96.84,100.49,95.62Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M102.33,98.7a2.85,2.85,0,0,0,.54-.18.57.57,0,0,1,.59,0c.51.24,1.07.4,1.6.61.17.07.33.18.49.26v5.66c0,.16,0,.33-.27.43h-2.81l-.14-.15Z' transform='translate(-97.16 -91.46)'/%3E%3Cpath d='M98.39,107.78c-.26-.18-.14-.43-.16-.68a2,2,0,0,1,.3-.14,1,1,0,0,1,.24,0h13.48v.68l-.14.14Z' transform='translate(-97.16 -91.46)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-docs:before, input[type=button][class*=snap-].ico-ribbons-docs:before, input[type=file][class*=snap-].ico-ribbons-docs:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-docs:before, html input[type=button][class*=snap-].ico-ribbons-docs:before, html input[type=file][class*=snap-].ico-ribbons-docs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-docs:focus:before, button[class*=snap-].ico-ribbons-docs:hover:before, input[type=button][class*=snap-].ico-ribbons-docs:focus:before, input[type=button][class*=snap-].ico-ribbons-docs:hover:before, input[type=file][class*=snap-].ico-ribbons-docs:focus:before, input[type=file][class*=snap-].ico-ribbons-docs:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-docs:focus:before, html button[class*=snap-].ico-ribbons-docs:hover:before, html input[type=button][class*=snap-].ico-ribbons-docs:focus:before, html input[type=button][class*=snap-].ico-ribbons-docs:hover:before, html input[type=file][class*=snap-].ico-ribbons-docs:focus:before, html input[type=file][class*=snap-].ico-ribbons-docs:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-docs:after, .LOM-ribbon-top.icon-docs:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-docs:before, .LOM-square-ribbon.icon-docs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-docs .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-docs .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-docs .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-docs .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-docs .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-docs .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-docs .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-docs .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-docs .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-docs .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-docs:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.96 19.92'%3E%3Cpath d='M133.71,80.75v12h-19V78.11l1.81-.35c0-1.33,0-2.7,0-4.07a2.77,2.77,0,0,1,.33-.86h14.88a1.42,1.42,0,0,1,.36,1.12c0,1.61,0,3.23,0,4.84v.62l.33,0c.91,0,.9,0,1,.89C133.49,80.48,133.63,80.61,133.71,80.75Zm-2.17-6.54H117.18V82h7.52c.13,0,.26-.14.39-.21l0-.16h-.63c-1.7,0-3.4,0-5.1,0-.15,0-.3-.15-.46-.24a3.62,3.62,0,0,1,.45-.2,1.45,1.45,0,0,1,.36,0c1.71,0,3.43,0,5.15,0a1.69,1.69,0,0,0,.64-.27c.27-.14.54-.4.81-.41,1.24,0,2.48,0,3.72,0h1.55Zm-16.29,4.27v3.81l1.27-.47V78.48Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.29,76.42c-1.64,0-3.28,0-4.92,0-.17,0-.34-.16-.51-.24a1.52,1.52,0,0,1,.51-.19q4.92,0,9.84,0c.17,0,.34.16.51.25a1.77,1.77,0,0,1-.51.19Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M124.23,79.9h-4.86a1.77,1.77,0,0,1-.51-.19c.17-.09.34-.25.51-.25q4.92,0,9.84,0a1.52,1.52,0,0,1,.51.19c-.17.08-.34.24-.51.24C127.55,79.9,125.89,79.9,124.23,79.9Z' transform='translate(-114.75 -72.83)'/%3E%3Cpath d='M129.74,78a1.12,1.12,0,0,1-.41.17H119s-.1,0-.16-.06l0-.17a3.41,3.41,0,0,1,.54-.1h9.77c.19,0,.38,0,.57,0Z' transform='translate(-114.75 -72.83)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-links:before, input[type=button][class*=snap-].ico-ribbons-links:before, input[type=file][class*=snap-].ico-ribbons-links:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-links:before, html input[type=button][class*=snap-].ico-ribbons-links:before, html input[type=file][class*=snap-].ico-ribbons-links:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-links:focus:before, button[class*=snap-].ico-ribbons-links:hover:before, input[type=button][class*=snap-].ico-ribbons-links:focus:before, input[type=button][class*=snap-].ico-ribbons-links:hover:before, input[type=file][class*=snap-].ico-ribbons-links:focus:before, input[type=file][class*=snap-].ico-ribbons-links:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-links:focus:before, html button[class*=snap-].ico-ribbons-links:hover:before, html input[type=button][class*=snap-].ico-ribbons-links:focus:before, html input[type=button][class*=snap-].ico-ribbons-links:hover:before, html input[type=file][class*=snap-].ico-ribbons-links:focus:before, html input[type=file][class*=snap-].ico-ribbons-links:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-links:after, .LOM-ribbon-top.icon-links:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-links:before, .LOM-square-ribbon.icon-links:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-links .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-links .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-links .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-links .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-links .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-links .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-links .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-links .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-links .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-links .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-links:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 18.65 18'%3E%3Cpath d='M120,91.79h-1.2a6.29,6.29,0,0,1-2.73-1.72,3.61,3.61,0,0,1,0-5.29c1.13-1.13,2.31-2.2,3.43-3.34s2.24-2.17,4-2c-.75-.74-.75-1.15-.07-1.82.38-.38.77-.75,1.17-1.12,1.14-1.06,2.12-2.34,3.76-2.71h1.2a5.75,5.75,0,0,1,2.49,1.41,5.82,5.82,0,0,1,1.47,2.31v1.32a10.58,10.58,0,0,1-1.22,2c-1.41,1.47-2.9,2.88-4.41,4.24a5.78,5.78,0,0,1-1.71.93,4.69,4.69,0,0,1-1.27.19c.72.61.74,1.07.09,1.69-.39.38-.76.77-1.16,1.13C122.74,90.11,121.73,91.43,120,91.79Zm4.24-5.65c-.52-.33-1.13-.66-1.68-1.08a.77.77,0,0,1-.15-1.08.85.85,0,0,1,1.09-.37,2.4,2.4,0,0,1,.55.34,2,2,0,0,0,2.54-.11c1.54-1.45,3.07-2.92,4.57-4.41a1.77,1.77,0,0,0,0-2.49c-.13-.15-.29-.28-.42-.43a2.2,2.2,0,0,0-3.52,0c-1,1.06-2.08,2-3.14,3a4.65,4.65,0,0,1,2.42,1.59.88.88,0,0,1,.1,1.28,1,1,0,0,1-1.35,0c-.23-.19-.43-.41-.66-.61a2,2,0,0,0-2.76-.07c-1.55,1.44-3.07,2.92-4.57,4.41a1.71,1.71,0,0,0-.16,2.3,6.33,6.33,0,0,0,1.31,1.22,1.9,1.9,0,0,0,2.28-.18l.65-.62Z' transform='translate(-114.94 -73.79)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-activity:before, input[type=button][class*=snap-].ico-ribbons-activity:before, input[type=file][class*=snap-].ico-ribbons-activity:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-activity:before, html input[type=button][class*=snap-].ico-ribbons-activity:before, html input[type=file][class*=snap-].ico-ribbons-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-activity:focus:before, button[class*=snap-].ico-ribbons-activity:hover:before, input[type=button][class*=snap-].ico-ribbons-activity:focus:before, input[type=button][class*=snap-].ico-ribbons-activity:hover:before, input[type=file][class*=snap-].ico-ribbons-activity:focus:before, input[type=file][class*=snap-].ico-ribbons-activity:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-activity:focus:before, html button[class*=snap-].ico-ribbons-activity:hover:before, html input[type=button][class*=snap-].ico-ribbons-activity:focus:before, html input[type=button][class*=snap-].ico-ribbons-activity:hover:before, html input[type=file][class*=snap-].ico-ribbons-activity:focus:before, html input[type=file][class*=snap-].ico-ribbons-activity:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-activity:after, .LOM-ribbon-top.icon-activity:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-activity:before, .LOM-square-ribbon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-activity .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-activity .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-activity:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.08 57.03'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='11.76 40.46 16.48 45.18 19.91 44.16 44.24 19.82 37.26 12.84 12.93 37.18 11.76 40.46'/%3E%3Cpath class='a' d='M123.14,108l-1.34-1.34L97.47,131l-1.17,3.28-11.74,2.05-4.15-4.15,2-11.74,3.29-1.16L110.08,95l-1.33-1.34-2.33-2.32L79.86,117.85l-.34.34s-5.68,21.71-4,23.07c1.82,1.48,23.08-4,23.08-4l.34-.34,26.56-26.56Z' transform='translate(-75.19 -84.48)'/%3E%3Crect class='a' x='107.28' y='92.92' width='26.9' height='6.2' rx='0.4' transform='translate(28.07 -141.73) rotate(45)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-ribbons-magnify:before, input[type=button][class*=snap-].ico-ribbons-magnify:before, input[type=file][class*=snap-].ico-ribbons-magnify:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-magnify:before, html input[type=button][class*=snap-].ico-ribbons-magnify:before, html input[type=file][class*=snap-].ico-ribbons-magnify:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple);' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-ribbons-magnify:focus:before, button[class*=snap-].ico-ribbons-magnify:hover:before, input[type=button][class*=snap-].ico-ribbons-magnify:focus:before, input[type=button][class*=snap-].ico-ribbons-magnify:hover:before, input[type=file][class*=snap-].ico-ribbons-magnify:focus:before, input[type=file][class*=snap-].ico-ribbons-magnify:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-ribbons-magnify:focus:before, html button[class*=snap-].ico-ribbons-magnify:hover:before, html input[type=button][class*=snap-].ico-ribbons-magnify:focus:before, html input[type=button][class*=snap-].ico-ribbons-magnify:hover:before, html input[type=file][class*=snap-].ico-ribbons-magnify:focus:before, html input[type=file][class*=snap-].ico-ribbons-magnify:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:var(--school-purple-drk);' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-magnify:after, .LOM-ribbon-top.icon-magnify:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-magnify:before, .LOM-square-ribbon.icon-magnify:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-magnify .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-magnify .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-magnify .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-magnify .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-magnify .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-magnify .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-magnify .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-magnify .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-magnify .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-magnify .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-magnify:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF;' viewBox='0 0 19.92 18.96'%3E%3Cpath d='M114.27,90.11c1.6-1.54,3.19-3.08,4.81-4.6.14-.13.42-.12.64-.17s.34,0,.44-.1c.36-.29.86-.55,1-.92s-.37-.71-.56-1.09a6.65,6.65,0,0,1,1.33-8,6.43,6.43,0,0,1,3.67-1.85s.07-.07.11-.11h2.76c.08,0,.15.11.23.12a6.92,6.92,0,0,1,4.44,3,14.66,14.66,0,0,1,1.09,2.42v2.52a17,17,0,0,1-1.08,2.42,6.59,6.59,0,0,1-4.85,3.1,7.38,7.38,0,0,1-5.26-1,.67.67,0,0,0-.61.07,6,6,0,0,0-.77.74c-.06.07-.16.2-.13.25.34.63-.18.91-.52,1.23-1.46,1.39-2.94,2.77-4.42,4.15h-2.28ZM127,86c.43-.06.86-.1,1.29-.17A5.78,5.78,0,0,0,133,79a6.06,6.06,0,0,0-6.21-4.73,5.93,5.93,0,0,0-4.59,2.29A5.44,5.44,0,0,0,121,81.36,6.15,6.15,0,0,0,127,86Z' transform='translate(-114.27 -73.31)'/%3E%3Cpath d='M121.84,79.88a4.63,4.63,0,0,1,2.54-4,16,16,0,0,1,2.31-.84c.36-.12.75,0,.72.44,0,.22-.39.47-.66.59s-.86.24-1.28.41A4,4,0,0,0,122.91,80c0,.37,0,.62-.52.59S121.81,80.29,121.84,79.88Z' transform='translate(-114.27 -73.31)'/%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-goto:before, input[type=button][class*=snap-].ico-fontawesome-goto:before, input[type=file][class*=snap-].ico-fontawesome-goto:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-goto:before, html input[type=button][class*=snap-].ico-fontawesome-goto:before, html input[type=file][class*=snap-].ico-fontawesome-goto:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-goto:focus:before, button[class*=snap-].ico-fontawesome-goto:hover:before, input[type=button][class*=snap-].ico-fontawesome-goto:focus:before, input[type=button][class*=snap-].ico-fontawesome-goto:hover:before, input[type=file][class*=snap-].ico-fontawesome-goto:focus:before, input[type=file][class*=snap-].ico-fontawesome-goto:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-goto:focus:before, html button[class*=snap-].ico-fontawesome-goto:hover:before, html input[type=button][class*=snap-].ico-fontawesome-goto:focus:before, html input[type=button][class*=snap-].ico-fontawesome-goto:hover:before, html input[type=file][class*=snap-].ico-fontawesome-goto:focus:before, html input[type=file][class*=snap-].ico-fontawesome-goto:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-goto:after, .LOM-ribbon-top.icon-goto:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-goto:before, .LOM-square-ribbon.icon-goto:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-goto .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-goto .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-goto .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-goto .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-goto .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-goto .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-goto .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-goto .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-goto .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-goto .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-goto:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-arrow-alt-circle-right fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-alt-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-calc:before, input[type=button][class*=snap-].ico-fontawesome-calc:before, input[type=file][class*=snap-].ico-fontawesome-calc:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-calc:before, html input[type=button][class*=snap-].ico-fontawesome-calc:before, html input[type=file][class*=snap-].ico-fontawesome-calc:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-calc:focus:before, button[class*=snap-].ico-fontawesome-calc:hover:before, input[type=button][class*=snap-].ico-fontawesome-calc:focus:before, input[type=button][class*=snap-].ico-fontawesome-calc:hover:before, input[type=file][class*=snap-].ico-fontawesome-calc:focus:before, input[type=file][class*=snap-].ico-fontawesome-calc:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-calc:focus:before, html button[class*=snap-].ico-fontawesome-calc:hover:before, html input[type=button][class*=snap-].ico-fontawesome-calc:focus:before, html input[type=button][class*=snap-].ico-fontawesome-calc:hover:before, html input[type=file][class*=snap-].ico-fontawesome-calc:focus:before, html input[type=file][class*=snap-].ico-fontawesome-calc:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-calc:after, .LOM-ribbon-top.icon-calc:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-calc:before, .LOM-square-ribbon.icon-calc:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-calc .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-calc .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-calc .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-calc .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-calc .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-calc .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-calc .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-calc .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-calc .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-calc .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-calc:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-calculator fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calculator' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-formula:before, input[type=button][class*=snap-].ico-fontawesome-formula:before, input[type=file][class*=snap-].ico-fontawesome-formula:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-formula:before, html input[type=button][class*=snap-].ico-fontawesome-formula:before, html input[type=file][class*=snap-].ico-fontawesome-formula:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-formula:focus:before, button[class*=snap-].ico-fontawesome-formula:hover:before, input[type=button][class*=snap-].ico-fontawesome-formula:focus:before, input[type=button][class*=snap-].ico-fontawesome-formula:hover:before, input[type=file][class*=snap-].ico-fontawesome-formula:focus:before, input[type=file][class*=snap-].ico-fontawesome-formula:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-formula:focus:before, html button[class*=snap-].ico-fontawesome-formula:hover:before, html input[type=button][class*=snap-].ico-fontawesome-formula:focus:before, html input[type=button][class*=snap-].ico-fontawesome-formula:hover:before, html input[type=file][class*=snap-].ico-fontawesome-formula:focus:before, html input[type=file][class*=snap-].ico-fontawesome-formula:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-formula:after, .LOM-ribbon-top.icon-formula:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-formula:before, .LOM-square-ribbon.icon-formula:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-formula .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-formula .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-formula .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-formula .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-formula .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-formula .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-formula .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-formula .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-formula .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-formula .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-formula:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-square-root-alt fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='square-root-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-legal:before, input[type=button][class*=snap-].ico-fontawesome-legal:before, input[type=file][class*=snap-].ico-fontawesome-legal:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-legal:before, html input[type=button][class*=snap-].ico-fontawesome-legal:before, html input[type=file][class*=snap-].ico-fontawesome-legal:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-legal:focus:before, button[class*=snap-].ico-fontawesome-legal:hover:before, input[type=button][class*=snap-].ico-fontawesome-legal:focus:before, input[type=button][class*=snap-].ico-fontawesome-legal:hover:before, input[type=file][class*=snap-].ico-fontawesome-legal:focus:before, input[type=file][class*=snap-].ico-fontawesome-legal:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-legal:focus:before, html button[class*=snap-].ico-fontawesome-legal:hover:before, html input[type=button][class*=snap-].ico-fontawesome-legal:focus:before, html input[type=button][class*=snap-].ico-fontawesome-legal:hover:before, html input[type=file][class*=snap-].ico-fontawesome-legal:focus:before, html input[type=file][class*=snap-].ico-fontawesome-legal:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-legal:after, .LOM-ribbon-top.icon-legal:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-legal:before, .LOM-square-ribbon.icon-legal:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-legal .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-legal .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-legal .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-legal .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-legal .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-legal .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-legal .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-legal .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-legal .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-legal .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-legal:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-balance-scale fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='balance-scale' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-nicetoknow:before, input[type=button][class*=snap-].ico-fontawesome-nicetoknow:before, input[type=file][class*=snap-].ico-fontawesome-nicetoknow:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-nicetoknow:before, html input[type=button][class*=snap-].ico-fontawesome-nicetoknow:before, html input[type=file][class*=snap-].ico-fontawesome-nicetoknow:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-nicetoknow:focus:before, button[class*=snap-].ico-fontawesome-nicetoknow:hover:before, input[type=button][class*=snap-].ico-fontawesome-nicetoknow:focus:before, input[type=button][class*=snap-].ico-fontawesome-nicetoknow:hover:before, input[type=file][class*=snap-].ico-fontawesome-nicetoknow:focus:before, input[type=file][class*=snap-].ico-fontawesome-nicetoknow:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-nicetoknow:focus:before, html button[class*=snap-].ico-fontawesome-nicetoknow:hover:before, html input[type=button][class*=snap-].ico-fontawesome-nicetoknow:focus:before, html input[type=button][class*=snap-].ico-fontawesome-nicetoknow:hover:before, html input[type=file][class*=snap-].ico-fontawesome-nicetoknow:focus:before, html input[type=file][class*=snap-].ico-fontawesome-nicetoknow:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-nicetoknow:after, .LOM-ribbon-top.icon-nicetoknow:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-nicetoknow:before, .LOM-square-ribbon.icon-nicetoknow:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-nicetoknow .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-nicetoknow .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-nicetoknow .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-nicetoknow:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-lightbulb fa-w-11 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-note:before, input[type=button][class*=snap-].ico-fontawesome-note:before, input[type=file][class*=snap-].ico-fontawesome-note:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-note:before, html input[type=button][class*=snap-].ico-fontawesome-note:before, html input[type=file][class*=snap-].ico-fontawesome-note:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-note:focus:before, button[class*=snap-].ico-fontawesome-note:hover:before, input[type=button][class*=snap-].ico-fontawesome-note:focus:before, input[type=button][class*=snap-].ico-fontawesome-note:hover:before, input[type=file][class*=snap-].ico-fontawesome-note:focus:before, input[type=file][class*=snap-].ico-fontawesome-note:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-note:focus:before, html button[class*=snap-].ico-fontawesome-note:hover:before, html input[type=button][class*=snap-].ico-fontawesome-note:focus:before, html input[type=button][class*=snap-].ico-fontawesome-note:hover:before, html input[type=file][class*=snap-].ico-fontawesome-note:focus:before, html input[type=file][class*=snap-].ico-fontawesome-note:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-note:after, .LOM-ribbon-top.icon-note:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-note:before, .LOM-square-ribbon.icon-note:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-note .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-note .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-note .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-note .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-note .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-note .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-note .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-note .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-note .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-note .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-note:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-sticky-note fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='sticky-note' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-case:before, input[type=button][class*=snap-].ico-fontawesome-case:before, input[type=file][class*=snap-].ico-fontawesome-case:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-case:before, html input[type=button][class*=snap-].ico-fontawesome-case:before, html input[type=file][class*=snap-].ico-fontawesome-case:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-case:focus:before, button[class*=snap-].ico-fontawesome-case:hover:before, input[type=button][class*=snap-].ico-fontawesome-case:focus:before, input[type=button][class*=snap-].ico-fontawesome-case:hover:before, input[type=file][class*=snap-].ico-fontawesome-case:focus:before, input[type=file][class*=snap-].ico-fontawesome-case:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-case:focus:before, html button[class*=snap-].ico-fontawesome-case:hover:before, html input[type=button][class*=snap-].ico-fontawesome-case:focus:before, html input[type=button][class*=snap-].ico-fontawesome-case:hover:before, html input[type=file][class*=snap-].ico-fontawesome-case:focus:before, html input[type=file][class*=snap-].ico-fontawesome-case:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-case:after, .LOM-ribbon-top.icon-case:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-case:before, .LOM-square-ribbon.icon-case:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-case .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-case .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-case .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-case .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-case .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-case .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-case .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-case .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-case .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-case .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-case:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-folder-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='folder-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-poll:before, input[type=button][class*=snap-].ico-fontawesome-poll:before, input[type=file][class*=snap-].ico-fontawesome-poll:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-poll:before, html input[type=button][class*=snap-].ico-fontawesome-poll:before, html input[type=file][class*=snap-].ico-fontawesome-poll:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-poll:focus:before, button[class*=snap-].ico-fontawesome-poll:hover:before, input[type=button][class*=snap-].ico-fontawesome-poll:focus:before, input[type=button][class*=snap-].ico-fontawesome-poll:hover:before, input[type=file][class*=snap-].ico-fontawesome-poll:focus:before, input[type=file][class*=snap-].ico-fontawesome-poll:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-poll:focus:before, html button[class*=snap-].ico-fontawesome-poll:hover:before, html input[type=button][class*=snap-].ico-fontawesome-poll:focus:before, html input[type=button][class*=snap-].ico-fontawesome-poll:hover:before, html input[type=file][class*=snap-].ico-fontawesome-poll:focus:before, html input[type=file][class*=snap-].ico-fontawesome-poll:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-poll:after, .LOM-ribbon-top.icon-poll:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-poll:before, .LOM-square-ribbon.icon-poll:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-poll .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-poll .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-poll .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-poll .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-poll .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-poll .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-poll .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-poll .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-poll .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-poll .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-poll:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-poll-h fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='poll-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-preptime:before, input[type=button][class*=snap-].ico-fontawesome-preptime:before, input[type=file][class*=snap-].ico-fontawesome-preptime:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-preptime:before, html input[type=button][class*=snap-].ico-fontawesome-preptime:before, html input[type=file][class*=snap-].ico-fontawesome-preptime:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-preptime:focus:before, button[class*=snap-].ico-fontawesome-preptime:hover:before, input[type=button][class*=snap-].ico-fontawesome-preptime:focus:before, input[type=button][class*=snap-].ico-fontawesome-preptime:hover:before, input[type=file][class*=snap-].ico-fontawesome-preptime:focus:before, input[type=file][class*=snap-].ico-fontawesome-preptime:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-preptime:focus:before, html button[class*=snap-].ico-fontawesome-preptime:hover:before, html input[type=button][class*=snap-].ico-fontawesome-preptime:focus:before, html input[type=button][class*=snap-].ico-fontawesome-preptime:hover:before, html input[type=file][class*=snap-].ico-fontawesome-preptime:focus:before, html input[type=file][class*=snap-].ico-fontawesome-preptime:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-preptime:after, .LOM-ribbon-top.icon-preptime:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-preptime:before, .LOM-square-ribbon.icon-preptime:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-preptime .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-preptime .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-preptime .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-preptime .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-preptime .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-preptime .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preptime .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preptime .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preptime .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-preptime .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-preptime:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hourglass-half fa-w-12 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hourglass-half' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-read:before, input[type=button][class*=snap-].ico-fontawesome-read:before, input[type=file][class*=snap-].ico-fontawesome-read:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-read:before, html input[type=button][class*=snap-].ico-fontawesome-read:before, html input[type=file][class*=snap-].ico-fontawesome-read:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-read:focus:before, button[class*=snap-].ico-fontawesome-read:hover:before, input[type=button][class*=snap-].ico-fontawesome-read:focus:before, input[type=button][class*=snap-].ico-fontawesome-read:hover:before, input[type=file][class*=snap-].ico-fontawesome-read:focus:before, input[type=file][class*=snap-].ico-fontawesome-read:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-read:focus:before, html button[class*=snap-].ico-fontawesome-read:hover:before, html input[type=button][class*=snap-].ico-fontawesome-read:focus:before, html input[type=button][class*=snap-].ico-fontawesome-read:hover:before, html input[type=file][class*=snap-].ico-fontawesome-read:focus:before, html input[type=file][class*=snap-].ico-fontawesome-read:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-read:after, .LOM-ribbon-top.icon-read:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-read:before, .LOM-square-ribbon.icon-read:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-read .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-read .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-read .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-read .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-read .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-read .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-read .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-read .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-read .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-read .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-read:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-book-open fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-web:before, input[type=button][class*=snap-].ico-fontawesome-web:before, input[type=file][class*=snap-].ico-fontawesome-web:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-web:before, html input[type=button][class*=snap-].ico-fontawesome-web:before, html input[type=file][class*=snap-].ico-fontawesome-web:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-web:focus:before, button[class*=snap-].ico-fontawesome-web:hover:before, input[type=button][class*=snap-].ico-fontawesome-web:focus:before, input[type=button][class*=snap-].ico-fontawesome-web:hover:before, input[type=file][class*=snap-].ico-fontawesome-web:focus:before, input[type=file][class*=snap-].ico-fontawesome-web:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-web:focus:before, html button[class*=snap-].ico-fontawesome-web:hover:before, html input[type=button][class*=snap-].ico-fontawesome-web:focus:before, html input[type=button][class*=snap-].ico-fontawesome-web:hover:before, html input[type=file][class*=snap-].ico-fontawesome-web:focus:before, html input[type=file][class*=snap-].ico-fontawesome-web:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-web:after, .LOM-ribbon-top.icon-web:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-web:before, .LOM-square-ribbon.icon-web:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-web .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-web .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-web .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-web .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-web .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-web .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-web .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-web .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-web .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-web .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-web:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-globe fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='globe' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-screen:before, input[type=button][class*=snap-].ico-fontawesome-screen:before, input[type=file][class*=snap-].ico-fontawesome-screen:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-screen:before, html input[type=button][class*=snap-].ico-fontawesome-screen:before, html input[type=file][class*=snap-].ico-fontawesome-screen:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-screen:focus:before, button[class*=snap-].ico-fontawesome-screen:hover:before, input[type=button][class*=snap-].ico-fontawesome-screen:focus:before, input[type=button][class*=snap-].ico-fontawesome-screen:hover:before, input[type=file][class*=snap-].ico-fontawesome-screen:focus:before, input[type=file][class*=snap-].ico-fontawesome-screen:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-screen:focus:before, html button[class*=snap-].ico-fontawesome-screen:hover:before, html input[type=button][class*=snap-].ico-fontawesome-screen:focus:before, html input[type=button][class*=snap-].ico-fontawesome-screen:hover:before, html input[type=file][class*=snap-].ico-fontawesome-screen:focus:before, html input[type=file][class*=snap-].ico-fontawesome-screen:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-screen:after, .LOM-ribbon-top.icon-screen:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-screen:before, .LOM-square-ribbon.icon-screen:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-screen .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-screen .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-screen .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-screen .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-screen .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-screen .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-screen .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-screen .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-screen .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-screen .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-screen:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-desktop fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='desktop' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-puzzle:before, input[type=button][class*=snap-].ico-fontawesome-puzzle:before, input[type=file][class*=snap-].ico-fontawesome-puzzle:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-puzzle:before, html input[type=button][class*=snap-].ico-fontawesome-puzzle:before, html input[type=file][class*=snap-].ico-fontawesome-puzzle:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-puzzle:focus:before, button[class*=snap-].ico-fontawesome-puzzle:hover:before, input[type=button][class*=snap-].ico-fontawesome-puzzle:focus:before, input[type=button][class*=snap-].ico-fontawesome-puzzle:hover:before, input[type=file][class*=snap-].ico-fontawesome-puzzle:focus:before, input[type=file][class*=snap-].ico-fontawesome-puzzle:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-puzzle:focus:before, html button[class*=snap-].ico-fontawesome-puzzle:hover:before, html input[type=button][class*=snap-].ico-fontawesome-puzzle:focus:before, html input[type=button][class*=snap-].ico-fontawesome-puzzle:hover:before, html input[type=file][class*=snap-].ico-fontawesome-puzzle:focus:before, html input[type=file][class*=snap-].ico-fontawesome-puzzle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-puzzle:after, .LOM-ribbon-top.icon-puzzle:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-puzzle:before, .LOM-square-ribbon.icon-puzzle:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-puzzle .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-puzzle .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-puzzle .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-puzzle .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-puzzle .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-puzzle .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-puzzle .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-puzzle .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-puzzle .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-puzzle .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-puzzle:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-puzzle-piece fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='puzzle-piece' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-thumbsup:before, input[type=button][class*=snap-].ico-fontawesome-thumbsup:before, input[type=file][class*=snap-].ico-fontawesome-thumbsup:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-thumbsup:before, html input[type=button][class*=snap-].ico-fontawesome-thumbsup:before, html input[type=file][class*=snap-].ico-fontawesome-thumbsup:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-thumbsup:focus:before, button[class*=snap-].ico-fontawesome-thumbsup:hover:before, input[type=button][class*=snap-].ico-fontawesome-thumbsup:focus:before, input[type=button][class*=snap-].ico-fontawesome-thumbsup:hover:before, input[type=file][class*=snap-].ico-fontawesome-thumbsup:focus:before, input[type=file][class*=snap-].ico-fontawesome-thumbsup:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-thumbsup:focus:before, html button[class*=snap-].ico-fontawesome-thumbsup:hover:before, html input[type=button][class*=snap-].ico-fontawesome-thumbsup:focus:before, html input[type=button][class*=snap-].ico-fontawesome-thumbsup:hover:before, html input[type=file][class*=snap-].ico-fontawesome-thumbsup:focus:before, html input[type=file][class*=snap-].ico-fontawesome-thumbsup:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-thumbsup:after, .LOM-ribbon-top.icon-thumbsup:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-thumbsup:before, .LOM-square-ribbon.icon-thumbsup:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-thumbsup .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-thumbsup .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-thumbsup .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-thumbsup .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-thumbsup .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-thumbsup .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-thumbsup:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-thumbs-up fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-call:before, input[type=button][class*=snap-].ico-fontawesome-call:before, input[type=file][class*=snap-].ico-fontawesome-call:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-call:before, html input[type=button][class*=snap-].ico-fontawesome-call:before, html input[type=file][class*=snap-].ico-fontawesome-call:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-call:focus:before, button[class*=snap-].ico-fontawesome-call:hover:before, input[type=button][class*=snap-].ico-fontawesome-call:focus:before, input[type=button][class*=snap-].ico-fontawesome-call:hover:before, input[type=file][class*=snap-].ico-fontawesome-call:focus:before, input[type=file][class*=snap-].ico-fontawesome-call:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-call:focus:before, html button[class*=snap-].ico-fontawesome-call:hover:before, html input[type=button][class*=snap-].ico-fontawesome-call:focus:before, html input[type=button][class*=snap-].ico-fontawesome-call:hover:before, html input[type=file][class*=snap-].ico-fontawesome-call:focus:before, html input[type=file][class*=snap-].ico-fontawesome-call:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-call:after, .LOM-ribbon-top.icon-call:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-call:before, .LOM-square-ribbon.icon-call:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-call .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-call .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-call .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-call .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-call .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-call .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-call .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-call .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-call .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-call .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-call:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-headset fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='headset' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-checklist:before, input[type=button][class*=snap-].ico-fontawesome-checklist:before, input[type=file][class*=snap-].ico-fontawesome-checklist:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-checklist:before, html input[type=button][class*=snap-].ico-fontawesome-checklist:before, html input[type=file][class*=snap-].ico-fontawesome-checklist:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-checklist:focus:before, button[class*=snap-].ico-fontawesome-checklist:hover:before, input[type=button][class*=snap-].ico-fontawesome-checklist:focus:before, input[type=button][class*=snap-].ico-fontawesome-checklist:hover:before, input[type=file][class*=snap-].ico-fontawesome-checklist:focus:before, input[type=file][class*=snap-].ico-fontawesome-checklist:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-checklist:focus:before, html button[class*=snap-].ico-fontawesome-checklist:hover:before, html input[type=button][class*=snap-].ico-fontawesome-checklist:focus:before, html input[type=button][class*=snap-].ico-fontawesome-checklist:hover:before, html input[type=file][class*=snap-].ico-fontawesome-checklist:focus:before, html input[type=file][class*=snap-].ico-fontawesome-checklist:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-checklist:after, .LOM-ribbon-top.icon-checklist:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-checklist:before, .LOM-square-ribbon.icon-checklist:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-checklist .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-checklist .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-checklist .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-checklist .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-checklist .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-checklist .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checklist .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checklist .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checklist .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-checklist .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-checklist:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-list-alt fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-keyword:before, input[type=button][class*=snap-].ico-fontawesome-keyword:before, input[type=file][class*=snap-].ico-fontawesome-keyword:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-keyword:before, html input[type=button][class*=snap-].ico-fontawesome-keyword:before, html input[type=file][class*=snap-].ico-fontawesome-keyword:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-keyword:focus:before, button[class*=snap-].ico-fontawesome-keyword:hover:before, input[type=button][class*=snap-].ico-fontawesome-keyword:focus:before, input[type=button][class*=snap-].ico-fontawesome-keyword:hover:before, input[type=file][class*=snap-].ico-fontawesome-keyword:focus:before, input[type=file][class*=snap-].ico-fontawesome-keyword:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-keyword:focus:before, html button[class*=snap-].ico-fontawesome-keyword:hover:before, html input[type=button][class*=snap-].ico-fontawesome-keyword:focus:before, html input[type=button][class*=snap-].ico-fontawesome-keyword:hover:before, html input[type=file][class*=snap-].ico-fontawesome-keyword:focus:before, html input[type=file][class*=snap-].ico-fontawesome-keyword:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-keyword:after, .LOM-ribbon-top.icon-keyword:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-keyword:before, .LOM-square-ribbon.icon-keyword:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-keyword .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-keyword .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-keyword .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-keyword .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-keyword .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-keyword .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-keyword .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-keyword .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-keyword .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-keyword .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-keyword:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-key fa-w-16 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-paperclip:before, input[type=button][class*=snap-].ico-fontawesome-paperclip:before, input[type=file][class*=snap-].ico-fontawesome-paperclip:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-paperclip:before, html input[type=button][class*=snap-].ico-fontawesome-paperclip:before, html input[type=file][class*=snap-].ico-fontawesome-paperclip:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-paperclip:focus:before, button[class*=snap-].ico-fontawesome-paperclip:hover:before, input[type=button][class*=snap-].ico-fontawesome-paperclip:focus:before, input[type=button][class*=snap-].ico-fontawesome-paperclip:hover:before, input[type=file][class*=snap-].ico-fontawesome-paperclip:focus:before, input[type=file][class*=snap-].ico-fontawesome-paperclip:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-paperclip:focus:before, html button[class*=snap-].ico-fontawesome-paperclip:hover:before, html input[type=button][class*=snap-].ico-fontawesome-paperclip:focus:before, html input[type=button][class*=snap-].ico-fontawesome-paperclip:hover:before, html input[type=file][class*=snap-].ico-fontawesome-paperclip:focus:before, html input[type=file][class*=snap-].ico-fontawesome-paperclip:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-paperclip:after, .LOM-ribbon-top.icon-paperclip:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-paperclip:before, .LOM-square-ribbon.icon-paperclip:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-paperclip .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-paperclip .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-paperclip .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-paperclip .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-paperclip .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-paperclip .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-paperclip .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-paperclip .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-paperclip .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-paperclip .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-paperclip:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-paperclip fa-w-14 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='paperclip' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-hammer:before, input[type=button][class*=snap-].ico-fontawesome-hammer:before, input[type=file][class*=snap-].ico-fontawesome-hammer:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-hammer:before, html input[type=button][class*=snap-].ico-fontawesome-hammer:before, html input[type=file][class*=snap-].ico-fontawesome-hammer:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-hammer:focus:before, button[class*=snap-].ico-fontawesome-hammer:hover:before, input[type=button][class*=snap-].ico-fontawesome-hammer:focus:before, input[type=button][class*=snap-].ico-fontawesome-hammer:hover:before, input[type=file][class*=snap-].ico-fontawesome-hammer:focus:before, input[type=file][class*=snap-].ico-fontawesome-hammer:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-hammer:focus:before, html button[class*=snap-].ico-fontawesome-hammer:hover:before, html input[type=button][class*=snap-].ico-fontawesome-hammer:focus:before, html input[type=button][class*=snap-].ico-fontawesome-hammer:hover:before, html input[type=file][class*=snap-].ico-fontawesome-hammer:focus:before, html input[type=file][class*=snap-].ico-fontawesome-hammer:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-hammer:after, .LOM-ribbon-top.icon-hammer:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-hammer:before, .LOM-square-ribbon.icon-hammer:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-hammer .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-hammer .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-hammer .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-hammer .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-hammer .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-hammer .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-hammer .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-hammer .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-hammer .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-hammer .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-hammer:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-hammer fa-w-18 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='hammer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-network:before, input[type=button][class*=snap-].ico-fontawesome-network:before, input[type=file][class*=snap-].ico-fontawesome-network:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-network:before, html input[type=button][class*=snap-].ico-fontawesome-network:before, html input[type=file][class*=snap-].ico-fontawesome-network:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple)' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-network:focus:before, button[class*=snap-].ico-fontawesome-network:hover:before, input[type=button][class*=snap-].ico-fontawesome-network:focus:before, input[type=button][class*=snap-].ico-fontawesome-network:hover:before, input[type=file][class*=snap-].ico-fontawesome-network:focus:before, input[type=file][class*=snap-].ico-fontawesome-network:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-network:focus:before, html button[class*=snap-].ico-fontawesome-network:hover:before, html input[type=button][class*=snap-].ico-fontawesome-network:focus:before, html input[type=button][class*=snap-].ico-fontawesome-network:hover:before, html input[type=file][class*=snap-].ico-fontawesome-network:focus:before, html input[type=file][class*=snap-].ico-fontawesome-network:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='var(--school-purple-drk)' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-ribbon.icon-network:after, .LOM-ribbon-top.icon-network:after {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-network:before, .LOM-square-ribbon.icon-network:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

.LOM-iconbox.icon-network .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-network .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-network .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-network .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-network .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-network .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-network .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-network .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-network .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-network .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

span.LOM-icon.icon-network:before {
  background-image: url("data:image/svg+xml, %3Csvg class='svg-inline--fa fa-network-wired fa-w-20 fa-2x' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='network-wired' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z'%3E%3C/path%3E%3C/svg%3E");
}

button[class*=snap-].ico-fontawesome-a11y:before, input[type=button][class*=snap-].ico-fontawesome-a11y:before, input[type=file][class*=snap-].ico-fontawesome-a11y:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-a11y:before, html input[type=button][class*=snap-].ico-fontawesome-a11y:before, html input[type=file][class*=snap-].ico-fontawesome-a11y:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}
button[class*=snap-].ico-fontawesome-a11y:focus:before, button[class*=snap-].ico-fontawesome-a11y:hover:before, input[type=button][class*=snap-].ico-fontawesome-a11y:focus:before, input[type=button][class*=snap-].ico-fontawesome-a11y:hover:before, input[type=file][class*=snap-].ico-fontawesome-a11y:focus:before, input[type=file][class*=snap-].ico-fontawesome-a11y:hover:before {
  /* I get output to the CSS file */
}
html button[class*=snap-].ico-fontawesome-a11y:focus:before, html button[class*=snap-].ico-fontawesome-a11y:hover:before, html input[type=button][class*=snap-].ico-fontawesome-a11y:focus:before, html input[type=button][class*=snap-].ico-fontawesome-a11y:hover:before, html input[type=file][class*=snap-].ico-fontawesome-a11y:focus:before, html input[type=file][class*=snap-].ico-fontawesome-a11y:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:var(--school-purple-drk);%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

.LOM-ribbon.icon-a11y:after, .LOM-ribbon-top.icon-a11y:after {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

.LOM-circle-ribbon.icon-a11y:before, .LOM-square-ribbon.icon-a11y:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

.LOM-iconbox.icon-a11y .cke_editable &gt; h2:first-child:before, .LOM-iconbox.icon-a11y .cke_editable &gt; h3:first-child:before, .LOM-iconbox.icon-a11y .cke_editable &gt; h4:first-child:before, .LOM-iconbox.icon-a11y .cke_editable &gt; h5:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h2:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h3:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h4:first-child:before, .LOM-iconbox.icon-a11y .LOM-editable &gt; h5:first-child:before {
  /* I get output to the CSS file */
}
html .LOM-iconbox.icon-a11y .cke_editable &gt; h2:first-child:before, html .LOM-iconbox.icon-a11y .cke_editable &gt; h3:first-child:before, html .LOM-iconbox.icon-a11y .cke_editable &gt; h4:first-child:before, html .LOM-iconbox.icon-a11y .cke_editable &gt; h5:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h2:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h3:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h4:first-child:before, html .LOM-iconbox.icon-a11y .LOM-editable &gt; h5:first-child:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

span.LOM-icon.icon-a11y:before {
  background-image: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 423.95 424.07'%3E%3Cdefs%3E%3Cstyle%3E*%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M87,417.5v-10A12.26,12.26,0,0,0,88,405c1.18-8.37,1.75-16.86,3.51-25.1,10.94-51.33,36.89-93.47,78.48-125.6,29.6-22.87,63-37.17,100.22-42,6-.77,11.88-1.84,17.81-2.77h21a24.82,24.82,0,0,0,4,1c17.22,1.51,34.19,4.27,50.65,9.76,38.91,13,71.81,34.74,98.06,66.42,24.82,29.95,40.43,64,46.34,102.51.88,5.77,1.95,11.52,2.93,17.27v31a7.29,7.29,0,0,0-1,2c-1.13,7.88-1.72,15.87-3.34,23.65-10.69,51.06-36.2,93.22-77.39,125.31-47.8,37.23-102.35,51.43-162,42.61-52.82-7.8-96.71-33-131-74.1-25.14-30.12-40.78-64.66-46.37-103.63C89,447.7,88,442.11,87,436.5v-19Zm212,182.66c101.24-.57,179.8-83.43,178-181.52-1.74-95.19-78.95-175.35-178.91-175C197.82,244.05,119,326.79,120.94,425.3A178.42,178.42,0,0,0,299.07,600.16Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-2' d='M511,426.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-3' d='M87,417.5v0Z' transform='translate(-87.03 -209.53)'/%3E%3Cpath class='cls-4' d='M299.19,258.26c89-.53,164,71.89,163.58,164.13-.41,92-74.51,163.3-164.21,163.15-90.39-.16-164-73.77-163.4-164.54C135.8,329.52,210.22,257.56,299.19,258.26Zm29.64,135.27c12.39-2.18,23.19-3.85,33.89-6q18.78-3.76,37.4-8.26c7.87-1.91,11.82-9.46,9.76-17.49-1.71-6.66-9.1-10.93-16.36-9.48-19.51,3.88-39,8.1-58.55,11.52a207.47,207.47,0,0,1-71.52,0c-19.59-3.39-39-7.62-58.55-11.48-8-1.59-15.29,2.68-16.87,9.95-1.84,8.43,2.34,15.15,10.89,17.18,9,2.14,18.08,4.28,27.19,6.09,13.79,2.76,27.64,5.23,41.93,7.91,0,1.46,0,3.09,0,4.71-.37,12.81-.08,25.69-1.32,38.41-1.65,17-3.55,34.08-7.13,50.73-2.85,13.2-8.41,25.81-12.73,38.69-2.84,8.49.78,16.55,8.73,19.61,8.44,3.25,17,.12,20.29-8.15,4.4-11.1,8.73-22.28,12.1-33.71,3.2-10.91,5.13-22.2,7.61-33.28h7.53c2.61,22.88,9.62,44.28,18.18,65.25,2.13,5.21,5.26,9.31,11,10.59,6.05,1.37,11.59.25,15.88-4.55A14.81,14.81,0,0,0,351,525.54c-8.34-21-15.58-42.41-17.41-65.16C331.8,438.19,330.41,416,328.83,393.53ZM268,326.15A31,31,0,1,0,298.94,295,31.06,31.06,0,0,0,268,326.15Z' transform='translate(-87.03 -209.53)'/%3E%3C/svg%3E");
}

/*-----BOTH -----*/
.ribbon,
.ribbon-top,
.circle-icon {
  min-height: 100px;
}
.ribbon:before,
.ribbon-top:before,
.circle-icon:before {
  content: "";
  position: absolute;
  display: block;
}

/* ----------------circle-icon ----------------*/
.LOM-circle-ribbon,
.LOM-square-ribbon {
  position: relative;
  min-height: 100px;
  padding-left: 50px;
  padding-top: 10px;
}
.LOM-circle-ribbon:before,
.LOM-square-ribbon:before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--school-purple);
  border-width: 0px;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
.LOM-pageEdit-active .LOM-circle-ribbon:before,
.LOM-pageEdit-active .LOM-square-ribbon:before {
  margin-left: -38px;
}

.LOM-circle-ribbon:before {
  border-radius: 50%;
}

.LOM-ribbon {
  position: relative;
  min-height: 100px;
  padding-left: 50px;
  padding-top: 20px;
}
.LOM-ribbon:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 54.17 80.99'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23bcbcbc;%7D.b%7Bfill:%23121212;%7D.c%7Bfill:%23b3b3b3;%7D.d%7Bfill:%23222;%7D.e%7Bfill:%232c2c2c;%7D.f%7Bfill:%233b3b3b;%7D.g%7Bfill:%232d2d2d;%7D.h%7Bfill:%233f3f3f;%7D.i%7Bfill:%23d6d6d6;%7D.j%7Bfill:%23cacaca;%7D.k%7Bfill:%23a3a3a3;%7D.l%7Bfill:%23777;%7D.m%7Bfill:%23636363;%7D.n%7Bfill:%23878787;%7D.o%7Bfill:%239c9c9c;%7D.p%7Bfill:%23f0f0f0;%7D.q%7Bfill:%238d8d8d;%7D.r%7Bfill:%23606060;%7D.s%7Bfill:%23505050;%7D.t%7Bfill:%23525252;%7D.u%7Bfill:%23797979;%7D.v%7Bfill:%23dfdfdf;%7D.w%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M79.25,109.06q1.08-21.39,2.17-42.76.45,0,.9-.06v3l-.84,3.1c0,.66,0,1.32,0,2l0,3,0,2v2l0,6,0,6v10L81.27,108Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='b' d='M79.25,109.06l2-1c0,1.41.07,2.82.11,4.23q0,3,0,6l-.27,1.7.2.28-2-1-5-4v-2Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='c' d='M79.3,119.26l2,1c.07,1,.15,1.94.23,2.9,0,.68,0,1.35,0,2l0,2.93.79,3.13v3h-1Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='d' d='M81.5,103.22v-10l.81,0v10Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='e' d='M81.5,103.22h.82v9l-.94,0c0-1.41-.08-2.82-.11-4.23C81.34,106.43,81.42,104.83,81.5,103.22Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='f' d='M81.49,87.25l0-6c.27,0,.53,0,.8,0v6Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='g' d='M81.49,87.25h.83v6l-.81,0Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='h' d='M81.38,112.27l.94,0v6l-.92,0Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='i' d='M82.32,66.24q-.45,0-.9.06l.9-4.06Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='j' d='M81.35,134.22h1v4l-1,0Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='k' d='M81.48,72.34l.84-3.1v3A6,6,0,0,0,81.48,72.34Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='l' d='M81.49,77.29c0-1,0-2,0-3a6.82,6.82,0,0,1,.79-.08v3A7.7,7.7,0,0,0,81.49,77.29Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='m' d='M81.56,123.15c-.08-1-.16-1.93-.23-2.9l-.2-.28,1.19.26v3A6.31,6.31,0,0,1,81.56,123.15Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='n' d='M81.53,128.1c0-1,0-1.95,0-2.93.25,0,.51,0,.77.06v3A6.85,6.85,0,0,1,81.53,128.1Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='o' d='M81.53,128.1a6.85,6.85,0,0,0,.79.13v3Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='p' d='M82.32,143.23l-1-3h1Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='q' d='M82.32,74.24a6.82,6.82,0,0,0-.79.08c0-.66,0-1.32,0-2a6,6,0,0,1,.84-.1Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='r' d='M81.49,77.29a7.7,7.7,0,0,1,.83-.05v2q-.41,0-.81,0Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='s' d='M81.51,79.27q.4,0,.81,0v2c-.27,0-.53,0-.8,0C81.52,80.61,81.51,79.94,81.51,79.27Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='t' d='M82.32,120.23,81.13,120l.27-1.7.92,0Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='u' d='M82.32,125.23c-.26,0-.52,0-.77-.06,0-.67,0-1.34,0-2a6.31,6.31,0,0,0,.76.08Z' transform='translate(-74.32 -62.24)'/%3E%3Cpath class='v' d='M82.32,140.23h-1c0-.67,0-1.34,0-2l1,0Z' transform='translate(-74.32 -62.24)'/%3E%3Cpolygon class='w' points='43.17 52.9 0.17 52.9 0.17 20.9 43.17 20.9 54.17 36.9 43.17 52.9'/%3E%3C/svg%3E");
  background-position-y: top;
  background-position-x: left;
  width: 48px;
  height: 72px;
  background-repeat: no-repeat;
  top: 0px !important;
  left: -8px;
}
.LOM-pageEdit-active .LOM-ribbon:before {
  left: -8px;
}
.LOM-ribbon:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  color: white;
  width: 20px;
  height: 20px;
  left: -8px;
  margin: 5px 10px;
  top: 18px;
  background-position: center;
}
.LOM-pageEdit-active .LOM-ribbon &gt; form {
  margin-left: 15px;
}

.LOM-ribbon-top {
  min-height: 100px;
  padding-top: 50px;
  position: relative;
}
.LOM-ribbon-top.LOM-element[class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.LOM-ribbon-top:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 105.62 54.17'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23bcbcbc;%7D.b%7Bfill:%23121212;%7D.c%7Bfill:%23b3b3b3;%7D.d%7Bfill:%23222;%7D.e%7Bfill:%232c2c2c;%7D.f%7Bfill:%233b3b3b;%7D.g%7Bfill:%232d2d2d;%7D.h%7Bfill:%233f3f3f;%7D.i%7Bfill:%23d6d6d6;%7D.j%7Bfill:%23cacaca;%7D.k%7Bfill:%23a3a3a3;%7D.l%7Bfill:%23777;%7D.m%7Bfill:%23636363;%7D.n%7Bfill:%23878787;%7D.o%7Bfill:%239c9c9c;%7D.p%7Bfill:%23f0f0f0;%7D.q%7Bfill:%238d8d8d;%7D.r%7Bfill:%23606060;%7D.s%7Bfill:%23505050;%7D.t%7Bfill:%23525252;%7D.u%7Bfill:%23797979;%7D.v%7Bfill:%23dfdfdf;%7D.w%7Bfill:var(--school-purple);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M86.87,58.5l55.76,2.16c0,.3.07.6.08.9H138.8l-4-.84-2.59.06-3.87,0h-2.58l-2.62,0-7.8,0-7.81,0-13,0-6.29-.23Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='b' d='M86.87,58.5l1.33,2-5.52.11-7.82,0-2.22-.27-.36.2,1.28-2,5.26-5h2.61Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='c' d='M73.56,58.54c-.43.68-.85,1.36-1.28,2l-3.79.23H62L58,61.56H54.05c0-.32,0-.65,0-1Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='d' d='M94.49,60.74l13,0c0,.26,0,.53,0,.8h-13C94.47,61.29,94.48,61,94.49,60.74Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='e' d='M94.49,60.74c0,.27,0,.55,0,.82H82.73c0-.31,0-.62,0-.94l5.52-.11Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='f' d='M115.3,60.74l7.8,0c0,.26,0,.53.05.79h-7.82C115.33,61.29,115.32,61,115.3,60.74Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='g' d='M115.3,60.74c0,.27,0,.55,0,.82h-7.82c0-.27,0-.54,0-.8Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='h' d='M82.68,60.62c0,.32,0,.63,0,.94H74.91c0-.3,0-.61,0-.92Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='i' d='M142.71,61.56c0-.3,0-.6-.08-.9l5.3.9Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='j' d='M54.06,60.59c0,.32,0,.65,0,1H48.83q0-.48,0-1Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='k' d='M134.76,60.72l4,.84h-3.91A6.1,6.1,0,0,0,134.76,60.72Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='l' d='M128.3,60.74l3.87,0a7,7,0,0,1,.11.78h-3.91A7.56,7.56,0,0,0,128.3,60.74Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='m' d='M68.49,60.8l3.79-.23.36-.2c-.11.4-.23.8-.34,1.19H68.39A6.59,6.59,0,0,1,68.49,60.8Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='n' d='M62,60.78h3.82a6.94,6.94,0,0,0-.08.77H61.87A4.36,4.36,0,0,1,62,60.78Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='o' d='M62,60.78a4.36,4.36,0,0,0-.17.78H58Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='p' d='M42.31,61.56l3.92-1c0,.33,0,.66,0,1Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='q' d='M132.28,61.56a7,7,0,0,0-.11-.78l2.59-.06a6.1,6.1,0,0,1,.13.84Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='r' d='M128.3,60.74a7.56,7.56,0,0,1,.07.82h-2.61c0-.27,0-.54,0-.81Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='s' d='M125.72,60.75c0,.27,0,.54,0,.81h-2.61c0-.26,0-.53-.05-.79Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='t' d='M72.3,61.56c.11-.39.23-.79.34-1.19l2.22.27c0,.31,0,.62,0,.92Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='u' d='M65.78,61.56a6.94,6.94,0,0,1,.08-.77h2.63a6.59,6.59,0,0,0-.1.76Z' transform='translate(-42.31 -53.56)'/%3E%3Cpath class='v' d='M46.22,61.56c0-.33,0-.66,0-1l2.63,0q0,.48,0,1Z' transform='translate(-42.31 -53.56)'/%3E%3Cpolygon class='w' points='36.63 43.17 36.63 0.17 78.36 0.17 78.36 43.17 57.5 54.17 36.63 43.17'/%3E%3C/svg%3E");
  width: 90px;
  height: 47px;
  top: -8px;
  left: 0;
  background-repeat: no-repeat;
}
.LOM-pageEdit-active .LOM-ribbon-top:before {
  left: 0px;
}
.LOM-ribbon-top:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  width: 25px;
  height: 25px;
  left: 31px;
  top: -6px;
  margin: 5px;
  background-position: center;
}
.LOM-pageEdit-active .LOM-ribbon-top &gt; form {
  margin-top: 20px;
}

.LOM-iconbox {
  border: 2px solid var(--school-purple);
}
.LOM-iconbox.LOM-element[class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.LOM-iconbox .cke_editable &gt; h2:first-child, .LOM-iconbox .cke_editable &gt; h3:first-child, .LOM-iconbox .cke_editable &gt; h4:first-child, .LOM-iconbox .cke_editable &gt; h5:first-child,
.LOM-iconbox .LOM-editable &gt; h2:first-child,
.LOM-iconbox .LOM-editable &gt; h3:first-child,
.LOM-iconbox .LOM-editable &gt; h4:first-child,
.LOM-iconbox .LOM-editable &gt; h5:first-child {
  background-color: var(--school-purple);
  color: white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: inherit;
  line-height: 43px;
  padding-left: 50px;
}
.LOM-iconbox .cke_editable &gt; h2:first-child:before, .LOM-iconbox .cke_editable &gt; h3:first-child:before, .LOM-iconbox .cke_editable &gt; h4:first-child:before, .LOM-iconbox .cke_editable &gt; h5:first-child:before,
.LOM-iconbox .LOM-editable &gt; h2:first-child:before,
.LOM-iconbox .LOM-editable &gt; h3:first-child:before,
.LOM-iconbox .LOM-editable &gt; h4:first-child:before,
.LOM-iconbox .LOM-editable &gt; h5:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  left: 3px;
  margin: 8px;
}

/* ************************************************
 *  heading adjuste
 * *-********************************************/
.LOM-ribbon h2:first-child,
.LOM-ribbon h3:first-child,
.LOM-ribbon h4:first-child,
.LOM-ribbon h5:first-child,
.LOM-ribbon h6:first-child,
.LOM-ribbon-top h2:first-child,
.LOM-ribbon-top h3:first-child,
.LOM-ribbon-top h4:first-child,
.LOM-ribbon-top h5:first-child,
.LOM-ribbon-top h6:first-child,
.LOM-circle-ribbon h2:first-child,
.LOM-circle-ribbon h3:first-child,
.LOM-circle-ribbon h4:first-child,
.LOM-circle-ribbon h5:first-child,
.LOM-circle-ribbon h6:first-child,
.LOM-square-ribbon h2:first-child,
.LOM-square-ribbon h3:first-child,
.LOM-square-ribbon h4:first-child,
.LOM-square-ribbon h5:first-child,
.LOM-square-ribbon h6:first-child {
  margin-top: 0px;
}

.icon {
  --icon-width: 45px;
  --icon-height: var(--icon-width);
  --icon-bg-size: 30px;
  --icon-color: var(--true-blue);
  position: relative;
  padding-left: 55px;
}
.icon::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  width: var(--icon-width);
  height: var(--icon-height);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--icon-color);
  background-size: var(--icon-bg-size);
}
.icon-pen::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m11.4 18.161l7.396-7.396a10.289 10.289 0 0 1-3.326-2.234a10.29 10.29 0 0 1-2.235-3.327L5.839 12.6c-.577.577-.866.866-1.114 1.184a6.556 6.556 0 0 0-.749 1.211c-.173.364-.302.752-.56 1.526l-1.362 4.083a1.06 1.06 0 0 0 1.342 1.342l4.083-1.362c.775-.258 1.162-.387 1.526-.56c.43-.205.836-.456 1.211-.749c.318-.248.607-.537 1.184-1.114Zm9.448-9.448a3.932 3.932 0 0 0-5.561-5.561l-.887.887l.038.111a8.754 8.754 0 0 0 2.092 3.32a8.754 8.754 0 0 0 3.431 2.13l.887-.887Z"%2F%3E%3C%2Fsvg%3E');
}
.icon-move::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M23 17c0 3.31-2.69 6-6 6v-1.5c2.5 0 4.5-2 4.5-4.5H23M1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5H1m7-2.68l-4.59 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.09c.49-.47.49-1.26 0-1.75a1.25 1.25 0 0 0-1.77 0l-4.42 4.42l-.71-.71l6.54-6.54c.49-.49.49-1.28 0-1.77s-1.29-.49-1.79 0L14.19 13l-.69-.73l6.87-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.71-.7l5.5-5.48c.5-.49.5-1.28 0-1.77s-1.28-.49-1.77 0l-7.62 7.62a4.003 4.003 0 0 1-.33 5.28l-.71-.71a3 3 0 0 0 0-4.24l-.35-.35l4.07-4.07c.49-.49.49-1.28 0-1.77c-.5-.48-1.29-.48-1.79.01Z"%2F%3E%3C%2Fsvg%3E');
}
.icon-question::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 20 20"%3E%3Cg fill="white"%3E%3Cpath d="M11.739 16.213a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"%2F%3E%3Cpath fill-rule="evenodd" d="M9.71 4.765c-.67 0-1.245.2-1.65.486c-.39.276-.583.597-.639.874a1.45 1.45 0 0 1-2.842-.574c.227-1.126.925-2.045 1.809-2.67c.92-.65 2.086-1.016 3.322-1.016c2.557 0 5.208 1.71 5.208 4.456c0 1.59-.945 2.876-2.169 3.626a1.45 1.45 0 0 1-1.514-2.474c.57-.349.783-.794.783-1.152c0-.574-.715-1.556-2.308-1.556Z" clip-rule="evenodd"%2F%3E%3Cpath fill-rule="evenodd" d="M9.71 8.63c.8 0 1.45.648 1.45 1.45v1.502a1.45 1.45 0 1 1-2.9 0V10.08c0-.8.649-1.45 1.45-1.45Z" clip-rule="evenodd"%2F%3E%3Cpath fill-rule="evenodd" d="M13.239 7.966a1.45 1.45 0 0 1-.5 1.99l-2.284 1.367a1.45 1.45 0 0 1-1.49-2.488l2.285-1.368a1.45 1.45 0 0 1 1.989.5Z" clip-rule="evenodd"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-warning {
  --icon-bg-size: 35px;
}
.icon-warning::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="256" height="256" viewBox="0 0 256 256"%3E%3Cpath fill="white" d="M236.8 188.09L149.35 36.22a24.76 24.76 0 0 0-42.7 0L19.2 188.09a23.51 23.51 0 0 0 0 23.72A24.35 24.35 0 0 0 40.55 224h174.9a24.35 24.35 0 0 0 21.33-12.19a23.51 23.51 0 0 0 .02-23.72ZM120 104a8 8 0 0 1 16 0v40a8 8 0 0 1-16 0Zm8 88a12 12 0 1 1 12-12a12 12 0 0 1-12 12Z"%2F%3E%3C%2Fsvg%3E');
}
.icon-tip::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none"%3E%3Cpath fill="white" d="M12 7a5 5 0 0 0-2 9.584V19h4v-2.416A5.001 5.001 0 0 0 12 7z"%2F%3E%3Cpath stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12h1m-3.5-6.5l1-1M12 3V2M5.5 5.5l-1-1M3 12H2m8 10h4m3-10a5 5 0 1 0-7 4.584V19h4v-2.416A5.001 5.001 0 0 0 17 12z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-a11y::before {
  --icon-bg-size: 35px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="white"%3E%3Cpath fill-rule="evenodd" d="M9.25 7a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0ZM12 5.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5Z" clip-rule="evenodd"%2F%3E%3Cpath d="M5.31 9.707a.75.75 0 0 1 .983-.398l.001.001l.006.003l.027.011l.11.045a26.572 26.572 0 0 0 1.864.666c1.179.37 2.588.715 3.699.715c1.111 0 2.52-.345 3.698-.715a26.569 26.569 0 0 0 1.974-.711l.028-.011l.006-.003h.001a.75.75 0 0 1 .586 1.38l-.004.002l-.01.004l-.032.014l-.123.05a28.085 28.085 0 0 1-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0 .43.124.853.357 1.216l2.524 3.925a.75.75 0 0 1-1.262.812L12 15.72l-2.37 3.686a.75.75 0 1 1-1.26-.812l2.523-3.925a2.25 2.25 0 0 0 .357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28.1 28.1 0 0 1-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75 0 0 1-.397-.984Z"%2F%3E%3Cpath fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12ZM12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5Z" clip-rule="evenodd"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

h2.icon::before,
h3.icon::before,
h4.icon::before {
  top: 6px;
}

span.icon::before {
  top: -11px;
}

/*@import './_vars';*/
/* ------------------GENERAL LOOK-----------------------------*/
/*mobile only*/
.breadcrumb {
  clear: both;
  border-radius: 0;
}

#dynamic_content {
  min-height: 400px;
  margin-bottom: 50px;
}

.loading.loaded {
  opacity: 1;
}

.loading {
  opacity: 0;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: url("base/spinner.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  background-color: var(--iwh-gray);
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

main {
  position: relative;
}
main .spinner {
  position: absolute;
}

.ie10 .spinner,
.ie11 .spinner {
  background-image: url("base/spinner.gif") !important;
}

/*@import "./_general";*/
main::-webkit-scrollbar {
  width: 0.9em;
}

main::-webkit-scrollbar-track {
  background-color: #222;
}

main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 4px solid transparent;
  -webkit-background-clip: content;
  -moz-background-clip: content;
  background-clip: content-box;
  background-color: #d7e059;
}

main {
  scrollbar-3dlight-color: #d7e059;
  scrollbar-arrow-color: #d7e059;
  scrollbar-face-color: #d7e059;
  scrollbar-highlight-color: #222;
  scrollbar-shadow-color: #d7e059;
}

/*@import "./_scrollbar";*/
.wb-sl {
  font-size: 1em !important;
}

#wb-bar {
  background-color: #fff;
}
#wb-bar .top-menu {
  position: relative;
  display: block;
  height: 80px;
  top: 20px;
}
#wb-bar #topbacknext {
  padding-left: 0;
  padding-right: 0;
}
#wb-bar a {
  text-decoration: none;
  height: 100%;
  vertical-align: middle;
}
#wb-bar a:visited {
  text-decoration: none;
}
#wb-bar .top-menu p.series-title {
  color: #333;
  margin: 0;
  display: none !important;
  vertical-align: middle;
  position: relative;
  top: -10px;
  left: -15px;
}
@media (min-width: 768px) {
  #wb-bar .top-menu p.series-title {
    display: block !important;
  }
}
#wb-bar .top-menu p.series-title a {
  text-decoration: none;
  color: #000;
}
#wb-bar .top-menu &gt; .row {
  display: inline-block;
  height: 100%;
}
#wb-bar .top-menu &gt; .row #wb-lng {
  height: 100%;
}
#wb-bar .top-menu &gt; .row #wb-lng .header-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  #wb-bar .top-menu &gt; .row #wb-lng .header-wrapper {
    left: 740px;
    bottom: 4px;
  }
}
@media (min-width: 1200px) {
  #wb-bar .top-menu &gt; .row #wb-lng .header-wrapper {
    left: 885px;
  }
}
@media (min-width: 1600px) {
  #wb-bar .top-menu &gt; .row #wb-lng .header-wrapper {
    left: 1050px;
  }
}
@media (min-width: 1920px) {
  #wb-bar .top-menu &gt; .row #wb-lng .header-wrapper {
    left: 1100px;
  }
}
#wb-bar .top-menu &gt; .row #wb-lng ul {
  margin-left: auto;
  margin-bottom: 0;
  display: flex;
  height: 3rem;
}
#wb-bar .top-menu &gt; .row #wb-lng ul:not(.tb-container) &gt; li {
  margin: 0 auto;
  padding: 0;
  height: 4rem;
  display: flex;
  vertical-align: middle;
}
#wb-bar .top-menu &gt; .row #wb-lng a {
  height: 4.5rem;
}
#wb-bar .top-menu &gt; .row #wb-lng a:not(.tb-item) {
  display: inline-table;
  vertical-align: middle;
}
#wb-bar .top-menu &gt; .row #wb-lng a:not(.lang):not(.tb-item) {
  text-indent: -9999px;
  width: 50px;
  height: 4.5rem !important;
}
#wb-bar .top-menu &gt; .row #wb-lng a.lang {
  padding: 12px 8px 8px 8px;
  display: table-cell;
}
#wb-bar .top-menu &gt; .row #wb-lng ul.tb-container {
  position: absolute;
  text-align: left;
  width: 160px;
  height: auto;
  margin-left: -5px;
  z-index: 100;
  border: 1px solid;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px #f6f7f8;
  top: 45px;
  flex-direction: column;
}
#wb-bar .top-menu &gt; .row #wb-lng ul.tb-container a {
  height: auto;
  border-bottom: 2px solid var(--school-purple);
}
#wb-bar .top-menu &gt; .row #wb-lng li a.lang {
  align-self: center;
}
#wb-bar .top-menu &gt; .row #wb-lng li a.lang,
#wb-bar .top-menu &gt; .row #wb-lng .tb-container a {
  background-image: none !important;
}
#wb-bar .top-menu &gt; .row #wb-lng ul.text-right &gt; li &gt; a,
#wb-bar .top-menu &gt; .row #mb-pnl ul.list-inline &gt; li &gt; a.lang {
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
}
#wb-bar .top-menu &gt; .row #wb-lng ul.text-right &gt; li &gt; a {
  color: var(--slate-blue);
}
#wb-bar .top-menu &gt; .row ul.tb-container &gt; li &gt; a {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
}
#wb-bar .top-menu &gt; .row ul.tb-container li:first-child a {
  border: 0;
}
#wb-bar .top-menu &gt; .row #mb-tb &gt; li &gt; a {
  display: block;
  padding: 8px 20px;
}

/* ------------------ SUPERMENU BAR --------------*/
/* navigation style 2 */
.removeLvl1 .supermenu &gt; li:first-child &gt; a {
  width: 0px;
  overflow: hidden;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0 !important;
}
.removeLvl1 .supermenu &gt; li:first-child &gt; a:focus {
  width: auto;
}

/*supermenu wrapper*/
#wb-sm {
  height: var(--supermenu-height);
}
#wb-sm .backnext {
  float: right;
  height: 100%;
  margin: 0 30px 0 0;
  font-size: 0.8em;
  color: var(--slate-blue);
  z-index: 1;
  position: relative;
}
#wb-sm .backnext &gt; a.disabled {
  cursor: none;
}
#wb-sm .backnext a {
  --backnext-outline-color: var(--body-grey);
  display: inline-block;
  padding: 10px;
  /*rm outline when nav button is disabled*/
}
#wb-sm .backnext a:not(.disabled):focus {
  outline: 2px solid var(--backnext-outline-color);
}
#wb-sm .backnext a.disabled:focus {
  outline: none;
}
#wb-sm .backnext a.back, #wb-sm .backnext a.next {
  text-indent: -9999px;
}
#wb-sm .backnext a.back {
  position: relative;
}
#wb-sm .backnext a.back::before, #wb-sm .backnext a.back::after {
  position: absolute;
  color: var(--slate-blue);
  font-size: 2em;
}
#wb-sm .backnext a.back::before {
  content: "›";
  top: 5px;
  transform: rotate(180deg);
}
#wb-sm .backnext a.next {
  position: relative;
  transform: rotate(180deg);
}
#wb-sm .backnext a.next::before, #wb-sm .backnext a.next::after {
  position: absolute;
  color: var(--slate-blue);
  font-size: 2em;
}
#wb-sm .backnext a.next::before {
  content: "›";
  top: 4px;
}
#wb-sm .backnext a.next::before {
  transform: rotate(180deg);
}
#wb-sm .backnext a:has(span.wb-inv).back::after, #wb-sm .backnext a:has(span.wb-inv).back::before, #wb-sm .backnext a:has(span.wb-inv).next::before, #wb-sm .backnext a:has(span.wb-inv).next::after {
  color: #756d86;
}
#wb-sm .backnext .pagelbl {
  display: none;
}
#wb-sm &gt; div.nvbar &gt; div.row {
  max-height: var(--supermenu-height);
  height: var(--supermenu-height);
}
#wb-sm .supermenu {
  margin-bottom: 0px;
  /*actual supermenu*/
  /*SECOND HOME (before levels)*/
}
#wb-sm .supermenu .sm {
  position: absolute !important;
}
#wb-sm .supermenu &gt; li {
  height: var(--supermenu-height);
}
#wb-sm .supermenu &gt; li &gt; a {
  /*mobile*/
  padding-right: 35px;
  text-align: left;
  cursor: pointer;
  color: var(--slate-blue);
  white-space: nowrap;
  text-decoration: none;
}
#wb-sm .supermenu &gt; li &gt; a.home {
  margin-left: 15px;
  min-width: 30px;
  background: url(base/smallhome.png) no-repeat 0px -5px;
  height: 25px;
  padding-right: 5px !important;
  border-right: 1px solid;
  margin-top: 3px;
  text-indent: -9999px;
  width: 40px;
}
#wb-sm .supermenu &gt; li &gt; a.item {
  position: relative;
  padding: 0px 30px 0px 20px;
  line-height: var(--supermenu-height);
  height: var(--supermenu-height);
  border-right: 1px solid;
  padding-inline-end: 50px;
}
#wb-sm .supermenu &gt; li .glyphicon-chevron-down::before {
  content: "\e080" !important;
}
#wb-sm .supermenu &gt; li.sm-open .glyphicon-chevron-down::before {
  content: "\e114" !important;
}

/* ------------------ LEVELS / MENUCRUMBS --------------*/
/* levels of the site menu*/
#mb-pnl .lng-ofr {
  /*mobile*/
  height: 38px;
  padding-right: 35px;
  text-align: left;
  display: inline;
}

#mb-pnl summary:hover, #mb-pnl summary:focus {
  background: none !important;
}

/* ------------------ SUPERMENU DROPDOWNS / PANELS --------------*/
/*general menu open panel (ul), entire background */
/* ------------------ SUPERMENU DROPDOWNS / ITEMS --------------*/
/*mobile*/
ul.mb-sm &gt; li &gt; a {
  color: var(--slate-blue);
}

/*items that have subitems*/
#wb-sm .sm.open {
  overflow-y: auto;
  border-top: 1px solid var(--slate-blue);
  margin-top: -1px;
}
#wb-sm .sm.open li {
  /*menu open panel, individual items */
  /* LOCKED ITEMS */
}
#wb-sm .sm.open li a {
  position: relative;
}
#wb-sm .sm.open li a,
#wb-sm .sm.open li summary {
  /*mobile*/
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: var(--slate-blue);
  padding: 3px 30px 3px 10px;
}
#wb-sm .sm.open li a::before,
#wb-sm .sm.open li summary::before {
  font-family: "Glyphicons Halflings";
  content: " ";
  font-size: 1em;
  display: inline-block;
  width: 20px;
  color: var(--slate-blue);
}
#wb-sm .sm.open li a.viewed::before,
#wb-sm .sm.open li summary.viewed::before {
  content: "✓";
}
#wb-sm .sm.open li a.locked::before,
#wb-sm .sm.open li summary.locked::before {
  content: "🔒";
}
#wb-sm .sm.open li a[href="#"]:after {
  /* little arrow right&gt; */
  content: "›";
  font-style: normal;
  line-height: 1;
  color: var(--slate-blue);
  -webkit-font-smoothing: antialiased;
  right: 5px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 2em;
  top: 8px;
  height: 5px;
}
#wb-sm .sm.open li &gt; a.locked {
  cursor: not-allowed;
}
#wb-sm .sm.open li a:hover::before, #wb-sm .sm.open li a:hover:after,
#wb-sm .sm.open li a:focus::before,
#wb-sm .sm.open li a:focus:after {
  color: #fff;
}

/* -------------------------
mobile menu fix attempt 1
----------------------*/
li[data-depth="1"] &gt; details {
  margin-left: 15px;
}
li[data-depth="2"] &gt; details {
  margin-left: 30px;
}

.mb-menu &gt; li &gt; details[open] &gt; summary &gt; .mb-lvl-title {
  display: none;
}

/* --------------------------------------------------------------------------------------------------------------
---------------------------------------------------MOBILE BUTTON (BURGER)
----------------------------------------------------------------------------------------------------------------*/
#wb-glb-mn &gt; ul &gt; li &gt; a {
  background-image: none !important;
}
#wb-glb-mn .pnl-btn {
  float: right;
  margin-top: 3px;
  margin-bottom: 0px;
}
#wb-glb-mn .pnl-btn a {
  /*open mobile panel btn*/
  display: block;
  font-size: 1.3em;
  line-height: 1em;
  width: 100%;
}

ul.pnl-btn &gt; li &gt; a &gt; span &gt; span.glyphicon-th-list {
  color: #fff;
  font-size: 1em;
}

/* --------------------------------------------------------------------------------------------------------------
-------------------------------------------------- New supermenu icons
----------------------------------------------------------------------------------------------------------------*/
#wb-sm .supermenu li.sm-open a::after {
  content: "";
}
#wb-sm .supermenu li.sm-open a .simple-icon {
  transform: rotate(90deg);
  top: 1px;
  right: 18px;
}
#wb-sm .supermenu li a {
  min-width: 13em;
}
#wb-sm .supermenu li a .simple-icon {
  position: absolute;
  right: 6px;
  font-size: 2em;
  scale: 0.8;
  top: -6px;
}

/* @import "./_supermenu"; */
@media (max-width: 992px) {
  #wb-bar .top-menu {
    margin: 0;
    width: 100%;
  }
  #wb-bar .top-menu p.series-title {
    width: 100%;
    padding-right: 45px;
  }
  #wb-bar .top-menu &gt; .row {
    position: absolute;
    float: none;
    right: 10px;
  }
}
.mobile header #topbacknext span.pagelbl {
  display: none;
}

#wb-sttl {
  margin: 15px;
}
#wb-sttl &gt; a {
  color: #555;
  font-size: 1.6em;
  text-decoration: none;
  word-wrap: anywhere;
}
#wb-sttl &gt; a &gt; span.subtitle {
  font-size: 0.6em;
}
#wb-sttl #csps-modulename {
  font-size: 1.3em;
  padding: 5px 15px 5px 15px;
}
#wb-sttl #csps-modulename &gt; a {
  color: #555;
  text-decoration: none;
}
#wb-sttl #csps-modulename &gt; a:focus, #wb-sttl #csps-modulename &gt; a:hover {
  text-decoration: underline;
}
#wb-sttl #csps-modulenum {
  display: none;
}
#wb-sttl small {
  display: block;
  font-size: 0.4em;
}
#wb-sttl object {
  pointer-events: none;
}

@media (max-width: 992px) {
  #wb-sttl #csps-modulename {
    display: none;
  }
  #wb-sttl object,
  #wb-sttl img {
    height: 1.21em;
    margin: 0;
    position: absolute;
    top: -10px;
    width: 2.6em;
  }
  [dir=rtl] #wb-sttl object,
  [dir=rtl] #wb-sttl img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  #topbacknext {
    height: 45px;
  }
  #topbacknext .backnext {
    width: 100%;
    height: 100%;
    display: table;
  }
  #topbacknext .backnext a,
  #topbacknext .backnext span:not(.pagelbl) {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 33%;
  }
  #topbacknext .backnext span:not(.pagelbl) {
    line-height: 45px;
  }
  #topbacknext .backnext a {
    text-indent: -9999px;
    background-color: var(--slate-blue) !important;
    text-align: center;
    display: table-cell;
    padding-top: 22px;
  }
  #topbacknext .backnext a.back {
    position: relative;
  }
  #topbacknext .backnext a.back:before, #topbacknext .backnext a.back:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  #topbacknext .backnext a.back:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 6px solid #333;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
  #topbacknext .backnext a.back:before {
    left: 50%;
  }
  #topbacknext .backnext a.next {
    position: relative;
  }
  #topbacknext .backnext a.next:before, #topbacknext .backnext a.next:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  #topbacknext .backnext a.next:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 6px solid #333;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
  #topbacknext .backnext a.next:after {
    right: 50%;
  }
  #topbacknext .backnext a:focus-visible {
    background-color: var(--school-purple) !important;
  }
  #topbacknext .backnext a:focus-visible.back {
    position: relative;
  }
  #topbacknext .backnext a:focus-visible.back:before, #topbacknext .backnext a:focus-visible.back:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  #topbacknext .backnext a:focus-visible.back:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 6px solid #fff;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
  #topbacknext .backnext a:focus-visible.back:before {
    left: 50%;
  }
  #topbacknext .backnext a:focus-visible.next {
    position: relative;
  }
  #topbacknext .backnext a:focus-visible.next:before, #topbacknext .backnext a:focus-visible.next:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  #topbacknext .backnext a:focus-visible.next:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 6px solid #fff;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
  #topbacknext .backnext a:focus-visible.next:after {
    right: 50%;
  }
  #info-pnl {
    display: none;
  }
}
#wb-tphp li &gt; a {
  background-color: #fff;
  color: #333;
}

/*@import "./header/_header";*/
/* ----------------WELCOME----------------*/
.welcome .module-info {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.welcome .module-info .mod-list {
  padding: 0;
}
.welcome .module-info .mod-list li {
  list-style-type: none;
}
.welcome .module-info.module-is-locked a {
  cursor: not-allowed;
}
.welcome nav#wb-sm, .welcome #topbacknext, .welcome #wb-bnr &gt; .container &gt; .row {
  display: none !important;
}
.welcome footer &gt; .container &gt; .backnext {
  visibility: hidden !important;
}

/*@import "./_welcome";*/
footer {
  margin: 20px 0 0;
  height: 45px;
}
footer #topbacknext {
  padding-left: 0;
  padding-right: 0;
}
footer .container {
  padding-right: 0px;
  padding-left: 0;
  background-color: var(--school-purple);
  color: #fff;
  height: 100%;
}
footer .backnext {
  float: right;
  height: 100%;
  text-align: right;
}
footer .backnext a {
  width: 150px;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--school-purple-drk);
  border-top: none;
  border-bottom: none;
  text-decoration: none;
  /*rm outline when footer button is disabled*/
}
footer .backnext a:not(.disabled):focus {
  outline: 2px solid var(--backnext-outline-color);
}
footer .backnext a.disabled:focus {
  outline: none;
}
footer .backnext a.disabled:hover {
  color: #fff !important;
}
footer .backnext a.back {
  position: relative;
}
footer .backnext a.back::before, footer .backnext a.back::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.back::before {
  content: "›";
  top: 5px;
  transform: rotate(180deg);
}
footer .backnext a.back.disabled {
  position: relative;
}
footer .backnext a.back.disabled::before, footer .backnext a.back.disabled::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.back.disabled::before {
  content: "›";
  top: 5px;
  transform: rotate(180deg);
}
footer .backnext a.back.disabled:hover {
  position: relative;
}
footer .backnext a.back.disabled:hover::before, footer .backnext a.back.disabled:hover::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.back.disabled:hover::before {
  content: "›";
  top: 5px;
  transform: rotate(180deg);
}
footer .backnext a.back:before {
  left: 10px;
}
footer .backnext a.back:hover {
  position: relative;
}
footer .backnext a.back:hover::before, footer .backnext a.back:hover::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.back:hover::before {
  content: "›";
  top: 5px;
  transform: rotate(180deg);
}
footer .backnext a.next {
  position: relative;
}
footer .backnext a.next::before, footer .backnext a.next::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.next::before {
  content: "›";
  top: 4px;
}
footer .backnext a.next::before {
  right: 8px;
  top: -5px;
}
footer .backnext a.next.disabled {
  position: relative;
}
footer .backnext a.next.disabled::before, footer .backnext a.next.disabled::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.next.disabled::before {
  content: "›";
  top: 4px;
}
footer .backnext a.next.disabled::before {
  right: 8px;
  top: -5px;
}
footer .backnext a.next.disabled:hover {
  position: relative;
}
footer .backnext a.next.disabled:hover::before, footer .backnext a.next.disabled:hover::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.next.disabled:hover::before {
  content: "›";
  top: 4px;
}
footer .backnext a.next.disabled:hover::before {
  right: 8px;
  top: -5px;
}
footer .backnext a.next:after {
  right: 10px;
}
footer .backnext a.next:hover {
  position: relative;
}
footer .backnext a.next:hover::before, footer .backnext a.next:hover::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
}
footer .backnext a.next:hover::before {
  content: "›";
  top: 4px;
}
footer .backnext a.next:hover::before {
  right: 8px;
  top: -5px;
}
footer .backnext a.disabled {
  color: #fff !important;
  background-color: var(--darker-slate-blue) !important;
}
footer .backnext span {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
footer .backnext span .pagelbl {
  display: none;
}

html[lang=fr] footer .backnext a {
  width: 165px;
}

html.mobile footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
html.mobile footer .container {
  width: 100%;
}
html.mobile footer .container:before, html.mobile footer .container:after {
  content: "";
  display: inherit;
  clear: none;
}
html.mobile footer .container .backnext {
  float: none;
  width: 100%;
  display: table;
  text-align: center;
}
html.mobile footer .container .backnext a,
html.mobile footer .container .backnext span:not(.pagelbl) {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  border: none;
}
html.mobile footer .container .backnext a {
  color: #fff !important;
  text-align: center;
  display: inline-block;
  background-position: center center;
  background-color: var(--darker-slate-blue) !important;
}
@media (min-width: 992px) {
  html.mobile footer .container .backnext a.back {
    position: relative;
  }
  html.mobile footer .container .backnext a.back::before, html.mobile footer .container .backnext a.back::after {
    position: absolute;
    color: #fff;
    font-size: 2em;
  }
  html.mobile footer .container .backnext a.back::before {
    content: "›";
    top: 5px;
    transform: rotate(180deg);
  }
  html.mobile footer .container .backnext a.back:before {
    left: 50%;
  }
  html.mobile footer .container .backnext a.next {
    position: relative;
    position: relative;
  }
  html.mobile footer .container .backnext a.next::before, html.mobile footer .container .backnext a.next::after {
    position: absolute;
    color: #fff;
    font-size: 2em;
  }
  html.mobile footer .container .backnext a.next::before {
    content: "›";
    top: 4px;
  }
  html.mobile footer .container .backnext a.next::before {
    right: 8px;
    top: -5px;
  }
  html.mobile footer .container .backnext a.next::before, html.mobile footer .container .backnext a.next::after {
    position: absolute;
    color: #fff;
    font-size: 2em;
  }
  html.mobile footer .container .backnext a.next::before {
    content: "›";
    top: 4px;
  }
  html.mobile footer .container .backnext a.next::before {
    right: 8px;
    top: -5px;
  }
  html.mobile footer .container .backnext a.next:after {
    right: 50%;
  }
}
html.mobile footer .container .backnext span:not(.pagelbl) {
  display: table-cell;
  line-height: 45px;
  margin: 0;
  color: #333;
  background-color: #fff;
}

/*@import "./_footer";*/
/* ----------------collapsible-box----------------*/
div.collapsible-box {
  position: relative;
  border: 1px solid #6396bb;
  border-bottom: 4px solid #666;
  background: #fff;
  height: 80px;
  margin-bottom: 20px;
}
div.collapsible-box.opened {
  height: auto;
  padding-bottom: 30px;
}
div.collapsible-box.opened p.handle {
  background: none;
}
div.collapsible-box &gt; div.wrapper {
  overflow: hidden;
  height: 100%;
  margin-bottom: 8px;
  padding: 5px;
}
div.collapsible-box p.handle {
  position: absolute;
  font-weight: bold;
  color: #222;
  z-index: 200;
  width: 100%;
  bottom: 0px;
  height: 60px;
  text-align: center;
  background: url(base/collapsible-fade.png) repeat-x;
  margin: 0;
}
div.collapsible-box p.handle &gt; span {
  position: absolute;
  z-index: 200;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin-left: -18px;
}
div.collapsible-box p.handle &gt; span a {
  width: 36px;
  height: 36px;
  background: url(base/collapsible-handle.png) no-repeat;
  display: block;
  text-decoration: none;
}
div.collapsible-box p.handle &gt; span a:hover, div.collapsible-box p.handle &gt; span a:focus {
  background-position: -36px 0;
}
div.collapsible-box p.handle &gt; span a.opened {
  background-position: 0 -36px;
}
div.collapsible-box p.handle &gt; span a.opened:hover, div.collapsible-box p.handle &gt; span a.opened:focus {
  background-position: -36px -36px;
}

/*
Usage:
&lt;div class="zoomin"&gt;
  &lt;p&gt;Some description about the image&lt;/p&gt;
  &lt;a class="wb-lbx" href="#largeImage"&gt;
    &lt;img src="path/to/image.jpg" class="img-responsive"&gt;
  &lt;/a&gt;
&lt;/div&gt;
*/
.zoomin {
  position: relative;
  display: block;
  margin: 5px 0;
}
.zoomin a {
  text-decoration: none;
}
.zoomin p {
  padding-left: 30px;
}
.zoomin img {
  -webkit-transition: 400ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-transform;
  transition: 400ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-transform;
  transition: 400ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
  transition: 400ms cubic-bezier(0.08, 0.52, 0.52, 1) transform, 400ms cubic-bezier(0.08, 0.52, 0.52, 1) -webkit-transform;
}
.zoomin::after {
  content: "";
  background-image: url("base/icon_magnify.svg");
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: -10px;
}
.zoomin:focus img {
  outline: 1px solid var(--true-blue);
  /*CSPS-TD → CHEAP IE FIX*/
}
.zoomin:hover {
  color: inherit;
}
.zoomin:hover img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

html.largeview a.zoomin::after, html.xlargeview a.zoomin::after {
  width: 42px;
}
html.xxsmallview a.zoomin::after {
  width: 60px;
  height: 100px;
  opacity: 0.8;
  margin: 0 auto;
  left: 0;
}

.overlay-def header {
  background-color: var(--school-purple);
}
.overlay-def header, .overlay-def button.mfp-close {
  color: #fff;
}
.overlay-def button.mfp-close:focus {
  outline-color: #fff;
}
.overlay-def, .overlay-def .modal-body {
  background-color: #fff;
}

.modal-dialog {
  border-radius: 0;
}
.modal-dialog &gt; .modal-body {
  overflow: auto;
}
.modal-dialog.modal-content.overlay-def {
  margin: 0 auto;
}
@media (min-width: 481px) {
  .modal-dialog.modal-content.overlay-def {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .modal-dialog.modal-content.overlay-def {
    width: 100%;
  }
}

/* Small view */
@media (min-width: 479px) and (max-width: 992px) {
  .modal-dialog.modal-content.overlay-def {
    width: auto !important;
  }
}
.cards {
  position: relative;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
}

.card-wrap {
  height: 100%;
}
.card-wrap:last-of-type {
  margin-right: 0px;
}

.card {
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  -moz-transform: 0.8s ease;
  -ms-transform: 0.8s ease;
  -o-transform: 0.8s ease;
  -ms-transform: 0.8s ease;
  -webkit-transform: 0.8s ease;
  transform: 0.8s ease;
  width: 100%;
  height: 100%;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.card div {
  position: absolute;
  /*IE fixes...*/
  top: 0;
  left: 0;
  border-radius: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cards .card .front, .cards .card .back {
  background: transparent;
  /*just so that we can see a "card" when animating*/
  border: 1px solid #d7e059;
  color: #d7e059;
}
.cards .card .front:hover, .cards .card .back:hover {
  background-color: #d7e059;
  color: #3f4040;
}

.cards .card .back {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.cards .card.flipped .back {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #d7e059;
  color: #3f4040;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cards .card .front {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cards .card.flipped .front {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cards .card,
.cards .card &gt; div,
.cards .card:hover &gt; div {
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

html body.highlight-headings h1, html body.highlight-headings h2, html body.highlight-headings h3, html body.highlight-headings h4, html body.highlight-headings h5, html body.highlight-headings h6 {
  display: block !important;
  visibility: visible !important;
  color: #333 !important;
  background-color: white;
  border: 1px coral solid;
  min-height: 30px;
  min-width: 60px;
  clip: rect(auto, auto, auto, auto) !important;
  z-index: 1000 !important;
}
html body.highlight-headings h1 *, html body.highlight-headings h2 *, html body.highlight-headings h3 *, html body.highlight-headings h4 *, html body.highlight-headings h5 *, html body.highlight-headings h6 * {
  color: #333;
}
html body.highlight-headings h1:before, html body.highlight-headings h2:before, html body.highlight-headings h3:before, html body.highlight-headings h4:before, html body.highlight-headings h5:before, html body.highlight-headings h6:before {
  float: left;
  border: 1px coral solid;
  background-color: white;
  position: absolute;
  z-index: 2000;
  left: -10px;
}
html body.highlight-headings h1:before {
  content: "H1";
}
html body.highlight-headings h2:before {
  content: "H2";
}
html body.highlight-headings h3:before {
  content: "H3";
}
html body.highlight-headings h4:before {
  content: "H4";
}
html body.highlight-headings h5:before {
  content: "H5";
}
html body.highlight-headings h6:before {
  content: "H6";
}

.favorite {
  border: 1px solid;
  background-color: #f9f9f9;
}

.favorite-item {
  clear: both;
  margin: 10px 0px 10px 0px;
}

.btn-fav.autofav {
  float: right;
}
.btn-fav[data-fav] {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  cursor: pointer;
  width: 30px;
  font-size: 2em;
}
.btn-fav[data-fav]:before {
  content: "★";
  color: #e6ddb7;
  text-shadow: 0 0 2px #333;
  text-indent: -9999px;
  display: inline-block;
}
.btn-fav[data-fav]:hover:before {
  content: "★";
  color: #efce4a;
}
.btn-fav[data-fav]:focus:before {
  text-shadow: 0 0 3px #295376 !important;
}
.btn-fav.fav-added[data-fav]:before {
  content: "★";
  color: #efce4a;
}

ul.mod-list &gt; li.mod-progress {
  clear: both;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid;
  padding: 5px 10px;
  list-style-type: none;
}
ul.mod-list &gt; li.mod-progress &gt; .progress-bar {
  width: 100%;
  height: 15px;
  /*border-radius: 6px;*/
  border: 2px solid grey;
  /*CSPS-TD*/
  overflow: hidden;
  float: none;
}
ul.mod-list &gt; li.mod-progress &gt; p {
  margin: 0;
}

.progress-bar {
  background-color: grey;
}

.ie10 .progress-bar, .ie11 .progress-bar {
  color: grey;
  background: url(base/progressbarbg.png);
}

progress {
  /* Turns off styling - not usually needed, but good to know. */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* gets rid of default border in Firefox and Opera. */
  border: none;
  /* Needs to be in here for Safari polyfill so background images work as expected. */
  background-size: auto;
  /* Dimensions */
  width: 400px;
  height: 60px;
  color: grey;
}
progress[role] {
  /* Turns off styling - not usually needed, but good to know. */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* gets rid of default border in Firefox and Opera. */
  border: none;
  /* Needs to be in here for Safari polyfill so background images work as expected. */
  background-size: auto;
  /* Dimensions */
  width: 400px;
  height: 60px;
}
progress[role]:after {
  background-image: none;
  /* removes default background from polyfill */
}
progress[role] strong {
  display: none;
}
progress::-moz-progress-bar {
  background: grey;
}
progress::-webkit-progress-value {
  background: grey;
}
progress[value]::-webkit-progress-bar {
  background: url("base/progressbarbg.png");
}
progress[aria-valuenow]:before {
  background: grey;
}

#admin_window {
  z-index: 999;
  padding: 20px;
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  max-width: 20em;
  background-color: #fff;
  border: #e1e1e1 1px solid;
  box-shadow: 0 0 5px 0px black;
}
#admin_window #adminMode {
  margin-top: 20px;
}
#admin_window h2 {
  font-size: 1.2em;
  margin: 10px 0px;
}
#admin_window .infos {
  font-style: italic;
  margin-bottom: 20px;
}
#admin_window .infos strong {
  color: #0074D9;
}

.status, #debug-status, #scorm-status {
  background-color: #f7f36e;
  color: black;
  padding: 5px 10px;
  box-shadow: 0 0 5px 0px black;
  font-weight: bold;
  display: inline-block;
}

#scorm-status {
  background-color: #fd4e33;
  color: #000;
}

#debug-status {
  float: right;
}

.locks-admin #details-panellocklist {
  padding-bottom: 0;
}

html:not(.LOM-pageEdit-active)[data-env=public] .only-local, html:not(.LOM-pageEdit-active)[data-env=prod] .only-local {
  display: none !important;
}
html:not(.LOM-pageEdit-active)[data-env=local] .only-public, html:not(.LOM-pageEdit-active)[data-env=prod] .only-public {
  display: none !important;
}
html:not(.LOM-pageEdit-active)[data-env=local] .only-prod, html:not(.LOM-pageEdit-active)[data-env=public] .only-prod {
  display: none !important;
}
html:not(.LOM-pageEdit-active)[data-env=local] .not-local {
  display: none !important;
}
html:not(.LOM-pageEdit-active)[data-env=public] .not-public {
  display: none !important;
}
html:not(.LOM-pageEdit-active)[data-env=prod] .not-prod {
  display: none !important;
}
html.LOM-pageEdit-active[data-env=public] .only-local, html.LOM-pageEdit-active[data-env=prod] .only-local {
  opacity: 0.5;
  min-height: 35px;
  outline: 1px solid grey;
  content: "Content hidden";
}
html.LOM-pageEdit-active[data-env=public] .only-local:before, html.LOM-pageEdit-active[data-env=prod] .only-local:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:hover;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -35px;
}
html.LOM-pageEdit-active[data-env=public] .only-local:hover, html.LOM-pageEdit-active[data-env=public] .only-local:focus, html.LOM-pageEdit-active[data-env=prod] .only-local:hover, html.LOM-pageEdit-active[data-env=prod] .only-local:focus {
  outline: solid grey 1px;
  content: inherit;
}
html.LOM-pageEdit-active[data-env=public] .only-local:hover:after, html.LOM-pageEdit-active[data-env=public] .only-local:focus:after, html.LOM-pageEdit-active[data-env=prod] .only-local:hover:after, html.LOM-pageEdit-active[data-env=prod] .only-local:focus:after {
  content: "Content hidden in this environment";
  position: relative;
  background-color: white;
  outline: 1px solid grey;
}
html.LOM-pageEdit-active[data-env=local] .only-public, html.LOM-pageEdit-active[data-env=prod] .only-public {
  opacity: 0.5;
  min-height: 35px;
  outline: 1px solid grey;
  content: "Content hidden";
}
html.LOM-pageEdit-active[data-env=local] .only-public:before, html.LOM-pageEdit-active[data-env=prod] .only-public:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:hover;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -35px;
}
html.LOM-pageEdit-active[data-env=local] .only-public:hover, html.LOM-pageEdit-active[data-env=local] .only-public:focus, html.LOM-pageEdit-active[data-env=prod] .only-public:hover, html.LOM-pageEdit-active[data-env=prod] .only-public:focus {
  outline: solid grey 1px;
  content: inherit;
}
html.LOM-pageEdit-active[data-env=local] .only-public:hover:after, html.LOM-pageEdit-active[data-env=local] .only-public:focus:after, html.LOM-pageEdit-active[data-env=prod] .only-public:hover:after, html.LOM-pageEdit-active[data-env=prod] .only-public:focus:after {
  content: "Content hidden in this environment";
  position: relative;
  background-color: white;
  outline: 1px solid grey;
}
html.LOM-pageEdit-active[data-env=local] .only-prod, html.LOM-pageEdit-active[data-env=public] .only-prod {
  opacity: 0.5;
  min-height: 35px;
  outline: 1px solid grey;
  content: "Content hidden";
}
html.LOM-pageEdit-active[data-env=local] .only-prod:before, html.LOM-pageEdit-active[data-env=public] .only-prod:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:hover;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -35px;
}
html.LOM-pageEdit-active[data-env=local] .only-prod:hover, html.LOM-pageEdit-active[data-env=local] .only-prod:focus, html.LOM-pageEdit-active[data-env=public] .only-prod:hover, html.LOM-pageEdit-active[data-env=public] .only-prod:focus {
  outline: solid grey 1px;
  content: inherit;
}
html.LOM-pageEdit-active[data-env=local] .only-prod:hover:after, html.LOM-pageEdit-active[data-env=local] .only-prod:focus:after, html.LOM-pageEdit-active[data-env=public] .only-prod:hover:after, html.LOM-pageEdit-active[data-env=public] .only-prod:focus:after {
  content: "Content hidden in this environment";
  position: relative;
  background-color: white;
  outline: 1px solid grey;
}
html.LOM-pageEdit-active[data-env=local] .not-local {
  opacity: 0.5;
  min-height: 35px;
  outline: 1px solid grey;
  content: "Content hidden";
}
html.LOM-pageEdit-active[data-env=local] .not-local:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:hover;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -35px;
}
html.LOM-pageEdit-active[data-env=local] .not-local:hover, html.LOM-pageEdit-active[data-env=local] .not-local:focus {
  outline: solid grey 1px;
  content: inherit;
}
html.LOM-pageEdit-active[data-env=local] .not-local:hover:after, html.LOM-pageEdit-active[data-env=local] .not-local:focus:after {
  content: "Content hidden in this environment";
  position: relative;
  background-color: white;
  outline: 1px solid grey;
}
html.LOM-pageEdit-active[data-env=public] .not-public {
  opacity: 0.5;
  min-height: 35px;
  outline: 1px solid grey;
  content: "Content hidden";
}
html.LOM-pageEdit-active[data-env=public] .not-public:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:hover;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -35px;
}
html.LOM-pageEdit-active[data-env=public] .not-public:hover, html.LOM-pageEdit-active[data-env=public] .not-public:focus {
  outline: solid grey 1px;
  content: inherit;
}
html.LOM-pageEdit-active[data-env=public] .not-public:hover:after, html.LOM-pageEdit-active[data-env=public] .not-public:focus:after {
  content: "Content hidden in this environment";
  position: relative;
  background-color: white;
  outline: 1px solid grey;
}
html.LOM-pageEdit-active[data-env=prod] .not-prod {
  opacity: 0.5;
  min-height: 35px;
  outline: 1px solid grey;
  content: "Content hidden";
}
html.LOM-pageEdit-active[data-env=prod] .not-prod:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 42.43'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:hover;stroke-miterlimit:10;stroke-width:10px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='3.54' y1='38.89' x2='38.89' y2='3.54'/%3E%3Cline class='a' x1='38.89' y1='38.89' x2='3.54' y2='3.54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -35px;
}
html.LOM-pageEdit-active[data-env=prod] .not-prod:hover, html.LOM-pageEdit-active[data-env=prod] .not-prod:focus {
  outline: solid grey 1px;
  content: inherit;
}
html.LOM-pageEdit-active[data-env=prod] .not-prod:hover:after, html.LOM-pageEdit-active[data-env=prod] .not-prod:focus:after {
  content: "Content hidden in this environment";
  position: relative;
  background-color: white;
  outline: 1px solid grey;
}

html[data-conn=offline]:not(.LOM-pageEdit-active) .not-offline {
  display: none !important;
}

html[data-conn=scorm]:not(.LOM-pageEdit-active) .only-offline {
  display: none !important;
}

.microLearning.fp-enabled, .microLearning.fp-enabled body {
  /*this allows us to have the fullPage.js option scrollBar: true*/
  /*while also allowing us the ability to tab through the page*/
  overflow: hidden !important;
  height: 100% !important;
}

.mobile.fp-enabled, .fp-enabled body {
  overflow: auto !important;
}

.microLearning, .microLearning body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.microLearning main .spinner {
  position: fixed;
}

#fullpage {
  transform: none !important;
}

body.microModule {
  overflow: hidden;
  background-color: #2f2f2f;
}
body.microModule .animate.active [class*=ae-] {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: none;
}
body.microModule .animate [class*=ae-] {
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
body.microModule .animate .ae-1 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-2 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-3 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-4 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-5 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-6 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-7 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-8 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-9 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-10 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-11 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-12 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-13 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-14 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-15 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-16 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-17 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-18 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-19 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-20 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule .animate .ae-21 {
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.microModule [class*=ae-].slideInTop {
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
body.microModule [class*=ae-].slideInLeft {
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
body.microModule [class*=ae-].slideInRight {
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}
body.microModule [class*=ae-].slideInCenter {
  -moz-transform: scale(0.8) translate3d(0, 0, 0);
  -ms-transform: scale(0.8) translate3d(0, 0, 0);
  -o-transform: scale(0.8) translate3d(0, 0, 0);
  -ms-transform: scale(0.8) translate3d(0, 0, 0);
  -webkit-transform: scale(0.8) translate3d(0, 0, 0);
  transform: scale(0.8) translate3d(0, 0, 0);
}
body.microModule [class*=ae-].slideInAbove {
  -moz-transform: scale(1.2) translate3d(0, 0, 0);
  -ms-transform: scale(1.2) translate3d(0, 0, 0);
  -o-transform: scale(1.2) translate3d(0, 0, 0);
  -ms-transform: scale(1.2) translate3d(0, 0, 0);
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0);
}
body.microModule [class*=ae-].slideInBottomLeft {
  -moz-transform: translate3d(-100px, 100px, 0);
  -ms-transform: translate3d(-100px, 100px, 0);
  -o-transform: translate3d(-100px, 100px, 0);
  -ms-transform: translate3d(-100px, 100px, 0);
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}
body.microModule [class*=ae-].slideInTopLeft {
  -moz-transform: translate3d(-100px, -100px, 0);
  -ms-transform: translate3d(-100px, -100px, 0);
  -o-transform: translate3d(-100px, -100px, 0);
  -ms-transform: translate3d(-100px, -100px, 0);
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}
body.microModule [class*=ae-].slideInBottomRight {
  -moz-transform: translate3d(100px, 100px, 0);
  -ms-transform: translate3d(100px, 100px, 0);
  -o-transform: translate3d(100px, 100px, 0);
  -ms-transform: translate3d(100px, 100px, 0);
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}
body.microModule [class*=ae-].slideInTopRight {
  -moz-transform: translate3d(100px, -100px, 0);
  -ms-transform: translate3d(100px, -100px, 0);
  -o-transform: translate3d(100px, -100px, 0);
  -ms-transform: translate3d(100px, -100px, 0);
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}
body.microModule [class*=ae-].fadeIn {
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
body.microModule [class*=ae-].fromBlur {
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  filter: blur(10px);
}
body.microModule.slow .animate.active [class*=ae-] {
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
body.microModule.slow .animate.active .ae-1 {
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
body.microModule.slow .animate.active .ae-2 {
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
body.microModule.slow .animate.active .ae-3 {
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
body.microModule.slow .animate.active .ae-4 {
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
body.microModule.slow .animate.active .ae-5 {
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
body.microModule.slow .animate.active .ae-6 {
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
body.microModule.slow .animate.active .ae-7 {
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
body.microModule.slow .animate.active .ae-8 {
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}
body.microModule.slow .animate.active .ae-9 {
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  -webkit-transition-delay: 3600ms;
  transition-delay: 3600ms;
}
body.microModule.slow .animate.active .ae-10 {
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  -webkit-transition-delay: 4000ms;
  transition-delay: 4000ms;
}
body.microModule.slow .animate.active .ae-11 {
  -moz-transition-delay: 4400ms;
  -ms-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  -webkit-transition-delay: 4400ms;
  transition-delay: 4400ms;
}
body.microModule.slow .animate.active .ae-12 {
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  -webkit-transition-delay: 4800ms;
  transition-delay: 4800ms;
}
body.microModule.slow .animate.active .ae-13 {
  -moz-transition-delay: 5200ms;
  -ms-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  -webkit-transition-delay: 5200ms;
  transition-delay: 5200ms;
}
body.microModule.slow .animate.active .ae-14 {
  -moz-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  -webkit-transition-delay: 5600ms;
  transition-delay: 5600ms;
}
body.microModule.slow .animate.active .ae-15 {
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  -webkit-transition-delay: 6000ms;
  transition-delay: 6000ms;
}
body.microModule.slow .animate.active .ae-16 {
  -moz-transition-delay: 6400ms;
  -ms-transition-delay: 6400ms;
  -o-transition-delay: 6400ms;
  -webkit-transition-delay: 6400ms;
  transition-delay: 6400ms;
}
body.microModule.slow .animate.active .ae-17 {
  -moz-transition-delay: 6800ms;
  -ms-transition-delay: 6800ms;
  -o-transition-delay: 6800ms;
  -webkit-transition-delay: 6800ms;
  transition-delay: 6800ms;
}
body.microModule.slow .animate.active .ae-18 {
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  -webkit-transition-delay: 7200ms;
  transition-delay: 7200ms;
}
body.microModule.slow .animate.active .ae-19 {
  -moz-transition-delay: 7600ms;
  -ms-transition-delay: 7600ms;
  -o-transition-delay: 7600ms;
  -webkit-transition-delay: 7600ms;
  transition-delay: 7600ms;
}
body.microModule.slow .animate.active .ae-20 {
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  -webkit-transition-delay: 8000ms;
  transition-delay: 8000ms;
}
body.microModule.slow .animate.active .ae-21 {
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  -webkit-transition-delay: 8400ms;
  transition-delay: 8400ms;
}
body.microModule.slow .animate.active .ae-1 {
  -moz-transition-delay: 10ms;
  -ms-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms;
}
body.microModule.normal .animate.active [class*=ae-] {
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
body.microModule.normal .animate.active .ae-1 {
  -moz-transition-delay: 160ms;
  -ms-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}
body.microModule.normal .animate.active .ae-2 {
  -moz-transition-delay: 320ms;
  -ms-transition-delay: 320ms;
  -o-transition-delay: 320ms;
  -webkit-transition-delay: 320ms;
  transition-delay: 320ms;
}
body.microModule.normal .animate.active .ae-3 {
  -moz-transition-delay: 480ms;
  -ms-transition-delay: 480ms;
  -o-transition-delay: 480ms;
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}
body.microModule.normal .animate.active .ae-4 {
  -moz-transition-delay: 640ms;
  -ms-transition-delay: 640ms;
  -o-transition-delay: 640ms;
  -webkit-transition-delay: 640ms;
  transition-delay: 640ms;
}
body.microModule.normal .animate.active .ae-5 {
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
body.microModule.normal .animate.active .ae-6 {
  -moz-transition-delay: 960ms;
  -ms-transition-delay: 960ms;
  -o-transition-delay: 960ms;
  -webkit-transition-delay: 960ms;
  transition-delay: 960ms;
}
body.microModule.normal .animate.active .ae-7 {
  -moz-transition-delay: 1120ms;
  -ms-transition-delay: 1120ms;
  -o-transition-delay: 1120ms;
  -webkit-transition-delay: 1120ms;
  transition-delay: 1120ms;
}
body.microModule.normal .animate.active .ae-8 {
  -moz-transition-delay: 1280ms;
  -ms-transition-delay: 1280ms;
  -o-transition-delay: 1280ms;
  -webkit-transition-delay: 1280ms;
  transition-delay: 1280ms;
}
body.microModule.normal .animate.active .ae-9 {
  -moz-transition-delay: 1440ms;
  -ms-transition-delay: 1440ms;
  -o-transition-delay: 1440ms;
  -webkit-transition-delay: 1440ms;
  transition-delay: 1440ms;
}
body.microModule.normal .animate.active .ae-10 {
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
body.microModule.normal .animate.active .ae-11 {
  -moz-transition-delay: 1760ms;
  -ms-transition-delay: 1760ms;
  -o-transition-delay: 1760ms;
  -webkit-transition-delay: 1760ms;
  transition-delay: 1760ms;
}
body.microModule.normal .animate.active .ae-12 {
  -moz-transition-delay: 1920ms;
  -ms-transition-delay: 1920ms;
  -o-transition-delay: 1920ms;
  -webkit-transition-delay: 1920ms;
  transition-delay: 1920ms;
}
body.microModule.normal .animate.active .ae-13 {
  -moz-transition-delay: 2080ms;
  -ms-transition-delay: 2080ms;
  -o-transition-delay: 2080ms;
  -webkit-transition-delay: 2080ms;
  transition-delay: 2080ms;
}
body.microModule.normal .animate.active .ae-14 {
  -moz-transition-delay: 2240ms;
  -ms-transition-delay: 2240ms;
  -o-transition-delay: 2240ms;
  -webkit-transition-delay: 2240ms;
  transition-delay: 2240ms;
}
body.microModule.normal .animate.active .ae-15 {
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
body.microModule.normal .animate.active .ae-16 {
  -moz-transition-delay: 2560ms;
  -ms-transition-delay: 2560ms;
  -o-transition-delay: 2560ms;
  -webkit-transition-delay: 2560ms;
  transition-delay: 2560ms;
}
body.microModule.normal .animate.active .ae-17 {
  -moz-transition-delay: 2720ms;
  -ms-transition-delay: 2720ms;
  -o-transition-delay: 2720ms;
  -webkit-transition-delay: 2720ms;
  transition-delay: 2720ms;
}
body.microModule.normal .animate.active .ae-18 {
  -moz-transition-delay: 2880ms;
  -ms-transition-delay: 2880ms;
  -o-transition-delay: 2880ms;
  -webkit-transition-delay: 2880ms;
  transition-delay: 2880ms;
}
body.microModule.normal .animate.active .ae-19 {
  -moz-transition-delay: 3040ms;
  -ms-transition-delay: 3040ms;
  -o-transition-delay: 3040ms;
  -webkit-transition-delay: 3040ms;
  transition-delay: 3040ms;
}
body.microModule.normal .animate.active .ae-20 {
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}
body.microModule.normal .animate.active .ae-21 {
  -moz-transition-delay: 3360ms;
  -ms-transition-delay: 3360ms;
  -o-transition-delay: 3360ms;
  -webkit-transition-delay: 3360ms;
  transition-delay: 3360ms;
}
body.microModule.normal .animate.active .ae-1 {
  -moz-transition-delay: 10ms;
  -ms-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms;
}
body.microModule.fast .animate.active [class*=ae-] {
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
body.microModule.fast .animate.active .ae-1 {
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  -webkit-transition-delay: 140ms;
  transition-delay: 140ms;
}
body.microModule.fast .animate.active .ae-2 {
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  -webkit-transition-delay: 280ms;
  transition-delay: 280ms;
}
body.microModule.fast .animate.active .ae-3 {
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  -webkit-transition-delay: 420ms;
  transition-delay: 420ms;
}
body.microModule.fast .animate.active .ae-4 {
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  -webkit-transition-delay: 560ms;
  transition-delay: 560ms;
}
body.microModule.fast .animate.active .ae-5 {
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
body.microModule.fast .animate.active .ae-6 {
  -moz-transition-delay: 840ms;
  -ms-transition-delay: 840ms;
  -o-transition-delay: 840ms;
  -webkit-transition-delay: 840ms;
  transition-delay: 840ms;
}
body.microModule.fast .animate.active .ae-7 {
  -moz-transition-delay: 980ms;
  -ms-transition-delay: 980ms;
  -o-transition-delay: 980ms;
  -webkit-transition-delay: 980ms;
  transition-delay: 980ms;
}
body.microModule.fast .animate.active .ae-8 {
  -moz-transition-delay: 1120ms;
  -ms-transition-delay: 1120ms;
  -o-transition-delay: 1120ms;
  -webkit-transition-delay: 1120ms;
  transition-delay: 1120ms;
}
body.microModule.fast .animate.active .ae-9 {
  -moz-transition-delay: 1260ms;
  -ms-transition-delay: 1260ms;
  -o-transition-delay: 1260ms;
  -webkit-transition-delay: 1260ms;
  transition-delay: 1260ms;
}
body.microModule.fast .animate.active .ae-10 {
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
body.microModule.fast .animate.active .ae-11 {
  -moz-transition-delay: 1540ms;
  -ms-transition-delay: 1540ms;
  -o-transition-delay: 1540ms;
  -webkit-transition-delay: 1540ms;
  transition-delay: 1540ms;
}
body.microModule.fast .animate.active .ae-12 {
  -moz-transition-delay: 1680ms;
  -ms-transition-delay: 1680ms;
  -o-transition-delay: 1680ms;
  -webkit-transition-delay: 1680ms;
  transition-delay: 1680ms;
}
body.microModule.fast .animate.active .ae-13 {
  -moz-transition-delay: 1820ms;
  -ms-transition-delay: 1820ms;
  -o-transition-delay: 1820ms;
  -webkit-transition-delay: 1820ms;
  transition-delay: 1820ms;
}
body.microModule.fast .animate.active .ae-14 {
  -moz-transition-delay: 1960ms;
  -ms-transition-delay: 1960ms;
  -o-transition-delay: 1960ms;
  -webkit-transition-delay: 1960ms;
  transition-delay: 1960ms;
}
body.microModule.fast .animate.active .ae-15 {
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
body.microModule.fast .animate.active .ae-16 {
  -moz-transition-delay: 2240ms;
  -ms-transition-delay: 2240ms;
  -o-transition-delay: 2240ms;
  -webkit-transition-delay: 2240ms;
  transition-delay: 2240ms;
}
body.microModule.fast .animate.active .ae-17 {
  -moz-transition-delay: 2380ms;
  -ms-transition-delay: 2380ms;
  -o-transition-delay: 2380ms;
  -webkit-transition-delay: 2380ms;
  transition-delay: 2380ms;
}
body.microModule.fast .animate.active .ae-18 {
  -moz-transition-delay: 2520ms;
  -ms-transition-delay: 2520ms;
  -o-transition-delay: 2520ms;
  -webkit-transition-delay: 2520ms;
  transition-delay: 2520ms;
}
body.microModule.fast .animate.active .ae-19 {
  -moz-transition-delay: 2660ms;
  -ms-transition-delay: 2660ms;
  -o-transition-delay: 2660ms;
  -webkit-transition-delay: 2660ms;
  transition-delay: 2660ms;
}
body.microModule.fast .animate.active .ae-20 {
  -moz-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
body.microModule.fast .animate.active .ae-21 {
  -moz-transition-delay: 2940ms;
  -ms-transition-delay: 2940ms;
  -o-transition-delay: 2940ms;
  -webkit-transition-delay: 2940ms;
  transition-delay: 2940ms;
}
body.microModule.fast .animate.active .ae-1 {
  -moz-transition-delay: 10ms;
  -ms-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms;
}
body.microModule .slideInTop [class*=ae-], body.microModule.slideInTop [class*=ae-] {
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
body.microModule .slideInLeft [class*=ae-], body.microModule.slideInLeft [class*=ae-] {
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
body.microModule .slideInRight [class*=ae-], body.microModule.slideInRight [class*=ae-] {
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}
body.microModule .slideInCenter [class*=ae-], body.microModule.slideInCenter [class*=ae-] {
  -moz-transform: scale(0.8) translate3d(0, 0, 0);
  -ms-transform: scale(0.8) translate3d(0, 0, 0);
  -o-transform: scale(0.8) translate3d(0, 0, 0);
  -ms-transform: scale(0.8) translate3d(0, 0, 0);
  -webkit-transform: scale(0.8) translate3d(0, 0, 0);
  transform: scale(0.8) translate3d(0, 0, 0);
}
body.microModule .slideInAbove [class*=ae-], body.microModule.slideInAbove [class*=ae-] {
  -moz-transform: scale(1.2) translate3d(0, 0, 0);
  -ms-transform: scale(1.2) translate3d(0, 0, 0);
  -o-transform: scale(1.2) translate3d(0, 0, 0);
  -ms-transform: scale(1.2) translate3d(0, 0, 0);
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0);
}
body.microModule .slideInBottomLeft [class*=ae-], body.microModule.slideInBottomLeft [class*=ae-] {
  -moz-transform: translate3d(-100px, 100px, 0);
  -ms-transform: translate3d(-100px, 100px, 0);
  -o-transform: translate3d(-100px, 100px, 0);
  -ms-transform: translate3d(-100px, 100px, 0);
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}
body.microModule .slideInTopLeft [class*=ae-], body.microModule.slideInTopLeft [class*=ae-] {
  -moz-transform: translate3d(-100px, -100px, 0);
  -ms-transform: translate3d(-100px, -100px, 0);
  -o-transform: translate3d(-100px, -100px, 0);
  -ms-transform: translate3d(-100px, -100px, 0);
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}
body.microModule .slideInBottomRight [class*=ae-], body.microModule.slideInBottomRight [class*=ae-] {
  -moz-transform: translate3d(100px, 100px, 0);
  -ms-transform: translate3d(100px, 100px, 0);
  -o-transform: translate3d(100px, 100px, 0);
  -ms-transform: translate3d(100px, 100px, 0);
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}
body.microModule .slideInTopRight [class*=ae-], body.microModule.slideInTopRight [class*=ae-] {
  -moz-transform: translate3d(100px, -100px, 0);
  -ms-transform: translate3d(100px, -100px, 0);
  -o-transform: translate3d(100px, -100px, 0);
  -ms-transform: translate3d(100px, -100px, 0);
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}
body.microModule .fadeIn [class*=ae-], body.microModule.fadeIn [class*=ae-] {
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
body.microModule .fromBlur [class*=ae-], body.microModule.fromBlur [class*=ae-] {
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  filter: blur(10px);
}
body.microModule footer .backnext .next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMaxYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23d7df58'%3E%3Cpath d='M2.8 4.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='2.8' cy='7.2' r='2'/%3E%3Ccircle cx='2.8' cy='12.3' r='2'/%3E%3Ccircle cx='2.8' cy='17.4' r='2'/%3E%3Cpath d='M2.8 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM2.8 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='2.8' cy='32.7' r='2'/%3E%3Ccircle cx='2.8' cy='37.8' r='2'/%3E%3Cpath d='M2.8 44.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='7.9' cy='7.2' r='2'/%3E%3Ccircle cx='7.9' cy='12.3' r='2'/%3E%3Ccircle cx='7.9' cy='17.4' r='2'/%3E%3Cpath d='M7.9 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.9 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='7.9' cy='32.7' r='2'/%3E%3Ccircle cx='7.9' cy='37.8' r='2'/%3E%3Cpath d='M13 14.3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9zM13 34.6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c0 1.2-.9 2-2 2zM18.1 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2c-.1 1.1-.9 1.9-2 1.9zM23.2 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
body.microModule footer .backnext .next:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMaxYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23a7af22'%3E%3Cpath d='M2.8 4.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='2.8' cy='7.2' r='2'/%3E%3Ccircle cx='2.8' cy='12.3' r='2'/%3E%3Ccircle cx='2.8' cy='17.4' r='2'/%3E%3Cpath d='M2.8 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM2.8 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='2.8' cy='32.7' r='2'/%3E%3Ccircle cx='2.8' cy='37.8' r='2'/%3E%3Cpath d='M2.8 44.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='7.9' cy='7.2' r='2'/%3E%3Ccircle cx='7.9' cy='12.3' r='2'/%3E%3Ccircle cx='7.9' cy='17.4' r='2'/%3E%3Cpath d='M7.9 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.9 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='7.9' cy='32.7' r='2'/%3E%3Ccircle cx='7.9' cy='37.8' r='2'/%3E%3Cpath d='M13 14.3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9zM13 34.6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c0 1.2-.9 2-2 2zM18.1 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2c-.1 1.1-.9 1.9-2 1.9zM23.2 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
body.microModule footer .backnext .back {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23d7df58'%3E%3Cpath d='M23.2 40.9c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='23.2' cy='37.8' r='2'/%3E%3Ccircle cx='23.2' cy='32.7' r='2'/%3E%3Ccircle cx='23.2' cy='27.6' r='2'/%3E%3Cpath d='M23.2 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM23.2 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='23.2' cy='12.3' r='2'/%3E%3Ccircle cx='23.2' cy='7.2' r='2'/%3E%3Cpath d='M23.2.2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='18.1' cy='37.8' r='2'/%3E%3Ccircle cx='18.1' cy='32.7' r='2'/%3E%3Ccircle cx='18.1' cy='27.6' r='2'/%3E%3Cpath d='M18.1 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM18.1 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='18.1' cy='12.3' r='2'/%3E%3Ccircle cx='18.1' cy='7.2' r='2'/%3E%3Cpath d='M13 30.7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9zM13 10.4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-1.2.9-2 2-2zM7.9 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2c.1-1.1.9-1.9 2-1.9zM2.8 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
body.microModule footer .backnext .back:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23a7af22'%3E%3Cpath d='M23.2 40.9c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='23.2' cy='37.8' r='2'/%3E%3Ccircle cx='23.2' cy='32.7' r='2'/%3E%3Ccircle cx='23.2' cy='27.6' r='2'/%3E%3Cpath d='M23.2 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM23.2 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='23.2' cy='12.3' r='2'/%3E%3Ccircle cx='23.2' cy='7.2' r='2'/%3E%3Cpath d='M23.2.2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='18.1' cy='37.8' r='2'/%3E%3Ccircle cx='18.1' cy='32.7' r='2'/%3E%3Ccircle cx='18.1' cy='27.6' r='2'/%3E%3Cpath d='M18.1 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM18.1 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='18.1' cy='12.3' r='2'/%3E%3Ccircle cx='18.1' cy='7.2' r='2'/%3E%3Cpath d='M13 30.7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9zM13 10.4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-1.2.9-2 2-2zM7.9 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2c.1-1.1.9-1.9 2-1.9zM2.8 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.mobile body.microModule footer .backnext .next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMaxYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23d7df58'%3E%3Cpath d='M2.8 4.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='2.8' cy='7.2' r='2'/%3E%3Ccircle cx='2.8' cy='12.3' r='2'/%3E%3Ccircle cx='2.8' cy='17.4' r='2'/%3E%3Cpath d='M2.8 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM2.8 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='2.8' cy='32.7' r='2'/%3E%3Ccircle cx='2.8' cy='37.8' r='2'/%3E%3Cpath d='M2.8 44.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='7.9' cy='7.2' r='2'/%3E%3Ccircle cx='7.9' cy='12.3' r='2'/%3E%3Ccircle cx='7.9' cy='17.4' r='2'/%3E%3Cpath d='M7.9 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.9 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='7.9' cy='32.7' r='2'/%3E%3Ccircle cx='7.9' cy='37.8' r='2'/%3E%3Cpath d='M13 14.3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9zM13 34.6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c0 1.2-.9 2-2 2zM18.1 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2c-.1 1.1-.9 1.9-2 1.9zM23.2 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
.mobile body.microModule footer .backnext .next:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMaxYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23a7af22'%3E%3Cpath d='M2.8 4.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='2.8' cy='7.2' r='2'/%3E%3Ccircle cx='2.8' cy='12.3' r='2'/%3E%3Ccircle cx='2.8' cy='17.4' r='2'/%3E%3Cpath d='M2.8 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM2.8 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='2.8' cy='32.7' r='2'/%3E%3Ccircle cx='2.8' cy='37.8' r='2'/%3E%3Cpath d='M2.8 44.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3Ccircle cx='7.9' cy='7.2' r='2'/%3E%3Ccircle cx='7.9' cy='12.3' r='2'/%3E%3Ccircle cx='7.9' cy='17.4' r='2'/%3E%3Cpath d='M7.9 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.9 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9z'/%3E%3Ccircle cx='7.9' cy='32.7' r='2'/%3E%3Ccircle cx='7.9' cy='37.8' r='2'/%3E%3Cpath d='M13 14.3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM13 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2-.9 1.9-2 1.9zM13 34.6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c0 1.2-.9 2-2 2zM18.1 19.4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2zM18.1 29.5c-1.1 0-2-.9-2-1.9 0-1.1.9-2 2-2s2 .9 2 2c-.1 1.1-.9 1.9-2 1.9zM23.2 24.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2c-.1 1.1-.9 2-2 2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
.mobile body.microModule footer .backnext .back {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23d7df58'%3E%3Cpath d='M23.2 40.9c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='23.2' cy='37.8' r='2'/%3E%3Ccircle cx='23.2' cy='32.7' r='2'/%3E%3Ccircle cx='23.2' cy='27.6' r='2'/%3E%3Cpath d='M23.2 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM23.2 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='23.2' cy='12.3' r='2'/%3E%3Ccircle cx='23.2' cy='7.2' r='2'/%3E%3Cpath d='M23.2.2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='18.1' cy='37.8' r='2'/%3E%3Ccircle cx='18.1' cy='32.7' r='2'/%3E%3Ccircle cx='18.1' cy='27.6' r='2'/%3E%3Cpath d='M18.1 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM18.1 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='18.1' cy='12.3' r='2'/%3E%3Ccircle cx='18.1' cy='7.2' r='2'/%3E%3Cpath d='M13 30.7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9zM13 10.4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-1.2.9-2 2-2zM7.9 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2c.1-1.1.9-1.9 2-1.9zM2.8 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
.mobile body.microModule footer .backnext .back:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin' viewBox='0 0 26 45'%3E%3Cg fill='%23a7af22'%3E%3Cpath d='M23.2 40.9c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='23.2' cy='37.8' r='2'/%3E%3Ccircle cx='23.2' cy='32.7' r='2'/%3E%3Ccircle cx='23.2' cy='27.6' r='2'/%3E%3Cpath d='M23.2 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM23.2 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='23.2' cy='12.3' r='2'/%3E%3Ccircle cx='23.2' cy='7.2' r='2'/%3E%3Cpath d='M23.2.2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z'/%3E%3Ccircle cx='18.1' cy='37.8' r='2'/%3E%3Ccircle cx='18.1' cy='32.7' r='2'/%3E%3Ccircle cx='18.1' cy='27.6' r='2'/%3E%3Cpath d='M18.1 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM18.1 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9z'/%3E%3Ccircle cx='18.1' cy='12.3' r='2'/%3E%3Ccircle cx='18.1' cy='7.2' r='2'/%3E%3Cpath d='M13 30.7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM13 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2 .9-1.9 2-1.9zM13 10.4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-1.2.9-2 2-2zM7.9 25.6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2zM7.9 15.5c1.1 0 2 .9 2 1.9 0 1.1-.9 2-2 2s-2-.9-2-2c.1-1.1.9-1.9 2-1.9zM2.8 20.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1.9-2 2-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.microLearning .welcome header {
  position: relative;
  z-index: 1000;
}
.microLearning .welcome #wb-bar .top-menu &gt; .row #wb-lng ul.text-right &gt; li &gt; a {
  font-weight: bold;
  font-size: 30px;
}
.microLearning .welcome .modIndex {
  position: relative;
  border: 2px dotted;
  border-left: 0;
  border-right: 0;
  margin: 50px 0;
  padding-right: 10%;
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .module-info {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.microLearning .welcome .modIndex .module-info h3 {
  margin: 0;
}
.microLearning .welcome .modIndex .module-info a {
  color: #d7e059;
  padding: 20px 0;
  width: 100%;
  display: table;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .module-info a {
    padding: 0;
  }
}
.microLearning .welcome .modIndex .module-info:hover a {
  color: #f1f4c4;
}
.microLearning .welcome .modIndex .arrows-bottom {
  top: 50px;
  position: absolute;
  margin-left: 7px;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .arrows-bottom {
    margin-left: 0;
  }
}
.microLearning .welcome .modIndex .arrows-bottom:before, .microLearning .welcome .modIndex .arrows-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1000;
  border-style: dotted;
  border-width: 2px 2px 0 0;
  width: 1em;
  height: 1em;
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .arrows-bottom:before, .microLearning .welcome .modIndex .arrows-bottom:after {
    left: 15px;
    bottom: 5px;
  }
}
.microLearning .welcome .modIndex .arrows-bottom:before {
  bottom: 20px;
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .arrows-bottom:before {
    bottom: 15px;
  }
}
.microLearning .welcome .modIndex .mod-name {
  display: table-cell;
  text-align: right;
  padding-right: 20px;
}
.microLearning .welcome .modIndex .ribbon-module {
  display: table-cell;
  text-align: center;
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .ribbon-module {
    text-align: right;
  }
}
.microLearning .welcome .modIndex .ribbon-module .modnum {
  font-size: 5em;
}
@media (max-width: 1200px) {
  .microLearning .welcome .modIndex .ribbon-module .modnum {
    font-size: 3em;
  }
}
.microLearning .welcome main {
  width: 100%;
  height: 100%;
}
.microLearning .welcome h1 {
  font-size: 5em;
}
@media (max-width: 1200px) {
  .microLearning .welcome h1 {
    font-size: 3em;
  }
}
.microLearning .welcome #dynamic_content {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 78%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .microLearning .welcome #dynamic_content {
    width: 90%;
  }
}
.microLearning .welcome #dynamic_content h1, .microLearning .welcome #dynamic_content p {
  padding-right: 50px;
}

@media (max-width: 992px) {
  .mobile .welcome h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  .mobile .welcome h1 {
    font-size: 3em;
  }
}
@media (max-width: 1200px) {
  .mobile .welcome main {
    width: 100%;
  }
}
.mobile .welcome .breadcrumb {
  display: none !important;
}
.mobile .welcome .arrows-bottom {
  display: none;
}
.mobile .welcome #dynamic_content {
  padding: 20px;
  margin-top: 45px;
  margin-bottom: 0 !important;
}
.mobile .welcome .module-info {
  text-align: center;
}
@media (max-width: 1200px) {
  .mobile .welcome .module-info {
    text-align: right;
  }
}
.mobile .welcome .modIndex {
  padding-right: 0;
}
@media (max-width: 992px) {
  .mobile .welcome .modIndex .ribbon-module .modnum {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  .mobile .welcome .modIndex .ribbon-module .modnum {
    font-size: 3em;
  }
}
.mobile .welcome footer {
  display: none !important;
}

body.microModule {
  /*hide the prev and next buttons of the header*/
  /*since the ones in the footer are present*/
}
body.microModule header[role=banner] {
  position: fixed;
  top: 0;
  left: 0;
  /*on top of others*/
  z-index: 1002;
  width: 100%;
}
body.microModule header[role=banner] #wb-bar .top-menu &gt; .row {
  top: 0;
}
body.microModule main[role=main] {
  width: 100%;
  padding: 0;
  display: block;
  /*sometimes the fullPage.js can create a white space on the right*/
  overflow-x: hidden;
}
body.microModule #wb-sttl {
  width: 25%;
  padding-right: 4em;
  position: absolute;
  left: 0;
  margin-top: 20px;
  text-align: right;
}
body.microModule #wb-sttl #csps-modulenum {
  display: inline-block;
  width: 100%;
}
body.microModule #wb-sttl #csps-modulename {
  padding: 0;
  padding-left: 10px;
  border-bottom: 2px dotted;
  display: block;
}
@media (max-width: 1200px) {
  body.microModule #wb-sttl #csps-modulename {
    font-size: 1em;
  }
}
body.microModule h2.series-title {
  position: fixed;
  left: 22%;
  padding-left: 0;
  float: left;
  display: table !important;
  height: 45px;
  vertical-align: middle;
}
body.microModule h2.series-title a {
  display: table-cell;
}
body.microModule h2.series-title a:before {
  content: "";
  border-bottom: 2px dotted #d7e059;
  width: calc(25% - 3em);
  position: fixed;
  left: 0px;
  top: 30px;
}
body.microModule #wb-bar {
  position: relative;
}
body.microModule #wb-bar .top-menu &gt; .row #wb-lng ul.text-right &gt; li &gt; a {
  font-weight: bold;
  font-size: 30px;
}
body.microModule #topbacknext {
  display: none !important;
}
body.microModule .breadcrumb {
  position: fixed;
  width: 100%;
  /*allow the menu to be on top of the breadcrumb*/
  z-index: 1000;
  background-color: transparent;
}
body.microModule .supermenu-wrapper {
  display: none !important;
}
body.microModule #dynamic_content {
  position: relative;
  padding: 0;
}
body.microModule footer {
  z-index: 1001;
  position: fixed;
}
body.microModule footer .container {
  width: 100%;
}
body.microModule footer .backnext {
  position: fixed;
  height: auto;
  padding: 0 !important;
}
body.microModule footer .backnext &gt; span {
  margin: 0 40px;
}
@media (max-width: 1200px) {
  body.microModule footer .backnext &gt; span {
    margin: 0;
  }
}
body.microModule footer .backnext .next, body.microModule footer .backnext .back {
  outline: none;
  font-size: 0;
}
body.microModule footer .backnext .next:after, body.microModule footer .backnext .next:before, body.microModule footer .backnext .back:after, body.microModule footer .backnext .back:before {
  display: none;
}
body.microModule footer .backnext span {
  margin: 0 25px;
}
@media (max-width: 1600px) {
  body.microModule footer .backnext span {
    margin: 0;
  }
}
body.microModule footer .backnext a {
  display: inline-block;
  width: 30px;
  height: 35px;
}
body.microModule footer .backnext a, body.microModule footer .backnext a:hover, body.microModule footer .backnext a:focus, body.microModule footer .backnext a:active, body.microModule footer .backnext a.disabled, body.microModule footer .backnext a.disabled:hover {
  text-indent: -9999px;
}

.mobile, .mobile body.microModule {
  height: 100%;
}

.mobile .microModule header[role=banner], .mobile .microModule footer {
  background-color: #222;
  box-shadow: 45px 1px 1px 1px #333;
}
.mobile .microModule header[role=banner] .backnext a, .mobile .microModule footer .backnext a {
  display: table-cell !important;
  width: 33%;
  height: 35px;
}
.mobile .microModule main {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile .microModule h2.series-title {
  position: absolute;
  left: 0;
  text-align: center;
}
.mobile .microModule h2.series-title a:before {
  display: none;
}
.mobile .microModule .breadcrumb {
  display: none !important;
}
.mobile .microModule #dynamic_content {
  overflow: hidden;
}
.mobile .microModule #wb-sttl {
  padding-right: 2em;
  width: 100%;
  color: #d6dce2;
  position: relative;
  text-align: right;
  margin: 0;
}
.mobile .microModule #wb-sttl #csps-modulenum {
  display: inline;
  font-size: 2em;
}
.mobile .microModule #wb-sttl #csps-modulename {
  display: inline;
  padding: 0;
  margin-left: 20px;
}
.mobile .microModule .mb-lvl-nb {
  display: none;
}
.mobile .microModule :not(.welcome) main[role=main] {
  position: absolute;
  right: 0;
}
.mobile .microModule footer {
  position: fixed;
  bottom: 0;
  z-index: 1002;
  width: 100%;
}
.mobile .microModule footer .backnext .next, .mobile .microModule footer .backnext .back {
  text-indent: -9999px;
}
.mobile .microModule footer .backnext .next, .mobile .microModule footer .backnext .back,
.mobile .microModule footer .backnext .next:hover, .mobile .microModule footer .backnext .back:hover {
  background-size: 15px !important;
}
.mobile .microModule footer .backnext &gt; span {
  background-color: transparent !important;
}
.mobile .microModule .dyk {
  position: relative;
  width: 100%;
  left: 0;
  margin-top: 40px;
}

.ie11.mobile body.microModule footer .backnext a {
  background-size: cover !important;
}

body.microModule .micro-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  line-height: 1.2;
  padding-right: 4em;
  z-index: 1001;
}
body.microModule .micro-menu .wrap {
  overflow: hidden;
}
body.microModule .micro-menu ul.toc {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.microModule .micro-menu ul.toc.left {
  left: 0;
}
body.microModule .micro-menu ul.toc.right {
  right: 0;
}
body.microModule .micro-menu .toc-marker {
  position: absolute;
  top: 0;
  border-radius: 10px;
  background-color: #111;
  width: 10px;
  height: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
body.microModule .micro-menu .toc-marker.left {
  left: -20px;
}
body.microModule .micro-menu .toc-marker.right {
  right: -20px;
}
body.microModule .micro-menu li {
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  body.microModule .micro-menu li {
    font-size: 0.8em;
  }
}
body.microModule .micro-menu li.active a {
  -moz-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
body.microModule .micro-menu li a {
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
body.microModule .micro-menu li a:hover, body.microModule .micro-menu li a:focus {
  font-weight: bold;
}
body.microModule .micro-menu li a:focus {
  outline: none;
}

.desktop body.microModule .micro-menu li.active &gt; a {
  -moz-transform: translate(5px);
  -ms-transform: translate(5px);
  -o-transform: translate(5px);
  -ms-transform: translate(5px);
  -webkit-transform: translate(5px);
  transform: translate(5px);
  font-weight: bold;
  background-color: transparent !important;
}

.mobile body.microModule .micro-menu {
  padding-right: 1em;
  height: 100%;
  box-shadow: 0px 0px 1px 1px #333;
  width: 45px;
  background-color: #222;
  /*custom marker for mobile, hide the desktop one*/
}
.mobile body.microModule .micro-menu .toc-marker {
  display: none;
}
.mobile body.microModule .micro-menu ul {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile body.microModule .micro-menu ul li {
  text-align: center;
}
.mobile body.microModule .micro-menu ul li a {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  outline: none;
  border-radius: 10px;
  border: 2px solid #d7e059;
}
.mobile body.microModule .micro-menu ul li.active a {
  background-color: #d7e059;
}

body.microModule .micro-section {
  padding: 5px 40px 20px;
  float: none;
  padding-left: 25%;
  padding-top: 2em;
}
body.microModule .micro-section h2 {
  float: none;
}
body.microModule .micro-section h2 .sub-title {
  display: block;
  font-size: 0.5em;
}
body.microModule .micro-section h3 {
  margin-bottom: 10px;
  margin-top: 0;
}
body.microModule .micro-section .wrap {
  display: table;
  position: relative;
  top: 40%;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 100%;
}

.desktop body.microModule .micro-section {
  position: fixed;
  z-index: 10;
  opacity: 1;
  -moz-transition: transform 1000ms, opacity 1s;
  -ms-transition: transform 1000ms, opacity 1s;
  -o-transition: transform 1000ms, opacity 1s;
  -webkit-transition: transform 1000ms, opacity 1s;
  transition: transform 1000ms, opacity 1s;
}
.desktop body.microModule .micro-section.active, .desktop body.microModule .micro-section.selected {
  -webkit-transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important;
  -o-transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important;
  -moz-transition: transform 1000ms, opacity 1s;
  -ms-transition: transform 1000ms, opacity 1s;
  -o-transition: transform 1000ms, opacity 1s;
  -webkit-transition: transform 1000ms, opacity 1s;
  transition: transform 1000ms, opacity 1s;
}
.desktop body.microModule .micro-section.active {
  -webkit-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.desktop body.microModule .micro-section.selected {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
  z-index: 10;
}
.desktop body.microModule .micro-section.before, .desktop body.microModule .micro-section.after {
  opacity: 0 !important;
}
.desktop body.microModule .micro-section.before {
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 11;
}
.desktop body.microModule .micro-section, .desktop body.microModule .micro-section.after {
  will-change: transform;
  opacity: initial;
  z-index: 8;
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.mobile body.microModule section.micro-section {
  height: 100% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.mobile body.microModule section.micro-section h2 {
  font-size: 2.5em;
}
.mobile body.microModule section.micro-section h2 .title {
  padding-left: 50px;
}
.mobile body.microModule section.micro-section .wrap {
  top: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tutorials {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 1002 !important;
  /*   @import './_mouse-scroll';*/
}
.tutorials &gt; [class^=tutorial-] {
  -moz-transform: translateX(-1000%);
  -ms-transform: translateX(-1000%);
  -o-transform: translateX(-1000%);
  -ms-transform: translateX(-1000%);
  -webkit-transform: translateX(-1000%);
  transform: translateX(-1000%);
}
.tutorials &gt; [class^=tutorial-].slide-in {
  -webkit-animation: slideInFromRight 1s forwards;
  -moz-animation: slideInFromRight 1s forwards;
  -ms-animation: slideInFromRight 1s forwards;
  -o-animation: slideInFromRight 1s forwards;
  animation: slideInFromRight 1s forwards;
}
.tutorials &gt; [class^=tutorial-].slide-out {
  -webkit-animation: slideOutRight 1s forwards;
  -moz-animation: slideOutRight 1s forwards;
  -ms-animation: slideOutRight 1s forwards;
  -o-animation: slideOutRight 1s forwards;
  animation: slideOutRight 1s forwards;
}
.tutorials .confirm, .tutorials .skip-tutorial {
  position: absolute;
  left: 50%;
  min-width: 90px;
  height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .tutorials .confirm, .tutorials .skip-tutorial {
    height: 35px;
    font-size: 1em;
    padding: 4px;
  }
}
.tutorials .confirm {
  bottom: 25%;
}
.tutorials .skip-tutorial {
  top: 0;
}
.tutorials .tutorial-mouse {
  position: absolute;
  right: 20%;
  top: 30%;
  background-color: #171717;
  border-radius: 100%;
  width: 18em;
  height: 18em;
}
@media (max-width: 1600px) {
  .tutorials .tutorial-mouse {
    width: 15em;
    height: 15em;
  }
}
.tutorials .tutorial-mouse .mouse {
  position: absolute;
  bottom: 40px;
  top: 20%;
  left: 50%;
  z-index: 9000;
  border-radius: 15px;
  background-color: #d7e059;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 80px;
}
@media (max-width: 1600px) {
  .tutorials .tutorial-mouse .mouse {
    width: 35px;
    height: 60px;
  }
}
.tutorials .tutorial-mouse .mouse .cable-1 {
  position: absolute;
  top: -66%;
  right: -45%;
  border-bottom: 2px solid #808719;
  border-radius: 0 0 360px 0;
  border-right: 2px solid #808719;
  -moz-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  width: 42%;
  height: 31%;
}
@media (max-width: 1600px) {
  .tutorials .tutorial-mouse .mouse .cable-1 {
    width: 55%;
    height: 20%;
    top: -58%;
    right: -64%;
  }
}
.tutorials .tutorial-mouse .mouse .cable-2 {
  position: absolute;
  top: -30%;
  right: -30%;
  border-bottom: 2px solid #808719;
  border-radius: 0 0 0 360px;
  border-left: 2px solid #808719;
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  width: 2em;
  height: 1.2em;
}
@media (max-width: 1600px) {
  .tutorials .tutorial-mouse .mouse .cable-2 {
    width: 70%;
    height: 20%;
    top: -30%;
    right: -35%;
  }
}
.tutorials .tutorial-mouse .mouse .spacer-h {
  position: relative;
  top: 45%;
  border: 1px solid black;
  display: block;
  width: 100%;
  height: 1px;
}
.tutorials .tutorial-mouse .mouse .spacer-v {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  border: 1px solid black;
  display: block;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 45%;
}
.tutorials .tutorial-mouse .mouse .mouse-wheel {
  position: relative;
  z-index: 100;
  display: block;
  margin: 6px auto;
  border-radius: 4px;
  background-color: #111;
  width: 8px;
  height: 15px;
  -webkit-animation: wheel 1s infinite;
  -moz-animation: wheel 1s infinite;
  -ms-animation: wheel 1s infinite;
  -o-animation: wheel 1s infinite;
  animation: wheel 1s infinite;
}
@media (max-width: 1600px) {
  .tutorials .tutorial-mouse .mouse .mouse-wheel {
    width: 5px;
    height: 10px;
  }
}
@-webkit-keyframes wheel {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 1600px) {
      .tutorials {
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
      }
    }
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes wheel {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 1600px) {
      .tutorials {
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
      }
    }
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes wheel {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 1600px) {
      .tutorials {
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
      }
    }
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes wheel {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 1600px) {
      .tutorials {
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
      }
    }
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes wheel {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 1600px) {
      .tutorials {
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
      }
    }
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes slideOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
#map_origin {
  padding-left: 0;
}

.mod-index {
  margin-top: 25px;
}
.mod-index &gt; h2 {
  margin-top: 35px;
  margin-left: 30px;
}
.mod-index h3, .mod-index h4, .mod-index h5 {
  margin: 5px 0px 5px 0px;
  font-size: 1em;
}

body &gt; [data-id=sitemap_pop] {
  display: none;
}
body &gt; [data-id=sitemap_pop] &gt; .modal-body h3, body &gt; [data-id=sitemap_pop] &gt; .modal-body h4, body &gt; [data-id=sitemap_pop] &gt; .modal-body h5 {
  margin: 5px 0px 5px 0px;
  font-size: 1em;
}

.checkmark-viewed {
  font-weight: normal;
  display: inline-block;
}
@media (min-width: 481px) {
  .checkmark-viewed {
    color: #fff;
    background-color: var(--slate-blue);
  }
}
@media (min-width: 481px) {
  .checkmark-viewed {
    float: right;
    padding: 0px 8px;
  }
}
@media (max-width: 480px) {
  .checkmark-viewed {
    padding: 0px 0px;
    margin-right: 3px;
  }
}
.checkmark-viewed:before {
  content: "✓";
}

ul.index-list h3, ul.index-list h4, ul.index-list h5 {
  margin: 5px 0px 5px 0px;
  font-size: 1em;
}
@media (min-width: 481px) {
  ul.index-list {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  ul.index-list {
    padding-left: 10px;
  }
}
ul.index-list &gt; li {
  margin: 0px 0px;
  list-style: none;
}
ul.index-list &gt; li.sub-page {
  min-height: 25px;
}
@media (min-width: 481px) {
  ul.index-list &gt; li.sub-page {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  ul.index-list &gt; li.sub-page {
    padding-left: 10px;
  }
}
ul.index-list &gt; li.isActivity, ul.index-list &gt; li.isQuiz {
  background: url(base/ico_bundle_sitemap.png) no-repeat;
  font-weight: 600;
}
@media (max-width: 480px) {
  ul.index-list &gt; li.isActivity, ul.index-list &gt; li.isQuiz {
    background: none;
  }
}
ul.index-list &gt; li.isActivity {
  background-position: 0px -25px;
}
ul.index-list &gt; li.isQuiz {
  background-position: 0px -50px;
}
ul.index-list &gt; li &gt; a.sitemap-page {
  background-color: #fff;
  display: block;
}

.quality_assurance .successful {
  border: green 1px solid;
}
.quality_assurance .successful:after {
  float: right;
  content: "✓";
  font-weight: 600;
  color: green;
}
.quality_assurance .failed {
  border: red 1px solid;
}
.quality_assurance .failed:after {
  float: right;
  content: "✓";
  font-weight: 600;
  color: red;
}

/* ------------------ SPLASH FUNCTIONAL --------------*/
.obfuscated {
  display: none;
}

/* ------------------ SPLASH ELEMENTS --------------*/
#wordmark, #canada-logo {
  position: fixed;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #fff;
}

#launch-placement &gt; a {
  text-decoration: none;
  padding: 5px 15px;
  font-weight: 600;
}

#splash-content {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
#splash-content h1 {
  font-size: 1.5em;
}
#splash-content:before {
  background: none;
  border: none;
}

#manualpop {
  visibility: hidden;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#title-welcome {
  display: block;
}

#canada-logo {
  bottom: 0px;
  text-align: right;
  margin-bottom: 0px;
  padding-top: 10px;
}

#wordmark {
  height: 30px;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>