/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
@font-face {
  font-family: 'BourgeoisBook';
  src: url('../fonts/bourgboo-webfont.eot');
  src: url('../fonts/bourgboo-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bourgboo-webfont.woff') format('woff'),
       url('../fonts/bourgboo-webfont.ttf') format('truetype'),
       url('../fonts/bourgboo-webfont.svg#BourgeoisBook') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
}.c1{width:8.33333%}
.c2{width:16.66667%}
.c3{width:25%}
.c4{width:33.33333%}
.c5{width:41.66667%}
.c6{width:50%}
.c7{width:58.33333%}
.c8{width:66.66667%}
.c9{width:75%}
.c10{width:83.33333%}
.c11{width:91.66667%}
.c12{width:100%}
.s1{width:100%}
.s2{width:50%}
.s3{width:33.33333%}
.s4{width:25%}
.s5{width:20%}
.s6{width:16.66667%}
.s7{width:14.28571%}
.s8{width:12.5%}
.s9{width:11.11111%}
.s10{width:10%}
.s11{width:9.09091%}
.s12{width:8.33333%}
.co0{margin-left:0}
.co1{margin-left:8.33333%}
.co2{margin-left:16.66667%}
.co3{margin-left:25%}
.co4{margin-left:33.33333%}
.co5{margin-left:41.66667%}
.co6{margin-left:50%}
.co7{margin-left:58.33333%}
.co8{margin-left:66.66667%}
.co9{margin-left:75%}
.co10{margin-left:83.33333%}
.co11{margin-left:91.66667%}
.co12{margin-left:100%}
.m0-5{margin:0.5rem}
.m1{margin:1rem}
.m1-5{margin:1.5rem}
.m2{margin:2rem}
.m3{margin:3rem}
.m4{margin:4rem}
.mt0-5{margin-top:0.5rem}
.mt1{margin-top:1rem}
.mt1-5{margin-top:1.5rem}
.mt2{margin-top:2rem}
.mt3{margin-top:3rem}
.mt4{margin-top:4rem}
.mr0-5{margin-right:0.5rem}
.mr1{margin-right:1rem}
.mr1-5{margin-right:1.5rem}
.mr2{margin-right:2rem}
.mr3{margin-right:3rem}
.mr4{margin-right:4rem}
.mb0-5{margin-bottom:0.5rem}
.mb1{margin-bottom:1rem}
.mb1-5{margin-bottom:1.5rem}
.mb2{margin-bottom:2rem}
.mb3{margin-bottom:3rem}
.mb4{margin-bottom:4rem}
.ml0-5{margin-left:0.5rem}
.ml1{margin-left:1rem}
.ml1-5{margin-left:1.5rem}
.ml2{margin-left:2rem}
.ml3{margin-left:3rem}
.ml4{margin-left:4rem}
.mx0-5{margin-left:0.5rem;margin-right:0.5rem}
.mx1{margin-left:1rem;margin-right:1rem}
.mx1-5{margin-left:1.5rem;margin-right:1.5rem}
.mx2{margin-left:2rem;margin-right:2rem}
.mx3{margin-left:3rem;margin-right:3rem}
.mx4{margin-left:4rem;margin-right:4rem}
.my0-5{margin-top:0.5rem;margin-bottom:0.5rem}
.my1{margin-top:1rem;margin-bottom:1rem}
.my1-5{margin-top:1.5rem;margin-bottom:1.5rem}
.my2{margin-top:2rem;margin-bottom:2rem}
.my3{margin-top:3rem;margin-bottom:3rem}
.my4{margin-top:4rem;margin-bottom:4rem}
.p0-5{padding:0.5rem}
.p1{padding:1rem}
.p1-5{padding:1.5rem}
.p2{padding:2rem}
.p3{padding:3rem}
.p4{padding:4rem}
.pt0-5{padding-top:0.5rem}
.pt1{padding-top:1rem}
.pt1-5{padding-top:1.5rem}
.pt2{padding-top:2rem}
.pt3{padding-top:3rem}
.pt4{padding-top:4rem}
.pr0-5{padding-right:0.5rem}
.pr1{padding-right:1rem}
.pr1-5{padding-right:1.5rem}
.pr2{padding-right:2rem}
.pr3{padding-right:3rem}
.pr4{padding-right:4rem}
.pb0-5{padding-bottom:0.5rem}
.pb1{padding-bottom:1rem}
.pb1-5{padding-bottom:1.5rem}
.pb2{padding-bottom:2rem}
.pb3{padding-bottom:3rem}
.pb4{padding-bottom:4rem}
.pl0-5{padding-left:0.5rem}
.pl1{padding-left:1rem}
.pl1-5{padding-left:1.5rem}
.pl2{padding-left:2rem}
.pl3{padding-left:3rem}
.pl4{padding-left:4rem}
.px0-5{padding-left:0.5rem;padding-right:0.5rem}
.px1{padding-left:1rem;padding-right:1rem}
.px1-5{padding-left:1.5rem;padding-right:1.5rem}
.px2{padding-left:2rem;padding-right:2rem}
.px3{padding-left:3rem;padding-right:3rem}
.px4{padding-left:4rem;padding-right:4rem}
.py0-5{padding-top:0.5rem;padding-bottom:0.5rem}
.py1{padding-top:1rem;padding-bottom:1rem}
.py1-5{padding-top:1.5rem;padding-bottom:1.5rem}
.py2{padding-top:2rem;padding-bottom:2rem}
.py3{padding-top:3rem;padding-bottom:3rem}
.py4{padding-top:4rem;padding-bottom:4rem}
.op0{opacity:0}
.op25{opacity:0.25}
.op30{opacity:0.3}
.op40{opacity:0.4}
.op50{opacity:0.5}
.op60{opacity:0.6}
.op100{opacity:1}
.bgsc{background-size:cover}
.bgsct{background-size:contain}
.bgpc{background-position:center}
.bgpt{background-position:top}
.bgpr{background-position:right}
.bgpb{background-position:bottom}
.bgpl{background-position:left}
.bgrn{background-repeat:no-repeat}
.bgrx{background-repeat:repeat-x}
.bgry{background-repeat:repeat-y}
.x{display:-webkit-box;display:-ms-flexbox;display:flex}
.xac{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.xab{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.xas{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.xafs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.xafe{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.xdr{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.xdrr{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.xdc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.xdcr{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.xjc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.xjb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.xja{-ms-flex-pack:distribute;justify-content:space-around}
.xjs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.xje{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.xw{-ms-flex-wrap:wrap;flex-wrap:wrap}
.xwr{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
.xwn{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.xi{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}
.xx{-webkit-box-flex:1;-ms-flex:1;flex:1}
.xa{-webkit-box-flex:1;-ms-flex:auto;flex:auto}
.xn{-webkit-box-flex:0;-ms-flex:none;flex:none}
.xo0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.xo1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.xo2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.xo3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.xo4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
.xot{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.xob{-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}
.df{display:-webkit-box;display:-ms-flexbox;display:flex}
.db{display:block}
.dib{display:inline-block}
.di{display:inline}
.dt{display:table}
.dtc{display:table-cell}
.dtr{display:table-row}
.dn{display:none}
.fl{float:left}
.fr{float:right}
.fn{float:none}
.cf:after{content:"";display:block;clear:both}
.oh{overflow:hidden}
.os{overflow:scroll}
.ov{overflow:visible}
.oxh{overflow-x:hidden}
.oxs{overflow-x:scroll}
.oxv{overflow-x:visible}
.oyh{overflow-y:hidden}
.oys{overflow-y:scroll}
.oyv{overflow-y:visible}
.psa{position:absolute}
.psr{position:relative}
.psf{position:fixed}
.pss{position:static}
.t0{top:0}
.r0{right:0}
.b0{bottom:0}
.l0{left:0}
.z0{z-index:0}
.z1{z-index:1}
.z2{z-index:2}
.z3{z-index:3}
.z4{z-index:4}
.w0{width:0}
.w100{width:100%}
.h0{height:0}
.h100{height:100%}
.vw50{width:50vw}
.vw100{width:100vw}
.vwmn50{min-width:50vw}
.vwmn100{min-width:100vw}
.vwmx50{max-width:50vw}
.vwmx100{max-width:100vw}
.vh50{height:50vh}
.vh100{height:100vh}
.vhmn50{min-height:50vh}
.vhmn100{min-height:100vh}
.vhmx50{max-height:50vh}
.vhmx100{max-height:100vh}
.ar25:before{padding-top:25%;content:"";display:block}
.ar50:before{padding-top:50%;content:"";display:block}
.ar75:before{padding-top:75%;content:"";display:block}
.ar100:before{padding-top:100%;content:"";display:block}
.fs1-5{font-size:1.5rem}
.fs2{font-size:2rem}
.lh1-3{line-height:1.333}
.fsn{font-style:normal}
.fsi{font-style:italic}
.fwn{font-weight:normal}
.fwb{font-weight:bold}
.tal{text-align:left}
.tac{text-align:center}
.tar{text-align:right}
.taj{text-align:justify}
.toi{text-overflow:initial}
.toc{text-overflow:clip}
.toe{text-overflow:ellipsis}
.tdu{text-decoration:underline}
.tdo{text-decoration:overline}
.tdlt{text-decoration:line-through}
.tdn{text-decoration:none}
.ttu{text-transform:uppercase}
.ttl{text-transform:lowercase}
.ttc{text-transform:capitalize}
.ttn{text-transform:none}
.vabl{vertical-align:baseline}
.vat{vertical-align:top}
.vam{vertical-align:middle}
.vab{vertical-align:bottom}
.wsn{white-space:normal}
.wsnw{white-space:nowrap}
.wsp{white-space:pre}
.wsi{white-space:inherit}
.tc1{-webkit-columns:1;-moz-columns:1;columns:1}
.tc2{-webkit-columns:2;-moz-columns:2;columns:2}
.tc3{-webkit-columns:3;-moz-columns:3;columns:3}
.tc4{-webkit-columns:4;-moz-columns:4;columns:4}
.curp{cursor:pointer}
.curd{cursor:default}
.cura{cursor:alias}
.curzi{cursor:-webkit-zoom-in;cursor:zoom-in}
.curzo{cursor:-webkit-zoom-out;cursor:zoom-out}
.usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.usa{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.ust{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
.pen{pointer-events:none}
.pea{pointer-events:auto}
.vh{visibility:hidden}
.vv{visibility:visible}
.dev{outline:1px solid #912eff}
.dev > * {outline:1px solid #5497ff}
.dev > * > * {outline:1px solid #51feff}
.dev > * > * > * {outline:1px solid #ff0000}
.dev > * > * > * * {outline:1px solid #00ff00}.ff-bour{font-family:BourgeoisBook, sans-serif}
.ls0-06{letter-spacing:0.06em}
.fc-white{color:rgb(255, 255, 255)}
.fc-black{color:rgb(0, 0, 0)}
.fc-bg{color:rgb(223, 229, 224)}
.fc-modal{color:rgba(0, 0, 0, 0.55)}
.h-fc-white:hover{color:rgb(255, 255, 255)}
.h-fc-black:hover{color:rgb(0, 0, 0)}
.h-fc-bg:hover{color:rgb(223, 229, 224)}
.h-fc-modal:hover{color:rgba(0, 0, 0, 0.55)}
.bgc-white{background-color:rgb(255, 255, 255)}
.bgc-black{background-color:rgb(0, 0, 0)}
.bgc-bg{background-color:rgb(223, 229, 224)}
.bgc-modal{background-color:rgba(0, 0, 0, 0.55)}
.wa{width:auto}
.ha{height:auto}
.t50{top:50%}
.t100{top:100%}
.r50{right:50%}
.r100{right:100%}
.b50{bottom:50%}
.b100{bottom:100%}
.l50{left:50%}
.l100{left:100%}
.xx2{-webkit-box-flex:2;-ms-flex:2;flex:2}
.xx3{-webkit-box-flex:3;-ms-flex:3;flex:3}
.z-1{z-index:-1}
.tt-50-50{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.b1-white{border:1px solid rgb(255, 255, 255)}
.b1-black{border:1px solid rgb(0, 0, 0)}
.b1-bg{border:1px solid rgb(223, 229, 224)}
.b1-modal{border:1px solid rgba(0, 0, 0, 0.55)}
.bt1-white{border-top:1px solid rgb(255, 255, 255)}
.bt1-black{border-top:1px solid rgb(0, 0, 0)}
.bt1-bg{border-top:1px solid rgb(223, 229, 224)}
.bt1-modal{border-top:1px solid rgba(0, 0, 0, 0.55)}
.br1-white{border-right:1px solid rgb(255, 255, 255)}
.br1-black{border-right:1px solid rgb(0, 0, 0)}
.br1-bg{border-right:1px solid rgb(223, 229, 224)}
.br1-modal{border-right:1px solid rgba(0, 0, 0, 0.55)}
.bb1-white{border-bottom:1px solid rgb(255, 255, 255)}
.bb1-black{border-bottom:1px solid rgb(0, 0, 0)}
.bb1-bg{border-bottom:1px solid rgb(223, 229, 224)}
.bb1-modal{border-bottom:1px solid rgba(0, 0, 0, 0.55)}
.bl1-white{border-left:1px solid rgb(255, 255, 255)}
.bl1-black{border-left:1px solid rgb(0, 0, 0)}
.bl1-bg{border-left:1px solid rgb(223, 229, 224)}
.bl1-modal{border-left:1px solid rgba(0, 0, 0, 0.55)}
.br1-3{border-radius:1.333em}
.cc2{-webkit-column-count:2;-moz-column-count:2;column-count:2}
.cg0-5{-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem}
.cg1{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}
.cg1-5{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}
.cg2{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}
.cg3{-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}
.cg4{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}
@media (min-width:768px) {
[sm~="c1"]{width:8.33333%}
[sm~="c2"]{width:16.66667%}
[sm~="c3"]{width:25%}
[sm~="c4"]{width:33.33333%}
[sm~="c5"]{width:41.66667%}
[sm~="c6"]{width:50%}
[sm~="c7"]{width:58.33333%}
[sm~="c8"]{width:66.66667%}
[sm~="c9"]{width:75%}
[sm~="c10"]{width:83.33333%}
[sm~="c11"]{width:91.66667%}
[sm~="c12"]{width:100%}
[sm~="s1"]{width:100%}
[sm~="s2"]{width:50%}
[sm~="s3"]{width:33.33333%}
[sm~="s4"]{width:25%}
[sm~="s5"]{width:20%}
[sm~="s6"]{width:16.66667%}
[sm~="s7"]{width:14.28571%}
[sm~="s8"]{width:12.5%}
[sm~="s9"]{width:11.11111%}
[sm~="s10"]{width:10%}
[sm~="s11"]{width:9.09091%}
[sm~="s12"]{width:8.33333%}
[sm~="co0"]{margin-left:0}
[sm~="co1"]{margin-left:8.33333%}
[sm~="co2"]{margin-left:16.66667%}
[sm~="co3"]{margin-left:25%}
[sm~="co4"]{margin-left:33.33333%}
[sm~="co5"]{margin-left:41.66667%}
[sm~="co6"]{margin-left:50%}
[sm~="co7"]{margin-left:58.33333%}
[sm~="co8"]{margin-left:66.66667%}
[sm~="co9"]{margin-left:75%}
[sm~="co10"]{margin-left:83.33333%}
[sm~="co11"]{margin-left:91.66667%}
[sm~="co12"]{margin-left:100%}
[sm~="m0-5"]{margin:0.5rem}
[sm~="m1"]{margin:1rem}
[sm~="m1-5"]{margin:1.5rem}
[sm~="m2"]{margin:2rem}
[sm~="m3"]{margin:3rem}
[sm~="m4"]{margin:4rem}
[sm~="mt0-5"]{margin-top:0.5rem}
[sm~="mt1"]{margin-top:1rem}
[sm~="mt1-5"]{margin-top:1.5rem}
[sm~="mt2"]{margin-top:2rem}
[sm~="mt3"]{margin-top:3rem}
[sm~="mt4"]{margin-top:4rem}
[sm~="mr0-5"]{margin-right:0.5rem}
[sm~="mr1"]{margin-right:1rem}
[sm~="mr1-5"]{margin-right:1.5rem}
[sm~="mr2"]{margin-right:2rem}
[sm~="mr3"]{margin-right:3rem}
[sm~="mr4"]{margin-right:4rem}
[sm~="mb0-5"]{margin-bottom:0.5rem}
[sm~="mb1"]{margin-bottom:1rem}
[sm~="mb1-5"]{margin-bottom:1.5rem}
[sm~="mb2"]{margin-bottom:2rem}
[sm~="mb3"]{margin-bottom:3rem}
[sm~="mb4"]{margin-bottom:4rem}
[sm~="ml0-5"]{margin-left:0.5rem}
[sm~="ml1"]{margin-left:1rem}
[sm~="ml1-5"]{margin-left:1.5rem}
[sm~="ml2"]{margin-left:2rem}
[sm~="ml3"]{margin-left:3rem}
[sm~="ml4"]{margin-left:4rem}
[sm~="mx0-5"]{margin-left:0.5rem;margin-right:0.5rem}
[sm~="mx1"]{margin-left:1rem;margin-right:1rem}
[sm~="mx1-5"]{margin-left:1.5rem;margin-right:1.5rem}
[sm~="mx2"]{margin-left:2rem;margin-right:2rem}
[sm~="mx3"]{margin-left:3rem;margin-right:3rem}
[sm~="mx4"]{margin-left:4rem;margin-right:4rem}
[sm~="my0-5"]{margin-top:0.5rem;margin-bottom:0.5rem}
[sm~="my1"]{margin-top:1rem;margin-bottom:1rem}
[sm~="my1-5"]{margin-top:1.5rem;margin-bottom:1.5rem}
[sm~="my2"]{margin-top:2rem;margin-bottom:2rem}
[sm~="my3"]{margin-top:3rem;margin-bottom:3rem}
[sm~="my4"]{margin-top:4rem;margin-bottom:4rem}
[sm~="p0-5"]{padding:0.5rem}
[sm~="p1"]{padding:1rem}
[sm~="p1-5"]{padding:1.5rem}
[sm~="p2"]{padding:2rem}
[sm~="p3"]{padding:3rem}
[sm~="p4"]{padding:4rem}
[sm~="pt0-5"]{padding-top:0.5rem}
[sm~="pt1"]{padding-top:1rem}
[sm~="pt1-5"]{padding-top:1.5rem}
[sm~="pt2"]{padding-top:2rem}
[sm~="pt3"]{padding-top:3rem}
[sm~="pt4"]{padding-top:4rem}
[sm~="pr0-5"]{padding-right:0.5rem}
[sm~="pr1"]{padding-right:1rem}
[sm~="pr1-5"]{padding-right:1.5rem}
[sm~="pr2"]{padding-right:2rem}
[sm~="pr3"]{padding-right:3rem}
[sm~="pr4"]{padding-right:4rem}
[sm~="pb0-5"]{padding-bottom:0.5rem}
[sm~="pb1"]{padding-bottom:1rem}
[sm~="pb1-5"]{padding-bottom:1.5rem}
[sm~="pb2"]{padding-bottom:2rem}
[sm~="pb3"]{padding-bottom:3rem}
[sm~="pb4"]{padding-bottom:4rem}
[sm~="pl0-5"]{padding-left:0.5rem}
[sm~="pl1"]{padding-left:1rem}
[sm~="pl1-5"]{padding-left:1.5rem}
[sm~="pl2"]{padding-left:2rem}
[sm~="pl3"]{padding-left:3rem}
[sm~="pl4"]{padding-left:4rem}
[sm~="px0-5"]{padding-left:0.5rem;padding-right:0.5rem}
[sm~="px1"]{padding-left:1rem;padding-right:1rem}
[sm~="px1-5"]{padding-left:1.5rem;padding-right:1.5rem}
[sm~="px2"]{padding-left:2rem;padding-right:2rem}
[sm~="px3"]{padding-left:3rem;padding-right:3rem}
[sm~="px4"]{padding-left:4rem;padding-right:4rem}
[sm~="py0-5"]{padding-top:0.5rem;padding-bottom:0.5rem}
[sm~="py1"]{padding-top:1rem;padding-bottom:1rem}
[sm~="py1-5"]{padding-top:1.5rem;padding-bottom:1.5rem}
[sm~="py2"]{padding-top:2rem;padding-bottom:2rem}
[sm~="py3"]{padding-top:3rem;padding-bottom:3rem}
[sm~="py4"]{padding-top:4rem;padding-bottom:4rem}
[sm~="op0"]{opacity:0}
[sm~="op25"]{opacity:0.25}
[sm~="op30"]{opacity:0.3}
[sm~="op40"]{opacity:0.4}
[sm~="op50"]{opacity:0.5}
[sm~="op60"]{opacity:0.6}
[sm~="op100"]{opacity:1}
[sm~="bgsc"]{background-size:cover}
[sm~="bgsct"]{background-size:contain}
[sm~="bgpc"]{background-position:center}
[sm~="bgpt"]{background-position:top}
[sm~="bgpr"]{background-position:right}
[sm~="bgpb"]{background-position:bottom}
[sm~="bgpl"]{background-position:left}
[sm~="bgrn"]{background-repeat:no-repeat}
[sm~="bgrx"]{background-repeat:repeat-x}
[sm~="bgry"]{background-repeat:repeat-y}
[sm~="x"]{display:-webkit-box;display:-ms-flexbox;display:flex}
[sm~="xac"]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
[sm~="xab"]{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
[sm~="xas"]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
[sm~="xafs"]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
[sm~="xafe"]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
[sm~="xdr"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
[sm~="xdrr"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
[sm~="xdc"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
[sm~="xdcr"]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
[sm~="xjc"]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
[sm~="xjb"]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
[sm~="xja"]{-ms-flex-pack:distribute;justify-content:space-around}
[sm~="xjs"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
[sm~="xje"]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
[sm~="xw"]{-ms-flex-wrap:wrap;flex-wrap:wrap}
[sm~="xwr"]{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
[sm~="xwn"]{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
[sm~="xi"]{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}
[sm~="xx"]{-webkit-box-flex:1;-ms-flex:1;flex:1}
[sm~="xa"]{-webkit-box-flex:1;-ms-flex:auto;flex:auto}
[sm~="xn"]{-webkit-box-flex:0;-ms-flex:none;flex:none}
[sm~="xo0"]{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
[sm~="xo1"]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
[sm~="xo2"]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
[sm~="xo3"]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
[sm~="xo4"]{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
[sm~="xot"]{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
[sm~="xob"]{-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}
[sm~="df"]{display:-webkit-box;display:-ms-flexbox;display:flex}
[sm~="db"]{display:block}
[sm~="dib"]{display:inline-block}
[sm~="di"]{display:inline}
[sm~="dt"]{display:table}
[sm~="dtc"]{display:table-cell}
[sm~="dtr"]{display:table-row}
[sm~="dn"]{display:none}
[sm~="fl"]{float:left}
[sm~="fr"]{float:right}
[sm~="fn"]{float:none}
[sm~="cf"]:after{content:"";display:block;clear:both}
[sm~="oh"]{overflow:hidden}
[sm~="os"]{overflow:scroll}
[sm~="ov"]{overflow:visible}
[sm~="oxh"]{overflow-x:hidden}
[sm~="oxs"]{overflow-x:scroll}
[sm~="oxv"]{overflow-x:visible}
[sm~="oyh"]{overflow-y:hidden}
[sm~="oys"]{overflow-y:scroll}
[sm~="oyv"]{overflow-y:visible}
[sm~="psa"]{position:absolute}
[sm~="psr"]{position:relative}
[sm~="psf"]{position:fixed}
[sm~="pss"]{position:static}
[sm~="t0"]{top:0}
[sm~="r0"]{right:0}
[sm~="b0"]{bottom:0}
[sm~="l0"]{left:0}
[sm~="z0"]{z-index:0}
[sm~="z1"]{z-index:1}
[sm~="z2"]{z-index:2}
[sm~="z3"]{z-index:3}
[sm~="z4"]{z-index:4}
[sm~="w0"]{width:0}
[sm~="w100"]{width:100%}
[sm~="h0"]{height:0}
[sm~="h100"]{height:100%}
[sm~="vw50"]{width:50vw}
[sm~="vw100"]{width:100vw}
[sm~="vwmn50"]{min-width:50vw}
[sm~="vwmn100"]{min-width:100vw}
[sm~="vwmx50"]{max-width:50vw}
[sm~="vwmx100"]{max-width:100vw}
[sm~="vh50"]{height:50vh}
[sm~="vh100"]{height:100vh}
[sm~="vhmn50"]{min-height:50vh}
[sm~="vhmn100"]{min-height:100vh}
[sm~="vhmx50"]{max-height:50vh}
[sm~="vhmx100"]{max-height:100vh}
[sm~="ar25"]:before{padding-top:25%;content:"";display:block}
[sm~="ar50"]:before{padding-top:50%;content:"";display:block}
[sm~="ar75"]:before{padding-top:75%;content:"";display:block}
[sm~="ar100"]:before{padding-top:100%;content:"";display:block}
[sm~="fs1-5"]{font-size:1.5rem}
[sm~="fs2"]{font-size:2rem}
[sm~="lh1-3"]{line-height:1.333}
[sm~="fsn"]{font-style:normal}
[sm~="fsi"]{font-style:italic}
[sm~="fwn"]{font-weight:normal}
[sm~="fwb"]{font-weight:bold}
[sm~="tal"]{text-align:left}
[sm~="tac"]{text-align:center}
[sm~="tar"]{text-align:right}
[sm~="taj"]{text-align:justify}
[sm~="toi"]{text-overflow:initial}
[sm~="toc"]{text-overflow:clip}
[sm~="toe"]{text-overflow:ellipsis}
[sm~="tdu"]{text-decoration:underline}
[sm~="tdo"]{text-decoration:overline}
[sm~="tdlt"]{text-decoration:line-through}
[sm~="tdn"]{text-decoration:none}
[sm~="ttu"]{text-transform:uppercase}
[sm~="ttl"]{text-transform:lowercase}
[sm~="ttc"]{text-transform:capitalize}
[sm~="ttn"]{text-transform:none}
[sm~="vabl"]{vertical-align:baseline}
[sm~="vat"]{vertical-align:top}
[sm~="vam"]{vertical-align:middle}
[sm~="vab"]{vertical-align:bottom}
[sm~="wsn"]{white-space:normal}
[sm~="wsnw"]{white-space:nowrap}
[sm~="wsp"]{white-space:pre}
[sm~="wsi"]{white-space:inherit}
[sm~="tc1"]{-webkit-columns:1;-moz-columns:1;columns:1}
[sm~="tc2"]{-webkit-columns:2;-moz-columns:2;columns:2}
[sm~="tc3"]{-webkit-columns:3;-moz-columns:3;columns:3}
[sm~="tc4"]{-webkit-columns:4;-moz-columns:4;columns:4}
[sm~="curp"]{cursor:pointer}
[sm~="curd"]{cursor:default}
[sm~="cura"]{cursor:alias}
[sm~="curzi"]{cursor:-webkit-zoom-in;cursor:zoom-in}
[sm~="curzo"]{cursor:-webkit-zoom-out;cursor:zoom-out}
[sm~="usn"]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[sm~="usa"]{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
[sm~="ust"]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
[sm~="pen"]{pointer-events:none}
[sm~="pea"]{pointer-events:auto}
[sm~="vh"]{visibility:hidden}
[sm~="vv"]{visibility:visible}
[sm~="dev"]{outline:1px solid #912eff}
[sm~="dev"] > * {outline:1px solid #5497ff}
[sm~="dev"] > * > * {outline:1px solid #51feff}
[sm~="dev"] > * > * > * {outline:1px solid #ff0000}
[sm~="dev"] > * > * > * * {outline:1px solid #00ff00}[sm~="ff-bour"]{font-family:BourgeoisBook, sans-serif}
[sm~="ls0-06"]{letter-spacing:0.06em}
[sm~="fc-white"]{color:rgb(255, 255, 255)}
[sm~="fc-black"]{color:rgb(0, 0, 0)}
[sm~="fc-bg"]{color:rgb(223, 229, 224)}
[sm~="fc-modal"]{color:rgba(0, 0, 0, 0.55)}
[sm~="h-fc-white"]:hover{color:rgb(255, 255, 255)}
[sm~="h-fc-black"]:hover{color:rgb(0, 0, 0)}
[sm~="h-fc-bg"]:hover{color:rgb(223, 229, 224)}
[sm~="h-fc-modal"]:hover{color:rgba(0, 0, 0, 0.55)}
[sm~="bgc-white"]{background-color:rgb(255, 255, 255)}
[sm~="bgc-black"]{background-color:rgb(0, 0, 0)}
[sm~="bgc-bg"]{background-color:rgb(223, 229, 224)}
[sm~="bgc-modal"]{background-color:rgba(0, 0, 0, 0.55)}
[sm~="wa"]{width:auto}
[sm~="ha"]{height:auto}
[sm~="t50"]{top:50%}
[sm~="t100"]{top:100%}
[sm~="r50"]{right:50%}
[sm~="r100"]{right:100%}
[sm~="b50"]{bottom:50%}
[sm~="b100"]{bottom:100%}
[sm~="l50"]{left:50%}
[sm~="l100"]{left:100%}
[sm~="xx2"]{-webkit-box-flex:2;-ms-flex:2;flex:2}
[sm~="xx3"]{-webkit-box-flex:3;-ms-flex:3;flex:3}
[sm~="z-1"]{z-index:-1}
[sm~="tt-50-50"]{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
[sm~="b1-white"]{border:1px solid rgb(255, 255, 255)}
[sm~="b1-black"]{border:1px solid rgb(0, 0, 0)}
[sm~="b1-bg"]{border:1px solid rgb(223, 229, 224)}
[sm~="b1-modal"]{border:1px solid rgba(0, 0, 0, 0.55)}
[sm~="bt1-white"]{border-top:1px solid rgb(255, 255, 255)}
[sm~="bt1-black"]{border-top:1px solid rgb(0, 0, 0)}
[sm~="bt1-bg"]{border-top:1px solid rgb(223, 229, 224)}
[sm~="bt1-modal"]{border-top:1px solid rgba(0, 0, 0, 0.55)}
[sm~="br1-white"]{border-right:1px solid rgb(255, 255, 255)}
[sm~="br1-black"]{border-right:1px solid rgb(0, 0, 0)}
[sm~="br1-bg"]{border-right:1px solid rgb(223, 229, 224)}
[sm~="br1-modal"]{border-right:1px solid rgba(0, 0, 0, 0.55)}
[sm~="bb1-white"]{border-bottom:1px solid rgb(255, 255, 255)}
[sm~="bb1-black"]{border-bottom:1px solid rgb(0, 0, 0)}
[sm~="bb1-bg"]{border-bottom:1px solid rgb(223, 229, 224)}
[sm~="bb1-modal"]{border-bottom:1px solid rgba(0, 0, 0, 0.55)}
[sm~="bl1-white"]{border-left:1px solid rgb(255, 255, 255)}
[sm~="bl1-black"]{border-left:1px solid rgb(0, 0, 0)}
[sm~="bl1-bg"]{border-left:1px solid rgb(223, 229, 224)}
[sm~="bl1-modal"]{border-left:1px solid rgba(0, 0, 0, 0.55)}
[sm~="br1-3"]{border-radius:1.333em}
[sm~="cc2"]{-webkit-column-count:2;-moz-column-count:2;column-count:2}
[sm~="cg0-5"]{-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem}
[sm~="cg1"]{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}
[sm~="cg1-5"]{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}
[sm~="cg2"]{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}
[sm~="cg3"]{-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}
[sm~="cg4"]{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}
}
@media (min-width:1024px) {
[md~="c1"]{width:8.33333%}
[md~="c2"]{width:16.66667%}
[md~="c3"]{width:25%}
[md~="c4"]{width:33.33333%}
[md~="c5"]{width:41.66667%}
[md~="c6"]{width:50%}
[md~="c7"]{width:58.33333%}
[md~="c8"]{width:66.66667%}
[md~="c9"]{width:75%}
[md~="c10"]{width:83.33333%}
[md~="c11"]{width:91.66667%}
[md~="c12"]{width:100%}
[md~="s1"]{width:100%}
[md~="s2"]{width:50%}
[md~="s3"]{width:33.33333%}
[md~="s4"]{width:25%}
[md~="s5"]{width:20%}
[md~="s6"]{width:16.66667%}
[md~="s7"]{width:14.28571%}
[md~="s8"]{width:12.5%}
[md~="s9"]{width:11.11111%}
[md~="s10"]{width:10%}
[md~="s11"]{width:9.09091%}
[md~="s12"]{width:8.33333%}
[md~="co0"]{margin-left:0}
[md~="co1"]{margin-left:8.33333%}
[md~="co2"]{margin-left:16.66667%}
[md~="co3"]{margin-left:25%}
[md~="co4"]{margin-left:33.33333%}
[md~="co5"]{margin-left:41.66667%}
[md~="co6"]{margin-left:50%}
[md~="co7"]{margin-left:58.33333%}
[md~="co8"]{margin-left:66.66667%}
[md~="co9"]{margin-left:75%}
[md~="co10"]{margin-left:83.33333%}
[md~="co11"]{margin-left:91.66667%}
[md~="co12"]{margin-left:100%}
[md~="m0-5"]{margin:0.5rem}
[md~="m1"]{margin:1rem}
[md~="m1-5"]{margin:1.5rem}
[md~="m2"]{margin:2rem}
[md~="m3"]{margin:3rem}
[md~="m4"]{margin:4rem}
[md~="mt0-5"]{margin-top:0.5rem}
[md~="mt1"]{margin-top:1rem}
[md~="mt1-5"]{margin-top:1.5rem}
[md~="mt2"]{margin-top:2rem}
[md~="mt3"]{margin-top:3rem}
[md~="mt4"]{margin-top:4rem}
[md~="mr0-5"]{margin-right:0.5rem}
[md~="mr1"]{margin-right:1rem}
[md~="mr1-5"]{margin-right:1.5rem}
[md~="mr2"]{margin-right:2rem}
[md~="mr3"]{margin-right:3rem}
[md~="mr4"]{margin-right:4rem}
[md~="mb0-5"]{margin-bottom:0.5rem}
[md~="mb1"]{margin-bottom:1rem}
[md~="mb1-5"]{margin-bottom:1.5rem}
[md~="mb2"]{margin-bottom:2rem}
[md~="mb3"]{margin-bottom:3rem}
[md~="mb4"]{margin-bottom:4rem}
[md~="ml0-5"]{margin-left:0.5rem}
[md~="ml1"]{margin-left:1rem}
[md~="ml1-5"]{margin-left:1.5rem}
[md~="ml2"]{margin-left:2rem}
[md~="ml3"]{margin-left:3rem}
[md~="ml4"]{margin-left:4rem}
[md~="mx0-5"]{margin-left:0.5rem;margin-right:0.5rem}
[md~="mx1"]{margin-left:1rem;margin-right:1rem}
[md~="mx1-5"]{margin-left:1.5rem;margin-right:1.5rem}
[md~="mx2"]{margin-left:2rem;margin-right:2rem}
[md~="mx3"]{margin-left:3rem;margin-right:3rem}
[md~="mx4"]{margin-left:4rem;margin-right:4rem}
[md~="my0-5"]{margin-top:0.5rem;margin-bottom:0.5rem}
[md~="my1"]{margin-top:1rem;margin-bottom:1rem}
[md~="my1-5"]{margin-top:1.5rem;margin-bottom:1.5rem}
[md~="my2"]{margin-top:2rem;margin-bottom:2rem}
[md~="my3"]{margin-top:3rem;margin-bottom:3rem}
[md~="my4"]{margin-top:4rem;margin-bottom:4rem}
[md~="p0-5"]{padding:0.5rem}
[md~="p1"]{padding:1rem}
[md~="p1-5"]{padding:1.5rem}
[md~="p2"]{padding:2rem}
[md~="p3"]{padding:3rem}
[md~="p4"]{padding:4rem}
[md~="pt0-5"]{padding-top:0.5rem}
[md~="pt1"]{padding-top:1rem}
[md~="pt1-5"]{padding-top:1.5rem}
[md~="pt2"]{padding-top:2rem}
[md~="pt3"]{padding-top:3rem}
[md~="pt4"]{padding-top:4rem}
[md~="pr0-5"]{padding-right:0.5rem}
[md~="pr1"]{padding-right:1rem}
[md~="pr1-5"]{padding-right:1.5rem}
[md~="pr2"]{padding-right:2rem}
[md~="pr3"]{padding-right:3rem}
[md~="pr4"]{padding-right:4rem}
[md~="pb0-5"]{padding-bottom:0.5rem}
[md~="pb1"]{padding-bottom:1rem}
[md~="pb1-5"]{padding-bottom:1.5rem}
[md~="pb2"]{padding-bottom:2rem}
[md~="pb3"]{padding-bottom:3rem}
[md~="pb4"]{padding-bottom:4rem}
[md~="pl0-5"]{padding-left:0.5rem}
[md~="pl1"]{padding-left:1rem}
[md~="pl1-5"]{padding-left:1.5rem}
[md~="pl2"]{padding-left:2rem}
[md~="pl3"]{padding-left:3rem}
[md~="pl4"]{padding-left:4rem}
[md~="px0-5"]{padding-left:0.5rem;padding-right:0.5rem}
[md~="px1"]{padding-left:1rem;padding-right:1rem}
[md~="px1-5"]{padding-left:1.5rem;padding-right:1.5rem}
[md~="px2"]{padding-left:2rem;padding-right:2rem}
[md~="px3"]{padding-left:3rem;padding-right:3rem}
[md~="px4"]{padding-left:4rem;padding-right:4rem}
[md~="py0-5"]{padding-top:0.5rem;padding-bottom:0.5rem}
[md~="py1"]{padding-top:1rem;padding-bottom:1rem}
[md~="py1-5"]{padding-top:1.5rem;padding-bottom:1.5rem}
[md~="py2"]{padding-top:2rem;padding-bottom:2rem}
[md~="py3"]{padding-top:3rem;padding-bottom:3rem}
[md~="py4"]{padding-top:4rem;padding-bottom:4rem}
[md~="op0"]{opacity:0}
[md~="op25"]{opacity:0.25}
[md~="op30"]{opacity:0.3}
[md~="op40"]{opacity:0.4}
[md~="op50"]{opacity:0.5}
[md~="op60"]{opacity:0.6}
[md~="op100"]{opacity:1}
[md~="bgsc"]{background-size:cover}
[md~="bgsct"]{background-size:contain}
[md~="bgpc"]{background-position:center}
[md~="bgpt"]{background-position:top}
[md~="bgpr"]{background-position:right}
[md~="bgpb"]{background-position:bottom}
[md~="bgpl"]{background-position:left}
[md~="bgrn"]{background-repeat:no-repeat}
[md~="bgrx"]{background-repeat:repeat-x}
[md~="bgry"]{background-repeat:repeat-y}
[md~="x"]{display:-webkit-box;display:-ms-flexbox;display:flex}
[md~="xac"]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
[md~="xab"]{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
[md~="xas"]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
[md~="xafs"]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
[md~="xafe"]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
[md~="xdr"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
[md~="xdrr"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
[md~="xdc"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
[md~="xdcr"]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
[md~="xjc"]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
[md~="xjb"]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
[md~="xja"]{-ms-flex-pack:distribute;justify-content:space-around}
[md~="xjs"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
[md~="xje"]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
[md~="xw"]{-ms-flex-wrap:wrap;flex-wrap:wrap}
[md~="xwr"]{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
[md~="xwn"]{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
[md~="xi"]{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}
[md~="xx"]{-webkit-box-flex:1;-ms-flex:1;flex:1}
[md~="xa"]{-webkit-box-flex:1;-ms-flex:auto;flex:auto}
[md~="xn"]{-webkit-box-flex:0;-ms-flex:none;flex:none}
[md~="xo0"]{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
[md~="xo1"]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
[md~="xo2"]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
[md~="xo3"]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
[md~="xo4"]{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
[md~="xot"]{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
[md~="xob"]{-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}
[md~="df"]{display:-webkit-box;display:-ms-flexbox;display:flex}
[md~="db"]{display:block}
[md~="dib"]{display:inline-block}
[md~="di"]{display:inline}
[md~="dt"]{display:table}
[md~="dtc"]{display:table-cell}
[md~="dtr"]{display:table-row}
[md~="dn"]{display:none}
[md~="fl"]{float:left}
[md~="fr"]{float:right}
[md~="fn"]{float:none}
[md~="cf"]:after{content:"";display:block;clear:both}
[md~="oh"]{overflow:hidden}
[md~="os"]{overflow:scroll}
[md~="ov"]{overflow:visible}
[md~="oxh"]{overflow-x:hidden}
[md~="oxs"]{overflow-x:scroll}
[md~="oxv"]{overflow-x:visible}
[md~="oyh"]{overflow-y:hidden}
[md~="oys"]{overflow-y:scroll}
[md~="oyv"]{overflow-y:visible}
[md~="psa"]{position:absolute}
[md~="psr"]{position:relative}
[md~="psf"]{position:fixed}
[md~="pss"]{position:static}
[md~="t0"]{top:0}
[md~="r0"]{right:0}
[md~="b0"]{bottom:0}
[md~="l0"]{left:0}
[md~="z0"]{z-index:0}
[md~="z1"]{z-index:1}
[md~="z2"]{z-index:2}
[md~="z3"]{z-index:3}
[md~="z4"]{z-index:4}
[md~="w0"]{width:0}
[md~="w100"]{width:100%}
[md~="h0"]{height:0}
[md~="h100"]{height:100%}
[md~="vw50"]{width:50vw}
[md~="vw100"]{width:100vw}
[md~="vwmn50"]{min-width:50vw}
[md~="vwmn100"]{min-width:100vw}
[md~="vwmx50"]{max-width:50vw}
[md~="vwmx100"]{max-width:100vw}
[md~="vh50"]{height:50vh}
[md~="vh100"]{height:100vh}
[md~="vhmn50"]{min-height:50vh}
[md~="vhmn100"]{min-height:100vh}
[md~="vhmx50"]{max-height:50vh}
[md~="vhmx100"]{max-height:100vh}
[md~="ar25"]:before{padding-top:25%;content:"";display:block}
[md~="ar50"]:before{padding-top:50%;content:"";display:block}
[md~="ar75"]:before{padding-top:75%;content:"";display:block}
[md~="ar100"]:before{padding-top:100%;content:"";display:block}
[md~="fs1-5"]{font-size:1.5rem}
[md~="fs2"]{font-size:2rem}
[md~="lh1-3"]{line-height:1.333}
[md~="fsn"]{font-style:normal}
[md~="fsi"]{font-style:italic}
[md~="fwn"]{font-weight:normal}
[md~="fwb"]{font-weight:bold}
[md~="tal"]{text-align:left}
[md~="tac"]{text-align:center}
[md~="tar"]{text-align:right}
[md~="taj"]{text-align:justify}
[md~="toi"]{text-overflow:initial}
[md~="toc"]{text-overflow:clip}
[md~="toe"]{text-overflow:ellipsis}
[md~="tdu"]{text-decoration:underline}
[md~="tdo"]{text-decoration:overline}
[md~="tdlt"]{text-decoration:line-through}
[md~="tdn"]{text-decoration:none}
[md~="ttu"]{text-transform:uppercase}
[md~="ttl"]{text-transform:lowercase}
[md~="ttc"]{text-transform:capitalize}
[md~="ttn"]{text-transform:none}
[md~="vabl"]{vertical-align:baseline}
[md~="vat"]{vertical-align:top}
[md~="vam"]{vertical-align:middle}
[md~="vab"]{vertical-align:bottom}
[md~="wsn"]{white-space:normal}
[md~="wsnw"]{white-space:nowrap}
[md~="wsp"]{white-space:pre}
[md~="wsi"]{white-space:inherit}
[md~="tc1"]{-webkit-columns:1;-moz-columns:1;columns:1}
[md~="tc2"]{-webkit-columns:2;-moz-columns:2;columns:2}
[md~="tc3"]{-webkit-columns:3;-moz-columns:3;columns:3}
[md~="tc4"]{-webkit-columns:4;-moz-columns:4;columns:4}
[md~="curp"]{cursor:pointer}
[md~="curd"]{cursor:default}
[md~="cura"]{cursor:alias}
[md~="curzi"]{cursor:-webkit-zoom-in;cursor:zoom-in}
[md~="curzo"]{cursor:-webkit-zoom-out;cursor:zoom-out}
[md~="usn"]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[md~="usa"]{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
[md~="ust"]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
[md~="pen"]{pointer-events:none}
[md~="pea"]{pointer-events:auto}
[md~="vh"]{visibility:hidden}
[md~="vv"]{visibility:visible}
[md~="dev"]{outline:1px solid #912eff}
[md~="dev"] > * {outline:1px solid #5497ff}
[md~="dev"] > * > * {outline:1px solid #51feff}
[md~="dev"] > * > * > * {outline:1px solid #ff0000}
[md~="dev"] > * > * > * * {outline:1px solid #00ff00}[md~="ff-bour"]{font-family:BourgeoisBook, sans-serif}
[md~="ls0-06"]{letter-spacing:0.06em}
[md~="fc-white"]{color:rgb(255, 255, 255)}
[md~="fc-black"]{color:rgb(0, 0, 0)}
[md~="fc-bg"]{color:rgb(223, 229, 224)}
[md~="fc-modal"]{color:rgba(0, 0, 0, 0.55)}
[md~="h-fc-white"]:hover{color:rgb(255, 255, 255)}
[md~="h-fc-black"]:hover{color:rgb(0, 0, 0)}
[md~="h-fc-bg"]:hover{color:rgb(223, 229, 224)}
[md~="h-fc-modal"]:hover{color:rgba(0, 0, 0, 0.55)}
[md~="bgc-white"]{background-color:rgb(255, 255, 255)}
[md~="bgc-black"]{background-color:rgb(0, 0, 0)}
[md~="bgc-bg"]{background-color:rgb(223, 229, 224)}
[md~="bgc-modal"]{background-color:rgba(0, 0, 0, 0.55)}
[md~="wa"]{width:auto}
[md~="ha"]{height:auto}
[md~="t50"]{top:50%}
[md~="t100"]{top:100%}
[md~="r50"]{right:50%}
[md~="r100"]{right:100%}
[md~="b50"]{bottom:50%}
[md~="b100"]{bottom:100%}
[md~="l50"]{left:50%}
[md~="l100"]{left:100%}
[md~="xx2"]{-webkit-box-flex:2;-ms-flex:2;flex:2}
[md~="xx3"]{-webkit-box-flex:3;-ms-flex:3;flex:3}
[md~="z-1"]{z-index:-1}
[md~="tt-50-50"]{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
[md~="b1-white"]{border:1px solid rgb(255, 255, 255)}
[md~="b1-black"]{border:1px solid rgb(0, 0, 0)}
[md~="b1-bg"]{border:1px solid rgb(223, 229, 224)}
[md~="b1-modal"]{border:1px solid rgba(0, 0, 0, 0.55)}
[md~="bt1-white"]{border-top:1px solid rgb(255, 255, 255)}
[md~="bt1-black"]{border-top:1px solid rgb(0, 0, 0)}
[md~="bt1-bg"]{border-top:1px solid rgb(223, 229, 224)}
[md~="bt1-modal"]{border-top:1px solid rgba(0, 0, 0, 0.55)}
[md~="br1-white"]{border-right:1px solid rgb(255, 255, 255)}
[md~="br1-black"]{border-right:1px solid rgb(0, 0, 0)}
[md~="br1-bg"]{border-right:1px solid rgb(223, 229, 224)}
[md~="br1-modal"]{border-right:1px solid rgba(0, 0, 0, 0.55)}
[md~="bb1-white"]{border-bottom:1px solid rgb(255, 255, 255)}
[md~="bb1-black"]{border-bottom:1px solid rgb(0, 0, 0)}
[md~="bb1-bg"]{border-bottom:1px solid rgb(223, 229, 224)}
[md~="bb1-modal"]{border-bottom:1px solid rgba(0, 0, 0, 0.55)}
[md~="bl1-white"]{border-left:1px solid rgb(255, 255, 255)}
[md~="bl1-black"]{border-left:1px solid rgb(0, 0, 0)}
[md~="bl1-bg"]{border-left:1px solid rgb(223, 229, 224)}
[md~="bl1-modal"]{border-left:1px solid rgba(0, 0, 0, 0.55)}
[md~="br1-3"]{border-radius:1.333em}
[md~="cc2"]{-webkit-column-count:2;-moz-column-count:2;column-count:2}
[md~="cg0-5"]{-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem}
[md~="cg1"]{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}
[md~="cg1-5"]{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}
[md~="cg2"]{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}
[md~="cg3"]{-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}
[md~="cg4"]{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}
}
@media (min-width:1280px) {
[lg~="c1"]{width:8.33333%}
[lg~="c2"]{width:16.66667%}
[lg~="c3"]{width:25%}
[lg~="c4"]{width:33.33333%}
[lg~="c5"]{width:41.66667%}
[lg~="c6"]{width:50%}
[lg~="c7"]{width:58.33333%}
[lg~="c8"]{width:66.66667%}
[lg~="c9"]{width:75%}
[lg~="c10"]{width:83.33333%}
[lg~="c11"]{width:91.66667%}
[lg~="c12"]{width:100%}
[lg~="s1"]{width:100%}
[lg~="s2"]{width:50%}
[lg~="s3"]{width:33.33333%}
[lg~="s4"]{width:25%}
[lg~="s5"]{width:20%}
[lg~="s6"]{width:16.66667%}
[lg~="s7"]{width:14.28571%}
[lg~="s8"]{width:12.5%}
[lg~="s9"]{width:11.11111%}
[lg~="s10"]{width:10%}
[lg~="s11"]{width:9.09091%}
[lg~="s12"]{width:8.33333%}
[lg~="co0"]{margin-left:0}
[lg~="co1"]{margin-left:8.33333%}
[lg~="co2"]{margin-left:16.66667%}
[lg~="co3"]{margin-left:25%}
[lg~="co4"]{margin-left:33.33333%}
[lg~="co5"]{margin-left:41.66667%}
[lg~="co6"]{margin-left:50%}
[lg~="co7"]{margin-left:58.33333%}
[lg~="co8"]{margin-left:66.66667%}
[lg~="co9"]{margin-left:75%}
[lg~="co10"]{margin-left:83.33333%}
[lg~="co11"]{margin-left:91.66667%}
[lg~="co12"]{margin-left:100%}
[lg~="m0-5"]{margin:0.5rem}
[lg~="m1"]{margin:1rem}
[lg~="m1-5"]{margin:1.5rem}
[lg~="m2"]{margin:2rem}
[lg~="m3"]{margin:3rem}
[lg~="m4"]{margin:4rem}
[lg~="mt0-5"]{margin-top:0.5rem}
[lg~="mt1"]{margin-top:1rem}
[lg~="mt1-5"]{margin-top:1.5rem}
[lg~="mt2"]{margin-top:2rem}
[lg~="mt3"]{margin-top:3rem}
[lg~="mt4"]{margin-top:4rem}
[lg~="mr0-5"]{margin-right:0.5rem}
[lg~="mr1"]{margin-right:1rem}
[lg~="mr1-5"]{margin-right:1.5rem}
[lg~="mr2"]{margin-right:2rem}
[lg~="mr3"]{margin-right:3rem}
[lg~="mr4"]{margin-right:4rem}
[lg~="mb0-5"]{margin-bottom:0.5rem}
[lg~="mb1"]{margin-bottom:1rem}
[lg~="mb1-5"]{margin-bottom:1.5rem}
[lg~="mb2"]{margin-bottom:2rem}
[lg~="mb3"]{margin-bottom:3rem}
[lg~="mb4"]{margin-bottom:4rem}
[lg~="ml0-5"]{margin-left:0.5rem}
[lg~="ml1"]{margin-left:1rem}
[lg~="ml1-5"]{margin-left:1.5rem}
[lg~="ml2"]{margin-left:2rem}
[lg~="ml3"]{margin-left:3rem}
[lg~="ml4"]{margin-left:4rem}
[lg~="mx0-5"]{margin-left:0.5rem;margin-right:0.5rem}
[lg~="mx1"]{margin-left:1rem;margin-right:1rem}
[lg~="mx1-5"]{margin-left:1.5rem;margin-right:1.5rem}
[lg~="mx2"]{margin-left:2rem;margin-right:2rem}
[lg~="mx3"]{margin-left:3rem;margin-right:3rem}
[lg~="mx4"]{margin-left:4rem;margin-right:4rem}
[lg~="my0-5"]{margin-top:0.5rem;margin-bottom:0.5rem}
[lg~="my1"]{margin-top:1rem;margin-bottom:1rem}
[lg~="my1-5"]{margin-top:1.5rem;margin-bottom:1.5rem}
[lg~="my2"]{margin-top:2rem;margin-bottom:2rem}
[lg~="my3"]{margin-top:3rem;margin-bottom:3rem}
[lg~="my4"]{margin-top:4rem;margin-bottom:4rem}
[lg~="p0-5"]{padding:0.5rem}
[lg~="p1"]{padding:1rem}
[lg~="p1-5"]{padding:1.5rem}
[lg~="p2"]{padding:2rem}
[lg~="p3"]{padding:3rem}
[lg~="p4"]{padding:4rem}
[lg~="pt0-5"]{padding-top:0.5rem}
[lg~="pt1"]{padding-top:1rem}
[lg~="pt1-5"]{padding-top:1.5rem}
[lg~="pt2"]{padding-top:2rem}
[lg~="pt3"]{padding-top:3rem}
[lg~="pt4"]{padding-top:4rem}
[lg~="pr0-5"]{padding-right:0.5rem}
[lg~="pr1"]{padding-right:1rem}
[lg~="pr1-5"]{padding-right:1.5rem}
[lg~="pr2"]{padding-right:2rem}
[lg~="pr3"]{padding-right:3rem}
[lg~="pr4"]{padding-right:4rem}
[lg~="pb0-5"]{padding-bottom:0.5rem}
[lg~="pb1"]{padding-bottom:1rem}
[lg~="pb1-5"]{padding-bottom:1.5rem}
[lg~="pb2"]{padding-bottom:2rem}
[lg~="pb3"]{padding-bottom:3rem}
[lg~="pb4"]{padding-bottom:4rem}
[lg~="pl0-5"]{padding-left:0.5rem}
[lg~="pl1"]{padding-left:1rem}
[lg~="pl1-5"]{padding-left:1.5rem}
[lg~="pl2"]{padding-left:2rem}
[lg~="pl3"]{padding-left:3rem}
[lg~="pl4"]{padding-left:4rem}
[lg~="px0-5"]{padding-left:0.5rem;padding-right:0.5rem}
[lg~="px1"]{padding-left:1rem;padding-right:1rem}
[lg~="px1-5"]{padding-left:1.5rem;padding-right:1.5rem}
[lg~="px2"]{padding-left:2rem;padding-right:2rem}
[lg~="px3"]{padding-left:3rem;padding-right:3rem}
[lg~="px4"]{padding-left:4rem;padding-right:4rem}
[lg~="py0-5"]{padding-top:0.5rem;padding-bottom:0.5rem}
[lg~="py1"]{padding-top:1rem;padding-bottom:1rem}
[lg~="py1-5"]{padding-top:1.5rem;padding-bottom:1.5rem}
[lg~="py2"]{padding-top:2rem;padding-bottom:2rem}
[lg~="py3"]{padding-top:3rem;padding-bottom:3rem}
[lg~="py4"]{padding-top:4rem;padding-bottom:4rem}
[lg~="op0"]{opacity:0}
[lg~="op25"]{opacity:0.25}
[lg~="op30"]{opacity:0.3}
[lg~="op40"]{opacity:0.4}
[lg~="op50"]{opacity:0.5}
[lg~="op60"]{opacity:0.6}
[lg~="op100"]{opacity:1}
[lg~="bgsc"]{background-size:cover}
[lg~="bgsct"]{background-size:contain}
[lg~="bgpc"]{background-position:center}
[lg~="bgpt"]{background-position:top}
[lg~="bgpr"]{background-position:right}
[lg~="bgpb"]{background-position:bottom}
[lg~="bgpl"]{background-position:left}
[lg~="bgrn"]{background-repeat:no-repeat}
[lg~="bgrx"]{background-repeat:repeat-x}
[lg~="bgry"]{background-repeat:repeat-y}
[lg~="x"]{display:-webkit-box;display:-ms-flexbox;display:flex}
[lg~="xac"]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
[lg~="xab"]{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
[lg~="xas"]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
[lg~="xafs"]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
[lg~="xafe"]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
[lg~="xdr"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
[lg~="xdrr"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
[lg~="xdc"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
[lg~="xdcr"]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
[lg~="xjc"]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
[lg~="xjb"]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
[lg~="xja"]{-ms-flex-pack:distribute;justify-content:space-around}
[lg~="xjs"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
[lg~="xje"]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
[lg~="xw"]{-ms-flex-wrap:wrap;flex-wrap:wrap}
[lg~="xwr"]{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
[lg~="xwn"]{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
[lg~="xi"]{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}
[lg~="xx"]{-webkit-box-flex:1;-ms-flex:1;flex:1}
[lg~="xa"]{-webkit-box-flex:1;-ms-flex:auto;flex:auto}
[lg~="xn"]{-webkit-box-flex:0;-ms-flex:none;flex:none}
[lg~="xo0"]{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
[lg~="xo1"]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
[lg~="xo2"]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
[lg~="xo3"]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
[lg~="xo4"]{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
[lg~="xot"]{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
[lg~="xob"]{-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}
[lg~="df"]{display:-webkit-box;display:-ms-flexbox;display:flex}
[lg~="db"]{display:block}
[lg~="dib"]{display:inline-block}
[lg~="di"]{display:inline}
[lg~="dt"]{display:table}
[lg~="dtc"]{display:table-cell}
[lg~="dtr"]{display:table-row}
[lg~="dn"]{display:none}
[lg~="fl"]{float:left}
[lg~="fr"]{float:right}
[lg~="fn"]{float:none}
[lg~="cf"]:after{content:"";display:block;clear:both}
[lg~="oh"]{overflow:hidden}
[lg~="os"]{overflow:scroll}
[lg~="ov"]{overflow:visible}
[lg~="oxh"]{overflow-x:hidden}
[lg~="oxs"]{overflow-x:scroll}
[lg~="oxv"]{overflow-x:visible}
[lg~="oyh"]{overflow-y:hidden}
[lg~="oys"]{overflow-y:scroll}
[lg~="oyv"]{overflow-y:visible}
[lg~="psa"]{position:absolute}
[lg~="psr"]{position:relative}
[lg~="psf"]{position:fixed}
[lg~="pss"]{position:static}
[lg~="t0"]{top:0}
[lg~="r0"]{right:0}
[lg~="b0"]{bottom:0}
[lg~="l0"]{left:0}
[lg~="z0"]{z-index:0}
[lg~="z1"]{z-index:1}
[lg~="z2"]{z-index:2}
[lg~="z3"]{z-index:3}
[lg~="z4"]{z-index:4}
[lg~="w0"]{width:0}
[lg~="w100"]{width:100%}
[lg~="h0"]{height:0}
[lg~="h100"]{height:100%}
[lg~="vw50"]{width:50vw}
[lg~="vw100"]{width:100vw}
[lg~="vwmn50"]{min-width:50vw}
[lg~="vwmn100"]{min-width:100vw}
[lg~="vwmx50"]{max-width:50vw}
[lg~="vwmx100"]{max-width:100vw}
[lg~="vh50"]{height:50vh}
[lg~="vh100"]{height:100vh}
[lg~="vhmn50"]{min-height:50vh}
[lg~="vhmn100"]{min-height:100vh}
[lg~="vhmx50"]{max-height:50vh}
[lg~="vhmx100"]{max-height:100vh}
[lg~="ar25"]:before{padding-top:25%;content:"";display:block}
[lg~="ar50"]:before{padding-top:50%;content:"";display:block}
[lg~="ar75"]:before{padding-top:75%;content:"";display:block}
[lg~="ar100"]:before{padding-top:100%;content:"";display:block}
[lg~="fs1-5"]{font-size:1.5rem}
[lg~="fs2"]{font-size:2rem}
[lg~="lh1-3"]{line-height:1.333}
[lg~="fsn"]{font-style:normal}
[lg~="fsi"]{font-style:italic}
[lg~="fwn"]{font-weight:normal}
[lg~="fwb"]{font-weight:bold}
[lg~="tal"]{text-align:left}
[lg~="tac"]{text-align:center}
[lg~="tar"]{text-align:right}
[lg~="taj"]{text-align:justify}
[lg~="toi"]{text-overflow:initial}
[lg~="toc"]{text-overflow:clip}
[lg~="toe"]{text-overflow:ellipsis}
[lg~="tdu"]{text-decoration:underline}
[lg~="tdo"]{text-decoration:overline}
[lg~="tdlt"]{text-decoration:line-through}
[lg~="tdn"]{text-decoration:none}
[lg~="ttu"]{text-transform:uppercase}
[lg~="ttl"]{text-transform:lowercase}
[lg~="ttc"]{text-transform:capitalize}
[lg~="ttn"]{text-transform:none}
[lg~="vabl"]{vertical-align:baseline}
[lg~="vat"]{vertical-align:top}
[lg~="vam"]{vertical-align:middle}
[lg~="vab"]{vertical-align:bottom}
[lg~="wsn"]{white-space:normal}
[lg~="wsnw"]{white-space:nowrap}
[lg~="wsp"]{white-space:pre}
[lg~="wsi"]{white-space:inherit}
[lg~="tc1"]{-webkit-columns:1;-moz-columns:1;columns:1}
[lg~="tc2"]{-webkit-columns:2;-moz-columns:2;columns:2}
[lg~="tc3"]{-webkit-columns:3;-moz-columns:3;columns:3}
[lg~="tc4"]{-webkit-columns:4;-moz-columns:4;columns:4}
[lg~="curp"]{cursor:pointer}
[lg~="curd"]{cursor:default}
[lg~="cura"]{cursor:alias}
[lg~="curzi"]{cursor:-webkit-zoom-in;cursor:zoom-in}
[lg~="curzo"]{cursor:-webkit-zoom-out;cursor:zoom-out}
[lg~="usn"]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[lg~="usa"]{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
[lg~="ust"]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
[lg~="pen"]{pointer-events:none}
[lg~="pea"]{pointer-events:auto}
[lg~="vh"]{visibility:hidden}
[lg~="vv"]{visibility:visible}
[lg~="dev"]{outline:1px solid #912eff}
[lg~="dev"] > * {outline:1px solid #5497ff}
[lg~="dev"] > * > * {outline:1px solid #51feff}
[lg~="dev"] > * > * > * {outline:1px solid #ff0000}
[lg~="dev"] > * > * > * * {outline:1px solid #00ff00}[lg~="ff-bour"]{font-family:BourgeoisBook, sans-serif}
[lg~="ls0-06"]{letter-spacing:0.06em}
[lg~="fc-white"]{color:rgb(255, 255, 255)}
[lg~="fc-black"]{color:rgb(0, 0, 0)}
[lg~="fc-bg"]{color:rgb(223, 229, 224)}
[lg~="fc-modal"]{color:rgba(0, 0, 0, 0.55)}
[lg~="h-fc-white"]:hover{color:rgb(255, 255, 255)}
[lg~="h-fc-black"]:hover{color:rgb(0, 0, 0)}
[lg~="h-fc-bg"]:hover{color:rgb(223, 229, 224)}
[lg~="h-fc-modal"]:hover{color:rgba(0, 0, 0, 0.55)}
[lg~="bgc-white"]{background-color:rgb(255, 255, 255)}
[lg~="bgc-black"]{background-color:rgb(0, 0, 0)}
[lg~="bgc-bg"]{background-color:rgb(223, 229, 224)}
[lg~="bgc-modal"]{background-color:rgba(0, 0, 0, 0.55)}
[lg~="wa"]{width:auto}
[lg~="ha"]{height:auto}
[lg~="t50"]{top:50%}
[lg~="t100"]{top:100%}
[lg~="r50"]{right:50%}
[lg~="r100"]{right:100%}
[lg~="b50"]{bottom:50%}
[lg~="b100"]{bottom:100%}
[lg~="l50"]{left:50%}
[lg~="l100"]{left:100%}
[lg~="xx2"]{-webkit-box-flex:2;-ms-flex:2;flex:2}
[lg~="xx3"]{-webkit-box-flex:3;-ms-flex:3;flex:3}
[lg~="z-1"]{z-index:-1}
[lg~="tt-50-50"]{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
[lg~="b1-white"]{border:1px solid rgb(255, 255, 255)}
[lg~="b1-black"]{border:1px solid rgb(0, 0, 0)}
[lg~="b1-bg"]{border:1px solid rgb(223, 229, 224)}
[lg~="b1-modal"]{border:1px solid rgba(0, 0, 0, 0.55)}
[lg~="bt1-white"]{border-top:1px solid rgb(255, 255, 255)}
[lg~="bt1-black"]{border-top:1px solid rgb(0, 0, 0)}
[lg~="bt1-bg"]{border-top:1px solid rgb(223, 229, 224)}
[lg~="bt1-modal"]{border-top:1px solid rgba(0, 0, 0, 0.55)}
[lg~="br1-white"]{border-right:1px solid rgb(255, 255, 255)}
[lg~="br1-black"]{border-right:1px solid rgb(0, 0, 0)}
[lg~="br1-bg"]{border-right:1px solid rgb(223, 229, 224)}
[lg~="br1-modal"]{border-right:1px solid rgba(0, 0, 0, 0.55)}
[lg~="bb1-white"]{border-bottom:1px solid rgb(255, 255, 255)}
[lg~="bb1-black"]{border-bottom:1px solid rgb(0, 0, 0)}
[lg~="bb1-bg"]{border-bottom:1px solid rgb(223, 229, 224)}
[lg~="bb1-modal"]{border-bottom:1px solid rgba(0, 0, 0, 0.55)}
[lg~="bl1-white"]{border-left:1px solid rgb(255, 255, 255)}
[lg~="bl1-black"]{border-left:1px solid rgb(0, 0, 0)}
[lg~="bl1-bg"]{border-left:1px solid rgb(223, 229, 224)}
[lg~="bl1-modal"]{border-left:1px solid rgba(0, 0, 0, 0.55)}
[lg~="br1-3"]{border-radius:1.333em}
[lg~="cc2"]{-webkit-column-count:2;-moz-column-count:2;column-count:2}
[lg~="cg0-5"]{-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem}
[lg~="cg1"]{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}
[lg~="cg1-5"]{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}
[lg~="cg2"]{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}
[lg~="cg3"]{-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}
[lg~="cg4"]{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}
}
  html {
    font-size: 62.5%;
  }

  body {
    -webkit-font-smoothing: antialiased;
  }

  html,
  body,
  #root {
    height: 100%;
  }

  h1, h2, h3, h4, h5, h6, h7 {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
  }

  button, input {
    outline: none;
  }

  ul, ol, li { 
    list-style: none;
  }

  a {
    color: inherit;
    text-decoration: inherit;
  }

  em, i {
    font-style: italic;
  }

  .wpx416 {
    width: 416px;
  }

  .mwp80 {
    max-width: 80%;
  }

  .ttx-50 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .tx-op-v {
    -webkit-transition:
      opacity 0.25s ease-out, 
      visibility 0.25s ease-out;
    transition:
      opacity 0.25s ease-out, 
      visibility 0.25s ease-out;
  }

  .tx-op {
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
  
  .tx-op1 {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  
  .tx-op2 {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
  }
  
  .tx-op4 {
    -webkit-transition: opacity 4s ease-out;
    transition: opacity 4s ease-out;
  }

  input {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
  }
  
  input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
  }
  
  input::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
  }
  
  input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
  }
  
  input::placeholder {
    color: rgba(255, 255, 255, 1);
  }
  
  input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  
  input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  
  input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  
  input:focus::placeholder {
    color: rgba(255, 255, 255, 0.35);
  }

  .submit {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    border: 1px solid white;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .submit-svg {
    width: 3.3rem;
    height: 3.3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .submit-svg svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .submit-svg svg circle {
    stroke: currentColor;
    strokeWidth: 1;
    fill: none;
  }

  .submit-svg svg polygon {
    fill: currentColor;
    stroke: none;
  }


  .h-op50:hover {
    opacity: 0.5;
  }
  
  .h-op100:hover {
    opacity: 1;
  }

  .sound-control-toggle {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .sound-control-toggle.muted .sound-control-bar {
    -webkit-animation: none;
            animation: none;
  }
  
  .sound-control-bars {
    width: 28px;
    height: 12px;
    padding: 0 7px;
    overflow: hidden;
  }
  
  .sound-control-bar {
    float: left;
    width: 2px;
    height: 100%;
    margin-left: 2px;
    background: currentColor;
    -webkit-animation: anim-sound-bar 830ms linear infinite alternate;
            animation: anim-sound-bar 830ms linear infinite alternate;
    -webkit-transition:
      background .25s ease-out,
      -webkit-transform .25s ease-out;
    transition:
      background .25s ease-out,
      -webkit-transform .25s ease-out;
    transition:
      background .25s ease-out,
      transform .25s ease-out;
    transition:
      background .25s ease-out,
      transform .25s ease-out,
      -webkit-transform .25s ease-out;
    -webkit-transform: translate(0, 24%);
            transform: translate(0, 24%);
  }

  .sound-control-bar:first-child {
    margin-left: 0;
    -webkit-transform: translate(0, 60%);
            transform: translate(0, 60%);
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
  }

  .sound-control-bar:nth-child(2) {
    -webkit-transform: translate(0, 35%);
            transform: translate(0, 35%);
    -webkit-animation-duration: 765ms;
            animation-duration: 765ms;
  }
  
  .sound-control-bar:nth-child(4) {
    -webkit-transform: translate(0, 60%);
            transform: translate(0, 60%);
    -webkit-animation-duration: 895ms;
            animation-duration: 895ms;
  }
  
  @-webkit-keyframes anim-sound-bar {
    0% {
      -webkit-transform: translate(0, 75%);
              transform: translate(0, 75%);
    }
    100% {
      -webkit-transform: translate(0, 4%);
              transform: translate(0, 4%);
    }
  }
  
  @keyframes anim-sound-bar {
    0% {
      -webkit-transform: translate(0, 75%);
              transform: translate(0, 75%);
    }
    100% {
      -webkit-transform: translate(0, 4%);
              transform: translate(0, 4%);
    }
  }
