<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default functions,  mixins and variables (must be added to home-page-style.scss and inner-page-style.scss)
=======================================*/
/* Share components var
=======================================*/
/* Colors Set
=======================================*/
/* BreakPoints
=======================================*/
@font-face {
  font-family: 'wico';
  src: url("../fonts/icomoon/fonts/wico.woff2") format("woff2"), url("../fonts/icomoon/fonts/wico.woff") format("woff"), url("../fonts/icomoon/fonts/wico.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 29, sass/helper/_ico-var.scss */
[class^='ico--'],
[class*=' ico--'],
.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* fix inline block */
/* hide the text content  http://nicolasgallagher.com/another-css-image-replacement-technique/ */
/* Vertically align */
/* Placeholder */
/* Triangle - @include triangle(12px, 6px, #ff0000, bottom); */
/* @include svg_bg(inline/icon-x, 50px); */
/* Calculate fluid ratio based on two dimensions (width/height)  @include fluid-ratio(800px 200px, 300px 150px);
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
*/
/* @include pseudo(before, 10px, 10px); */
/* @include accelerate(transform); */
/* line 381, sass/helper/_mixins.scss */
.ani--trans, .breadcrumb__link {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 2, sass/helper/_flex-grid.scss */
.row--gutter-md {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
/* line 6, sass/helper/_flex-grid.scss */
.row--gutter-md &gt; * {
  padding: 0.875rem;
}
/* line 11, sass/helper/_flex-grid.scss */
.row--gutter-xs {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
/* line 15, sass/helper/_flex-grid.scss */
.row--gutter-xs &gt; * {
  padding: 0.125rem;
}
/* line 20, sass/helper/_flex-grid.scss */
.row--gutter-sm {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
/* line 24, sass/helper/_flex-grid.scss */
.row--gutter-sm &gt; * {
  padding: 0.75rem 0.25rem;
}
/* Custom
=======================================*/
/* line 1, sass/ckeditor/_ckeditor.scss */
.ckec,
.cke_editable {
  font-size: 1.25rem;
  word-wrap: break-word;
  /*   ul[style*="circle"] {
    &gt; li {
      list-style-type: none;

      &amp;:before {
        content: '\e60d' !important;
        left: -13px !important;
        font-size: 8px !important;
        top: 5px !important;
      }
    }
  }

  ul[style*="disc"] {
    &gt; li {
      list-style-type: none;

      &amp;:before {
        content: '\e615' !important;
        font-size: 16px !important;
        left: -18px !important;
        top: -1px !important;
      }
    }
  }

  ul[style*="square"] {
    &gt; li {

      &amp;:before {
        display: none;
      }
    }
  }	 */
}
/* line 6, sass/ckeditor/_ckeditor.scss */
.ckec::after,
.cke_editable::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991.98px) {
  /* line 1, sass/ckeditor/_ckeditor.scss */
  .ckec,
  .cke_editable {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/ckeditor/_ckeditor.scss */
  .ckec,
  .cke_editable {
    font-size: 0.875rem;
  }
}
/* line 20, sass/ckeditor/_ckeditor.scss */
.ckec &gt; *:first-child,
.cke_editable &gt; *:first-child {
  margin-top: 0 !important;
}
/* line 23, sass/ckeditor/_ckeditor.scss */
.ckec &gt; *:first-child &gt; *:first-child,
.cke_editable &gt; *:first-child &gt; *:first-child {
  margin-top: 0 !important;
}
/* line 29, sass/ckeditor/_ckeditor.scss */
.ckec a:not([class]),
.cke_editable a:not([class]) {
  color: #2020B2;
  text-decoration: underline;
}
/* line 33, sass/ckeditor/_ckeditor.scss */
.ckec a:not([class]):hover, .ckec a:not([class]):focus,
.cke_editable a:not([class]):hover,
.cke_editable a:not([class]):focus {
  text-decoration: none;
}
/* line 39, sass/ckeditor/_ckeditor.scss */
.ckec a:not(.btn)[target='_blank'],
.cke_editable a:not(.btn)[target='_blank'] {
  margin-right: 0.25em;
}
/* line 42, sass/ckeditor/_ckeditor.scss */
.ckec a:not(.btn)[target='_blank']:after,
.cke_editable a:not(.btn)[target='_blank']:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8125em;
  margin-left: 0.3125rem;
  font-weight: 400;
  vertical-align: 0.15384615em;
  content: "\e812";
}
/* line 56, sass/ckeditor/_ckeditor.scss */
.ckec img,
.ckec video,
.cke_editable img,
.cke_editable video {
  max-width: 100%;
  height: auto !important;
}

.ckec img.full-width {
  width: 100%;
}

/* line 63, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]),
.ckec ol:not([class]),
.cke_editable ul:not([class]),
.cke_editable ol:not([class]) {
  margin-bottom: 0;
}
/* line 66, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li,
.ckec ol:not([class]) li,
.cke_editable ul:not([class]) li,
.cke_editable ol:not([class]) li {
  margin-bottom: 1.25rem;
}
/* line 69, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li:last-child,
.ckec ol:not([class]) li:last-child,
.cke_editable ul:not([class]) li:last-child,
.cke_editable ol:not([class]) li:last-child {
  margin-bottom: 0;
}
/* line 73, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li li,
.ckec ol:not([class]) li li,
.cke_editable ul:not([class]) li li,
.cke_editable ol:not([class]) li li {
  margin-bottom: 0.75rem;
}
/* line 76, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li li:last-child,
.ckec ol:not([class]) li li:last-child,
.cke_editable ul:not([class]) li li:last-child,
.cke_editable ol:not([class]) li li:last-child {
  margin-bottom: 0;
}
/* line 82, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ol,
.ckec ol:not([class]) ol,
.cke_editable ul:not([class]) ol,
.cke_editable ol:not([class]) ol {
  margin: 0.75rem 0rem 0rem 2.75rem;
}
/* line 85, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ol ol,
.ckec ol:not([class]) ol ol,
.cke_editable ul:not([class]) ol ol,
.cke_editable ol:not([class]) ol ol {
  margin-left: 3.625rem;
}
/* line 88, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ol ol ol,
.ckec ol:not([class]) ol ol ol,
.cke_editable ul:not([class]) ol ol ol,
.cke_editable ol:not([class]) ol ol ol {
  margin-left: 4.625rem;
}
/* line 94, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ul,
.ckec ol:not([class]) ul,
.cke_editable ul:not([class]) ul,
.cke_editable ol:not([class]) ul {
  margin: 0.5rem 0rem 1rem 1rem;
}
/* line 97, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ul ul,
.ckec ol:not([class]) ul ul,
.cke_editable ul:not([class]) ul ul,
.cke_editable ol:not([class]) ul ul {
  margin-left: 1.875rem;
}
/* line 105, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class]),
.cke_editable ol:not([class]) {
  margin-left: 1.5rem;
  padding-left: 0;
  counter-reset: item;
}
/* line 110, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class]) &gt; li,
.cke_editable ol:not([class]) &gt; li {
  display: block;
  position: relative;
}
/* line 114, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class]) &gt; li:before,
.cke_editable ol:not([class]) &gt; li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  /* space between number and text */
  color: #000A7B;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='1'],
.cke_editable ol:not([class])[start='1'] {
  counter-reset: item 0;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='2'],
.cke_editable ol:not([class])[start='2'] {
  counter-reset: item 1;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='3'],
.cke_editable ol:not([class])[start='3'] {
  counter-reset: item 2;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='4'],
.cke_editable ol:not([class])[start='4'] {
  counter-reset: item 3;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='5'],
.cke_editable ol:not([class])[start='5'] {
  counter-reset: item 4;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='6'],
.cke_editable ol:not([class])[start='6'] {
  counter-reset: item 5;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='7'],
.cke_editable ol:not([class])[start='7'] {
  counter-reset: item 6;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='8'],
.cke_editable ol:not([class])[start='8'] {
  counter-reset: item 7;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='9'],
.cke_editable ol:not([class])[start='9'] {
  counter-reset: item 8;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='10'],
.cke_editable ol:not([class])[start='10'] {
  counter-reset: item 9;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='11'],
.cke_editable ol:not([class])[start='11'] {
  counter-reset: item 10;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='12'],
.cke_editable ol:not([class])[start='12'] {
  counter-reset: item 11;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='13'],
.cke_editable ol:not([class])[start='13'] {
  counter-reset: item 12;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='14'],
.cke_editable ol:not([class])[start='14'] {
  counter-reset: item 13;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='15'],
.cke_editable ol:not([class])[start='15'] {
  counter-reset: item 14;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='16'],
.cke_editable ol:not([class])[start='16'] {
  counter-reset: item 15;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='17'],
.cke_editable ol:not([class])[start='17'] {
  counter-reset: item 16;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='18'],
.cke_editable ol:not([class])[start='18'] {
  counter-reset: item 17;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='19'],
.cke_editable ol:not([class])[start='19'] {
  counter-reset: item 18;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='20'],
.cke_editable ol:not([class])[start='20'] {
  counter-reset: item 19;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='21'],
.cke_editable ol:not([class])[start='21'] {
  counter-reset: item 20;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='22'],
.cke_editable ol:not([class])[start='22'] {
  counter-reset: item 21;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='23'],
.cke_editable ol:not([class])[start='23'] {
  counter-reset: item 22;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='24'],
.cke_editable ol:not([class])[start='24'] {
  counter-reset: item 23;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='25'],
.cke_editable ol:not([class])[start='25'] {
  counter-reset: item 24;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='26'],
.cke_editable ol:not([class])[start='26'] {
  counter-reset: item 25;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='27'],
.cke_editable ol:not([class])[start='27'] {
  counter-reset: item 26;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='28'],
.cke_editable ol:not([class])[start='28'] {
  counter-reset: item 27;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='29'],
.cke_editable ol:not([class])[start='29'] {
  counter-reset: item 28;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='30'],
.cke_editable ol:not([class])[start='30'] {
  counter-reset: item 29;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='31'],
.cke_editable ol:not([class])[start='31'] {
  counter-reset: item 30;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='32'],
.cke_editable ol:not([class])[start='32'] {
  counter-reset: item 31;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='33'],
.cke_editable ol:not([class])[start='33'] {
  counter-reset: item 32;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='34'],
.cke_editable ol:not([class])[start='34'] {
  counter-reset: item 33;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='35'],
.cke_editable ol:not([class])[start='35'] {
  counter-reset: item 34;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='36'],
.cke_editable ol:not([class])[start='36'] {
  counter-reset: item 35;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='37'],
.cke_editable ol:not([class])[start='37'] {
  counter-reset: item 36;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='38'],
.cke_editable ol:not([class])[start='38'] {
  counter-reset: item 37;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='39'],
.cke_editable ol:not([class])[start='39'] {
  counter-reset: item 38;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='40'],
.cke_editable ol:not([class])[start='40'] {
  counter-reset: item 39;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='41'],
.cke_editable ol:not([class])[start='41'] {
  counter-reset: item 40;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='42'],
.cke_editable ol:not([class])[start='42'] {
  counter-reset: item 41;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='43'],
.cke_editable ol:not([class])[start='43'] {
  counter-reset: item 42;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='44'],
.cke_editable ol:not([class])[start='44'] {
  counter-reset: item 43;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='45'],
.cke_editable ol:not([class])[start='45'] {
  counter-reset: item 44;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='46'],
.cke_editable ol:not([class])[start='46'] {
  counter-reset: item 45;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='47'],
.cke_editable ol:not([class])[start='47'] {
  counter-reset: item 46;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='48'],
.cke_editable ol:not([class])[start='48'] {
  counter-reset: item 47;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='49'],
.cke_editable ol:not([class])[start='49'] {
  counter-reset: item 48;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='50'],
.cke_editable ol:not([class])[start='50'] {
  counter-reset: item 49;
}
/* line 133, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]),
.cke_editable ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
/* line 137, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li,
.cke_editable ul:not([class]) &gt; li {
  position: relative;
  padding-left: 1em;
}
/* line 141, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4em;
  position: absolute;
  top: 1em;
  left: 0;
  color: #000A7B;
  content: "\f111";
}
/* line 151, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li {
  padding-left: 1em;
}
/* line 154, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li:before {
  content: "\f10c";
}
/* line 158, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li {
  padding-left: 1em;
}
/* line 161, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li:before {
  content: "\e920";
}
/* line 168, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class]),
.cke_editable ul:not([class]) &gt; li ol:not([class]) {
  counter-reset: item2;
}
/* line 172, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li ol:not([class]) &gt; li:before {
  content: counters(item2, ".") ".";
  counter-increment: item2;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='1'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='1'] {
  counter-reset: item2 0;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='2'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='2'] {
  counter-reset: item2 1;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='3'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='3'] {
  counter-reset: item2 2;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='4'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='4'] {
  counter-reset: item2 3;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='5'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='5'] {
  counter-reset: item2 4;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='6'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='6'] {
  counter-reset: item2 5;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='7'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='7'] {
  counter-reset: item2 6;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='8'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='8'] {
  counter-reset: item2 7;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='9'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='9'] {
  counter-reset: item2 8;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='10'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='10'] {
  counter-reset: item2 9;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='11'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='11'] {
  counter-reset: item2 10;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='12'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='12'] {
  counter-reset: item2 11;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='13'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='13'] {
  counter-reset: item2 12;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='14'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='14'] {
  counter-reset: item2 13;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='15'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='15'] {
  counter-reset: item2 14;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='16'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='16'] {
  counter-reset: item2 15;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='17'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='17'] {
  counter-reset: item2 16;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='18'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='18'] {
  counter-reset: item2 17;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='19'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='19'] {
  counter-reset: item2 18;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='20'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='20'] {
  counter-reset: item2 19;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='21'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='21'] {
  counter-reset: item2 20;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='22'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='22'] {
  counter-reset: item2 21;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='23'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='23'] {
  counter-reset: item2 22;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='24'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='24'] {
  counter-reset: item2 23;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='25'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='25'] {
  counter-reset: item2 24;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='26'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='26'] {
  counter-reset: item2 25;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='27'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='27'] {
  counter-reset: item2 26;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='28'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='28'] {
  counter-reset: item2 27;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='29'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='29'] {
  counter-reset: item2 28;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='30'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='30'] {
  counter-reset: item2 29;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='31'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='31'] {
  counter-reset: item2 30;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='32'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='32'] {
  counter-reset: item2 31;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='33'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='33'] {
  counter-reset: item2 32;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='34'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='34'] {
  counter-reset: item2 33;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='35'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='35'] {
  counter-reset: item2 34;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='36'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='36'] {
  counter-reset: item2 35;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='37'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='37'] {
  counter-reset: item2 36;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='38'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='38'] {
  counter-reset: item2 37;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='39'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='39'] {
  counter-reset: item2 38;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='40'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='40'] {
  counter-reset: item2 39;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='41'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='41'] {
  counter-reset: item2 40;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='42'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='42'] {
  counter-reset: item2 41;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='43'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='43'] {
  counter-reset: item2 42;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='44'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='44'] {
  counter-reset: item2 43;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='45'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='45'] {
  counter-reset: item2 44;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='46'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='46'] {
  counter-reset: item2 45;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='47'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='47'] {
  counter-reset: item2 46;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='48'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='48'] {
  counter-reset: item2 47;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='49'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='49'] {
  counter-reset: item2 48;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='50'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='50'] {
  counter-reset: item2 49;
}
/* line 194, sass/ckeditor/_ckeditor.scss */
.ckec ol[style*='lower-roman'] li, .ckec ol[style*='upper-roman'] li, .ckec ol[style*='lower-alpha'] li, .ckec ol[style*='upper-alpha'] li,
.cke_editable ol[style*='lower-roman'] li,
.cke_editable ol[style*='upper-roman'] li,
.cke_editable ol[style*='lower-alpha'] li,
.cke_editable ol[style*='upper-alpha'] li {
  display: list-item;
}
/* line 197, sass/ckeditor/_ckeditor.scss */
.ckec ol[style*='lower-roman'] li:before, .ckec ol[style*='upper-roman'] li:before, .ckec ol[style*='lower-alpha'] li:before, .ckec ol[style*='upper-alpha'] li:before,
.cke_editable ol[style*='lower-roman'] li:before,
.cke_editable ol[style*='upper-roman'] li:before,
.cke_editable ol[style*='lower-alpha'] li:before,
.cke_editable ol[style*='upper-alpha'] li:before {
  display: none;
}
/* line 205, sass/ckeditor/_ckeditor.scss */
.ckec ul[style*='circle'], .ckec ul[style*='disc'], .ckec ul[style*='square'],
.cke_editable ul[style*='circle'],
.cke_editable ul[style*='disc'],
.cke_editable ul[style*='square'] {
  padding-left: 1rem;
}
/* line 210, sass/ckeditor/_ckeditor.scss */
.ckec ul[style*='circle'] &gt; li, .ckec ul[style*='disc'] &gt; li, .ckec ul[style*='square'] &gt; li,
.cke_editable ul[style*='circle'] &gt; li,
.cke_editable ul[style*='disc'] &gt; li,
.cke_editable ul[style*='square'] &gt; li {
  display: list-item;
  padding-left: 0 !important;
}
/* line 214, sass/ckeditor/_ckeditor.scss */
.ckec ul[style*='circle'] &gt; li:before, .ckec ul[style*='disc'] &gt; li:before, .ckec ul[style*='square'] &gt; li:before,
.cke_editable ul[style*='circle'] &gt; li:before,
.cke_editable ul[style*='disc'] &gt; li:before,
.cke_editable ul[style*='square'] &gt; li:before {
  display: none;
}
/* line 258, sass/ckeditor/_ckeditor.scss */
.cke_editable .collapse {
  display: block;
}
/* line 262, sass/ckeditor/_ckeditor.scss */
.cke_editable .panel__heading-btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 267, sass/ckeditor/_ckeditor.scss */
.img-container {
  margin: 2.4em 0em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* line 2, sass/bootstrap/mixins/_clearfix.scss */
.rte-template::after {
  display: block;
  clear: both;
  content: "";
}
/* line 5, sass/ckeditor/_rte-template.scss */
.rte-img {
  margin-bottom: 0.9375rem;
}
/* line 8, sass/ckeditor/_rte-template.scss */
.rte-img__container {
  position: relative;
  z-index: 1;
  display: table;
  max-width: 65%;
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  /* line 8, sass/ckeditor/_rte-template.scss */
  .rte-img__container {
    display: block;
    max-width: none;
  }
}
/* line 22, sass/ckeditor/_rte-template.scss */
.rte-img__content &gt; *:first-child {
  margin-top: 0 !important;
}
/* line 27, sass/ckeditor/_rte-template.scss */
.rte-img__caption {
  position: relative;
  font-size: 0.875rem;
  display: table-caption;
  margin-bottom: 0.71428571em;
  padding: 0.85714286em 0em 0.85714286em 1.42857143em;
  caption-side: bottom;
  text-align: left;
}
/* line 36, sass/ckeditor/_rte-template.scss */
.rte-img__caption:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.85714286em;
  left: 0;
  color: #2020B2;
  content: "\e921";
}
@media (max-width: 767.98px) {
  /* line 27, sass/ckeditor/_rte-template.scss */
  .rte-img__caption {
    display: block;
    margin-bottom: 0;
  }
  /* line 51, sass/ckeditor/_rte-template.scss */
  .rte-img__caption br {
    display: none;
  }
}
/* line 59, sass/ckeditor/_rte-template.scss */
.rte-img--left .rte-img__container {
  float: left;
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
  /* line 59, sass/ckeditor/_rte-template.scss */
  .rte-img--left .rte-img__container {
    float: none;
    margin-right: 0;
  }
}
/* line 73, sass/ckeditor/_rte-template.scss */
.rte-img--right .rte-img__container {
  float: right;
  margin-left: 1.25rem;
}
@media (max-width: 767.98px) {
  /* line 73, sass/ckeditor/_rte-template.scss */
  .rte-img--right .rte-img__container {
    float: none;
    margin-left: 0;
  }
}
/* line 87, sass/ckeditor/_rte-template.scss */
.rte-img--center .rte-img__container {
  width: 100%;
  table-layout: fixed;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/* line 95, sass/ckeditor/_rte-template.scss */
.rte-img--center .rte-img__container img {
  max-width: 100%;
  height: auto !important;
}
/* line 103, sass/ckeditor/_rte-template.scss */
.rte-img--left-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  /* line 103, sass/ckeditor/_rte-template.scss */
  .rte-img--left-center {
    display: block;
  }
}
/* line 113, sass/ckeditor/_rte-template.scss */
.rte-img--left-center .rte-img__container {
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
  /* line 113, sass/ckeditor/_rte-template.scss */
  .rte-img--left-center .rte-img__container {
    margin-right: 0;
  }
}
/* line 121, sass/ckeditor/_rte-template.scss */
.rte-img--left-center .rte-img__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: 100%;
}
/* line 128, sass/ckeditor/_rte-template.scss */
.rte-img--right-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  /* line 128, sass/ckeditor/_rte-template.scss */
  .rte-img--right-center {
    display: block;
  }
}
/* line 139, sass/ckeditor/_rte-template.scss */
.rte-img--right-center .rte-img__container {
  margin-left: 1.25rem;
}
@media (max-width: 767.98px) {
  /* line 139, sass/ckeditor/_rte-template.scss */
  .rte-img--right-center .rte-img__container {
    margin-left: 0;
  }
}
/* line 147, sass/ckeditor/_rte-template.scss */
.rte-img--right-center .rte-img__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: 100%;
}
/* line 156, sass/ckeditor/_rte-template.scss */
.rte-img--nowrap .rte-img__content {
  overflow: hidden;
}
/* Plain Table */
/* line 2, sass/component/_table.scss */
table {
  width: 100%;
}
/* line 7, sass/component/_table.scss */
table[data-cellpadding='true'] th,
table[data-cellpadding='true'] td {
  padding: 0.625em 0.75em;
}
/* line 15, sass/component/_table.scss */
table[border='0'] th,
table[border='0'] td {
  border: 0;
}
/* Theme Styled Table */
/* line 36, sass/component/_table.scss */
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 1em;
  border-top: 0;
}
/* line 45, sass/component/_table.scss */
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th {
  padding: 0.66666667em 0.83333333em;
  font-size: 1.2em;
  color: #fff;
  background-color: #000A7B;
}
/* line 59, sass/component/_table.scss */
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border: 0;
}
/* line 66, sass/component/_table.scss */
.table--no-padding {
  width: auto;
}
/* line 74, sass/component/_table.scss */
.table--no-padding &gt; thead &gt; tr &gt; th,
.table--no-padding &gt; thead &gt; tr &gt; td,
.table--no-padding &gt; tbody &gt; tr &gt; th,
.table--no-padding &gt; tbody &gt; tr &gt; td,
.table--no-padding &gt; tfoot &gt; tr &gt; th,
.table--no-padding &gt; tfoot &gt; tr &gt; td {
  padding: 0;
}
/* line 82, sass/component/_table.scss */
.table--no-padding &gt; thead &gt; tr &gt; th,
.table--no-padding &gt; thead &gt; tr &gt; td,
.table--no-padding &gt; tbody &gt; tr &gt; th {
  padding: 0;
}
/* line 90, sass/component/_table.scss */
.table-bordered,
.cke_editable table.cke_show_border.table-bordered {
  border: 1px solid #CBCBCB !important;
}
/* line 98, sass/component/_table.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td,
.cke_editable table.cke_show_border.table-bordered &gt; thead &gt; tr &gt; th,
.cke_editable table.cke_show_border.table-bordered &gt; thead &gt; tr &gt; td,
.cke_editable table.cke_show_border.table-bordered &gt; tbody &gt; tr &gt; th,
.cke_editable table.cke_show_border.table-bordered &gt; tbody &gt; tr &gt; td,
.cke_editable table.cke_show_border.table-bordered &gt; tfoot &gt; tr &gt; th,
.cke_editable table.cke_show_border.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #CBCBCB !important;
}
/* line 107, sass/component/_table.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.cke_editable table.cke_show_border.table-bordered &gt; thead &gt; tr &gt; th,
.cke_editable table.cke_show_border.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 1px;
}
/* line 115, sass/component/_table.scss */
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #eee;
}
/* line 121, sass/component/_table.scss */
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f9f2cf;
}
/* Responsive table */
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
/* line 144, sass/component/_table.scss */
.table-wrapper {
  position: relative;
}
/* line 148, sass/component/_table.scss */
.table-wrapper.is-loaded:before, .table-wrapper.is-loaded:after {
  display: none;
}
/* line 154, sass/component/_table.scss */
.table-wrapper:after {
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f8fa), to(rgba(248, 248, 250, 0)));
  background-image: -o-linear-gradient(right, #f8f8fa, rgba(248, 248, 250, 0));
  background-image: linear-gradient(to left, #f8f8fa, rgba(248, 248, 250, 0));
  position: absolute;
  z-index: 22;
  pointer-events: none;
  top: 0;
  width: 3.125rem;
  bottom: 0;
  content: ' ';
  display: block;
}
/* line 166, sass/component/_table.scss */
.table-wrapper:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50px;
  right: 12px;
  background: url("../img/icon_slide-right.png") no-repeat center center;
  background-size: contain;
  z-index: 25;
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
  content: '';
}
/* line 179, sass/component/_table.scss */
.table-wrapper:after {
  right: 0;
}
/* line 184, sass/component/_table.scss */
.table-wrapper.right-end:before, .table-wrapper.right-end:after {
  display: none;
}
/* line 1, sass/section/_breadcrumb.scss */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none !important;
  margin-bottom: 0.42105263em;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.31578947;
}
/* line 8, sass/section/_breadcrumb.scss */
.inner-top--theme-light .breadcrumb {
  color: #21212F;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 0.875rem;
  }
}
/* line 20, sass/section/_breadcrumb.scss */
.breadcrumb__item {
  display: inline-block;
  margin-bottom: 0.1875rem;
}
/* line 24, sass/section/_breadcrumb.scss */
.breadcrumb__item:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -0.0625em;
  margin: 0rem 0.625rem;
  font-size: 0.63157895em;
  line-height: 1;
  vertical-align: middle;
  content: "\e910";
}
/* line 37, sass/section/_breadcrumb.scss */
.breadcrumb__item:last-child:after {
  display: none;
}
/* line 43, sass/section/_breadcrumb.scss */
.breadcrumb__link {
  border-bottom: 1px solid transparent;
  color: currentColor;
}
/* line 389, sass/helper/_mixins.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  border-bottom: 1px solid currentColor;
}
/* line 47, sass/section/_breadcrumb.scss */
.inner-top--theme-dark .breadcrumb__link {
  text-shadow: 0 0 4px #000;
}
/* line 51, sass/section/_breadcrumb.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  color: currentColor;
}
/* line 1, sass/page/_default-style.scss */
.main-content {
  padding: 3rem 0rem;
}
/* line 5, sass/page/_default-style.scss */
.item-heading {
  margin-bottom: 0.81818182em;
  font-size: 2.75rem;
  line-height: 1.31818182;
  color: #333;
}
@media (max-width: 991.98px) {
  /* line 5, sass/page/_default-style.scss */
  .item-heading {
    font-size: 2.375rem;
  }
}
@media (max-width: 767.98px) {
  /* line 5, sass/page/_default-style.scss */
  .item-heading {
    font-size: 2rem;
  }
}
/* line 19, sass/page/_default-style.scss */
.color-sample {
  margin: 0em -1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
}
/* line 25, sass/page/_default-style.scss */
.color-sample__box {
  margin-bottom: 1.25em;
  padding: 0em 1.25em;
}
/* line 29, sass/page/_default-style.scss */
.color-sample__blk {
  margin: 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  /* line 29, sass/page/_default-style.scss */
  .color-sample__blk {
    width: 4.25rem;
    height: 4.25rem;
  }
}
@media (max-width: 767.98px) {
  /* line 29, sass/page/_default-style.scss */
  .color-sample__blk {
    width: 3rem;
    height: 3rem;
  }
}
/* line 46, sass/page/_default-style.scss */
.color-sample__code {
  margin-top: 0.625em;
  text-align: center;
}
/* line 52, sass/page/_default-style.scss */
.font-sample {
  margin: 0em -2.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  /* line 52, sass/page/_default-style.scss */
  .font-sample {
    margin: 0em -1.71428571em;
    font-size: 0.875em;
  }
}
/* line 63, sass/page/_default-style.scss */
.font-sample__col {
  margin-bottom: 2.25rem;
  padding: 0em 2.625em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media (max-width: 991.98px) {
  /* line 63, sass/page/_default-style.scss */
  .font-sample__col {
    padding: 0em 1.71428571em;
  }
}
@media (max-width: 767.98px) {
  /* line 63, sass/page/_default-style.scss */
  .font-sample__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 79, sass/page/_default-style.scss */
.font-sample__box {
  padding-bottom: 2.25em;
  height: 100%;
  border-bottom: 1px solid #E0E0E0;
}
/* line 85, sass/page/_default-style.scss */
.font-sample__tag {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
/* line 90, sass/page/_default-style.scss */
.font-sample__demo {
  font-size: 1.75em;
}
/* line 94, sass/page/_default-style.scss */
.font-sample__demo--heading p {
  font-family: "Mukta", Arial, PingFangTC, "Microsoft JhengHei revise", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
/* line 57, sass/base/_typo-font.scss */
.lang-sc .font-sample__demo--heading p {
  font-family: "Mukta", Arial, PingFangSC, "Microsoft JhengHei revise", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
@media (max-width: 991.98px) {
  /* line 90, sass/page/_default-style.scss */
  .font-sample__demo {
    font-size: 1.5em;
  }
}
/* line 105, sass/page/_default-style.scss */
.heading-sample {
  font-size: 1rem;
}
/* line 108, sass/page/_default-style.scss */
.heading-sample &gt; * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 113, sass/page/_default-style.scss */
.heading-sample &gt; * &gt; span:not(:last-child) {
  margin-right: 6.07902736%;
}
@media (max-width: 991.98px) {
  /* line 113, sass/page/_default-style.scss */
  .heading-sample &gt; * &gt; span:not(:last-child) {
    margin-right: 0;
  }
}
/* line 120, sass/page/_default-style.scss */
.heading-sample &gt; * &gt; span:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 7.5rem;
  flex: 1 1 7.5rem;
  max-width: 7.5rem;
}
/* line 124, sass/page/_default-style.scss */
.lang-en .heading-sample &gt; * &gt; span:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.5rem;
  flex: 1 1 12.5rem;
  max-width: 12.5rem;
}
/* line 129, sass/page/_default-style.scss */
.heading-sample &gt; * &gt; span:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 5.625rem;
  flex: 1 1 5.625rem;
  max-width: 5.625rem;
}
@media (max-width: 991.98px) {
  /* line 133, sass/page/_default-style.scss */
  .heading-sample &gt; * &gt; span:nth-child(3) {
    display: none;
  }
}
/* line 143, sass/page/_default-style.scss */
.heading-sample--pd .heading-sample__itm {
  padding: 1.25em;
}



/* add new img container width css for en/anti.html 2023-03-13*/
  .rte-img__container-custom-width {
   width:15%;
  }


@media (max-width: 992px) {

  .rte-img__container-custom-width {
      width:25%;
  }
}


@media (max-width: 575.98px) {

  .rte-img__container-custom-width {
   width:100%;
  }
}

</pre></body></html>