/* @import rules moved to the top of the document */
@import url("//fonts.googleapis.com/css?family=Public+Sans:400,300,500&display=swap");

/* 75cu7vo3830o0ckcgk4gcwwgc.css */
/* Local stylesheet: /wp-content/themes/lyquix/css/perfect-scrollbar.css, Version: 20230407192423 */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}


/* Local stylesheet: /wp-content/themes/lyquix/css/styles.min.css, Version: 20260409143053 */
@charset "UTF-8";
/*@import rule moved to the top of the file*/
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}audio,canvas,video{display:inline-block}summary{display:list-item}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border-style:none}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}figure{margin:1em 40px}hr{height:0;overflow:visible}code,kbd,pre,samp{overflow:auto;white-space:pre-wrap;word-wrap:break-word;font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15em;margin:0}button,input,select{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}input{line-height:normal}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal;padding:0}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}optgroup{font-weight:bolder}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*,*:before,*:after{box-sizing:inherit}html{word-break:break-word;text-rendering:auto;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;box-sizing:border-box;font-size:10px}body{background-color:#fff;font-family:"Public Sans",sans-serif;font-size:2rem;font-weight:normal;color:#2a363c;line-height:1.85}body[screen=sm]{font-size:1.8rem}body[screen=xs]{font-size:1.6rem}p{margin:1em 0}code,kbd,pre,samp{font-family:Consolas,"Courier New",Courier,monospace}a{color:#2a363c;text-decoration:none;outline:0}a:hover{color:#111618;text-decoration:underline}img{max-width:100%}h1{font-family:"Public Sans",sans-serif;color:#f3f5f7;font-size:5.5rem;font-weight:normal;line-height:1.4;margin:.67em 0}body[screen=sm] h1{font-size:4.6rem}body[screen=xs] h1{font-size:3.2rem}h2{font-family:"Public Sans",sans-serif;color:#f3f5f7;font-size:3.4rem;font-weight:300;line-height:1.4;margin:.67em 0}body[screen=sm] h2{font-size:3.4rem}body[screen=xs] h2{font-size:2.4rem}h3{font-family:"Public Sans",sans-serif;color:#324048;font-size:2.75rem;font-weight:500;line-height:1.4;margin:.67em 0}body[screen=sm] h3{font-size:2.45rem}body[screen=xs] h3{font-size:1.8rem}h4{font-family:"Public Sans",sans-serif;color:#41535d;font-size:1.65rem;font-weight:500;line-height:1.4;margin:.67em 0}h5{font-family:"Public Sans",sans-serif;color:#324048;font-size:1.66rem;font-weight:500;line-height:1.4;margin:.67em 0}h6{font-family:"Public Sans",sans-serif;color:#324048;font-size:1.5rem;font-weight:500;line-height:1.4;margin:.67em 0}input,textarea,select{background-color:#fff;font-family:"Public Sans",sans-serif;color:#2a363c;outline:0;padding:.25em;margin:0 .25em;border:1px solid #c2ced6}input[type=checkbox],input[type=file],input[type=image],input[type=radio]{background-color:transparent;border-color:transparent}input:disabled,textarea:disabled,select:disabled{background-color:#f3f5f7}input[type=submit],input[type=button],input[type=reset],button{background-color:#008061;color:#f3f5f7;font-family:"Public Sans",sans-serif;font-weight:bold;padding:.5em 2em;margin:0 .25em;border:0}input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover{text-decoration:none;background-color:rgb(0,179,135.6484375);color:#fff}input[type=submit]:disabled,input[type=button]:disabled,input[type=reset]:disabled,button:disabled{background-color:#999;color:#f3f5f7}input[type=submit]:disabled:hover,input[type=button]:disabled:hover,input[type=reset]:disabled:hover,button:disabled:hover{background-color:#c2ced6}label{font-family:"Public Sans",sans-serif;color:#2a363c}blockquote{font-family:"Public Sans",sans-serif;color:#2a363c;margin:1em 0;padding:0 2em;font-size:2.5rem;line-height:1.48;quotes:"“" "”" "‘" "’";position:relative}blockquote:before{font-family:Georgia,serif;content:open-quote;font-size:4em;position:absolute;top:.2em;left:0}blockquote:after{font-family:Georgia,serif;content:close-quote;font-size:4em;line-height:0;position:absolute;bottom:-0.2em;right:0}hr{border:1px solid #2a363c;color:#2a363c;background-color:#2a363c;margin:1em 0}table{border-collapse:collapse;border-spacing:0;max-width:100%}td,th{text-align:left;padding:.5em;vertical-align:top}th{font-family:"Public Sans",sans-serif;color:#2a363c;border-bottom:1px solid #c2ced6;background-color:#f3f5f7}td{font-family:"Public Sans",sans-serif;color:#2a363c;border-bottom:1px solid #c2ced6;background-color:#fff}ul,ol{padding-left:2em}li{margin:.67em 0}body[screen=xs] .container{margin-left:8.438%;margin-right:8.438%;max-width:none}body[screen=sm] .container{margin-left:8.281%;margin-right:8.281%;max-width:none}body[screen=md] .container{margin-left:16.771%;margin-right:16.771%;max-width:none}body[screen=lg] .container{margin-left:16.6355%;margin-right:16.6355%;max-width:none}body[screen=xl] .container{margin-left:16.625%;margin-right:16.625%;max-width:none}.grid-container{display:grid;justify-items:stretch;align-items:stretch;grid-column-gap:10px;grid-row-gap:10px}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.grid-cols-7{grid-template-columns:repeat(7,1fr)}.grid-cols-8{grid-template-columns:repeat(8,1fr)}.grid-cols-9{grid-template-columns:repeat(9,1fr)}.grid-cols-10{grid-template-columns:repeat(10,1fr)}body[screen=xs] .grid-cols-1-xs{grid-template-columns:repeat(1,1fr)}body[screen=xs] .grid-cols-2-xs{grid-template-columns:repeat(2,1fr)}body[screen=xs] .grid-cols-3-xs{grid-template-columns:repeat(3,1fr)}body[screen=xs] .grid-cols-4-xs{grid-template-columns:repeat(4,1fr)}body[screen=xs] .grid-cols-5-xs{grid-template-columns:repeat(5,1fr)}body[screen=xs] .grid-cols-6-xs{grid-template-columns:repeat(6,1fr)}body[screen=xs] .grid-cols-7-xs{grid-template-columns:repeat(7,1fr)}body[screen=xs] .grid-cols-8-xs{grid-template-columns:repeat(8,1fr)}body[screen=xs] .grid-cols-9-xs{grid-template-columns:repeat(9,1fr)}body[screen=xs] .grid-cols-10-xs{grid-template-columns:repeat(10,1fr)}body[screen=sm] .grid-cols-1-sm{grid-template-columns:repeat(1,1fr)}body[screen=sm] .grid-cols-2-sm{grid-template-columns:repeat(2,1fr)}body[screen=sm] .grid-cols-3-sm{grid-template-columns:repeat(3,1fr)}body[screen=sm] .grid-cols-4-sm{grid-template-columns:repeat(4,1fr)}body[screen=sm] .grid-cols-5-sm{grid-template-columns:repeat(5,1fr)}body[screen=sm] .grid-cols-6-sm{grid-template-columns:repeat(6,1fr)}body[screen=sm] .grid-cols-7-sm{grid-template-columns:repeat(7,1fr)}body[screen=sm] .grid-cols-8-sm{grid-template-columns:repeat(8,1fr)}body[screen=sm] .grid-cols-9-sm{grid-template-columns:repeat(9,1fr)}body[screen=sm] .grid-cols-10-sm{grid-template-columns:repeat(10,1fr)}body[screen=md] .grid-cols-1-md{grid-template-columns:repeat(1,1fr)}body[screen=md] .grid-cols-2-md{grid-template-columns:repeat(2,1fr)}body[screen=md] .grid-cols-3-md{grid-template-columns:repeat(3,1fr)}body[screen=md] .grid-cols-4-md{grid-template-columns:repeat(4,1fr)}body[screen=md] .grid-cols-5-md{grid-template-columns:repeat(5,1fr)}body[screen=md] .grid-cols-6-md{grid-template-columns:repeat(6,1fr)}body[screen=md] .grid-cols-7-md{grid-template-columns:repeat(7,1fr)}body[screen=md] .grid-cols-8-md{grid-template-columns:repeat(8,1fr)}body[screen=md] .grid-cols-9-md{grid-template-columns:repeat(9,1fr)}body[screen=md] .grid-cols-10-md{grid-template-columns:repeat(10,1fr)}body[screen=lg] .grid-cols-1-lg{grid-template-columns:repeat(1,1fr)}body[screen=lg] .grid-cols-2-lg{grid-template-columns:repeat(2,1fr)}body[screen=lg] .grid-cols-3-lg{grid-template-columns:repeat(3,1fr)}body[screen=lg] .grid-cols-4-lg{grid-template-columns:repeat(4,1fr)}body[screen=lg] .grid-cols-5-lg{grid-template-columns:repeat(5,1fr)}body[screen=lg] .grid-cols-6-lg{grid-template-columns:repeat(6,1fr)}body[screen=lg] .grid-cols-7-lg{grid-template-columns:repeat(7,1fr)}body[screen=lg] .grid-cols-8-lg{grid-template-columns:repeat(8,1fr)}body[screen=lg] .grid-cols-9-lg{grid-template-columns:repeat(9,1fr)}body[screen=lg] .grid-cols-10-lg{grid-template-columns:repeat(10,1fr)}body[screen=xl] .grid-cols-1-xl{grid-template-columns:repeat(1,1fr)}body[screen=xl] .grid-cols-2-xl{grid-template-columns:repeat(2,1fr)}body[screen=xl] .grid-cols-3-xl{grid-template-columns:repeat(3,1fr)}body[screen=xl] .grid-cols-4-xl{grid-template-columns:repeat(4,1fr)}body[screen=xl] .grid-cols-5-xl{grid-template-columns:repeat(5,1fr)}body[screen=xl] .grid-cols-6-xl{grid-template-columns:repeat(6,1fr)}body[screen=xl] .grid-cols-7-xl{grid-template-columns:repeat(7,1fr)}body[screen=xl] .grid-cols-8-xl{grid-template-columns:repeat(8,1fr)}body[screen=xl] .grid-cols-9-xl{grid-template-columns:repeat(9,1fr)}body[screen=xl] .grid-cols-10-xl{grid-template-columns:repeat(10,1fr)}.grid-justify-start{justify-items:start}.grid-justify-end{justify-items:end}.grid-justify-center{justify-items:center}.grid-justify-stretch{justify-items:stretch}.grid-align-start{align-items:start}.grid-align-end{align-items:end}.grid-align-center{align-items:center}.grid-align-stretch{align-items:stretch}.grid-justify-start{justify-content:start}.grid-justify-end{justify-content:end}.grid-justify-center{justify-content:center}.grid-justify-stretch{justify-content:stretch}.grid-justify-space-around{justify-content:space-around}.grid-justify-space-between{justify-content:space-between}.grid-justify-space-evenly{justify-content:space-evenly}.grid-align-start{align-content:start}.grid-align-end{align-content:end}.grid-align-center{align-content:center}.grid-align-stretch{align-content:stretch}.grid-align-space-around{align-content:space-around}.grid-align-space-between{align-content:space-between}.grid-align-space-evenly{align-content:space-evenly}.flex-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch}.flex-direction-row{flex-direction:row}.flex-direction-row-reverse{flex-direction:row-reverse}.flex-direction-column{flex-direction:column}.flex-direction-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-justify-start{justify-content:flex-start}.flex-justify-end{justify-content:flex-end}.flex-justify-center{justify-content:center}.flex-justify-space-between{justify-content:space-between}.flex-justify-space-around{justify-content:space-around}.flex-justify-space-evenly{justify-content:space-evenly}.flex-align-items-start{align-items:flex-start}.flex-align-items-end{align-items:flex-end}.flex-align-items-center{align-items:center}.flex-align-items-baseline{align-items:baseline}.flex-align-items-stretch{align-items:stretch}.flex-align-content-start{align-content:flex-start}.flex-align-content-end{align-content:flex-end}.flex-align-content-center{align-content:center}.flex-align-content-space-between{align-content:space-between}.flex-align-content-space-around{align-content:space-around}.flex-align-content-space-evenly{align-content:space-evenly}.blk100\%-xl,.blk95\%-xl,.blk90\%-xl,.blk85\%-xl,.blk80\%-xl,.blk75\%-xl,.blk70\%-xl,.blk65\%-xl,.blk60\%-xl,.blk55\%-xl,.blk50\%-xl,.blk45\%-xl,.blk40\%-xl,.blk35\%-xl,.blk30\%-xl,.blk25\%-xl,.blk20\%-xl,.blk15\%-xl,.blk10\%-xl,.blk5\%-xl,.blk10\/10-xl,.blk9\/10-xl,.blk8\/10-xl,.blk7\/10-xl,.blk6\/10-xl,.blk5\/10-xl,.blk4\/10-xl,.blk3\/10-xl,.blk2\/10-xl,.blk1\/10-xl,.blk9\/9-xl,.blk8\/9-xl,.blk7\/9-xl,.blk6\/9-xl,.blk5\/9-xl,.blk4\/9-xl,.blk3\/9-xl,.blk2\/9-xl,.blk1\/9-xl,.blk8\/8-xl,.blk7\/8-xl,.blk6\/8-xl,.blk5\/8-xl,.blk4\/8-xl,.blk3\/8-xl,.blk2\/8-xl,.blk1\/8-xl,.blk7\/7-xl,.blk6\/7-xl,.blk5\/7-xl,.blk4\/7-xl,.blk3\/7-xl,.blk2\/7-xl,.blk1\/7-xl,.blk6\/6-xl,.blk5\/6-xl,.blk4\/6-xl,.blk3\/6-xl,.blk2\/6-xl,.blk1\/6-xl,.blk5\/5-xl,.blk4\/5-xl,.blk3\/5-xl,.blk2\/5-xl,.blk1\/5-xl,.blk4\/4-xl,.blk3\/4-xl,.blk2\/4-xl,.blk1\/4-xl,.blk3\/3-xl,.blk2\/3-xl,.blk1\/3-xl,.blk2\/2-xl,.blk1\/2-xl,.blk1\/1-xl,.blk100\%-lg,.blk95\%-lg,.blk90\%-lg,.blk85\%-lg,.blk80\%-lg,.blk75\%-lg,.blk70\%-lg,.blk65\%-lg,.blk60\%-lg,.blk55\%-lg,.blk50\%-lg,.blk45\%-lg,.blk40\%-lg,.blk35\%-lg,.blk30\%-lg,.blk25\%-lg,.blk20\%-lg,.blk15\%-lg,.blk10\%-lg,.blk5\%-lg,.blk10\/10-lg,.blk9\/10-lg,.blk8\/10-lg,.blk7\/10-lg,.blk6\/10-lg,.blk5\/10-lg,.blk4\/10-lg,.blk3\/10-lg,.blk2\/10-lg,.blk1\/10-lg,.blk9\/9-lg,.blk8\/9-lg,.blk7\/9-lg,.blk6\/9-lg,.blk5\/9-lg,.blk4\/9-lg,.blk3\/9-lg,.blk2\/9-lg,.blk1\/9-lg,.blk8\/8-lg,.blk7\/8-lg,.blk6\/8-lg,.blk5\/8-lg,.blk4\/8-lg,.blk3\/8-lg,.blk2\/8-lg,.blk1\/8-lg,.blk7\/7-lg,.blk6\/7-lg,.blk5\/7-lg,.blk4\/7-lg,.blk3\/7-lg,.blk2\/7-lg,.blk1\/7-lg,.blk6\/6-lg,.blk5\/6-lg,.blk4\/6-lg,.blk3\/6-lg,.blk2\/6-lg,.blk1\/6-lg,.blk5\/5-lg,.blk4\/5-lg,.blk3\/5-lg,.blk2\/5-lg,.blk1\/5-lg,.blk4\/4-lg,.blk3\/4-lg,.blk2\/4-lg,.blk1\/4-lg,.blk3\/3-lg,.blk2\/3-lg,.blk1\/3-lg,.blk2\/2-lg,.blk1\/2-lg,.blk1\/1-lg,.blk100\%-md,.blk95\%-md,.blk90\%-md,.blk85\%-md,.blk80\%-md,.blk75\%-md,.blk70\%-md,.blk65\%-md,.blk60\%-md,.blk55\%-md,.blk50\%-md,.blk45\%-md,.blk40\%-md,.blk35\%-md,.blk30\%-md,.blk25\%-md,.blk20\%-md,.blk15\%-md,.blk10\%-md,.blk5\%-md,.blk10\/10-md,.blk9\/10-md,.blk8\/10-md,.blk7\/10-md,.blk6\/10-md,.blk5\/10-md,.blk4\/10-md,.blk3\/10-md,.blk2\/10-md,.blk1\/10-md,.blk9\/9-md,.blk8\/9-md,.blk7\/9-md,.blk6\/9-md,.blk5\/9-md,.blk4\/9-md,.blk3\/9-md,.blk2\/9-md,.blk1\/9-md,.blk8\/8-md,.blk7\/8-md,.blk6\/8-md,.blk5\/8-md,.blk4\/8-md,.blk3\/8-md,.blk2\/8-md,.blk1\/8-md,.blk7\/7-md,.blk6\/7-md,.blk5\/7-md,.blk4\/7-md,.blk3\/7-md,.blk2\/7-md,.blk1\/7-md,.blk6\/6-md,.blk5\/6-md,.blk4\/6-md,.blk3\/6-md,.blk2\/6-md,.blk1\/6-md,.blk5\/5-md,.blk4\/5-md,.blk3\/5-md,.blk2\/5-md,.blk1\/5-md,.blk4\/4-md,.blk3\/4-md,.blk2\/4-md,.blk1\/4-md,.blk3\/3-md,.blk2\/3-md,.blk1\/3-md,.blk2\/2-md,.blk1\/2-md,.blk1\/1-md,.blk100\%-sm,.blk95\%-sm,.blk90\%-sm,.blk85\%-sm,.blk80\%-sm,.blk75\%-sm,.blk70\%-sm,.blk65\%-sm,.blk60\%-sm,.blk55\%-sm,.blk50\%-sm,.blk45\%-sm,.blk40\%-sm,.blk35\%-sm,.blk30\%-sm,.blk25\%-sm,.blk20\%-sm,.blk15\%-sm,.blk10\%-sm,.blk5\%-sm,.blk10\/10-sm,.blk9\/10-sm,.blk8\/10-sm,.blk7\/10-sm,.blk6\/10-sm,.blk5\/10-sm,.blk4\/10-sm,.blk3\/10-sm,.blk2\/10-sm,.blk1\/10-sm,.blk9\/9-sm,.blk8\/9-sm,.blk7\/9-sm,.blk6\/9-sm,.blk5\/9-sm,.blk4\/9-sm,.blk3\/9-sm,.blk2\/9-sm,.blk1\/9-sm,.blk8\/8-sm,.blk7\/8-sm,.blk6\/8-sm,.blk5\/8-sm,.blk4\/8-sm,.blk3\/8-sm,.blk2\/8-sm,.blk1\/8-sm,.blk7\/7-sm,.blk6\/7-sm,.blk5\/7-sm,.blk4\/7-sm,.blk3\/7-sm,.blk2\/7-sm,.blk1\/7-sm,.blk6\/6-sm,.blk5\/6-sm,.blk4\/6-sm,.blk3\/6-sm,.blk2\/6-sm,.blk1\/6-sm,.blk5\/5-sm,.blk4\/5-sm,.blk3\/5-sm,.blk2\/5-sm,.blk1\/5-sm,.blk4\/4-sm,.blk3\/4-sm,.blk2\/4-sm,.blk1\/4-sm,.blk3\/3-sm,.blk2\/3-sm,.blk1\/3-sm,.blk2\/2-sm,.blk1\/2-sm,.blk1\/1-sm,.blk100\%-xs,.blk95\%-xs,.blk90\%-xs,.blk85\%-xs,.blk80\%-xs,.blk75\%-xs,.blk70\%-xs,.blk65\%-xs,.blk60\%-xs,.blk55\%-xs,.blk50\%-xs,.blk45\%-xs,.blk40\%-xs,.blk35\%-xs,.blk30\%-xs,.blk25\%-xs,.blk20\%-xs,.blk15\%-xs,.blk10\%-xs,.blk5\%-xs,.blk10\/10-xs,.blk9\/10-xs,.blk8\/10-xs,.blk7\/10-xs,.blk6\/10-xs,.blk5\/10-xs,.blk4\/10-xs,.blk3\/10-xs,.blk2\/10-xs,.blk1\/10-xs,.blk9\/9-xs,.blk8\/9-xs,.blk7\/9-xs,.blk6\/9-xs,.blk5\/9-xs,.blk4\/9-xs,.blk3\/9-xs,.blk2\/9-xs,.blk1\/9-xs,.blk8\/8-xs,.blk7\/8-xs,.blk6\/8-xs,.blk5\/8-xs,.blk4\/8-xs,.blk3\/8-xs,.blk2\/8-xs,.blk1\/8-xs,.blk7\/7-xs,.blk6\/7-xs,.blk5\/7-xs,.blk4\/7-xs,.blk3\/7-xs,.blk2\/7-xs,.blk1\/7-xs,.blk6\/6-xs,.blk5\/6-xs,.blk4\/6-xs,.blk3\/6-xs,.blk2\/6-xs,.blk1\/6-xs,.blk5\/5-xs,.blk4\/5-xs,.blk3\/5-xs,.blk2\/5-xs,.blk1\/5-xs,.blk4\/4-xs,.blk3\/4-xs,.blk2\/4-xs,.blk1\/4-xs,.blk3\/3-xs,.blk2\/3-xs,.blk1\/3-xs,.blk2\/2-xs,.blk1\/2-xs,.blk1\/1-xs,.blk100\%,.blk95\%,.blk90\%,.blk85\%,.blk80\%,.blk75\%,.blk70\%,.blk65\%,.blk60\%,.blk55\%,.blk50\%,.blk45\%,.blk40\%,.blk35\%,.blk30\%,.blk25\%,.blk20\%,.blk15\%,.blk10\%,.blk5\%,.blk10\/10,.blk9\/10,.blk8\/10,.blk7\/10,.blk6\/10,.blk5\/10,.blk4\/10,.blk3\/10,.blk2\/10,.blk1\/10,.blk9\/9,.blk8\/9,.blk7\/9,.blk6\/9,.blk5\/9,.blk4\/9,.blk3\/9,.blk2\/9,.blk1\/9,.blk8\/8,.blk7\/8,.blk6\/8,.blk5\/8,.blk4\/8,.blk3\/8,.blk2\/8,.blk1\/8,.blk7\/7,.blk6\/7,.blk5\/7,.blk4\/7,.blk3\/7,.blk2\/7,.blk1\/7,.blk6\/6,.blk5\/6,.blk4\/6,.blk3\/6,.blk2\/6,.blk1\/6,.blk5\/5,.blk4\/5,.blk3\/5,.blk2\/5,.blk1\/5,.blk4\/4,.blk3\/4,.blk2\/4,.blk1\/4,.blk3\/3,.blk2\/3,.blk1\/3,.blk2\/2,.blk1\/2,.blk1\/1{display:block}body[screen=xs] .blk100\%-xs,body[screen=xs] .blk100\%,body[screen=xs] .blk95\%-xs,body[screen=xs] .blk95\%,body[screen=xs] .blk90\%-xs,body[screen=xs] .blk90\%,body[screen=xs] .blk85\%-xs,body[screen=xs] .blk85\%,body[screen=xs] .blk80\%-xs,body[screen=xs] .blk80\%,body[screen=xs] .blk75\%-xs,body[screen=xs] .blk75\%,body[screen=xs] .blk70\%-xs,body[screen=xs] .blk70\%,body[screen=xs] .blk65\%-xs,body[screen=xs] .blk65\%,body[screen=xs] .blk60\%-xs,body[screen=xs] .blk60\%,body[screen=xs] .blk55\%-xs,body[screen=xs] .blk55\%,body[screen=xs] .blk50\%-xs,body[screen=xs] .blk50\%,body[screen=xs] .blk45\%-xs,body[screen=xs] .blk45\%,body[screen=xs] .blk40\%-xs,body[screen=xs] .blk40\%,body[screen=xs] .blk35\%-xs,body[screen=xs] .blk35\%,body[screen=xs] .blk30\%-xs,body[screen=xs] .blk30\%,body[screen=xs] .blk25\%-xs,body[screen=xs] .blk25\%,body[screen=xs] .blk20\%-xs,body[screen=xs] .blk20\%,body[screen=xs] .blk15\%-xs,body[screen=xs] .blk15\%,body[screen=xs] .blk10\%-xs,body[screen=xs] .blk10\%,body[screen=xs] .blk5\%-xs,body[screen=xs] .blk5\%,body[screen=xs] .blk10\/10-xs,body[screen=xs] .blk10\/10,body[screen=xs] .blk9\/10-xs,body[screen=xs] .blk9\/10,body[screen=xs] .blk8\/10-xs,body[screen=xs] .blk8\/10,body[screen=xs] .blk7\/10-xs,body[screen=xs] .blk7\/10,body[screen=xs] .blk6\/10-xs,body[screen=xs] .blk6\/10,body[screen=xs] .blk5\/10-xs,body[screen=xs] .blk5\/10,body[screen=xs] .blk4\/10-xs,body[screen=xs] .blk4\/10,body[screen=xs] .blk3\/10-xs,body[screen=xs] .blk3\/10,body[screen=xs] .blk2\/10-xs,body[screen=xs] .blk2\/10,body[screen=xs] .blk1\/10-xs,body[screen=xs] .blk1\/10,body[screen=xs] .blk9\/9-xs,body[screen=xs] .blk9\/9,body[screen=xs] .blk8\/9-xs,body[screen=xs] .blk8\/9,body[screen=xs] .blk7\/9-xs,body[screen=xs] .blk7\/9,body[screen=xs] .blk6\/9-xs,body[screen=xs] .blk6\/9,body[screen=xs] .blk5\/9-xs,body[screen=xs] .blk5\/9,body[screen=xs] .blk4\/9-xs,body[screen=xs] .blk4\/9,body[screen=xs] .blk3\/9-xs,body[screen=xs] .blk3\/9,body[screen=xs] .blk2\/9-xs,body[screen=xs] .blk2\/9,body[screen=xs] .blk1\/9-xs,body[screen=xs] .blk1\/9,body[screen=xs] .blk8\/8-xs,body[screen=xs] .blk8\/8,body[screen=xs] .blk7\/8-xs,body[screen=xs] .blk7\/8,body[screen=xs] .blk6\/8-xs,body[screen=xs] .blk6\/8,body[screen=xs] .blk5\/8-xs,body[screen=xs] .blk5\/8,body[screen=xs] .blk4\/8-xs,body[screen=xs] .blk4\/8,body[screen=xs] .blk3\/8-xs,body[screen=xs] .blk3\/8,body[screen=xs] .blk2\/8-xs,body[screen=xs] .blk2\/8,body[screen=xs] .blk1\/8-xs,body[screen=xs] .blk1\/8,body[screen=xs] .blk7\/7-xs,body[screen=xs] .blk7\/7,body[screen=xs] .blk6\/7-xs,body[screen=xs] .blk6\/7,body[screen=xs] .blk5\/7-xs,body[screen=xs] .blk5\/7,body[screen=xs] .blk4\/7-xs,body[screen=xs] .blk4\/7,body[screen=xs] .blk3\/7-xs,body[screen=xs] .blk3\/7,body[screen=xs] .blk2\/7-xs,body[screen=xs] .blk2\/7,body[screen=xs] .blk1\/7-xs,body[screen=xs] .blk1\/7,body[screen=xs] .blk6\/6-xs,body[screen=xs] .blk6\/6,body[screen=xs] .blk5\/6-xs,body[screen=xs] .blk5\/6,body[screen=xs] .blk4\/6-xs,body[screen=xs] .blk4\/6,body[screen=xs] .blk3\/6-xs,body[screen=xs] .blk3\/6,body[screen=xs] .blk2\/6-xs,body[screen=xs] .blk2\/6,body[screen=xs] .blk1\/6-xs,body[screen=xs] .blk1\/6,body[screen=xs] .blk5\/5-xs,body[screen=xs] .blk5\/5,body[screen=xs] .blk4\/5-xs,body[screen=xs] .blk4\/5,body[screen=xs] .blk3\/5-xs,body[screen=xs] .blk3\/5,body[screen=xs] .blk2\/5-xs,body[screen=xs] .blk2\/5,body[screen=xs] .blk1\/5-xs,body[screen=xs] .blk1\/5,body[screen=xs] .blk4\/4-xs,body[screen=xs] .blk4\/4,body[screen=xs] .blk3\/4-xs,body[screen=xs] .blk3\/4,body[screen=xs] .blk2\/4-xs,body[screen=xs] .blk2\/4,body[screen=xs] .blk1\/4-xs,body[screen=xs] .blk1\/4,body[screen=xs] .blk3\/3-xs,body[screen=xs] .blk3\/3,body[screen=xs] .blk2\/3-xs,body[screen=xs] .blk2\/3,body[screen=xs] .blk1\/3-xs,body[screen=xs] .blk1\/3,body[screen=xs] .blk2\/2-xs,body[screen=xs] .blk2\/2,body[screen=xs] .blk1\/2-xs,body[screen=xs] .blk1\/2,body[screen=xs] .blk1\/1-xs,body[screen=xs] .blk1\/1{margin:5px 5px 5px 5px;border-width:0;padding:0}body[screen=xs] .blk1\/1,body[screen=xs] .blk1\/1-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/2,body[screen=xs] .blk1\/2-xs{width:calc(50% - 10px)}body[screen=xs] .blk2\/2,body[screen=xs] .blk2\/2-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/3,body[screen=xs] .blk1\/3-xs{width:calc(33.3333333333% - 10px)}body[screen=xs] .blk2\/3,body[screen=xs] .blk2\/3-xs{width:calc(66.6666666667% - 10px)}body[screen=xs] .blk3\/3,body[screen=xs] .blk3\/3-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/4,body[screen=xs] .blk1\/4-xs{width:calc(25% - 10px)}body[screen=xs] .blk2\/4,body[screen=xs] .blk2\/4-xs{width:calc(50% - 10px)}body[screen=xs] .blk3\/4,body[screen=xs] .blk3\/4-xs{width:calc(75% - 10px)}body[screen=xs] .blk4\/4,body[screen=xs] .blk4\/4-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/5,body[screen=xs] .blk1\/5-xs{width:calc(20% - 10px)}body[screen=xs] .blk2\/5,body[screen=xs] .blk2\/5-xs{width:calc(40% - 10px)}body[screen=xs] .blk3\/5,body[screen=xs] .blk3\/5-xs{width:calc(60% - 10px)}body[screen=xs] .blk4\/5,body[screen=xs] .blk4\/5-xs{width:calc(80% - 10px)}body[screen=xs] .blk5\/5,body[screen=xs] .blk5\/5-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/6,body[screen=xs] .blk1\/6-xs{width:calc(16.6666666667% - 10px)}body[screen=xs] .blk2\/6,body[screen=xs] .blk2\/6-xs{width:calc(33.3333333333% - 10px)}body[screen=xs] .blk3\/6,body[screen=xs] .blk3\/6-xs{width:calc(50% - 10px)}body[screen=xs] .blk4\/6,body[screen=xs] .blk4\/6-xs{width:calc(66.6666666667% - 10px)}body[screen=xs] .blk5\/6,body[screen=xs] .blk5\/6-xs{width:calc(83.3333333333% - 10px)}body[screen=xs] .blk6\/6,body[screen=xs] .blk6\/6-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/7,body[screen=xs] .blk1\/7-xs{width:calc(14.2857142857% - 10px)}body[screen=xs] .blk2\/7,body[screen=xs] .blk2\/7-xs{width:calc(28.5714285714% - 10px)}body[screen=xs] .blk3\/7,body[screen=xs] .blk3\/7-xs{width:calc(42.8571428571% - 10px)}body[screen=xs] .blk4\/7,body[screen=xs] .blk4\/7-xs{width:calc(57.1428571429% - 10px)}body[screen=xs] .blk5\/7,body[screen=xs] .blk5\/7-xs{width:calc(71.4285714286% - 10px)}body[screen=xs] .blk6\/7,body[screen=xs] .blk6\/7-xs{width:calc(85.7142857143% - 10px)}body[screen=xs] .blk7\/7,body[screen=xs] .blk7\/7-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/8,body[screen=xs] .blk1\/8-xs{width:calc(12.5% - 10px)}body[screen=xs] .blk2\/8,body[screen=xs] .blk2\/8-xs{width:calc(25% - 10px)}body[screen=xs] .blk3\/8,body[screen=xs] .blk3\/8-xs{width:calc(37.5% - 10px)}body[screen=xs] .blk4\/8,body[screen=xs] .blk4\/8-xs{width:calc(50% - 10px)}body[screen=xs] .blk5\/8,body[screen=xs] .blk5\/8-xs{width:calc(62.5% - 10px)}body[screen=xs] .blk6\/8,body[screen=xs] .blk6\/8-xs{width:calc(75% - 10px)}body[screen=xs] .blk7\/8,body[screen=xs] .blk7\/8-xs{width:calc(87.5% - 10px)}body[screen=xs] .blk8\/8,body[screen=xs] .blk8\/8-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/9,body[screen=xs] .blk1\/9-xs{width:calc(11.1111111111% - 10px)}body[screen=xs] .blk2\/9,body[screen=xs] .blk2\/9-xs{width:calc(22.2222222222% - 10px)}body[screen=xs] .blk3\/9,body[screen=xs] .blk3\/9-xs{width:calc(33.3333333333% - 10px)}body[screen=xs] .blk4\/9,body[screen=xs] .blk4\/9-xs{width:calc(44.4444444444% - 10px)}body[screen=xs] .blk5\/9,body[screen=xs] .blk5\/9-xs{width:calc(55.5555555556% - 10px)}body[screen=xs] .blk6\/9,body[screen=xs] .blk6\/9-xs{width:calc(66.6666666667% - 10px)}body[screen=xs] .blk7\/9,body[screen=xs] .blk7\/9-xs{width:calc(77.7777777778% - 10px)}body[screen=xs] .blk8\/9,body[screen=xs] .blk8\/9-xs{width:calc(88.8888888889% - 10px)}body[screen=xs] .blk9\/9,body[screen=xs] .blk9\/9-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/10,body[screen=xs] .blk1\/10-xs{width:calc(10% - 10px)}body[screen=xs] .blk2\/10,body[screen=xs] .blk2\/10-xs{width:calc(20% - 10px)}body[screen=xs] .blk3\/10,body[screen=xs] .blk3\/10-xs{width:calc(30% - 10px)}body[screen=xs] .blk4\/10,body[screen=xs] .blk4\/10-xs{width:calc(40% - 10px)}body[screen=xs] .blk5\/10,body[screen=xs] .blk5\/10-xs{width:calc(50% - 10px)}body[screen=xs] .blk6\/10,body[screen=xs] .blk6\/10-xs{width:calc(60% - 10px)}body[screen=xs] .blk7\/10,body[screen=xs] .blk7\/10-xs{width:calc(70% - 10px)}body[screen=xs] .blk8\/10,body[screen=xs] .blk8\/10-xs{width:calc(80% - 10px)}body[screen=xs] .blk9\/10,body[screen=xs] .blk9\/10-xs{width:calc(90% - 10px)}body[screen=xs] .blk10\/10,body[screen=xs] .blk10\/10-xs{width:calc(100% - 10px)}body[screen=xs] .blk5\%,body[screen=xs] .blk5\%-xs{width:calc(5% - 10px)}body[screen=xs] .blk10\%,body[screen=xs] .blk10\%-xs{width:calc(10% - 10px)}body[screen=xs] .blk15\%,body[screen=xs] .blk15\%-xs{width:calc(15% - 10px)}body[screen=xs] .blk20\%,body[screen=xs] .blk20\%-xs{width:calc(20% - 10px)}body[screen=xs] .blk25\%,body[screen=xs] .blk25\%-xs{width:calc(25% - 10px)}body[screen=xs] .blk30\%,body[screen=xs] .blk30\%-xs{width:calc(30% - 10px)}body[screen=xs] .blk35\%,body[screen=xs] .blk35\%-xs{width:calc(35% - 10px)}body[screen=xs] .blk40\%,body[screen=xs] .blk40\%-xs{width:calc(40% - 10px)}body[screen=xs] .blk45\%,body[screen=xs] .blk45\%-xs{width:calc(45% - 10px)}body[screen=xs] .blk50\%,body[screen=xs] .blk50\%-xs{width:calc(50% - 10px)}body[screen=xs] .blk55\%,body[screen=xs] .blk55\%-xs{width:calc(55% - 10px)}body[screen=xs] .blk60\%,body[screen=xs] .blk60\%-xs{width:calc(60% - 10px)}body[screen=xs] .blk65\%,body[screen=xs] .blk65\%-xs{width:calc(65% - 10px)}body[screen=xs] .blk70\%,body[screen=xs] .blk70\%-xs{width:calc(70% - 10px)}body[screen=xs] .blk75\%,body[screen=xs] .blk75\%-xs{width:calc(75% - 10px)}body[screen=xs] .blk80\%,body[screen=xs] .blk80\%-xs{width:calc(80% - 10px)}body[screen=xs] .blk85\%,body[screen=xs] .blk85\%-xs{width:calc(85% - 10px)}body[screen=xs] .blk90\%,body[screen=xs] .blk90\%-xs{width:calc(90% - 10px)}body[screen=xs] .blk95\%,body[screen=xs] .blk95\%-xs{width:calc(95% - 10px)}body[screen=xs] .blk100\%,body[screen=xs] .blk100\%-xs{width:calc(100% - 10px)}body[screen=sm] .blk100\%-sm,body[screen=sm] .blk100\%,body[screen=sm] .blk95\%-sm,body[screen=sm] .blk95\%,body[screen=sm] .blk90\%-sm,body[screen=sm] .blk90\%,body[screen=sm] .blk85\%-sm,body[screen=sm] .blk85\%,body[screen=sm] .blk80\%-sm,body[screen=sm] .blk80\%,body[screen=sm] .blk75\%-sm,body[screen=sm] .blk75\%,body[screen=sm] .blk70\%-sm,body[screen=sm] .blk70\%,body[screen=sm] .blk65\%-sm,body[screen=sm] .blk65\%,body[screen=sm] .blk60\%-sm,body[screen=sm] .blk60\%,body[screen=sm] .blk55\%-sm,body[screen=sm] .blk55\%,body[screen=sm] .blk50\%-sm,body[screen=sm] .blk50\%,body[screen=sm] .blk45\%-sm,body[screen=sm] .blk45\%,body[screen=sm] .blk40\%-sm,body[screen=sm] .blk40\%,body[screen=sm] .blk35\%-sm,body[screen=sm] .blk35\%,body[screen=sm] .blk30\%-sm,body[screen=sm] .blk30\%,body[screen=sm] .blk25\%-sm,body[screen=sm] .blk25\%,body[screen=sm] .blk20\%-sm,body[screen=sm] .blk20\%,body[screen=sm] .blk15\%-sm,body[screen=sm] .blk15\%,body[screen=sm] .blk10\%-sm,body[screen=sm] .blk10\%,body[screen=sm] .blk5\%-sm,body[screen=sm] .blk5\%,body[screen=sm] .blk10\/10-sm,body[screen=sm] .blk10\/10,body[screen=sm] .blk9\/10-sm,body[screen=sm] .blk9\/10,body[screen=sm] .blk8\/10-sm,body[screen=sm] .blk8\/10,body[screen=sm] .blk7\/10-sm,body[screen=sm] .blk7\/10,body[screen=sm] .blk6\/10-sm,body[screen=sm] .blk6\/10,body[screen=sm] .blk5\/10-sm,body[screen=sm] .blk5\/10,body[screen=sm] .blk4\/10-sm,body[screen=sm] .blk4\/10,body[screen=sm] .blk3\/10-sm,body[screen=sm] .blk3\/10,body[screen=sm] .blk2\/10-sm,body[screen=sm] .blk2\/10,body[screen=sm] .blk1\/10-sm,body[screen=sm] .blk1\/10,body[screen=sm] .blk9\/9-sm,body[screen=sm] .blk9\/9,body[screen=sm] .blk8\/9-sm,body[screen=sm] .blk8\/9,body[screen=sm] .blk7\/9-sm,body[screen=sm] .blk7\/9,body[screen=sm] .blk6\/9-sm,body[screen=sm] .blk6\/9,body[screen=sm] .blk5\/9-sm,body[screen=sm] .blk5\/9,body[screen=sm] .blk4\/9-sm,body[screen=sm] .blk4\/9,body[screen=sm] .blk3\/9-sm,body[screen=sm] .blk3\/9,body[screen=sm] .blk2\/9-sm,body[screen=sm] .blk2\/9,body[screen=sm] .blk1\/9-sm,body[screen=sm] .blk1\/9,body[screen=sm] .blk8\/8-sm,body[screen=sm] .blk8\/8,body[screen=sm] .blk7\/8-sm,body[screen=sm] .blk7\/8,body[screen=sm] .blk6\/8-sm,body[screen=sm] .blk6\/8,body[screen=sm] .blk5\/8-sm,body[screen=sm] .blk5\/8,body[screen=sm] .blk4\/8-sm,body[screen=sm] .blk4\/8,body[screen=sm] .blk3\/8-sm,body[screen=sm] .blk3\/8,body[screen=sm] .blk2\/8-sm,body[screen=sm] .blk2\/8,body[screen=sm] .blk1\/8-sm,body[screen=sm] .blk1\/8,body[screen=sm] .blk7\/7-sm,body[screen=sm] .blk7\/7,body[screen=sm] .blk6\/7-sm,body[screen=sm] .blk6\/7,body[screen=sm] .blk5\/7-sm,body[screen=sm] .blk5\/7,body[screen=sm] .blk4\/7-sm,body[screen=sm] .blk4\/7,body[screen=sm] .blk3\/7-sm,body[screen=sm] .blk3\/7,body[screen=sm] .blk2\/7-sm,body[screen=sm] .blk2\/7,body[screen=sm] .blk1\/7-sm,body[screen=sm] .blk1\/7,body[screen=sm] .blk6\/6-sm,body[screen=sm] .blk6\/6,body[screen=sm] .blk5\/6-sm,body[screen=sm] .blk5\/6,body[screen=sm] .blk4\/6-sm,body[screen=sm] .blk4\/6,body[screen=sm] .blk3\/6-sm,body[screen=sm] .blk3\/6,body[screen=sm] .blk2\/6-sm,body[screen=sm] .blk2\/6,body[screen=sm] .blk1\/6-sm,body[screen=sm] .blk1\/6,body[screen=sm] .blk5\/5-sm,body[screen=sm] .blk5\/5,body[screen=sm] .blk4\/5-sm,body[screen=sm] .blk4\/5,body[screen=sm] .blk3\/5-sm,body[screen=sm] .blk3\/5,body[screen=sm] .blk2\/5-sm,body[screen=sm] .blk2\/5,body[screen=sm] .blk1\/5-sm,body[screen=sm] .blk1\/5,body[screen=sm] .blk4\/4-sm,body[screen=sm] .blk4\/4,body[screen=sm] .blk3\/4-sm,body[screen=sm] .blk3\/4,body[screen=sm] .blk2\/4-sm,body[screen=sm] .blk2\/4,body[screen=sm] .blk1\/4-sm,body[screen=sm] .blk1\/4,body[screen=sm] .blk3\/3-sm,body[screen=sm] .blk3\/3,body[screen=sm] .blk2\/3-sm,body[screen=sm] .blk2\/3,body[screen=sm] .blk1\/3-sm,body[screen=sm] .blk1\/3,body[screen=sm] .blk2\/2-sm,body[screen=sm] .blk2\/2,body[screen=sm] .blk1\/2-sm,body[screen=sm] .blk1\/2,body[screen=sm] .blk1\/1-sm,body[screen=sm] .blk1\/1{margin:5px 5px 5px 5px;border-width:0;padding:0}body[screen=sm] .blk1\/1,body[screen=sm] .blk1\/1-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/2,body[screen=sm] .blk1\/2-sm{width:calc(50% - 10px)}body[screen=sm] .blk2\/2,body[screen=sm] .blk2\/2-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/3,body[screen=sm] .blk1\/3-sm{width:calc(33.3333333333% - 10px)}body[screen=sm] .blk2\/3,body[screen=sm] .blk2\/3-sm{width:calc(66.6666666667% - 10px)}body[screen=sm] .blk3\/3,body[screen=sm] .blk3\/3-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/4,body[screen=sm] .blk1\/4-sm{width:calc(25% - 10px)}body[screen=sm] .blk2\/4,body[screen=sm] .blk2\/4-sm{width:calc(50% - 10px)}body[screen=sm] .blk3\/4,body[screen=sm] .blk3\/4-sm{width:calc(75% - 10px)}body[screen=sm] .blk4\/4,body[screen=sm] .blk4\/4-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/5,body[screen=sm] .blk1\/5-sm{width:calc(20% - 10px)}body[screen=sm] .blk2\/5,body[screen=sm] .blk2\/5-sm{width:calc(40% - 10px)}body[screen=sm] .blk3\/5,body[screen=sm] .blk3\/5-sm{width:calc(60% - 10px)}body[screen=sm] .blk4\/5,body[screen=sm] .blk4\/5-sm{width:calc(80% - 10px)}body[screen=sm] .blk5\/5,body[screen=sm] .blk5\/5-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/6,body[screen=sm] .blk1\/6-sm{width:calc(16.6666666667% - 10px)}body[screen=sm] .blk2\/6,body[screen=sm] .blk2\/6-sm{width:calc(33.3333333333% - 10px)}body[screen=sm] .blk3\/6,body[screen=sm] .blk3\/6-sm{width:calc(50% - 10px)}body[screen=sm] .blk4\/6,body[screen=sm] .blk4\/6-sm{width:calc(66.6666666667% - 10px)}body[screen=sm] .blk5\/6,body[screen=sm] .blk5\/6-sm{width:calc(83.3333333333% - 10px)}body[screen=sm] .blk6\/6,body[screen=sm] .blk6\/6-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/7,body[screen=sm] .blk1\/7-sm{width:calc(14.2857142857% - 10px)}body[screen=sm] .blk2\/7,body[screen=sm] .blk2\/7-sm{width:calc(28.5714285714% - 10px)}body[screen=sm] .blk3\/7,body[screen=sm] .blk3\/7-sm{width:calc(42.8571428571% - 10px)}body[screen=sm] .blk4\/7,body[screen=sm] .blk4\/7-sm{width:calc(57.1428571429% - 10px)}body[screen=sm] .blk5\/7,body[screen=sm] .blk5\/7-sm{width:calc(71.4285714286% - 10px)}body[screen=sm] .blk6\/7,body[screen=sm] .blk6\/7-sm{width:calc(85.7142857143% - 10px)}body[screen=sm] .blk7\/7,body[screen=sm] .blk7\/7-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/8,body[screen=sm] .blk1\/8-sm{width:calc(12.5% - 10px)}body[screen=sm] .blk2\/8,body[screen=sm] .blk2\/8-sm{width:calc(25% - 10px)}body[screen=sm] .blk3\/8,body[screen=sm] .blk3\/8-sm{width:calc(37.5% - 10px)}body[screen=sm] .blk4\/8,body[screen=sm] .blk4\/8-sm{width:calc(50% - 10px)}body[screen=sm] .blk5\/8,body[screen=sm] .blk5\/8-sm{width:calc(62.5% - 10px)}body[screen=sm] .blk6\/8,body[screen=sm] .blk6\/8-sm{width:calc(75% - 10px)}body[screen=sm] .blk7\/8,body[screen=sm] .blk7\/8-sm{width:calc(87.5% - 10px)}body[screen=sm] .blk8\/8,body[screen=sm] .blk8\/8-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/9,body[screen=sm] .blk1\/9-sm{width:calc(11.1111111111% - 10px)}body[screen=sm] .blk2\/9,body[screen=sm] .blk2\/9-sm{width:calc(22.2222222222% - 10px)}body[screen=sm] .blk3\/9,body[screen=sm] .blk3\/9-sm{width:calc(33.3333333333% - 10px)}body[screen=sm] .blk4\/9,body[screen=sm] .blk4\/9-sm{width:calc(44.4444444444% - 10px)}body[screen=sm] .blk5\/9,body[screen=sm] .blk5\/9-sm{width:calc(55.5555555556% - 10px)}body[screen=sm] .blk6\/9,body[screen=sm] .blk6\/9-sm{width:calc(66.6666666667% - 10px)}body[screen=sm] .blk7\/9,body[screen=sm] .blk7\/9-sm{width:calc(77.7777777778% - 10px)}body[screen=sm] .blk8\/9,body[screen=sm] .blk8\/9-sm{width:calc(88.8888888889% - 10px)}body[screen=sm] .blk9\/9,body[screen=sm] .blk9\/9-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/10,body[screen=sm] .blk1\/10-sm{width:calc(10% - 10px)}body[screen=sm] .blk2\/10,body[screen=sm] .blk2\/10-sm{width:calc(20% - 10px)}body[screen=sm] .blk3\/10,body[screen=sm] .blk3\/10-sm{width:calc(30% - 10px)}body[screen=sm] .blk4\/10,body[screen=sm] .blk4\/10-sm{width:calc(40% - 10px)}body[screen=sm] .blk5\/10,body[screen=sm] .blk5\/10-sm{width:calc(50% - 10px)}body[screen=sm] .blk6\/10,body[screen=sm] .blk6\/10-sm{width:calc(60% - 10px)}body[screen=sm] .blk7\/10,body[screen=sm] .blk7\/10-sm{width:calc(70% - 10px)}body[screen=sm] .blk8\/10,body[screen=sm] .blk8\/10-sm{width:calc(80% - 10px)}body[screen=sm] .blk9\/10,body[screen=sm] .blk9\/10-sm{width:calc(90% - 10px)}body[screen=sm] .blk10\/10,body[screen=sm] .blk10\/10-sm{width:calc(100% - 10px)}body[screen=sm] .blk5\%,body[screen=sm] .blk5\%-sm{width:calc(5% - 10px)}body[screen=sm] .blk10\%,body[screen=sm] .blk10\%-sm{width:calc(10% - 10px)}body[screen=sm] .blk15\%,body[screen=sm] .blk15\%-sm{width:calc(15% - 10px)}body[screen=sm] .blk20\%,body[screen=sm] .blk20\%-sm{width:calc(20% - 10px)}body[screen=sm] .blk25\%,body[screen=sm] .blk25\%-sm{width:calc(25% - 10px)}body[screen=sm] .blk30\%,body[screen=sm] .blk30\%-sm{width:calc(30% - 10px)}body[screen=sm] .blk35\%,body[screen=sm] .blk35\%-sm{width:calc(35% - 10px)}body[screen=sm] .blk40\%,body[screen=sm] .blk40\%-sm{width:calc(40% - 10px)}body[screen=sm] .blk45\%,body[screen=sm] .blk45\%-sm{width:calc(45% - 10px)}body[screen=sm] .blk50\%,body[screen=sm] .blk50\%-sm{width:calc(50% - 10px)}body[screen=sm] .blk55\%,body[screen=sm] .blk55\%-sm{width:calc(55% - 10px)}body[screen=sm] .blk60\%,body[screen=sm] .blk60\%-sm{width:calc(60% - 10px)}body[screen=sm] .blk65\%,body[screen=sm] .blk65\%-sm{width:calc(65% - 10px)}body[screen=sm] .blk70\%,body[screen=sm] .blk70\%-sm{width:calc(70% - 10px)}body[screen=sm] .blk75\%,body[screen=sm] .blk75\%-sm{width:calc(75% - 10px)}body[screen=sm] .blk80\%,body[screen=sm] .blk80\%-sm{width:calc(80% - 10px)}body[screen=sm] .blk85\%,body[screen=sm] .blk85\%-sm{width:calc(85% - 10px)}body[screen=sm] .blk90\%,body[screen=sm] .blk90\%-sm{width:calc(90% - 10px)}body[screen=sm] .blk95\%,body[screen=sm] .blk95\%-sm{width:calc(95% - 10px)}body[screen=sm] .blk100\%,body[screen=sm] .blk100\%-sm{width:calc(100% - 10px)}body[screen=md] .blk100\%-md,body[screen=md] .blk100\%,body[screen=md] .blk95\%-md,body[screen=md] .blk95\%,body[screen=md] .blk90\%-md,body[screen=md] .blk90\%,body[screen=md] .blk85\%-md,body[screen=md] .blk85\%,body[screen=md] .blk80\%-md,body[screen=md] .blk80\%,body[screen=md] .blk75\%-md,body[screen=md] .blk75\%,body[screen=md] .blk70\%-md,body[screen=md] .blk70\%,body[screen=md] .blk65\%-md,body[screen=md] .blk65\%,body[screen=md] .blk60\%-md,body[screen=md] .blk60\%,body[screen=md] .blk55\%-md,body[screen=md] .blk55\%,body[screen=md] .blk50\%-md,body[screen=md] .blk50\%,body[screen=md] .blk45\%-md,body[screen=md] .blk45\%,body[screen=md] .blk40\%-md,body[screen=md] .blk40\%,body[screen=md] .blk35\%-md,body[screen=md] .blk35\%,body[screen=md] .blk30\%-md,body[screen=md] .blk30\%,body[screen=md] .blk25\%-md,body[screen=md] .blk25\%,body[screen=md] .blk20\%-md,body[screen=md] .blk20\%,body[screen=md] .blk15\%-md,body[screen=md] .blk15\%,body[screen=md] .blk10\%-md,body[screen=md] .blk10\%,body[screen=md] .blk5\%-md,body[screen=md] .blk5\%,body[screen=md] .blk10\/10-md,body[screen=md] .blk10\/10,body[screen=md] .blk9\/10-md,body[screen=md] .blk9\/10,body[screen=md] .blk8\/10-md,body[screen=md] .blk8\/10,body[screen=md] .blk7\/10-md,body[screen=md] .blk7\/10,body[screen=md] .blk6\/10-md,body[screen=md] .blk6\/10,body[screen=md] .blk5\/10-md,body[screen=md] .blk5\/10,body[screen=md] .blk4\/10-md,body[screen=md] .blk4\/10,body[screen=md] .blk3\/10-md,body[screen=md] .blk3\/10,body[screen=md] .blk2\/10-md,body[screen=md] .blk2\/10,body[screen=md] .blk1\/10-md,body[screen=md] .blk1\/10,body[screen=md] .blk9\/9-md,body[screen=md] .blk9\/9,body[screen=md] .blk8\/9-md,body[screen=md] .blk8\/9,body[screen=md] .blk7\/9-md,body[screen=md] .blk7\/9,body[screen=md] .blk6\/9-md,body[screen=md] .blk6\/9,body[screen=md] .blk5\/9-md,body[screen=md] .blk5\/9,body[screen=md] .blk4\/9-md,body[screen=md] .blk4\/9,body[screen=md] .blk3\/9-md,body[screen=md] .blk3\/9,body[screen=md] .blk2\/9-md,body[screen=md] .blk2\/9,body[screen=md] .blk1\/9-md,body[screen=md] .blk1\/9,body[screen=md] .blk8\/8-md,body[screen=md] .blk8\/8,body[screen=md] .blk7\/8-md,body[screen=md] .blk7\/8,body[screen=md] .blk6\/8-md,body[screen=md] .blk6\/8,body[screen=md] .blk5\/8-md,body[screen=md] .blk5\/8,body[screen=md] .blk4\/8-md,body[screen=md] .blk4\/8,body[screen=md] .blk3\/8-md,body[screen=md] .blk3\/8,body[screen=md] .blk2\/8-md,body[screen=md] .blk2\/8,body[screen=md] .blk1\/8-md,body[screen=md] .blk1\/8,body[screen=md] .blk7\/7-md,body[screen=md] .blk7\/7,body[screen=md] .blk6\/7-md,body[screen=md] .blk6\/7,body[screen=md] .blk5\/7-md,body[screen=md] .blk5\/7,body[screen=md] .blk4\/7-md,body[screen=md] .blk4\/7,body[screen=md] .blk3\/7-md,body[screen=md] .blk3\/7,body[screen=md] .blk2\/7-md,body[screen=md] .blk2\/7,body[screen=md] .blk1\/7-md,body[screen=md] .blk1\/7,body[screen=md] .blk6\/6-md,body[screen=md] .blk6\/6,body[screen=md] .blk5\/6-md,body[screen=md] .blk5\/6,body[screen=md] .blk4\/6-md,body[screen=md] .blk4\/6,body[screen=md] .blk3\/6-md,body[screen=md] .blk3\/6,body[screen=md] .blk2\/6-md,body[screen=md] .blk2\/6,body[screen=md] .blk1\/6-md,body[screen=md] .blk1\/6,body[screen=md] .blk5\/5-md,body[screen=md] .blk5\/5,body[screen=md] .blk4\/5-md,body[screen=md] .blk4\/5,body[screen=md] .blk3\/5-md,body[screen=md] .blk3\/5,body[screen=md] .blk2\/5-md,body[screen=md] .blk2\/5,body[screen=md] .blk1\/5-md,body[screen=md] .blk1\/5,body[screen=md] .blk4\/4-md,body[screen=md] .blk4\/4,body[screen=md] .blk3\/4-md,body[screen=md] .blk3\/4,body[screen=md] .blk2\/4-md,body[screen=md] .blk2\/4,body[screen=md] .blk1\/4-md,body[screen=md] .blk1\/4,body[screen=md] .blk3\/3-md,body[screen=md] .blk3\/3,body[screen=md] .blk2\/3-md,body[screen=md] .blk2\/3,body[screen=md] .blk1\/3-md,body[screen=md] .blk1\/3,body[screen=md] .blk2\/2-md,body[screen=md] .blk2\/2,body[screen=md] .blk1\/2-md,body[screen=md] .blk1\/2,body[screen=md] .blk1\/1-md,body[screen=md] .blk1\/1{margin:5px 5px 5px 5px;border-width:0;padding:0}body[screen=md] .blk1\/1,body[screen=md] .blk1\/1-md{width:calc(100% - 10px)}body[screen=md] .blk1\/2,body[screen=md] .blk1\/2-md{width:calc(50% - 10px)}body[screen=md] .blk2\/2,body[screen=md] .blk2\/2-md{width:calc(100% - 10px)}body[screen=md] .blk1\/3,body[screen=md] .blk1\/3-md{width:calc(33.3333333333% - 10px)}body[screen=md] .blk2\/3,body[screen=md] .blk2\/3-md{width:calc(66.6666666667% - 10px)}body[screen=md] .blk3\/3,body[screen=md] .blk3\/3-md{width:calc(100% - 10px)}body[screen=md] .blk1\/4,body[screen=md] .blk1\/4-md{width:calc(25% - 10px)}body[screen=md] .blk2\/4,body[screen=md] .blk2\/4-md{width:calc(50% - 10px)}body[screen=md] .blk3\/4,body[screen=md] .blk3\/4-md{width:calc(75% - 10px)}body[screen=md] .blk4\/4,body[screen=md] .blk4\/4-md{width:calc(100% - 10px)}body[screen=md] .blk1\/5,body[screen=md] .blk1\/5-md{width:calc(20% - 10px)}body[screen=md] .blk2\/5,body[screen=md] .blk2\/5-md{width:calc(40% - 10px)}body[screen=md] .blk3\/5,body[screen=md] .blk3\/5-md{width:calc(60% - 10px)}body[screen=md] .blk4\/5,body[screen=md] .blk4\/5-md{width:calc(80% - 10px)}body[screen=md] .blk5\/5,body[screen=md] .blk5\/5-md{width:calc(100% - 10px)}body[screen=md] .blk1\/6,body[screen=md] .blk1\/6-md{width:calc(16.6666666667% - 10px)}body[screen=md] .blk2\/6,body[screen=md] .blk2\/6-md{width:calc(33.3333333333% - 10px)}body[screen=md] .blk3\/6,body[screen=md] .blk3\/6-md{width:calc(50% - 10px)}body[screen=md] .blk4\/6,body[screen=md] .blk4\/6-md{width:calc(66.6666666667% - 10px)}body[screen=md] .blk5\/6,body[screen=md] .blk5\/6-md{width:calc(83.3333333333% - 10px)}body[screen=md] .blk6\/6,body[screen=md] .blk6\/6-md{width:calc(100% - 10px)}body[screen=md] .blk1\/7,body[screen=md] .blk1\/7-md{width:calc(14.2857142857% - 10px)}body[screen=md] .blk2\/7,body[screen=md] .blk2\/7-md{width:calc(28.5714285714% - 10px)}body[screen=md] .blk3\/7,body[screen=md] .blk3\/7-md{width:calc(42.8571428571% - 10px)}body[screen=md] .blk4\/7,body[screen=md] .blk4\/7-md{width:calc(57.1428571429% - 10px)}body[screen=md] .blk5\/7,body[screen=md] .blk5\/7-md{width:calc(71.4285714286% - 10px)}body[screen=md] .blk6\/7,body[screen=md] .blk6\/7-md{width:calc(85.7142857143% - 10px)}body[screen=md] .blk7\/7,body[screen=md] .blk7\/7-md{width:calc(100% - 10px)}body[screen=md] .blk1\/8,body[screen=md] .blk1\/8-md{width:calc(12.5% - 10px)}body[screen=md] .blk2\/8,body[screen=md] .blk2\/8-md{width:calc(25% - 10px)}body[screen=md] .blk3\/8,body[screen=md] .blk3\/8-md{width:calc(37.5% - 10px)}body[screen=md] .blk4\/8,body[screen=md] .blk4\/8-md{width:calc(50% - 10px)}body[screen=md] .blk5\/8,body[screen=md] .blk5\/8-md{width:calc(62.5% - 10px)}body[screen=md] .blk6\/8,body[screen=md] .blk6\/8-md{width:calc(75% - 10px)}body[screen=md] .blk7\/8,body[screen=md] .blk7\/8-md{width:calc(87.5% - 10px)}body[screen=md] .blk8\/8,body[screen=md] .blk8\/8-md{width:calc(100% - 10px)}body[screen=md] .blk1\/9,body[screen=md] .blk1\/9-md{width:calc(11.1111111111% - 10px)}body[screen=md] .blk2\/9,body[screen=md] .blk2\/9-md{width:calc(22.2222222222% - 10px)}body[screen=md] .blk3\/9,body[screen=md] .blk3\/9-md{width:calc(33.3333333333% - 10px)}body[screen=md] .blk4\/9,body[screen=md] .blk4\/9-md{width:calc(44.4444444444% - 10px)}body[screen=md] .blk5\/9,body[screen=md] .blk5\/9-md{width:calc(55.5555555556% - 10px)}body[screen=md] .blk6\/9,body[screen=md] .blk6\/9-md{width:calc(66.6666666667% - 10px)}body[screen=md] .blk7\/9,body[screen=md] .blk7\/9-md{width:calc(77.7777777778% - 10px)}body[screen=md] .blk8\/9,body[screen=md] .blk8\/9-md{width:calc(88.8888888889% - 10px)}body[screen=md] .blk9\/9,body[screen=md] .blk9\/9-md{width:calc(100% - 10px)}body[screen=md] .blk1\/10,body[screen=md] .blk1\/10-md{width:calc(10% - 10px)}body[screen=md] .blk2\/10,body[screen=md] .blk2\/10-md{width:calc(20% - 10px)}body[screen=md] .blk3\/10,body[screen=md] .blk3\/10-md{width:calc(30% - 10px)}body[screen=md] .blk4\/10,body[screen=md] .blk4\/10-md{width:calc(40% - 10px)}body[screen=md] .blk5\/10,body[screen=md] .blk5\/10-md{width:calc(50% - 10px)}body[screen=md] .blk6\/10,body[screen=md] .blk6\/10-md{width:calc(60% - 10px)}body[screen=md] .blk7\/10,body[screen=md] .blk7\/10-md{width:calc(70% - 10px)}body[screen=md] .blk8\/10,body[screen=md] .blk8\/10-md{width:calc(80% - 10px)}body[screen=md] .blk9\/10,body[screen=md] .blk9\/10-md{width:calc(90% - 10px)}body[screen=md] .blk10\/10,body[screen=md] .blk10\/10-md{width:calc(100% - 10px)}body[screen=md] .blk5\%,body[screen=md] .blk5\%-md{width:calc(5% - 10px)}body[screen=md] .blk10\%,body[screen=md] .blk10\%-md{width:calc(10% - 10px)}body[screen=md] .blk15\%,body[screen=md] .blk15\%-md{width:calc(15% - 10px)}body[screen=md] .blk20\%,body[screen=md] .blk20\%-md{width:calc(20% - 10px)}body[screen=md] .blk25\%,body[screen=md] .blk25\%-md{width:calc(25% - 10px)}body[screen=md] .blk30\%,body[screen=md] .blk30\%-md{width:calc(30% - 10px)}body[screen=md] .blk35\%,body[screen=md] .blk35\%-md{width:calc(35% - 10px)}body[screen=md] .blk40\%,body[screen=md] .blk40\%-md{width:calc(40% - 10px)}body[screen=md] .blk45\%,body[screen=md] .blk45\%-md{width:calc(45% - 10px)}body[screen=md] .blk50\%,body[screen=md] .blk50\%-md{width:calc(50% - 10px)}body[screen=md] .blk55\%,body[screen=md] .blk55\%-md{width:calc(55% - 10px)}body[screen=md] .blk60\%,body[screen=md] .blk60\%-md{width:calc(60% - 10px)}body[screen=md] .blk65\%,body[screen=md] .blk65\%-md{width:calc(65% - 10px)}body[screen=md] .blk70\%,body[screen=md] .blk70\%-md{width:calc(70% - 10px)}body[screen=md] .blk75\%,body[screen=md] .blk75\%-md{width:calc(75% - 10px)}body[screen=md] .blk80\%,body[screen=md] .blk80\%-md{width:calc(80% - 10px)}body[screen=md] .blk85\%,body[screen=md] .blk85\%-md{width:calc(85% - 10px)}body[screen=md] .blk90\%,body[screen=md] .blk90\%-md{width:calc(90% - 10px)}body[screen=md] .blk95\%,body[screen=md] .blk95\%-md{width:calc(95% - 10px)}body[screen=md] .blk100\%,body[screen=md] .blk100\%-md{width:calc(100% - 10px)}body[screen=lg] .blk100\%-lg,body[screen=lg] .blk100\%,body[screen=lg] .blk95\%-lg,body[screen=lg] .blk95\%,body[screen=lg] .blk90\%-lg,body[screen=lg] .blk90\%,body[screen=lg] .blk85\%-lg,body[screen=lg] .blk85\%,body[screen=lg] .blk80\%-lg,body[screen=lg] .blk80\%,body[screen=lg] .blk75\%-lg,body[screen=lg] .blk75\%,body[screen=lg] .blk70\%-lg,body[screen=lg] .blk70\%,body[screen=lg] .blk65\%-lg,body[screen=lg] .blk65\%,body[screen=lg] .blk60\%-lg,body[screen=lg] .blk60\%,body[screen=lg] .blk55\%-lg,body[screen=lg] .blk55\%,body[screen=lg] .blk50\%-lg,body[screen=lg] .blk50\%,body[screen=lg] .blk45\%-lg,body[screen=lg] .blk45\%,body[screen=lg] .blk40\%-lg,body[screen=lg] .blk40\%,body[screen=lg] .blk35\%-lg,body[screen=lg] .blk35\%,body[screen=lg] .blk30\%-lg,body[screen=lg] .blk30\%,body[screen=lg] .blk25\%-lg,body[screen=lg] .blk25\%,body[screen=lg] .blk20\%-lg,body[screen=lg] .blk20\%,body[screen=lg] .blk15\%-lg,body[screen=lg] .blk15\%,body[screen=lg] .blk10\%-lg,body[screen=lg] .blk10\%,body[screen=lg] .blk5\%-lg,body[screen=lg] .blk5\%,body[screen=lg] .blk10\/10-lg,body[screen=lg] .blk10\/10,body[screen=lg] .blk9\/10-lg,body[screen=lg] .blk9\/10,body[screen=lg] .blk8\/10-lg,body[screen=lg] .blk8\/10,body[screen=lg] .blk7\/10-lg,body[screen=lg] .blk7\/10,body[screen=lg] .blk6\/10-lg,body[screen=lg] .blk6\/10,body[screen=lg] .blk5\/10-lg,body[screen=lg] .blk5\/10,body[screen=lg] .blk4\/10-lg,body[screen=lg] .blk4\/10,body[screen=lg] .blk3\/10-lg,body[screen=lg] .blk3\/10,body[screen=lg] .blk2\/10-lg,body[screen=lg] .blk2\/10,body[screen=lg] .blk1\/10-lg,body[screen=lg] .blk1\/10,body[screen=lg] .blk9\/9-lg,body[screen=lg] .blk9\/9,body[screen=lg] .blk8\/9-lg,body[screen=lg] .blk8\/9,body[screen=lg] .blk7\/9-lg,body[screen=lg] .blk7\/9,body[screen=lg] .blk6\/9-lg,body[screen=lg] .blk6\/9,body[screen=lg] .blk5\/9-lg,body[screen=lg] .blk5\/9,body[screen=lg] .blk4\/9-lg,body[screen=lg] .blk4\/9,body[screen=lg] .blk3\/9-lg,body[screen=lg] .blk3\/9,body[screen=lg] .blk2\/9-lg,body[screen=lg] .blk2\/9,body[screen=lg] .blk1\/9-lg,body[screen=lg] .blk1\/9,body[screen=lg] .blk8\/8-lg,body[screen=lg] .blk8\/8,body[screen=lg] .blk7\/8-lg,body[screen=lg] .blk7\/8,body[screen=lg] .blk6\/8-lg,body[screen=lg] .blk6\/8,body[screen=lg] .blk5\/8-lg,body[screen=lg] .blk5\/8,body[screen=lg] .blk4\/8-lg,body[screen=lg] .blk4\/8,body[screen=lg] .blk3\/8-lg,body[screen=lg] .blk3\/8,body[screen=lg] .blk2\/8-lg,body[screen=lg] .blk2\/8,body[screen=lg] .blk1\/8-lg,body[screen=lg] .blk1\/8,body[screen=lg] .blk7\/7-lg,body[screen=lg] .blk7\/7,body[screen=lg] .blk6\/7-lg,body[screen=lg] .blk6\/7,body[screen=lg] .blk5\/7-lg,body[screen=lg] .blk5\/7,body[screen=lg] .blk4\/7-lg,body[screen=lg] .blk4\/7,body[screen=lg] .blk3\/7-lg,body[screen=lg] .blk3\/7,body[screen=lg] .blk2\/7-lg,body[screen=lg] .blk2\/7,body[screen=lg] .blk1\/7-lg,body[screen=lg] .blk1\/7,body[screen=lg] .blk6\/6-lg,body[screen=lg] .blk6\/6,body[screen=lg] .blk5\/6-lg,body[screen=lg] .blk5\/6,body[screen=lg] .blk4\/6-lg,body[screen=lg] .blk4\/6,body[screen=lg] .blk3\/6-lg,body[screen=lg] .blk3\/6,body[screen=lg] .blk2\/6-lg,body[screen=lg] .blk2\/6,body[screen=lg] .blk1\/6-lg,body[screen=lg] .blk1\/6,body[screen=lg] .blk5\/5-lg,body[screen=lg] .blk5\/5,body[screen=lg] .blk4\/5-lg,body[screen=lg] .blk4\/5,body[screen=lg] .blk3\/5-lg,body[screen=lg] .blk3\/5,body[screen=lg] .blk2\/5-lg,body[screen=lg] .blk2\/5,body[screen=lg] .blk1\/5-lg,body[screen=lg] .blk1\/5,body[screen=lg] .blk4\/4-lg,body[screen=lg] .blk4\/4,body[screen=lg] .blk3\/4-lg,body[screen=lg] .blk3\/4,body[screen=lg] .blk2\/4-lg,body[screen=lg] .blk2\/4,body[screen=lg] .blk1\/4-lg,body[screen=lg] .blk1\/4,body[screen=lg] .blk3\/3-lg,body[screen=lg] .blk3\/3,body[screen=lg] .blk2\/3-lg,body[screen=lg] .blk2\/3,body[screen=lg] .blk1\/3-lg,body[screen=lg] .blk1\/3,body[screen=lg] .blk2\/2-lg,body[screen=lg] .blk2\/2,body[screen=lg] .blk1\/2-lg,body[screen=lg] .blk1\/2,body[screen=lg] .blk1\/1-lg,body[screen=lg] .blk1\/1{margin:5px 5px 5px 5px;border-width:0;padding:0}body[screen=lg] .blk1\/1,body[screen=lg] .blk1\/1-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/2,body[screen=lg] .blk1\/2-lg{width:calc(50% - 10px)}body[screen=lg] .blk2\/2,body[screen=lg] .blk2\/2-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/3,body[screen=lg] .blk1\/3-lg{width:calc(33.3333333333% - 10px)}body[screen=lg] .blk2\/3,body[screen=lg] .blk2\/3-lg{width:calc(66.6666666667% - 10px)}body[screen=lg] .blk3\/3,body[screen=lg] .blk3\/3-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/4,body[screen=lg] .blk1\/4-lg{width:calc(25% - 10px)}body[screen=lg] .blk2\/4,body[screen=lg] .blk2\/4-lg{width:calc(50% - 10px)}body[screen=lg] .blk3\/4,body[screen=lg] .blk3\/4-lg{width:calc(75% - 10px)}body[screen=lg] .blk4\/4,body[screen=lg] .blk4\/4-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/5,body[screen=lg] .blk1\/5-lg{width:calc(20% - 10px)}body[screen=lg] .blk2\/5,body[screen=lg] .blk2\/5-lg{width:calc(40% - 10px)}body[screen=lg] .blk3\/5,body[screen=lg] .blk3\/5-lg{width:calc(60% - 10px)}body[screen=lg] .blk4\/5,body[screen=lg] .blk4\/5-lg{width:calc(80% - 10px)}body[screen=lg] .blk5\/5,body[screen=lg] .blk5\/5-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/6,body[screen=lg] .blk1\/6-lg{width:calc(16.6666666667% - 10px)}body[screen=lg] .blk2\/6,body[screen=lg] .blk2\/6-lg{width:calc(33.3333333333% - 10px)}body[screen=lg] .blk3\/6,body[screen=lg] .blk3\/6-lg{width:calc(50% - 10px)}body[screen=lg] .blk4\/6,body[screen=lg] .blk4\/6-lg{width:calc(66.6666666667% - 10px)}body[screen=lg] .blk5\/6,body[screen=lg] .blk5\/6-lg{width:calc(83.3333333333% - 10px)}body[screen=lg] .blk6\/6,body[screen=lg] .blk6\/6-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/7,body[screen=lg] .blk1\/7-lg{width:calc(14.2857142857% - 10px)}body[screen=lg] .blk2\/7,body[screen=lg] .blk2\/7-lg{width:calc(28.5714285714% - 10px)}body[screen=lg] .blk3\/7,body[screen=lg] .blk3\/7-lg{width:calc(42.8571428571% - 10px)}body[screen=lg] .blk4\/7,body[screen=lg] .blk4\/7-lg{width:calc(57.1428571429% - 10px)}body[screen=lg] .blk5\/7,body[screen=lg] .blk5\/7-lg{width:calc(71.4285714286% - 10px)}body[screen=lg] .blk6\/7,body[screen=lg] .blk6\/7-lg{width:calc(85.7142857143% - 10px)}body[screen=lg] .blk7\/7,body[screen=lg] .blk7\/7-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/8,body[screen=lg] .blk1\/8-lg{width:calc(12.5% - 10px)}body[screen=lg] .blk2\/8,body[screen=lg] .blk2\/8-lg{width:calc(25% - 10px)}body[screen=lg] .blk3\/8,body[screen=lg] .blk3\/8-lg{width:calc(37.5% - 10px)}body[screen=lg] .blk4\/8,body[screen=lg] .blk4\/8-lg{width:calc(50% - 10px)}body[screen=lg] .blk5\/8,body[screen=lg] .blk5\/8-lg{width:calc(62.5% - 10px)}body[screen=lg] .blk6\/8,body[screen=lg] .blk6\/8-lg{width:calc(75% - 10px)}body[screen=lg] .blk7\/8,body[screen=lg] .blk7\/8-lg{width:calc(87.5% - 10px)}body[screen=lg] .blk8\/8,body[screen=lg] .blk8\/8-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/9,body[screen=lg] .blk1\/9-lg{width:calc(11.1111111111% - 10px)}body[screen=lg] .blk2\/9,body[screen=lg] .blk2\/9-lg{width:calc(22.2222222222% - 10px)}body[screen=lg] .blk3\/9,body[screen=lg] .blk3\/9-lg{width:calc(33.3333333333% - 10px)}body[screen=lg] .blk4\/9,body[screen=lg] .blk4\/9-lg{width:calc(44.4444444444% - 10px)}body[screen=lg] .blk5\/9,body[screen=lg] .blk5\/9-lg{width:calc(55.5555555556% - 10px)}body[screen=lg] .blk6\/9,body[screen=lg] .blk6\/9-lg{width:calc(66.6666666667% - 10px)}body[screen=lg] .blk7\/9,body[screen=lg] .blk7\/9-lg{width:calc(77.7777777778% - 10px)}body[screen=lg] .blk8\/9,body[screen=lg] .blk8\/9-lg{width:calc(88.8888888889% - 10px)}body[screen=lg] .blk9\/9,body[screen=lg] .blk9\/9-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/10,body[screen=lg] .blk1\/10-lg{width:calc(10% - 10px)}body[screen=lg] .blk2\/10,body[screen=lg] .blk2\/10-lg{width:calc(20% - 10px)}body[screen=lg] .blk3\/10,body[screen=lg] .blk3\/10-lg{width:calc(30% - 10px)}body[screen=lg] .blk4\/10,body[screen=lg] .blk4\/10-lg{width:calc(40% - 10px)}body[screen=lg] .blk5\/10,body[screen=lg] .blk5\/10-lg{width:calc(50% - 10px)}body[screen=lg] .blk6\/10,body[screen=lg] .blk6\/10-lg{width:calc(60% - 10px)}body[screen=lg] .blk7\/10,body[screen=lg] .blk7\/10-lg{width:calc(70% - 10px)}body[screen=lg] .blk8\/10,body[screen=lg] .blk8\/10-lg{width:calc(80% - 10px)}body[screen=lg] .blk9\/10,body[screen=lg] .blk9\/10-lg{width:calc(90% - 10px)}body[screen=lg] .blk10\/10,body[screen=lg] .blk10\/10-lg{width:calc(100% - 10px)}body[screen=lg] .blk5\%,body[screen=lg] .blk5\%-lg{width:calc(5% - 10px)}body[screen=lg] .blk10\%,body[screen=lg] .blk10\%-lg{width:calc(10% - 10px)}body[screen=lg] .blk15\%,body[screen=lg] .blk15\%-lg{width:calc(15% - 10px)}body[screen=lg] .blk20\%,body[screen=lg] .blk20\%-lg{width:calc(20% - 10px)}body[screen=lg] .blk25\%,body[screen=lg] .blk25\%-lg{width:calc(25% - 10px)}body[screen=lg] .blk30\%,body[screen=lg] .blk30\%-lg{width:calc(30% - 10px)}body[screen=lg] .blk35\%,body[screen=lg] .blk35\%-lg{width:calc(35% - 10px)}body[screen=lg] .blk40\%,body[screen=lg] .blk40\%-lg{width:calc(40% - 10px)}body[screen=lg] .blk45\%,body[screen=lg] .blk45\%-lg{width:calc(45% - 10px)}body[screen=lg] .blk50\%,body[screen=lg] .blk50\%-lg{width:calc(50% - 10px)}body[screen=lg] .blk55\%,body[screen=lg] .blk55\%-lg{width:calc(55% - 10px)}body[screen=lg] .blk60\%,body[screen=lg] .blk60\%-lg{width:calc(60% - 10px)}body[screen=lg] .blk65\%,body[screen=lg] .blk65\%-lg{width:calc(65% - 10px)}body[screen=lg] .blk70\%,body[screen=lg] .blk70\%-lg{width:calc(70% - 10px)}body[screen=lg] .blk75\%,body[screen=lg] .blk75\%-lg{width:calc(75% - 10px)}body[screen=lg] .blk80\%,body[screen=lg] .blk80\%-lg{width:calc(80% - 10px)}body[screen=lg] .blk85\%,body[screen=lg] .blk85\%-lg{width:calc(85% - 10px)}body[screen=lg] .blk90\%,body[screen=lg] .blk90\%-lg{width:calc(90% - 10px)}body[screen=lg] .blk95\%,body[screen=lg] .blk95\%-lg{width:calc(95% - 10px)}body[screen=lg] .blk100\%,body[screen=lg] .blk100\%-lg{width:calc(100% - 10px)}body[screen=xl] .blk100\%-xl,body[screen=xl] .blk100\%,body[screen=xl] .blk95\%-xl,body[screen=xl] .blk95\%,body[screen=xl] .blk90\%-xl,body[screen=xl] .blk90\%,body[screen=xl] .blk85\%-xl,body[screen=xl] .blk85\%,body[screen=xl] .blk80\%-xl,body[screen=xl] .blk80\%,body[screen=xl] .blk75\%-xl,body[screen=xl] .blk75\%,body[screen=xl] .blk70\%-xl,body[screen=xl] .blk70\%,body[screen=xl] .blk65\%-xl,body[screen=xl] .blk65\%,body[screen=xl] .blk60\%-xl,body[screen=xl] .blk60\%,body[screen=xl] .blk55\%-xl,body[screen=xl] .blk55\%,body[screen=xl] .blk50\%-xl,body[screen=xl] .blk50\%,body[screen=xl] .blk45\%-xl,body[screen=xl] .blk45\%,body[screen=xl] .blk40\%-xl,body[screen=xl] .blk40\%,body[screen=xl] .blk35\%-xl,body[screen=xl] .blk35\%,body[screen=xl] .blk30\%-xl,body[screen=xl] .blk30\%,body[screen=xl] .blk25\%-xl,body[screen=xl] .blk25\%,body[screen=xl] .blk20\%-xl,body[screen=xl] .blk20\%,body[screen=xl] .blk15\%-xl,body[screen=xl] .blk15\%,body[screen=xl] .blk10\%-xl,body[screen=xl] .blk10\%,body[screen=xl] .blk5\%-xl,body[screen=xl] .blk5\%,body[screen=xl] .blk10\/10-xl,body[screen=xl] .blk10\/10,body[screen=xl] .blk9\/10-xl,body[screen=xl] .blk9\/10,body[screen=xl] .blk8\/10-xl,body[screen=xl] .blk8\/10,body[screen=xl] .blk7\/10-xl,body[screen=xl] .blk7\/10,body[screen=xl] .blk6\/10-xl,body[screen=xl] .blk6\/10,body[screen=xl] .blk5\/10-xl,body[screen=xl] .blk5\/10,body[screen=xl] .blk4\/10-xl,body[screen=xl] .blk4\/10,body[screen=xl] .blk3\/10-xl,body[screen=xl] .blk3\/10,body[screen=xl] .blk2\/10-xl,body[screen=xl] .blk2\/10,body[screen=xl] .blk1\/10-xl,body[screen=xl] .blk1\/10,body[screen=xl] .blk9\/9-xl,body[screen=xl] .blk9\/9,body[screen=xl] .blk8\/9-xl,body[screen=xl] .blk8\/9,body[screen=xl] .blk7\/9-xl,body[screen=xl] .blk7\/9,body[screen=xl] .blk6\/9-xl,body[screen=xl] .blk6\/9,body[screen=xl] .blk5\/9-xl,body[screen=xl] .blk5\/9,body[screen=xl] .blk4\/9-xl,body[screen=xl] .blk4\/9,body[screen=xl] .blk3\/9-xl,body[screen=xl] .blk3\/9,body[screen=xl] .blk2\/9-xl,body[screen=xl] .blk2\/9,body[screen=xl] .blk1\/9-xl,body[screen=xl] .blk1\/9,body[screen=xl] .blk8\/8-xl,body[screen=xl] .blk8\/8,body[screen=xl] .blk7\/8-xl,body[screen=xl] .blk7\/8,body[screen=xl] .blk6\/8-xl,body[screen=xl] .blk6\/8,body[screen=xl] .blk5\/8-xl,body[screen=xl] .blk5\/8,body[screen=xl] .blk4\/8-xl,body[screen=xl] .blk4\/8,body[screen=xl] .blk3\/8-xl,body[screen=xl] .blk3\/8,body[screen=xl] .blk2\/8-xl,body[screen=xl] .blk2\/8,body[screen=xl] .blk1\/8-xl,body[screen=xl] .blk1\/8,body[screen=xl] .blk7\/7-xl,body[screen=xl] .blk7\/7,body[screen=xl] .blk6\/7-xl,body[screen=xl] .blk6\/7,body[screen=xl] .blk5\/7-xl,body[screen=xl] .blk5\/7,body[screen=xl] .blk4\/7-xl,body[screen=xl] .blk4\/7,body[screen=xl] .blk3\/7-xl,body[screen=xl] .blk3\/7,body[screen=xl] .blk2\/7-xl,body[screen=xl] .blk2\/7,body[screen=xl] .blk1\/7-xl,body[screen=xl] .blk1\/7,body[screen=xl] .blk6\/6-xl,body[screen=xl] .blk6\/6,body[screen=xl] .blk5\/6-xl,body[screen=xl] .blk5\/6,body[screen=xl] .blk4\/6-xl,body[screen=xl] .blk4\/6,body[screen=xl] .blk3\/6-xl,body[screen=xl] .blk3\/6,body[screen=xl] .blk2\/6-xl,body[screen=xl] .blk2\/6,body[screen=xl] .blk1\/6-xl,body[screen=xl] .blk1\/6,body[screen=xl] .blk5\/5-xl,body[screen=xl] .blk5\/5,body[screen=xl] .blk4\/5-xl,body[screen=xl] .blk4\/5,body[screen=xl] .blk3\/5-xl,body[screen=xl] .blk3\/5,body[screen=xl] .blk2\/5-xl,body[screen=xl] .blk2\/5,body[screen=xl] .blk1\/5-xl,body[screen=xl] .blk1\/5,body[screen=xl] .blk4\/4-xl,body[screen=xl] .blk4\/4,body[screen=xl] .blk3\/4-xl,body[screen=xl] .blk3\/4,body[screen=xl] .blk2\/4-xl,body[screen=xl] .blk2\/4,body[screen=xl] .blk1\/4-xl,body[screen=xl] .blk1\/4,body[screen=xl] .blk3\/3-xl,body[screen=xl] .blk3\/3,body[screen=xl] .blk2\/3-xl,body[screen=xl] .blk2\/3,body[screen=xl] .blk1\/3-xl,body[screen=xl] .blk1\/3,body[screen=xl] .blk2\/2-xl,body[screen=xl] .blk2\/2,body[screen=xl] .blk1\/2-xl,body[screen=xl] .blk1\/2,body[screen=xl] .blk1\/1-xl,body[screen=xl] .blk1\/1{margin:5px 5px 5px 5px;border-width:0;padding:0}body[screen=xl] .blk1\/1,body[screen=xl] .blk1\/1-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/2,body[screen=xl] .blk1\/2-xl{width:calc(50% - 10px)}body[screen=xl] .blk2\/2,body[screen=xl] .blk2\/2-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/3,body[screen=xl] .blk1\/3-xl{width:calc(33.3333333333% - 10px)}body[screen=xl] .blk2\/3,body[screen=xl] .blk2\/3-xl{width:calc(66.6666666667% - 10px)}body[screen=xl] .blk3\/3,body[screen=xl] .blk3\/3-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/4,body[screen=xl] .blk1\/4-xl{width:calc(25% - 10px)}body[screen=xl] .blk2\/4,body[screen=xl] .blk2\/4-xl{width:calc(50% - 10px)}body[screen=xl] .blk3\/4,body[screen=xl] .blk3\/4-xl{width:calc(75% - 10px)}body[screen=xl] .blk4\/4,body[screen=xl] .blk4\/4-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/5,body[screen=xl] .blk1\/5-xl{width:calc(20% - 10px)}body[screen=xl] .blk2\/5,body[screen=xl] .blk2\/5-xl{width:calc(40% - 10px)}body[screen=xl] .blk3\/5,body[screen=xl] .blk3\/5-xl{width:calc(60% - 10px)}body[screen=xl] .blk4\/5,body[screen=xl] .blk4\/5-xl{width:calc(80% - 10px)}body[screen=xl] .blk5\/5,body[screen=xl] .blk5\/5-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/6,body[screen=xl] .blk1\/6-xl{width:calc(16.6666666667% - 10px)}body[screen=xl] .blk2\/6,body[screen=xl] .blk2\/6-xl{width:calc(33.3333333333% - 10px)}body[screen=xl] .blk3\/6,body[screen=xl] .blk3\/6-xl{width:calc(50% - 10px)}body[screen=xl] .blk4\/6,body[screen=xl] .blk4\/6-xl{width:calc(66.6666666667% - 10px)}body[screen=xl] .blk5\/6,body[screen=xl] .blk5\/6-xl{width:calc(83.3333333333% - 10px)}body[screen=xl] .blk6\/6,body[screen=xl] .blk6\/6-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/7,body[screen=xl] .blk1\/7-xl{width:calc(14.2857142857% - 10px)}body[screen=xl] .blk2\/7,body[screen=xl] .blk2\/7-xl{width:calc(28.5714285714% - 10px)}body[screen=xl] .blk3\/7,body[screen=xl] .blk3\/7-xl{width:calc(42.8571428571% - 10px)}body[screen=xl] .blk4\/7,body[screen=xl] .blk4\/7-xl{width:calc(57.1428571429% - 10px)}body[screen=xl] .blk5\/7,body[screen=xl] .blk5\/7-xl{width:calc(71.4285714286% - 10px)}body[screen=xl] .blk6\/7,body[screen=xl] .blk6\/7-xl{width:calc(85.7142857143% - 10px)}body[screen=xl] .blk7\/7,body[screen=xl] .blk7\/7-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/8,body[screen=xl] .blk1\/8-xl{width:calc(12.5% - 10px)}body[screen=xl] .blk2\/8,body[screen=xl] .blk2\/8-xl{width:calc(25% - 10px)}body[screen=xl] .blk3\/8,body[screen=xl] .blk3\/8-xl{width:calc(37.5% - 10px)}body[screen=xl] .blk4\/8,body[screen=xl] .blk4\/8-xl{width:calc(50% - 10px)}body[screen=xl] .blk5\/8,body[screen=xl] .blk5\/8-xl{width:calc(62.5% - 10px)}body[screen=xl] .blk6\/8,body[screen=xl] .blk6\/8-xl{width:calc(75% - 10px)}body[screen=xl] .blk7\/8,body[screen=xl] .blk7\/8-xl{width:calc(87.5% - 10px)}body[screen=xl] .blk8\/8,body[screen=xl] .blk8\/8-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/9,body[screen=xl] .blk1\/9-xl{width:calc(11.1111111111% - 10px)}body[screen=xl] .blk2\/9,body[screen=xl] .blk2\/9-xl{width:calc(22.2222222222% - 10px)}body[screen=xl] .blk3\/9,body[screen=xl] .blk3\/9-xl{width:calc(33.3333333333% - 10px)}body[screen=xl] .blk4\/9,body[screen=xl] .blk4\/9-xl{width:calc(44.4444444444% - 10px)}body[screen=xl] .blk5\/9,body[screen=xl] .blk5\/9-xl{width:calc(55.5555555556% - 10px)}body[screen=xl] .blk6\/9,body[screen=xl] .blk6\/9-xl{width:calc(66.6666666667% - 10px)}body[screen=xl] .blk7\/9,body[screen=xl] .blk7\/9-xl{width:calc(77.7777777778% - 10px)}body[screen=xl] .blk8\/9,body[screen=xl] .blk8\/9-xl{width:calc(88.8888888889% - 10px)}body[screen=xl] .blk9\/9,body[screen=xl] .blk9\/9-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/10,body[screen=xl] .blk1\/10-xl{width:calc(10% - 10px)}body[screen=xl] .blk2\/10,body[screen=xl] .blk2\/10-xl{width:calc(20% - 10px)}body[screen=xl] .blk3\/10,body[screen=xl] .blk3\/10-xl{width:calc(30% - 10px)}body[screen=xl] .blk4\/10,body[screen=xl] .blk4\/10-xl{width:calc(40% - 10px)}body[screen=xl] .blk5\/10,body[screen=xl] .blk5\/10-xl{width:calc(50% - 10px)}body[screen=xl] .blk6\/10,body[screen=xl] .blk6\/10-xl{width:calc(60% - 10px)}body[screen=xl] .blk7\/10,body[screen=xl] .blk7\/10-xl{width:calc(70% - 10px)}body[screen=xl] .blk8\/10,body[screen=xl] .blk8\/10-xl{width:calc(80% - 10px)}body[screen=xl] .blk9\/10,body[screen=xl] .blk9\/10-xl{width:calc(90% - 10px)}body[screen=xl] .blk10\/10,body[screen=xl] .blk10\/10-xl{width:calc(100% - 10px)}body[screen=xl] .blk5\%,body[screen=xl] .blk5\%-xl{width:calc(5% - 10px)}body[screen=xl] .blk10\%,body[screen=xl] .blk10\%-xl{width:calc(10% - 10px)}body[screen=xl] .blk15\%,body[screen=xl] .blk15\%-xl{width:calc(15% - 10px)}body[screen=xl] .blk20\%,body[screen=xl] .blk20\%-xl{width:calc(20% - 10px)}body[screen=xl] .blk25\%,body[screen=xl] .blk25\%-xl{width:calc(25% - 10px)}body[screen=xl] .blk30\%,body[screen=xl] .blk30\%-xl{width:calc(30% - 10px)}body[screen=xl] .blk35\%,body[screen=xl] .blk35\%-xl{width:calc(35% - 10px)}body[screen=xl] .blk40\%,body[screen=xl] .blk40\%-xl{width:calc(40% - 10px)}body[screen=xl] .blk45\%,body[screen=xl] .blk45\%-xl{width:calc(45% - 10px)}body[screen=xl] .blk50\%,body[screen=xl] .blk50\%-xl{width:calc(50% - 10px)}body[screen=xl] .blk55\%,body[screen=xl] .blk55\%-xl{width:calc(55% - 10px)}body[screen=xl] .blk60\%,body[screen=xl] .blk60\%-xl{width:calc(60% - 10px)}body[screen=xl] .blk65\%,body[screen=xl] .blk65\%-xl{width:calc(65% - 10px)}body[screen=xl] .blk70\%,body[screen=xl] .blk70\%-xl{width:calc(70% - 10px)}body[screen=xl] .blk75\%,body[screen=xl] .blk75\%-xl{width:calc(75% - 10px)}body[screen=xl] .blk80\%,body[screen=xl] .blk80\%-xl{width:calc(80% - 10px)}body[screen=xl] .blk85\%,body[screen=xl] .blk85\%-xl{width:calc(85% - 10px)}body[screen=xl] .blk90\%,body[screen=xl] .blk90\%-xl{width:calc(90% - 10px)}body[screen=xl] .blk95\%,body[screen=xl] .blk95\%-xl{width:calc(95% - 10px)}body[screen=xl] .blk100\%,body[screen=xl] .blk100\%-xl{width:calc(100% - 10px)}body[screen=xl] .bleed-margin.blk100\%-xl,body[screen=lg] .bleed-margin.blk100\%-lg,body[screen=md] .bleed-margin.blk100\%-md,body[screen=sm] .bleed-margin.blk100\%-sm,body[screen=xs] .bleed-margin.blk100\%-xs,.bleed-margin.blk100\%,body[screen=xl] .bleed-margin.blk95\%-xl,body[screen=lg] .bleed-margin.blk95\%-lg,body[screen=md] .bleed-margin.blk95\%-md,body[screen=sm] .bleed-margin.blk95\%-sm,body[screen=xs] .bleed-margin.blk95\%-xs,.bleed-margin.blk95\%,body[screen=xl] .bleed-margin.blk90\%-xl,body[screen=lg] .bleed-margin.blk90\%-lg,body[screen=md] .bleed-margin.blk90\%-md,body[screen=sm] .bleed-margin.blk90\%-sm,body[screen=xs] .bleed-margin.blk90\%-xs,.bleed-margin.blk90\%,body[screen=xl] .bleed-margin.blk85\%-xl,body[screen=lg] .bleed-margin.blk85\%-lg,body[screen=md] .bleed-margin.blk85\%-md,body[screen=sm] .bleed-margin.blk85\%-sm,body[screen=xs] .bleed-margin.blk85\%-xs,.bleed-margin.blk85\%,body[screen=xl] .bleed-margin.blk80\%-xl,body[screen=lg] .bleed-margin.blk80\%-lg,body[screen=md] .bleed-margin.blk80\%-md,body[screen=sm] .bleed-margin.blk80\%-sm,body[screen=xs] .bleed-margin.blk80\%-xs,.bleed-margin.blk80\%,body[screen=xl] .bleed-margin.blk75\%-xl,body[screen=lg] .bleed-margin.blk75\%-lg,body[screen=md] .bleed-margin.blk75\%-md,body[screen=sm] .bleed-margin.blk75\%-sm,body[screen=xs] .bleed-margin.blk75\%-xs,.bleed-margin.blk75\%,body[screen=xl] .bleed-margin.blk70\%-xl,body[screen=lg] .bleed-margin.blk70\%-lg,body[screen=md] .bleed-margin.blk70\%-md,body[screen=sm] .bleed-margin.blk70\%-sm,body[screen=xs] .bleed-margin.blk70\%-xs,.bleed-margin.blk70\%,body[screen=xl] .bleed-margin.blk65\%-xl,body[screen=lg] .bleed-margin.blk65\%-lg,body[screen=md] .bleed-margin.blk65\%-md,body[screen=sm] .bleed-margin.blk65\%-sm,body[screen=xs] .bleed-margin.blk65\%-xs,.bleed-margin.blk65\%,body[screen=xl] .bleed-margin.blk60\%-xl,body[screen=lg] .bleed-margin.blk60\%-lg,body[screen=md] .bleed-margin.blk60\%-md,body[screen=sm] .bleed-margin.blk60\%-sm,body[screen=xs] .bleed-margin.blk60\%-xs,.bleed-margin.blk60\%,body[screen=xl] .bleed-margin.blk55\%-xl,body[screen=lg] .bleed-margin.blk55\%-lg,body[screen=md] .bleed-margin.blk55\%-md,body[screen=sm] .bleed-margin.blk55\%-sm,body[screen=xs] .bleed-margin.blk55\%-xs,.bleed-margin.blk55\%,body[screen=xl] .bleed-margin.blk50\%-xl,body[screen=lg] .bleed-margin.blk50\%-lg,body[screen=md] .bleed-margin.blk50\%-md,body[screen=sm] .bleed-margin.blk50\%-sm,body[screen=xs] .bleed-margin.blk50\%-xs,.bleed-margin.blk50\%,body[screen=xl] .bleed-margin.blk45\%-xl,body[screen=lg] .bleed-margin.blk45\%-lg,body[screen=md] .bleed-margin.blk45\%-md,body[screen=sm] .bleed-margin.blk45\%-sm,body[screen=xs] .bleed-margin.blk45\%-xs,.bleed-margin.blk45\%,body[screen=xl] .bleed-margin.blk40\%-xl,body[screen=lg] .bleed-margin.blk40\%-lg,body[screen=md] .bleed-margin.blk40\%-md,body[screen=sm] .bleed-margin.blk40\%-sm,body[screen=xs] .bleed-margin.blk40\%-xs,.bleed-margin.blk40\%,body[screen=xl] .bleed-margin.blk35\%-xl,body[screen=lg] .bleed-margin.blk35\%-lg,body[screen=md] .bleed-margin.blk35\%-md,body[screen=sm] .bleed-margin.blk35\%-sm,body[screen=xs] .bleed-margin.blk35\%-xs,.bleed-margin.blk35\%,body[screen=xl] .bleed-margin.blk30\%-xl,body[screen=lg] .bleed-margin.blk30\%-lg,body[screen=md] .bleed-margin.blk30\%-md,body[screen=sm] .bleed-margin.blk30\%-sm,body[screen=xs] .bleed-margin.blk30\%-xs,.bleed-margin.blk30\%,body[screen=xl] .bleed-margin.blk25\%-xl,body[screen=lg] .bleed-margin.blk25\%-lg,body[screen=md] .bleed-margin.blk25\%-md,body[screen=sm] .bleed-margin.blk25\%-sm,body[screen=xs] .bleed-margin.blk25\%-xs,.bleed-margin.blk25\%,body[screen=xl] .bleed-margin.blk20\%-xl,body[screen=lg] .bleed-margin.blk20\%-lg,body[screen=md] .bleed-margin.blk20\%-md,body[screen=sm] .bleed-margin.blk20\%-sm,body[screen=xs] .bleed-margin.blk20\%-xs,.bleed-margin.blk20\%,body[screen=xl] .bleed-margin.blk15\%-xl,body[screen=lg] .bleed-margin.blk15\%-lg,body[screen=md] .bleed-margin.blk15\%-md,body[screen=sm] .bleed-margin.blk15\%-sm,body[screen=xs] .bleed-margin.blk15\%-xs,.bleed-margin.blk15\%,body[screen=xl] .bleed-margin.blk10\%-xl,body[screen=lg] .bleed-margin.blk10\%-lg,body[screen=md] .bleed-margin.blk10\%-md,body[screen=sm] .bleed-margin.blk10\%-sm,body[screen=xs] .bleed-margin.blk10\%-xs,.bleed-margin.blk10\%,body[screen=xl] .bleed-margin.blk5\%-xl,body[screen=lg] .bleed-margin.blk5\%-lg,body[screen=md] .bleed-margin.blk5\%-md,body[screen=sm] .bleed-margin.blk5\%-sm,body[screen=xs] .bleed-margin.blk5\%-xs,.bleed-margin.blk5\%,body[screen=xl] .bleed-margin.blk10\/10-xl,body[screen=lg] .bleed-margin.blk10\/10-lg,body[screen=md] .bleed-margin.blk10\/10-md,body[screen=sm] .bleed-margin.blk10\/10-sm,body[screen=xs] .bleed-margin.blk10\/10-xs,.bleed-margin.blk10\/10,body[screen=xl] .bleed-margin.blk9\/10-xl,body[screen=lg] .bleed-margin.blk9\/10-lg,body[screen=md] .bleed-margin.blk9\/10-md,body[screen=sm] .bleed-margin.blk9\/10-sm,body[screen=xs] .bleed-margin.blk9\/10-xs,.bleed-margin.blk9\/10,body[screen=xl] .bleed-margin.blk8\/10-xl,body[screen=lg] .bleed-margin.blk8\/10-lg,body[screen=md] .bleed-margin.blk8\/10-md,body[screen=sm] .bleed-margin.blk8\/10-sm,body[screen=xs] .bleed-margin.blk8\/10-xs,.bleed-margin.blk8\/10,body[screen=xl] .bleed-margin.blk7\/10-xl,body[screen=lg] .bleed-margin.blk7\/10-lg,body[screen=md] .bleed-margin.blk7\/10-md,body[screen=sm] .bleed-margin.blk7\/10-sm,body[screen=xs] .bleed-margin.blk7\/10-xs,.bleed-margin.blk7\/10,body[screen=xl] .bleed-margin.blk6\/10-xl,body[screen=lg] .bleed-margin.blk6\/10-lg,body[screen=md] .bleed-margin.blk6\/10-md,body[screen=sm] .bleed-margin.blk6\/10-sm,body[screen=xs] .bleed-margin.blk6\/10-xs,.bleed-margin.blk6\/10,body[screen=xl] .bleed-margin.blk5\/10-xl,body[screen=lg] .bleed-margin.blk5\/10-lg,body[screen=md] .bleed-margin.blk5\/10-md,body[screen=sm] .bleed-margin.blk5\/10-sm,body[screen=xs] .bleed-margin.blk5\/10-xs,.bleed-margin.blk5\/10,body[screen=xl] .bleed-margin.blk4\/10-xl,body[screen=lg] .bleed-margin.blk4\/10-lg,body[screen=md] .bleed-margin.blk4\/10-md,body[screen=sm] .bleed-margin.blk4\/10-sm,body[screen=xs] .bleed-margin.blk4\/10-xs,.bleed-margin.blk4\/10,body[screen=xl] .bleed-margin.blk3\/10-xl,body[screen=lg] .bleed-margin.blk3\/10-lg,body[screen=md] .bleed-margin.blk3\/10-md,body[screen=sm] .bleed-margin.blk3\/10-sm,body[screen=xs] .bleed-margin.blk3\/10-xs,.bleed-margin.blk3\/10,body[screen=xl] .bleed-margin.blk2\/10-xl,body[screen=lg] .bleed-margin.blk2\/10-lg,body[screen=md] .bleed-margin.blk2\/10-md,body[screen=sm] .bleed-margin.blk2\/10-sm,body[screen=xs] .bleed-margin.blk2\/10-xs,.bleed-margin.blk2\/10,body[screen=xl] .bleed-margin.blk1\/10-xl,body[screen=lg] .bleed-margin.blk1\/10-lg,body[screen=md] .bleed-margin.blk1\/10-md,body[screen=sm] .bleed-margin.blk1\/10-sm,body[screen=xs] .bleed-margin.blk1\/10-xs,.bleed-margin.blk1\/10,body[screen=xl] .bleed-margin.blk9\/9-xl,body[screen=lg] .bleed-margin.blk9\/9-lg,body[screen=md] .bleed-margin.blk9\/9-md,body[screen=sm] .bleed-margin.blk9\/9-sm,body[screen=xs] .bleed-margin.blk9\/9-xs,.bleed-margin.blk9\/9,body[screen=xl] .bleed-margin.blk8\/9-xl,body[screen=lg] .bleed-margin.blk8\/9-lg,body[screen=md] .bleed-margin.blk8\/9-md,body[screen=sm] .bleed-margin.blk8\/9-sm,body[screen=xs] .bleed-margin.blk8\/9-xs,.bleed-margin.blk8\/9,body[screen=xl] .bleed-margin.blk7\/9-xl,body[screen=lg] .bleed-margin.blk7\/9-lg,body[screen=md] .bleed-margin.blk7\/9-md,body[screen=sm] .bleed-margin.blk7\/9-sm,body[screen=xs] .bleed-margin.blk7\/9-xs,.bleed-margin.blk7\/9,body[screen=xl] .bleed-margin.blk6\/9-xl,body[screen=lg] .bleed-margin.blk6\/9-lg,body[screen=md] .bleed-margin.blk6\/9-md,body[screen=sm] .bleed-margin.blk6\/9-sm,body[screen=xs] .bleed-margin.blk6\/9-xs,.bleed-margin.blk6\/9,body[screen=xl] .bleed-margin.blk5\/9-xl,body[screen=lg] .bleed-margin.blk5\/9-lg,body[screen=md] .bleed-margin.blk5\/9-md,body[screen=sm] .bleed-margin.blk5\/9-sm,body[screen=xs] .bleed-margin.blk5\/9-xs,.bleed-margin.blk5\/9,body[screen=xl] .bleed-margin.blk4\/9-xl,body[screen=lg] .bleed-margin.blk4\/9-lg,body[screen=md] .bleed-margin.blk4\/9-md,body[screen=sm] .bleed-margin.blk4\/9-sm,body[screen=xs] .bleed-margin.blk4\/9-xs,.bleed-margin.blk4\/9,body[screen=xl] .bleed-margin.blk3\/9-xl,body[screen=lg] .bleed-margin.blk3\/9-lg,body[screen=md] .bleed-margin.blk3\/9-md,body[screen=sm] .bleed-margin.blk3\/9-sm,body[screen=xs] .bleed-margin.blk3\/9-xs,.bleed-margin.blk3\/9,body[screen=xl] .bleed-margin.blk2\/9-xl,body[screen=lg] .bleed-margin.blk2\/9-lg,body[screen=md] .bleed-margin.blk2\/9-md,body[screen=sm] .bleed-margin.blk2\/9-sm,body[screen=xs] .bleed-margin.blk2\/9-xs,.bleed-margin.blk2\/9,body[screen=xl] .bleed-margin.blk1\/9-xl,body[screen=lg] .bleed-margin.blk1\/9-lg,body[screen=md] .bleed-margin.blk1\/9-md,body[screen=sm] .bleed-margin.blk1\/9-sm,body[screen=xs] .bleed-margin.blk1\/9-xs,.bleed-margin.blk1\/9,body[screen=xl] .bleed-margin.blk8\/8-xl,body[screen=lg] .bleed-margin.blk8\/8-lg,body[screen=md] .bleed-margin.blk8\/8-md,body[screen=sm] .bleed-margin.blk8\/8-sm,body[screen=xs] .bleed-margin.blk8\/8-xs,.bleed-margin.blk8\/8,body[screen=xl] .bleed-margin.blk7\/8-xl,body[screen=lg] .bleed-margin.blk7\/8-lg,body[screen=md] .bleed-margin.blk7\/8-md,body[screen=sm] .bleed-margin.blk7\/8-sm,body[screen=xs] .bleed-margin.blk7\/8-xs,.bleed-margin.blk7\/8,body[screen=xl] .bleed-margin.blk6\/8-xl,body[screen=lg] .bleed-margin.blk6\/8-lg,body[screen=md] .bleed-margin.blk6\/8-md,body[screen=sm] .bleed-margin.blk6\/8-sm,body[screen=xs] .bleed-margin.blk6\/8-xs,.bleed-margin.blk6\/8,body[screen=xl] .bleed-margin.blk5\/8-xl,body[screen=lg] .bleed-margin.blk5\/8-lg,body[screen=md] .bleed-margin.blk5\/8-md,body[screen=sm] .bleed-margin.blk5\/8-sm,body[screen=xs] .bleed-margin.blk5\/8-xs,.bleed-margin.blk5\/8,body[screen=xl] .bleed-margin.blk4\/8-xl,body[screen=lg] .bleed-margin.blk4\/8-lg,body[screen=md] .bleed-margin.blk4\/8-md,body[screen=sm] .bleed-margin.blk4\/8-sm,body[screen=xs] .bleed-margin.blk4\/8-xs,.bleed-margin.blk4\/8,body[screen=xl] .bleed-margin.blk3\/8-xl,body[screen=lg] .bleed-margin.blk3\/8-lg,body[screen=md] .bleed-margin.blk3\/8-md,body[screen=sm] .bleed-margin.blk3\/8-sm,body[screen=xs] .bleed-margin.blk3\/8-xs,.bleed-margin.blk3\/8,body[screen=xl] .bleed-margin.blk2\/8-xl,body[screen=lg] .bleed-margin.blk2\/8-lg,body[screen=md] .bleed-margin.blk2\/8-md,body[screen=sm] .bleed-margin.blk2\/8-sm,body[screen=xs] .bleed-margin.blk2\/8-xs,.bleed-margin.blk2\/8,body[screen=xl] .bleed-margin.blk1\/8-xl,body[screen=lg] .bleed-margin.blk1\/8-lg,body[screen=md] .bleed-margin.blk1\/8-md,body[screen=sm] .bleed-margin.blk1\/8-sm,body[screen=xs] .bleed-margin.blk1\/8-xs,.bleed-margin.blk1\/8,body[screen=xl] .bleed-margin.blk7\/7-xl,body[screen=lg] .bleed-margin.blk7\/7-lg,body[screen=md] .bleed-margin.blk7\/7-md,body[screen=sm] .bleed-margin.blk7\/7-sm,body[screen=xs] .bleed-margin.blk7\/7-xs,.bleed-margin.blk7\/7,body[screen=xl] .bleed-margin.blk6\/7-xl,body[screen=lg] .bleed-margin.blk6\/7-lg,body[screen=md] .bleed-margin.blk6\/7-md,body[screen=sm] .bleed-margin.blk6\/7-sm,body[screen=xs] .bleed-margin.blk6\/7-xs,.bleed-margin.blk6\/7,body[screen=xl] .bleed-margin.blk5\/7-xl,body[screen=lg] .bleed-margin.blk5\/7-lg,body[screen=md] .bleed-margin.blk5\/7-md,body[screen=sm] .bleed-margin.blk5\/7-sm,body[screen=xs] .bleed-margin.blk5\/7-xs,.bleed-margin.blk5\/7,body[screen=xl] .bleed-margin.blk4\/7-xl,body[screen=lg] .bleed-margin.blk4\/7-lg,body[screen=md] .bleed-margin.blk4\/7-md,body[screen=sm] .bleed-margin.blk4\/7-sm,body[screen=xs] .bleed-margin.blk4\/7-xs,.bleed-margin.blk4\/7,body[screen=xl] .bleed-margin.blk3\/7-xl,body[screen=lg] .bleed-margin.blk3\/7-lg,body[screen=md] .bleed-margin.blk3\/7-md,body[screen=sm] .bleed-margin.blk3\/7-sm,body[screen=xs] .bleed-margin.blk3\/7-xs,.bleed-margin.blk3\/7,body[screen=xl] .bleed-margin.blk2\/7-xl,body[screen=lg] .bleed-margin.blk2\/7-lg,body[screen=md] .bleed-margin.blk2\/7-md,body[screen=sm] .bleed-margin.blk2\/7-sm,body[screen=xs] .bleed-margin.blk2\/7-xs,.bleed-margin.blk2\/7,body[screen=xl] .bleed-margin.blk1\/7-xl,body[screen=lg] .bleed-margin.blk1\/7-lg,body[screen=md] .bleed-margin.blk1\/7-md,body[screen=sm] .bleed-margin.blk1\/7-sm,body[screen=xs] .bleed-margin.blk1\/7-xs,.bleed-margin.blk1\/7,body[screen=xl] .bleed-margin.blk6\/6-xl,body[screen=lg] .bleed-margin.blk6\/6-lg,body[screen=md] .bleed-margin.blk6\/6-md,body[screen=sm] .bleed-margin.blk6\/6-sm,body[screen=xs] .bleed-margin.blk6\/6-xs,.bleed-margin.blk6\/6,body[screen=xl] .bleed-margin.blk5\/6-xl,body[screen=lg] .bleed-margin.blk5\/6-lg,body[screen=md] .bleed-margin.blk5\/6-md,body[screen=sm] .bleed-margin.blk5\/6-sm,body[screen=xs] .bleed-margin.blk5\/6-xs,.bleed-margin.blk5\/6,body[screen=xl] .bleed-margin.blk4\/6-xl,body[screen=lg] .bleed-margin.blk4\/6-lg,body[screen=md] .bleed-margin.blk4\/6-md,body[screen=sm] .bleed-margin.blk4\/6-sm,body[screen=xs] .bleed-margin.blk4\/6-xs,.bleed-margin.blk4\/6,body[screen=xl] .bleed-margin.blk3\/6-xl,body[screen=lg] .bleed-margin.blk3\/6-lg,body[screen=md] .bleed-margin.blk3\/6-md,body[screen=sm] .bleed-margin.blk3\/6-sm,body[screen=xs] .bleed-margin.blk3\/6-xs,.bleed-margin.blk3\/6,body[screen=xl] .bleed-margin.blk2\/6-xl,body[screen=lg] .bleed-margin.blk2\/6-lg,body[screen=md] .bleed-margin.blk2\/6-md,body[screen=sm] .bleed-margin.blk2\/6-sm,body[screen=xs] .bleed-margin.blk2\/6-xs,.bleed-margin.blk2\/6,body[screen=xl] .bleed-margin.blk1\/6-xl,body[screen=lg] .bleed-margin.blk1\/6-lg,body[screen=md] .bleed-margin.blk1\/6-md,body[screen=sm] .bleed-margin.blk1\/6-sm,body[screen=xs] .bleed-margin.blk1\/6-xs,.bleed-margin.blk1\/6,body[screen=xl] .bleed-margin.blk5\/5-xl,body[screen=lg] .bleed-margin.blk5\/5-lg,body[screen=md] .bleed-margin.blk5\/5-md,body[screen=sm] .bleed-margin.blk5\/5-sm,body[screen=xs] .bleed-margin.blk5\/5-xs,.bleed-margin.blk5\/5,body[screen=xl] .bleed-margin.blk4\/5-xl,body[screen=lg] .bleed-margin.blk4\/5-lg,body[screen=md] .bleed-margin.blk4\/5-md,body[screen=sm] .bleed-margin.blk4\/5-sm,body[screen=xs] .bleed-margin.blk4\/5-xs,.bleed-margin.blk4\/5,body[screen=xl] .bleed-margin.blk3\/5-xl,body[screen=lg] .bleed-margin.blk3\/5-lg,body[screen=md] .bleed-margin.blk3\/5-md,body[screen=sm] .bleed-margin.blk3\/5-sm,body[screen=xs] .bleed-margin.blk3\/5-xs,.bleed-margin.blk3\/5,body[screen=xl] .bleed-margin.blk2\/5-xl,body[screen=lg] .bleed-margin.blk2\/5-lg,body[screen=md] .bleed-margin.blk2\/5-md,body[screen=sm] .bleed-margin.blk2\/5-sm,body[screen=xs] .bleed-margin.blk2\/5-xs,.bleed-margin.blk2\/5,body[screen=xl] .bleed-margin.blk1\/5-xl,body[screen=lg] .bleed-margin.blk1\/5-lg,body[screen=md] .bleed-margin.blk1\/5-md,body[screen=sm] .bleed-margin.blk1\/5-sm,body[screen=xs] .bleed-margin.blk1\/5-xs,.bleed-margin.blk1\/5,body[screen=xl] .bleed-margin.blk4\/4-xl,body[screen=lg] .bleed-margin.blk4\/4-lg,body[screen=md] .bleed-margin.blk4\/4-md,body[screen=sm] .bleed-margin.blk4\/4-sm,body[screen=xs] .bleed-margin.blk4\/4-xs,.bleed-margin.blk4\/4,body[screen=xl] .bleed-margin.blk3\/4-xl,body[screen=lg] .bleed-margin.blk3\/4-lg,body[screen=md] .bleed-margin.blk3\/4-md,body[screen=sm] .bleed-margin.blk3\/4-sm,body[screen=xs] .bleed-margin.blk3\/4-xs,.bleed-margin.blk3\/4,body[screen=xl] .bleed-margin.blk2\/4-xl,body[screen=lg] .bleed-margin.blk2\/4-lg,body[screen=md] .bleed-margin.blk2\/4-md,body[screen=sm] .bleed-margin.blk2\/4-sm,body[screen=xs] .bleed-margin.blk2\/4-xs,.bleed-margin.blk2\/4,body[screen=xl] .bleed-margin.blk1\/4-xl,body[screen=lg] .bleed-margin.blk1\/4-lg,body[screen=md] .bleed-margin.blk1\/4-md,body[screen=sm] .bleed-margin.blk1\/4-sm,body[screen=xs] .bleed-margin.blk1\/4-xs,.bleed-margin.blk1\/4,body[screen=xl] .bleed-margin.blk3\/3-xl,body[screen=lg] .bleed-margin.blk3\/3-lg,body[screen=md] .bleed-margin.blk3\/3-md,body[screen=sm] .bleed-margin.blk3\/3-sm,body[screen=xs] .bleed-margin.blk3\/3-xs,.bleed-margin.blk3\/3,body[screen=xl] .bleed-margin.blk2\/3-xl,body[screen=lg] .bleed-margin.blk2\/3-lg,body[screen=md] .bleed-margin.blk2\/3-md,body[screen=sm] .bleed-margin.blk2\/3-sm,body[screen=xs] .bleed-margin.blk2\/3-xs,.bleed-margin.blk2\/3,body[screen=xl] .bleed-margin.blk1\/3-xl,body[screen=lg] .bleed-margin.blk1\/3-lg,body[screen=md] .bleed-margin.blk1\/3-md,body[screen=sm] .bleed-margin.blk1\/3-sm,body[screen=xs] .bleed-margin.blk1\/3-xs,.bleed-margin.blk1\/3,body[screen=xl] .bleed-margin.blk2\/2-xl,body[screen=lg] .bleed-margin.blk2\/2-lg,body[screen=md] .bleed-margin.blk2\/2-md,body[screen=sm] .bleed-margin.blk2\/2-sm,body[screen=xs] .bleed-margin.blk2\/2-xs,.bleed-margin.blk2\/2,body[screen=xl] .bleed-margin.blk1\/2-xl,body[screen=lg] .bleed-margin.blk1\/2-lg,body[screen=md] .bleed-margin.blk1\/2-md,body[screen=sm] .bleed-margin.blk1\/2-sm,body[screen=xs] .bleed-margin.blk1\/2-xs,.bleed-margin.blk1\/2,body[screen=xl] .bleed-margin.blk1\/1-xl,body[screen=lg] .bleed-margin.blk1\/1-lg,body[screen=md] .bleed-margin.blk1\/1-md,body[screen=sm] .bleed-margin.blk1\/1-sm,body[screen=xs] .bleed-margin.blk1\/1-xs,.bleed-margin.blk1\/1{margin:0;border-width:0;padding:0}body[screen=xl] .bleed-margin.blk1\/1-xl,body[screen=lg] .bleed-margin.blk1\/1-lg,body[screen=md] .bleed-margin.blk1\/1-md,body[screen=sm] .bleed-margin.blk1\/1-sm,body[screen=xs] .bleed-margin.blk1\/1-xs,.bleed-margin.blk1\/1{width:100%}body[screen=xl] .bleed-margin.blk1\/2-xl,body[screen=lg] .bleed-margin.blk1\/2-lg,body[screen=md] .bleed-margin.blk1\/2-md,body[screen=sm] .bleed-margin.blk1\/2-sm,body[screen=xs] .bleed-margin.blk1\/2-xs,.bleed-margin.blk1\/2{width:50%}body[screen=xl] .bleed-margin.blk2\/2-xl,body[screen=lg] .bleed-margin.blk2\/2-lg,body[screen=md] .bleed-margin.blk2\/2-md,body[screen=sm] .bleed-margin.blk2\/2-sm,body[screen=xs] .bleed-margin.blk2\/2-xs,.bleed-margin.blk2\/2{width:100%}body[screen=xl] .bleed-margin.blk1\/3-xl,body[screen=lg] .bleed-margin.blk1\/3-lg,body[screen=md] .bleed-margin.blk1\/3-md,body[screen=sm] .bleed-margin.blk1\/3-sm,body[screen=xs] .bleed-margin.blk1\/3-xs,.bleed-margin.blk1\/3{width:33.3333333333%}body[screen=xl] .bleed-margin.blk2\/3-xl,body[screen=lg] .bleed-margin.blk2\/3-lg,body[screen=md] .bleed-margin.blk2\/3-md,body[screen=sm] .bleed-margin.blk2\/3-sm,body[screen=xs] .bleed-margin.blk2\/3-xs,.bleed-margin.blk2\/3{width:66.6666666667%}body[screen=xl] .bleed-margin.blk3\/3-xl,body[screen=lg] .bleed-margin.blk3\/3-lg,body[screen=md] .bleed-margin.blk3\/3-md,body[screen=sm] .bleed-margin.blk3\/3-sm,body[screen=xs] .bleed-margin.blk3\/3-xs,.bleed-margin.blk3\/3{width:100%}body[screen=xl] .bleed-margin.blk1\/4-xl,body[screen=lg] .bleed-margin.blk1\/4-lg,body[screen=md] .bleed-margin.blk1\/4-md,body[screen=sm] .bleed-margin.blk1\/4-sm,body[screen=xs] .bleed-margin.blk1\/4-xs,.bleed-margin.blk1\/4{width:25%}body[screen=xl] .bleed-margin.blk2\/4-xl,body[screen=lg] .bleed-margin.blk2\/4-lg,body[screen=md] .bleed-margin.blk2\/4-md,body[screen=sm] .bleed-margin.blk2\/4-sm,body[screen=xs] .bleed-margin.blk2\/4-xs,.bleed-margin.blk2\/4{width:50%}body[screen=xl] .bleed-margin.blk3\/4-xl,body[screen=lg] .bleed-margin.blk3\/4-lg,body[screen=md] .bleed-margin.blk3\/4-md,body[screen=sm] .bleed-margin.blk3\/4-sm,body[screen=xs] .bleed-margin.blk3\/4-xs,.bleed-margin.blk3\/4{width:75%}body[screen=xl] .bleed-margin.blk4\/4-xl,body[screen=lg] .bleed-margin.blk4\/4-lg,body[screen=md] .bleed-margin.blk4\/4-md,body[screen=sm] .bleed-margin.blk4\/4-sm,body[screen=xs] .bleed-margin.blk4\/4-xs,.bleed-margin.blk4\/4{width:100%}body[screen=xl] .bleed-margin.blk1\/5-xl,body[screen=lg] .bleed-margin.blk1\/5-lg,body[screen=md] .bleed-margin.blk1\/5-md,body[screen=sm] .bleed-margin.blk1\/5-sm,body[screen=xs] .bleed-margin.blk1\/5-xs,.bleed-margin.blk1\/5{width:20%}body[screen=xl] .bleed-margin.blk2\/5-xl,body[screen=lg] .bleed-margin.blk2\/5-lg,body[screen=md] .bleed-margin.blk2\/5-md,body[screen=sm] .bleed-margin.blk2\/5-sm,body[screen=xs] .bleed-margin.blk2\/5-xs,.bleed-margin.blk2\/5{width:40%}body[screen=xl] .bleed-margin.blk3\/5-xl,body[screen=lg] .bleed-margin.blk3\/5-lg,body[screen=md] .bleed-margin.blk3\/5-md,body[screen=sm] .bleed-margin.blk3\/5-sm,body[screen=xs] .bleed-margin.blk3\/5-xs,.bleed-margin.blk3\/5{width:60%}body[screen=xl] .bleed-margin.blk4\/5-xl,body[screen=lg] .bleed-margin.blk4\/5-lg,body[screen=md] .bleed-margin.blk4\/5-md,body[screen=sm] .bleed-margin.blk4\/5-sm,body[screen=xs] .bleed-margin.blk4\/5-xs,.bleed-margin.blk4\/5{width:80%}body[screen=xl] .bleed-margin.blk5\/5-xl,body[screen=lg] .bleed-margin.blk5\/5-lg,body[screen=md] .bleed-margin.blk5\/5-md,body[screen=sm] .bleed-margin.blk5\/5-sm,body[screen=xs] .bleed-margin.blk5\/5-xs,.bleed-margin.blk5\/5{width:100%}body[screen=xl] .bleed-margin.blk1\/6-xl,body[screen=lg] .bleed-margin.blk1\/6-lg,body[screen=md] .bleed-margin.blk1\/6-md,body[screen=sm] .bleed-margin.blk1\/6-sm,body[screen=xs] .bleed-margin.blk1\/6-xs,.bleed-margin.blk1\/6{width:16.6666666667%}body[screen=xl] .bleed-margin.blk2\/6-xl,body[screen=lg] .bleed-margin.blk2\/6-lg,body[screen=md] .bleed-margin.blk2\/6-md,body[screen=sm] .bleed-margin.blk2\/6-sm,body[screen=xs] .bleed-margin.blk2\/6-xs,.bleed-margin.blk2\/6{width:33.3333333333%}body[screen=xl] .bleed-margin.blk3\/6-xl,body[screen=lg] .bleed-margin.blk3\/6-lg,body[screen=md] .bleed-margin.blk3\/6-md,body[screen=sm] .bleed-margin.blk3\/6-sm,body[screen=xs] .bleed-margin.blk3\/6-xs,.bleed-margin.blk3\/6{width:50%}body[screen=xl] .bleed-margin.blk4\/6-xl,body[screen=lg] .bleed-margin.blk4\/6-lg,body[screen=md] .bleed-margin.blk4\/6-md,body[screen=sm] .bleed-margin.blk4\/6-sm,body[screen=xs] .bleed-margin.blk4\/6-xs,.bleed-margin.blk4\/6{width:66.6666666667%}body[screen=xl] .bleed-margin.blk5\/6-xl,body[screen=lg] .bleed-margin.blk5\/6-lg,body[screen=md] .bleed-margin.blk5\/6-md,body[screen=sm] .bleed-margin.blk5\/6-sm,body[screen=xs] .bleed-margin.blk5\/6-xs,.bleed-margin.blk5\/6{width:83.3333333333%}body[screen=xl] .bleed-margin.blk6\/6-xl,body[screen=lg] .bleed-margin.blk6\/6-lg,body[screen=md] .bleed-margin.blk6\/6-md,body[screen=sm] .bleed-margin.blk6\/6-sm,body[screen=xs] .bleed-margin.blk6\/6-xs,.bleed-margin.blk6\/6{width:100%}body[screen=xl] .bleed-margin.blk1\/7-xl,body[screen=lg] .bleed-margin.blk1\/7-lg,body[screen=md] .bleed-margin.blk1\/7-md,body[screen=sm] .bleed-margin.blk1\/7-sm,body[screen=xs] .bleed-margin.blk1\/7-xs,.bleed-margin.blk1\/7{width:14.2857142857%}body[screen=xl] .bleed-margin.blk2\/7-xl,body[screen=lg] .bleed-margin.blk2\/7-lg,body[screen=md] .bleed-margin.blk2\/7-md,body[screen=sm] .bleed-margin.blk2\/7-sm,body[screen=xs] .bleed-margin.blk2\/7-xs,.bleed-margin.blk2\/7{width:28.5714285714%}body[screen=xl] .bleed-margin.blk3\/7-xl,body[screen=lg] .bleed-margin.blk3\/7-lg,body[screen=md] .bleed-margin.blk3\/7-md,body[screen=sm] .bleed-margin.blk3\/7-sm,body[screen=xs] .bleed-margin.blk3\/7-xs,.bleed-margin.blk3\/7{width:42.8571428571%}body[screen=xl] .bleed-margin.blk4\/7-xl,body[screen=lg] .bleed-margin.blk4\/7-lg,body[screen=md] .bleed-margin.blk4\/7-md,body[screen=sm] .bleed-margin.blk4\/7-sm,body[screen=xs] .bleed-margin.blk4\/7-xs,.bleed-margin.blk4\/7{width:57.1428571429%}body[screen=xl] .bleed-margin.blk5\/7-xl,body[screen=lg] .bleed-margin.blk5\/7-lg,body[screen=md] .bleed-margin.blk5\/7-md,body[screen=sm] .bleed-margin.blk5\/7-sm,body[screen=xs] .bleed-margin.blk5\/7-xs,.bleed-margin.blk5\/7{width:71.4285714286%}body[screen=xl] .bleed-margin.blk6\/7-xl,body[screen=lg] .bleed-margin.blk6\/7-lg,body[screen=md] .bleed-margin.blk6\/7-md,body[screen=sm] .bleed-margin.blk6\/7-sm,body[screen=xs] .bleed-margin.blk6\/7-xs,.bleed-margin.blk6\/7{width:85.7142857143%}body[screen=xl] .bleed-margin.blk7\/7-xl,body[screen=lg] .bleed-margin.blk7\/7-lg,body[screen=md] .bleed-margin.blk7\/7-md,body[screen=sm] .bleed-margin.blk7\/7-sm,body[screen=xs] .bleed-margin.blk7\/7-xs,.bleed-margin.blk7\/7{width:100%}body[screen=xl] .bleed-margin.blk1\/8-xl,body[screen=lg] .bleed-margin.blk1\/8-lg,body[screen=md] .bleed-margin.blk1\/8-md,body[screen=sm] .bleed-margin.blk1\/8-sm,body[screen=xs] .bleed-margin.blk1\/8-xs,.bleed-margin.blk1\/8{width:12.5%}body[screen=xl] .bleed-margin.blk2\/8-xl,body[screen=lg] .bleed-margin.blk2\/8-lg,body[screen=md] .bleed-margin.blk2\/8-md,body[screen=sm] .bleed-margin.blk2\/8-sm,body[screen=xs] .bleed-margin.blk2\/8-xs,.bleed-margin.blk2\/8{width:25%}body[screen=xl] .bleed-margin.blk3\/8-xl,body[screen=lg] .bleed-margin.blk3\/8-lg,body[screen=md] .bleed-margin.blk3\/8-md,body[screen=sm] .bleed-margin.blk3\/8-sm,body[screen=xs] .bleed-margin.blk3\/8-xs,.bleed-margin.blk3\/8{width:37.5%}body[screen=xl] .bleed-margin.blk4\/8-xl,body[screen=lg] .bleed-margin.blk4\/8-lg,body[screen=md] .bleed-margin.blk4\/8-md,body[screen=sm] .bleed-margin.blk4\/8-sm,body[screen=xs] .bleed-margin.blk4\/8-xs,.bleed-margin.blk4\/8{width:50%}body[screen=xl] .bleed-margin.blk5\/8-xl,body[screen=lg] .bleed-margin.blk5\/8-lg,body[screen=md] .bleed-margin.blk5\/8-md,body[screen=sm] .bleed-margin.blk5\/8-sm,body[screen=xs] .bleed-margin.blk5\/8-xs,.bleed-margin.blk5\/8{width:62.5%}body[screen=xl] .bleed-margin.blk6\/8-xl,body[screen=lg] .bleed-margin.blk6\/8-lg,body[screen=md] .bleed-margin.blk6\/8-md,body[screen=sm] .bleed-margin.blk6\/8-sm,body[screen=xs] .bleed-margin.blk6\/8-xs,.bleed-margin.blk6\/8{width:75%}body[screen=xl] .bleed-margin.blk7\/8-xl,body[screen=lg] .bleed-margin.blk7\/8-lg,body[screen=md] .bleed-margin.blk7\/8-md,body[screen=sm] .bleed-margin.blk7\/8-sm,body[screen=xs] .bleed-margin.blk7\/8-xs,.bleed-margin.blk7\/8{width:87.5%}body[screen=xl] .bleed-margin.blk8\/8-xl,body[screen=lg] .bleed-margin.blk8\/8-lg,body[screen=md] .bleed-margin.blk8\/8-md,body[screen=sm] .bleed-margin.blk8\/8-sm,body[screen=xs] .bleed-margin.blk8\/8-xs,.bleed-margin.blk8\/8{width:100%}body[screen=xl] .bleed-margin.blk1\/9-xl,body[screen=lg] .bleed-margin.blk1\/9-lg,body[screen=md] .bleed-margin.blk1\/9-md,body[screen=sm] .bleed-margin.blk1\/9-sm,body[screen=xs] .bleed-margin.blk1\/9-xs,.bleed-margin.blk1\/9{width:11.1111111111%}body[screen=xl] .bleed-margin.blk2\/9-xl,body[screen=lg] .bleed-margin.blk2\/9-lg,body[screen=md] .bleed-margin.blk2\/9-md,body[screen=sm] .bleed-margin.blk2\/9-sm,body[screen=xs] .bleed-margin.blk2\/9-xs,.bleed-margin.blk2\/9{width:22.2222222222%}body[screen=xl] .bleed-margin.blk3\/9-xl,body[screen=lg] .bleed-margin.blk3\/9-lg,body[screen=md] .bleed-margin.blk3\/9-md,body[screen=sm] .bleed-margin.blk3\/9-sm,body[screen=xs] .bleed-margin.blk3\/9-xs,.bleed-margin.blk3\/9{width:33.3333333333%}body[screen=xl] .bleed-margin.blk4\/9-xl,body[screen=lg] .bleed-margin.blk4\/9-lg,body[screen=md] .bleed-margin.blk4\/9-md,body[screen=sm] .bleed-margin.blk4\/9-sm,body[screen=xs] .bleed-margin.blk4\/9-xs,.bleed-margin.blk4\/9{width:44.4444444444%}body[screen=xl] .bleed-margin.blk5\/9-xl,body[screen=lg] .bleed-margin.blk5\/9-lg,body[screen=md] .bleed-margin.blk5\/9-md,body[screen=sm] .bleed-margin.blk5\/9-sm,body[screen=xs] .bleed-margin.blk5\/9-xs,.bleed-margin.blk5\/9{width:55.5555555556%}body[screen=xl] .bleed-margin.blk6\/9-xl,body[screen=lg] .bleed-margin.blk6\/9-lg,body[screen=md] .bleed-margin.blk6\/9-md,body[screen=sm] .bleed-margin.blk6\/9-sm,body[screen=xs] .bleed-margin.blk6\/9-xs,.bleed-margin.blk6\/9{width:66.6666666667%}body[screen=xl] .bleed-margin.blk7\/9-xl,body[screen=lg] .bleed-margin.blk7\/9-lg,body[screen=md] .bleed-margin.blk7\/9-md,body[screen=sm] .bleed-margin.blk7\/9-sm,body[screen=xs] .bleed-margin.blk7\/9-xs,.bleed-margin.blk7\/9{width:77.7777777778%}body[screen=xl] .bleed-margin.blk8\/9-xl,body[screen=lg] .bleed-margin.blk8\/9-lg,body[screen=md] .bleed-margin.blk8\/9-md,body[screen=sm] .bleed-margin.blk8\/9-sm,body[screen=xs] .bleed-margin.blk8\/9-xs,.bleed-margin.blk8\/9{width:88.8888888889%}body[screen=xl] .bleed-margin.blk9\/9-xl,body[screen=lg] .bleed-margin.blk9\/9-lg,body[screen=md] .bleed-margin.blk9\/9-md,body[screen=sm] .bleed-margin.blk9\/9-sm,body[screen=xs] .bleed-margin.blk9\/9-xs,.bleed-margin.blk9\/9{width:100%}body[screen=xl] .bleed-margin.blk1\/10-xl,body[screen=lg] .bleed-margin.blk1\/10-lg,body[screen=md] .bleed-margin.blk1\/10-md,body[screen=sm] .bleed-margin.blk1\/10-sm,body[screen=xs] .bleed-margin.blk1\/10-xs,.bleed-margin.blk1\/10{width:10%}body[screen=xl] .bleed-margin.blk2\/10-xl,body[screen=lg] .bleed-margin.blk2\/10-lg,body[screen=md] .bleed-margin.blk2\/10-md,body[screen=sm] .bleed-margin.blk2\/10-sm,body[screen=xs] .bleed-margin.blk2\/10-xs,.bleed-margin.blk2\/10{width:20%}body[screen=xl] .bleed-margin.blk3\/10-xl,body[screen=lg] .bleed-margin.blk3\/10-lg,body[screen=md] .bleed-margin.blk3\/10-md,body[screen=sm] .bleed-margin.blk3\/10-sm,body[screen=xs] .bleed-margin.blk3\/10-xs,.bleed-margin.blk3\/10{width:30%}body[screen=xl] .bleed-margin.blk4\/10-xl,body[screen=lg] .bleed-margin.blk4\/10-lg,body[screen=md] .bleed-margin.blk4\/10-md,body[screen=sm] .bleed-margin.blk4\/10-sm,body[screen=xs] .bleed-margin.blk4\/10-xs,.bleed-margin.blk4\/10{width:40%}body[screen=xl] .bleed-margin.blk5\/10-xl,body[screen=lg] .bleed-margin.blk5\/10-lg,body[screen=md] .bleed-margin.blk5\/10-md,body[screen=sm] .bleed-margin.blk5\/10-sm,body[screen=xs] .bleed-margin.blk5\/10-xs,.bleed-margin.blk5\/10{width:50%}body[screen=xl] .bleed-margin.blk6\/10-xl,body[screen=lg] .bleed-margin.blk6\/10-lg,body[screen=md] .bleed-margin.blk6\/10-md,body[screen=sm] .bleed-margin.blk6\/10-sm,body[screen=xs] .bleed-margin.blk6\/10-xs,.bleed-margin.blk6\/10{width:60%}body[screen=xl] .bleed-margin.blk7\/10-xl,body[screen=lg] .bleed-margin.blk7\/10-lg,body[screen=md] .bleed-margin.blk7\/10-md,body[screen=sm] .bleed-margin.blk7\/10-sm,body[screen=xs] .bleed-margin.blk7\/10-xs,.bleed-margin.blk7\/10{width:70%}body[screen=xl] .bleed-margin.blk8\/10-xl,body[screen=lg] .bleed-margin.blk8\/10-lg,body[screen=md] .bleed-margin.blk8\/10-md,body[screen=sm] .bleed-margin.blk8\/10-sm,body[screen=xs] .bleed-margin.blk8\/10-xs,.bleed-margin.blk8\/10{width:80%}body[screen=xl] .bleed-margin.blk9\/10-xl,body[screen=lg] .bleed-margin.blk9\/10-lg,body[screen=md] .bleed-margin.blk9\/10-md,body[screen=sm] .bleed-margin.blk9\/10-sm,body[screen=xs] .bleed-margin.blk9\/10-xs,.bleed-margin.blk9\/10{width:90%}body[screen=xl] .bleed-margin.blk10\/10-xl,body[screen=lg] .bleed-margin.blk10\/10-lg,body[screen=md] .bleed-margin.blk10\/10-md,body[screen=sm] .bleed-margin.blk10\/10-sm,body[screen=xs] .bleed-margin.blk10\/10-xs,.bleed-margin.blk10\/10{width:100%}body[screen=xl] .bleed-margin.blk5\%-xl,body[screen=lg] .bleed-margin.blk5\%-lg,body[screen=md] .bleed-margin.blk5\%-md,body[screen=sm] .bleed-margin.blk5\%-sm,body[screen=xs] .bleed-margin.blk5\%-xs,.bleed-margin.blk5\%{width:5%}body[screen=xl] .bleed-margin.blk10\%-xl,body[screen=lg] .bleed-margin.blk10\%-lg,body[screen=md] .bleed-margin.blk10\%-md,body[screen=sm] .bleed-margin.blk10\%-sm,body[screen=xs] .bleed-margin.blk10\%-xs,.bleed-margin.blk10\%{width:10%}body[screen=xl] .bleed-margin.blk15\%-xl,body[screen=lg] .bleed-margin.blk15\%-lg,body[screen=md] .bleed-margin.blk15\%-md,body[screen=sm] .bleed-margin.blk15\%-sm,body[screen=xs] .bleed-margin.blk15\%-xs,.bleed-margin.blk15\%{width:15%}body[screen=xl] .bleed-margin.blk20\%-xl,body[screen=lg] .bleed-margin.blk20\%-lg,body[screen=md] .bleed-margin.blk20\%-md,body[screen=sm] .bleed-margin.blk20\%-sm,body[screen=xs] .bleed-margin.blk20\%-xs,.bleed-margin.blk20\%{width:20%}body[screen=xl] .bleed-margin.blk25\%-xl,body[screen=lg] .bleed-margin.blk25\%-lg,body[screen=md] .bleed-margin.blk25\%-md,body[screen=sm] .bleed-margin.blk25\%-sm,body[screen=xs] .bleed-margin.blk25\%-xs,.bleed-margin.blk25\%{width:25%}body[screen=xl] .bleed-margin.blk30\%-xl,body[screen=lg] .bleed-margin.blk30\%-lg,body[screen=md] .bleed-margin.blk30\%-md,body[screen=sm] .bleed-margin.blk30\%-sm,body[screen=xs] .bleed-margin.blk30\%-xs,.bleed-margin.blk30\%{width:30%}body[screen=xl] .bleed-margin.blk35\%-xl,body[screen=lg] .bleed-margin.blk35\%-lg,body[screen=md] .bleed-margin.blk35\%-md,body[screen=sm] .bleed-margin.blk35\%-sm,body[screen=xs] .bleed-margin.blk35\%-xs,.bleed-margin.blk35\%{width:35%}body[screen=xl] .bleed-margin.blk40\%-xl,body[screen=lg] .bleed-margin.blk40\%-lg,body[screen=md] .bleed-margin.blk40\%-md,body[screen=sm] .bleed-margin.blk40\%-sm,body[screen=xs] .bleed-margin.blk40\%-xs,.bleed-margin.blk40\%{width:40%}body[screen=xl] .bleed-margin.blk45\%-xl,body[screen=lg] .bleed-margin.blk45\%-lg,body[screen=md] .bleed-margin.blk45\%-md,body[screen=sm] .bleed-margin.blk45\%-sm,body[screen=xs] .bleed-margin.blk45\%-xs,.bleed-margin.blk45\%{width:45%}body[screen=xl] .bleed-margin.blk50\%-xl,body[screen=lg] .bleed-margin.blk50\%-lg,body[screen=md] .bleed-margin.blk50\%-md,body[screen=sm] .bleed-margin.blk50\%-sm,body[screen=xs] .bleed-margin.blk50\%-xs,.bleed-margin.blk50\%{width:50%}body[screen=xl] .bleed-margin.blk55\%-xl,body[screen=lg] .bleed-margin.blk55\%-lg,body[screen=md] .bleed-margin.blk55\%-md,body[screen=sm] .bleed-margin.blk55\%-sm,body[screen=xs] .bleed-margin.blk55\%-xs,.bleed-margin.blk55\%{width:55%}body[screen=xl] .bleed-margin.blk60\%-xl,body[screen=lg] .bleed-margin.blk60\%-lg,body[screen=md] .bleed-margin.blk60\%-md,body[screen=sm] .bleed-margin.blk60\%-sm,body[screen=xs] .bleed-margin.blk60\%-xs,.bleed-margin.blk60\%{width:60%}body[screen=xl] .bleed-margin.blk65\%-xl,body[screen=lg] .bleed-margin.blk65\%-lg,body[screen=md] .bleed-margin.blk65\%-md,body[screen=sm] .bleed-margin.blk65\%-sm,body[screen=xs] .bleed-margin.blk65\%-xs,.bleed-margin.blk65\%{width:65%}body[screen=xl] .bleed-margin.blk70\%-xl,body[screen=lg] .bleed-margin.blk70\%-lg,body[screen=md] .bleed-margin.blk70\%-md,body[screen=sm] .bleed-margin.blk70\%-sm,body[screen=xs] .bleed-margin.blk70\%-xs,.bleed-margin.blk70\%{width:70%}body[screen=xl] .bleed-margin.blk75\%-xl,body[screen=lg] .bleed-margin.blk75\%-lg,body[screen=md] .bleed-margin.blk75\%-md,body[screen=sm] .bleed-margin.blk75\%-sm,body[screen=xs] .bleed-margin.blk75\%-xs,.bleed-margin.blk75\%{width:75%}body[screen=xl] .bleed-margin.blk80\%-xl,body[screen=lg] .bleed-margin.blk80\%-lg,body[screen=md] .bleed-margin.blk80\%-md,body[screen=sm] .bleed-margin.blk80\%-sm,body[screen=xs] .bleed-margin.blk80\%-xs,.bleed-margin.blk80\%{width:80%}body[screen=xl] .bleed-margin.blk85\%-xl,body[screen=lg] .bleed-margin.blk85\%-lg,body[screen=md] .bleed-margin.blk85\%-md,body[screen=sm] .bleed-margin.blk85\%-sm,body[screen=xs] .bleed-margin.blk85\%-xs,.bleed-margin.blk85\%{width:85%}body[screen=xl] .bleed-margin.blk90\%-xl,body[screen=lg] .bleed-margin.blk90\%-lg,body[screen=md] .bleed-margin.blk90\%-md,body[screen=sm] .bleed-margin.blk90\%-sm,body[screen=xs] .bleed-margin.blk90\%-xs,.bleed-margin.blk90\%{width:90%}body[screen=xl] .bleed-margin.blk95\%-xl,body[screen=lg] .bleed-margin.blk95\%-lg,body[screen=md] .bleed-margin.blk95\%-md,body[screen=sm] .bleed-margin.blk95\%-sm,body[screen=xs] .bleed-margin.blk95\%-xs,.bleed-margin.blk95\%{width:95%}body[screen=xl] .bleed-margin.blk100\%-xl,body[screen=lg] .bleed-margin.blk100\%-lg,body[screen=md] .bleed-margin.blk100\%-md,body[screen=sm] .bleed-margin.blk100\%-sm,body[screen=xs] .bleed-margin.blk100\%-xs,.bleed-margin.blk100\%{width:100%}body[screen=xl] .bleed-border.blk100\%-xl,body[screen=lg] .bleed-border.blk100\%-lg,body[screen=md] .bleed-border.blk100\%-md,body[screen=sm] .bleed-border.blk100\%-sm,body[screen=xs] .bleed-border.blk100\%-xs,.bleed-border.blk100\%,body[screen=xl] .bleed-border.blk95\%-xl,body[screen=lg] .bleed-border.blk95\%-lg,body[screen=md] .bleed-border.blk95\%-md,body[screen=sm] .bleed-border.blk95\%-sm,body[screen=xs] .bleed-border.blk95\%-xs,.bleed-border.blk95\%,body[screen=xl] .bleed-border.blk90\%-xl,body[screen=lg] .bleed-border.blk90\%-lg,body[screen=md] .bleed-border.blk90\%-md,body[screen=sm] .bleed-border.blk90\%-sm,body[screen=xs] .bleed-border.blk90\%-xs,.bleed-border.blk90\%,body[screen=xl] .bleed-border.blk85\%-xl,body[screen=lg] .bleed-border.blk85\%-lg,body[screen=md] .bleed-border.blk85\%-md,body[screen=sm] .bleed-border.blk85\%-sm,body[screen=xs] .bleed-border.blk85\%-xs,.bleed-border.blk85\%,body[screen=xl] .bleed-border.blk80\%-xl,body[screen=lg] .bleed-border.blk80\%-lg,body[screen=md] .bleed-border.blk80\%-md,body[screen=sm] .bleed-border.blk80\%-sm,body[screen=xs] .bleed-border.blk80\%-xs,.bleed-border.blk80\%,body[screen=xl] .bleed-border.blk75\%-xl,body[screen=lg] .bleed-border.blk75\%-lg,body[screen=md] .bleed-border.blk75\%-md,body[screen=sm] .bleed-border.blk75\%-sm,body[screen=xs] .bleed-border.blk75\%-xs,.bleed-border.blk75\%,body[screen=xl] .bleed-border.blk70\%-xl,body[screen=lg] .bleed-border.blk70\%-lg,body[screen=md] .bleed-border.blk70\%-md,body[screen=sm] .bleed-border.blk70\%-sm,body[screen=xs] .bleed-border.blk70\%-xs,.bleed-border.blk70\%,body[screen=xl] .bleed-border.blk65\%-xl,body[screen=lg] .bleed-border.blk65\%-lg,body[screen=md] .bleed-border.blk65\%-md,body[screen=sm] .bleed-border.blk65\%-sm,body[screen=xs] .bleed-border.blk65\%-xs,.bleed-border.blk65\%,body[screen=xl] .bleed-border.blk60\%-xl,body[screen=lg] .bleed-border.blk60\%-lg,body[screen=md] .bleed-border.blk60\%-md,body[screen=sm] .bleed-border.blk60\%-sm,body[screen=xs] .bleed-border.blk60\%-xs,.bleed-border.blk60\%,body[screen=xl] .bleed-border.blk55\%-xl,body[screen=lg] .bleed-border.blk55\%-lg,body[screen=md] .bleed-border.blk55\%-md,body[screen=sm] .bleed-border.blk55\%-sm,body[screen=xs] .bleed-border.blk55\%-xs,.bleed-border.blk55\%,body[screen=xl] .bleed-border.blk50\%-xl,body[screen=lg] .bleed-border.blk50\%-lg,body[screen=md] .bleed-border.blk50\%-md,body[screen=sm] .bleed-border.blk50\%-sm,body[screen=xs] .bleed-border.blk50\%-xs,.bleed-border.blk50\%,body[screen=xl] .bleed-border.blk45\%-xl,body[screen=lg] .bleed-border.blk45\%-lg,body[screen=md] .bleed-border.blk45\%-md,body[screen=sm] .bleed-border.blk45\%-sm,body[screen=xs] .bleed-border.blk45\%-xs,.bleed-border.blk45\%,body[screen=xl] .bleed-border.blk40\%-xl,body[screen=lg] .bleed-border.blk40\%-lg,body[screen=md] .bleed-border.blk40\%-md,body[screen=sm] .bleed-border.blk40\%-sm,body[screen=xs] .bleed-border.blk40\%-xs,.bleed-border.blk40\%,body[screen=xl] .bleed-border.blk35\%-xl,body[screen=lg] .bleed-border.blk35\%-lg,body[screen=md] .bleed-border.blk35\%-md,body[screen=sm] .bleed-border.blk35\%-sm,body[screen=xs] .bleed-border.blk35\%-xs,.bleed-border.blk35\%,body[screen=xl] .bleed-border.blk30\%-xl,body[screen=lg] .bleed-border.blk30\%-lg,body[screen=md] .bleed-border.blk30\%-md,body[screen=sm] .bleed-border.blk30\%-sm,body[screen=xs] .bleed-border.blk30\%-xs,.bleed-border.blk30\%,body[screen=xl] .bleed-border.blk25\%-xl,body[screen=lg] .bleed-border.blk25\%-lg,body[screen=md] .bleed-border.blk25\%-md,body[screen=sm] .bleed-border.blk25\%-sm,body[screen=xs] .bleed-border.blk25\%-xs,.bleed-border.blk25\%,body[screen=xl] .bleed-border.blk20\%-xl,body[screen=lg] .bleed-border.blk20\%-lg,body[screen=md] .bleed-border.blk20\%-md,body[screen=sm] .bleed-border.blk20\%-sm,body[screen=xs] .bleed-border.blk20\%-xs,.bleed-border.blk20\%,body[screen=xl] .bleed-border.blk15\%-xl,body[screen=lg] .bleed-border.blk15\%-lg,body[screen=md] .bleed-border.blk15\%-md,body[screen=sm] .bleed-border.blk15\%-sm,body[screen=xs] .bleed-border.blk15\%-xs,.bleed-border.blk15\%,body[screen=xl] .bleed-border.blk10\%-xl,body[screen=lg] .bleed-border.blk10\%-lg,body[screen=md] .bleed-border.blk10\%-md,body[screen=sm] .bleed-border.blk10\%-sm,body[screen=xs] .bleed-border.blk10\%-xs,.bleed-border.blk10\%,body[screen=xl] .bleed-border.blk5\%-xl,body[screen=lg] .bleed-border.blk5\%-lg,body[screen=md] .bleed-border.blk5\%-md,body[screen=sm] .bleed-border.blk5\%-sm,body[screen=xs] .bleed-border.blk5\%-xs,.bleed-border.blk5\%,body[screen=xl] .bleed-border.blk10\/10-xl,body[screen=lg] .bleed-border.blk10\/10-lg,body[screen=md] .bleed-border.blk10\/10-md,body[screen=sm] .bleed-border.blk10\/10-sm,body[screen=xs] .bleed-border.blk10\/10-xs,.bleed-border.blk10\/10,body[screen=xl] .bleed-border.blk9\/10-xl,body[screen=lg] .bleed-border.blk9\/10-lg,body[screen=md] .bleed-border.blk9\/10-md,body[screen=sm] .bleed-border.blk9\/10-sm,body[screen=xs] .bleed-border.blk9\/10-xs,.bleed-border.blk9\/10,body[screen=xl] .bleed-border.blk8\/10-xl,body[screen=lg] .bleed-border.blk8\/10-lg,body[screen=md] .bleed-border.blk8\/10-md,body[screen=sm] .bleed-border.blk8\/10-sm,body[screen=xs] .bleed-border.blk8\/10-xs,.bleed-border.blk8\/10,body[screen=xl] .bleed-border.blk7\/10-xl,body[screen=lg] .bleed-border.blk7\/10-lg,body[screen=md] .bleed-border.blk7\/10-md,body[screen=sm] .bleed-border.blk7\/10-sm,body[screen=xs] .bleed-border.blk7\/10-xs,.bleed-border.blk7\/10,body[screen=xl] .bleed-border.blk6\/10-xl,body[screen=lg] .bleed-border.blk6\/10-lg,body[screen=md] .bleed-border.blk6\/10-md,body[screen=sm] .bleed-border.blk6\/10-sm,body[screen=xs] .bleed-border.blk6\/10-xs,.bleed-border.blk6\/10,body[screen=xl] .bleed-border.blk5\/10-xl,body[screen=lg] .bleed-border.blk5\/10-lg,body[screen=md] .bleed-border.blk5\/10-md,body[screen=sm] .bleed-border.blk5\/10-sm,body[screen=xs] .bleed-border.blk5\/10-xs,.bleed-border.blk5\/10,body[screen=xl] .bleed-border.blk4\/10-xl,body[screen=lg] .bleed-border.blk4\/10-lg,body[screen=md] .bleed-border.blk4\/10-md,body[screen=sm] .bleed-border.blk4\/10-sm,body[screen=xs] .bleed-border.blk4\/10-xs,.bleed-border.blk4\/10,body[screen=xl] .bleed-border.blk3\/10-xl,body[screen=lg] .bleed-border.blk3\/10-lg,body[screen=md] .bleed-border.blk3\/10-md,body[screen=sm] .bleed-border.blk3\/10-sm,body[screen=xs] .bleed-border.blk3\/10-xs,.bleed-border.blk3\/10,body[screen=xl] .bleed-border.blk2\/10-xl,body[screen=lg] .bleed-border.blk2\/10-lg,body[screen=md] .bleed-border.blk2\/10-md,body[screen=sm] .bleed-border.blk2\/10-sm,body[screen=xs] .bleed-border.blk2\/10-xs,.bleed-border.blk2\/10,body[screen=xl] .bleed-border.blk1\/10-xl,body[screen=lg] .bleed-border.blk1\/10-lg,body[screen=md] .bleed-border.blk1\/10-md,body[screen=sm] .bleed-border.blk1\/10-sm,body[screen=xs] .bleed-border.blk1\/10-xs,.bleed-border.blk1\/10,body[screen=xl] .bleed-border.blk9\/9-xl,body[screen=lg] .bleed-border.blk9\/9-lg,body[screen=md] .bleed-border.blk9\/9-md,body[screen=sm] .bleed-border.blk9\/9-sm,body[screen=xs] .bleed-border.blk9\/9-xs,.bleed-border.blk9\/9,body[screen=xl] .bleed-border.blk8\/9-xl,body[screen=lg] .bleed-border.blk8\/9-lg,body[screen=md] .bleed-border.blk8\/9-md,body[screen=sm] .bleed-border.blk8\/9-sm,body[screen=xs] .bleed-border.blk8\/9-xs,.bleed-border.blk8\/9,body[screen=xl] .bleed-border.blk7\/9-xl,body[screen=lg] .bleed-border.blk7\/9-lg,body[screen=md] .bleed-border.blk7\/9-md,body[screen=sm] .bleed-border.blk7\/9-sm,body[screen=xs] .bleed-border.blk7\/9-xs,.bleed-border.blk7\/9,body[screen=xl] .bleed-border.blk6\/9-xl,body[screen=lg] .bleed-border.blk6\/9-lg,body[screen=md] .bleed-border.blk6\/9-md,body[screen=sm] .bleed-border.blk6\/9-sm,body[screen=xs] .bleed-border.blk6\/9-xs,.bleed-border.blk6\/9,body[screen=xl] .bleed-border.blk5\/9-xl,body[screen=lg] .bleed-border.blk5\/9-lg,body[screen=md] .bleed-border.blk5\/9-md,body[screen=sm] .bleed-border.blk5\/9-sm,body[screen=xs] .bleed-border.blk5\/9-xs,.bleed-border.blk5\/9,body[screen=xl] .bleed-border.blk4\/9-xl,body[screen=lg] .bleed-border.blk4\/9-lg,body[screen=md] .bleed-border.blk4\/9-md,body[screen=sm] .bleed-border.blk4\/9-sm,body[screen=xs] .bleed-border.blk4\/9-xs,.bleed-border.blk4\/9,body[screen=xl] .bleed-border.blk3\/9-xl,body[screen=lg] .bleed-border.blk3\/9-lg,body[screen=md] .bleed-border.blk3\/9-md,body[screen=sm] .bleed-border.blk3\/9-sm,body[screen=xs] .bleed-border.blk3\/9-xs,.bleed-border.blk3\/9,body[screen=xl] .bleed-border.blk2\/9-xl,body[screen=lg] .bleed-border.blk2\/9-lg,body[screen=md] .bleed-border.blk2\/9-md,body[screen=sm] .bleed-border.blk2\/9-sm,body[screen=xs] .bleed-border.blk2\/9-xs,.bleed-border.blk2\/9,body[screen=xl] .bleed-border.blk1\/9-xl,body[screen=lg] .bleed-border.blk1\/9-lg,body[screen=md] .bleed-border.blk1\/9-md,body[screen=sm] .bleed-border.blk1\/9-sm,body[screen=xs] .bleed-border.blk1\/9-xs,.bleed-border.blk1\/9,body[screen=xl] .bleed-border.blk8\/8-xl,body[screen=lg] .bleed-border.blk8\/8-lg,body[screen=md] .bleed-border.blk8\/8-md,body[screen=sm] .bleed-border.blk8\/8-sm,body[screen=xs] .bleed-border.blk8\/8-xs,.bleed-border.blk8\/8,body[screen=xl] .bleed-border.blk7\/8-xl,body[screen=lg] .bleed-border.blk7\/8-lg,body[screen=md] .bleed-border.blk7\/8-md,body[screen=sm] .bleed-border.blk7\/8-sm,body[screen=xs] .bleed-border.blk7\/8-xs,.bleed-border.blk7\/8,body[screen=xl] .bleed-border.blk6\/8-xl,body[screen=lg] .bleed-border.blk6\/8-lg,body[screen=md] .bleed-border.blk6\/8-md,body[screen=sm] .bleed-border.blk6\/8-sm,body[screen=xs] .bleed-border.blk6\/8-xs,.bleed-border.blk6\/8,body[screen=xl] .bleed-border.blk5\/8-xl,body[screen=lg] .bleed-border.blk5\/8-lg,body[screen=md] .bleed-border.blk5\/8-md,body[screen=sm] .bleed-border.blk5\/8-sm,body[screen=xs] .bleed-border.blk5\/8-xs,.bleed-border.blk5\/8,body[screen=xl] .bleed-border.blk4\/8-xl,body[screen=lg] .bleed-border.blk4\/8-lg,body[screen=md] .bleed-border.blk4\/8-md,body[screen=sm] .bleed-border.blk4\/8-sm,body[screen=xs] .bleed-border.blk4\/8-xs,.bleed-border.blk4\/8,body[screen=xl] .bleed-border.blk3\/8-xl,body[screen=lg] .bleed-border.blk3\/8-lg,body[screen=md] .bleed-border.blk3\/8-md,body[screen=sm] .bleed-border.blk3\/8-sm,body[screen=xs] .bleed-border.blk3\/8-xs,.bleed-border.blk3\/8,body[screen=xl] .bleed-border.blk2\/8-xl,body[screen=lg] .bleed-border.blk2\/8-lg,body[screen=md] .bleed-border.blk2\/8-md,body[screen=sm] .bleed-border.blk2\/8-sm,body[screen=xs] .bleed-border.blk2\/8-xs,.bleed-border.blk2\/8,body[screen=xl] .bleed-border.blk1\/8-xl,body[screen=lg] .bleed-border.blk1\/8-lg,body[screen=md] .bleed-border.blk1\/8-md,body[screen=sm] .bleed-border.blk1\/8-sm,body[screen=xs] .bleed-border.blk1\/8-xs,.bleed-border.blk1\/8,body[screen=xl] .bleed-border.blk7\/7-xl,body[screen=lg] .bleed-border.blk7\/7-lg,body[screen=md] .bleed-border.blk7\/7-md,body[screen=sm] .bleed-border.blk7\/7-sm,body[screen=xs] .bleed-border.blk7\/7-xs,.bleed-border.blk7\/7,body[screen=xl] .bleed-border.blk6\/7-xl,body[screen=lg] .bleed-border.blk6\/7-lg,body[screen=md] .bleed-border.blk6\/7-md,body[screen=sm] .bleed-border.blk6\/7-sm,body[screen=xs] .bleed-border.blk6\/7-xs,.bleed-border.blk6\/7,body[screen=xl] .bleed-border.blk5\/7-xl,body[screen=lg] .bleed-border.blk5\/7-lg,body[screen=md] .bleed-border.blk5\/7-md,body[screen=sm] .bleed-border.blk5\/7-sm,body[screen=xs] .bleed-border.blk5\/7-xs,.bleed-border.blk5\/7,body[screen=xl] .bleed-border.blk4\/7-xl,body[screen=lg] .bleed-border.blk4\/7-lg,body[screen=md] .bleed-border.blk4\/7-md,body[screen=sm] .bleed-border.blk4\/7-sm,body[screen=xs] .bleed-border.blk4\/7-xs,.bleed-border.blk4\/7,body[screen=xl] .bleed-border.blk3\/7-xl,body[screen=lg] .bleed-border.blk3\/7-lg,body[screen=md] .bleed-border.blk3\/7-md,body[screen=sm] .bleed-border.blk3\/7-sm,body[screen=xs] .bleed-border.blk3\/7-xs,.bleed-border.blk3\/7,body[screen=xl] .bleed-border.blk2\/7-xl,body[screen=lg] .bleed-border.blk2\/7-lg,body[screen=md] .bleed-border.blk2\/7-md,body[screen=sm] .bleed-border.blk2\/7-sm,body[screen=xs] .bleed-border.blk2\/7-xs,.bleed-border.blk2\/7,body[screen=xl] .bleed-border.blk1\/7-xl,body[screen=lg] .bleed-border.blk1\/7-lg,body[screen=md] .bleed-border.blk1\/7-md,body[screen=sm] .bleed-border.blk1\/7-sm,body[screen=xs] .bleed-border.blk1\/7-xs,.bleed-border.blk1\/7,body[screen=xl] .bleed-border.blk6\/6-xl,body[screen=lg] .bleed-border.blk6\/6-lg,body[screen=md] .bleed-border.blk6\/6-md,body[screen=sm] .bleed-border.blk6\/6-sm,body[screen=xs] .bleed-border.blk6\/6-xs,.bleed-border.blk6\/6,body[screen=xl] .bleed-border.blk5\/6-xl,body[screen=lg] .bleed-border.blk5\/6-lg,body[screen=md] .bleed-border.blk5\/6-md,body[screen=sm] .bleed-border.blk5\/6-sm,body[screen=xs] .bleed-border.blk5\/6-xs,.bleed-border.blk5\/6,body[screen=xl] .bleed-border.blk4\/6-xl,body[screen=lg] .bleed-border.blk4\/6-lg,body[screen=md] .bleed-border.blk4\/6-md,body[screen=sm] .bleed-border.blk4\/6-sm,body[screen=xs] .bleed-border.blk4\/6-xs,.bleed-border.blk4\/6,body[screen=xl] .bleed-border.blk3\/6-xl,body[screen=lg] .bleed-border.blk3\/6-lg,body[screen=md] .bleed-border.blk3\/6-md,body[screen=sm] .bleed-border.blk3\/6-sm,body[screen=xs] .bleed-border.blk3\/6-xs,.bleed-border.blk3\/6,body[screen=xl] .bleed-border.blk2\/6-xl,body[screen=lg] .bleed-border.blk2\/6-lg,body[screen=md] .bleed-border.blk2\/6-md,body[screen=sm] .bleed-border.blk2\/6-sm,body[screen=xs] .bleed-border.blk2\/6-xs,.bleed-border.blk2\/6,body[screen=xl] .bleed-border.blk1\/6-xl,body[screen=lg] .bleed-border.blk1\/6-lg,body[screen=md] .bleed-border.blk1\/6-md,body[screen=sm] .bleed-border.blk1\/6-sm,body[screen=xs] .bleed-border.blk1\/6-xs,.bleed-border.blk1\/6,body[screen=xl] .bleed-border.blk5\/5-xl,body[screen=lg] .bleed-border.blk5\/5-lg,body[screen=md] .bleed-border.blk5\/5-md,body[screen=sm] .bleed-border.blk5\/5-sm,body[screen=xs] .bleed-border.blk5\/5-xs,.bleed-border.blk5\/5,body[screen=xl] .bleed-border.blk4\/5-xl,body[screen=lg] .bleed-border.blk4\/5-lg,body[screen=md] .bleed-border.blk4\/5-md,body[screen=sm] .bleed-border.blk4\/5-sm,body[screen=xs] .bleed-border.blk4\/5-xs,.bleed-border.blk4\/5,body[screen=xl] .bleed-border.blk3\/5-xl,body[screen=lg] .bleed-border.blk3\/5-lg,body[screen=md] .bleed-border.blk3\/5-md,body[screen=sm] .bleed-border.blk3\/5-sm,body[screen=xs] .bleed-border.blk3\/5-xs,.bleed-border.blk3\/5,body[screen=xl] .bleed-border.blk2\/5-xl,body[screen=lg] .bleed-border.blk2\/5-lg,body[screen=md] .bleed-border.blk2\/5-md,body[screen=sm] .bleed-border.blk2\/5-sm,body[screen=xs] .bleed-border.blk2\/5-xs,.bleed-border.blk2\/5,body[screen=xl] .bleed-border.blk1\/5-xl,body[screen=lg] .bleed-border.blk1\/5-lg,body[screen=md] .bleed-border.blk1\/5-md,body[screen=sm] .bleed-border.blk1\/5-sm,body[screen=xs] .bleed-border.blk1\/5-xs,.bleed-border.blk1\/5,body[screen=xl] .bleed-border.blk4\/4-xl,body[screen=lg] .bleed-border.blk4\/4-lg,body[screen=md] .bleed-border.blk4\/4-md,body[screen=sm] .bleed-border.blk4\/4-sm,body[screen=xs] .bleed-border.blk4\/4-xs,.bleed-border.blk4\/4,body[screen=xl] .bleed-border.blk3\/4-xl,body[screen=lg] .bleed-border.blk3\/4-lg,body[screen=md] .bleed-border.blk3\/4-md,body[screen=sm] .bleed-border.blk3\/4-sm,body[screen=xs] .bleed-border.blk3\/4-xs,.bleed-border.blk3\/4,body[screen=xl] .bleed-border.blk2\/4-xl,body[screen=lg] .bleed-border.blk2\/4-lg,body[screen=md] .bleed-border.blk2\/4-md,body[screen=sm] .bleed-border.blk2\/4-sm,body[screen=xs] .bleed-border.blk2\/4-xs,.bleed-border.blk2\/4,body[screen=xl] .bleed-border.blk1\/4-xl,body[screen=lg] .bleed-border.blk1\/4-lg,body[screen=md] .bleed-border.blk1\/4-md,body[screen=sm] .bleed-border.blk1\/4-sm,body[screen=xs] .bleed-border.blk1\/4-xs,.bleed-border.blk1\/4,body[screen=xl] .bleed-border.blk3\/3-xl,body[screen=lg] .bleed-border.blk3\/3-lg,body[screen=md] .bleed-border.blk3\/3-md,body[screen=sm] .bleed-border.blk3\/3-sm,body[screen=xs] .bleed-border.blk3\/3-xs,.bleed-border.blk3\/3,body[screen=xl] .bleed-border.blk2\/3-xl,body[screen=lg] .bleed-border.blk2\/3-lg,body[screen=md] .bleed-border.blk2\/3-md,body[screen=sm] .bleed-border.blk2\/3-sm,body[screen=xs] .bleed-border.blk2\/3-xs,.bleed-border.blk2\/3,body[screen=xl] .bleed-border.blk1\/3-xl,body[screen=lg] .bleed-border.blk1\/3-lg,body[screen=md] .bleed-border.blk1\/3-md,body[screen=sm] .bleed-border.blk1\/3-sm,body[screen=xs] .bleed-border.blk1\/3-xs,.bleed-border.blk1\/3,body[screen=xl] .bleed-border.blk2\/2-xl,body[screen=lg] .bleed-border.blk2\/2-lg,body[screen=md] .bleed-border.blk2\/2-md,body[screen=sm] .bleed-border.blk2\/2-sm,body[screen=xs] .bleed-border.blk2\/2-xs,.bleed-border.blk2\/2,body[screen=xl] .bleed-border.blk1\/2-xl,body[screen=lg] .bleed-border.blk1\/2-lg,body[screen=md] .bleed-border.blk1\/2-md,body[screen=sm] .bleed-border.blk1\/2-sm,body[screen=xs] .bleed-border.blk1\/2-xs,.bleed-border.blk1\/2,body[screen=xl] .bleed-border.blk1\/1-xl,body[screen=lg] .bleed-border.blk1\/1-lg,body[screen=md] .bleed-border.blk1\/1-md,body[screen=sm] .bleed-border.blk1\/1-sm,body[screen=xs] .bleed-border.blk1\/1-xs,.bleed-border.blk1\/1{border-width:0;padding:0}body[screen] .bleed-padding.blk100\%-xl,body[screen] .bleed-padding.blk100\%-lg,body[screen] .bleed-padding.blk100\%-md,body[screen] .bleed-padding.blk100\%-sm,body[screen] .bleed-padding.blk100\%-xs,body[screen] .bleed-padding.blk100\%,body[screen] .bleed-padding.blk95\%-xl,body[screen] .bleed-padding.blk95\%-lg,body[screen] .bleed-padding.blk95\%-md,body[screen] .bleed-padding.blk95\%-sm,body[screen] .bleed-padding.blk95\%-xs,body[screen] .bleed-padding.blk95\%,body[screen] .bleed-padding.blk90\%-xl,body[screen] .bleed-padding.blk90\%-lg,body[screen] .bleed-padding.blk90\%-md,body[screen] .bleed-padding.blk90\%-sm,body[screen] .bleed-padding.blk90\%-xs,body[screen] .bleed-padding.blk90\%,body[screen] .bleed-padding.blk85\%-xl,body[screen] .bleed-padding.blk85\%-lg,body[screen] .bleed-padding.blk85\%-md,body[screen] .bleed-padding.blk85\%-sm,body[screen] .bleed-padding.blk85\%-xs,body[screen] .bleed-padding.blk85\%,body[screen] .bleed-padding.blk80\%-xl,body[screen] .bleed-padding.blk80\%-lg,body[screen] .bleed-padding.blk80\%-md,body[screen] .bleed-padding.blk80\%-sm,body[screen] .bleed-padding.blk80\%-xs,body[screen] .bleed-padding.blk80\%,body[screen] .bleed-padding.blk75\%-xl,body[screen] .bleed-padding.blk75\%-lg,body[screen] .bleed-padding.blk75\%-md,body[screen] .bleed-padding.blk75\%-sm,body[screen] .bleed-padding.blk75\%-xs,body[screen] .bleed-padding.blk75\%,body[screen] .bleed-padding.blk70\%-xl,body[screen] .bleed-padding.blk70\%-lg,body[screen] .bleed-padding.blk70\%-md,body[screen] .bleed-padding.blk70\%-sm,body[screen] .bleed-padding.blk70\%-xs,body[screen] .bleed-padding.blk70\%,body[screen] .bleed-padding.blk65\%-xl,body[screen] .bleed-padding.blk65\%-lg,body[screen] .bleed-padding.blk65\%-md,body[screen] .bleed-padding.blk65\%-sm,body[screen] .bleed-padding.blk65\%-xs,body[screen] .bleed-padding.blk65\%,body[screen] .bleed-padding.blk60\%-xl,body[screen] .bleed-padding.blk60\%-lg,body[screen] .bleed-padding.blk60\%-md,body[screen] .bleed-padding.blk60\%-sm,body[screen] .bleed-padding.blk60\%-xs,body[screen] .bleed-padding.blk60\%,body[screen] .bleed-padding.blk55\%-xl,body[screen] .bleed-padding.blk55\%-lg,body[screen] .bleed-padding.blk55\%-md,body[screen] .bleed-padding.blk55\%-sm,body[screen] .bleed-padding.blk55\%-xs,body[screen] .bleed-padding.blk55\%,body[screen] .bleed-padding.blk50\%-xl,body[screen] .bleed-padding.blk50\%-lg,body[screen] .bleed-padding.blk50\%-md,body[screen] .bleed-padding.blk50\%-sm,body[screen] .bleed-padding.blk50\%-xs,body[screen] .bleed-padding.blk50\%,body[screen] .bleed-padding.blk45\%-xl,body[screen] .bleed-padding.blk45\%-lg,body[screen] .bleed-padding.blk45\%-md,body[screen] .bleed-padding.blk45\%-sm,body[screen] .bleed-padding.blk45\%-xs,body[screen] .bleed-padding.blk45\%,body[screen] .bleed-padding.blk40\%-xl,body[screen] .bleed-padding.blk40\%-lg,body[screen] .bleed-padding.blk40\%-md,body[screen] .bleed-padding.blk40\%-sm,body[screen] .bleed-padding.blk40\%-xs,body[screen] .bleed-padding.blk40\%,body[screen] .bleed-padding.blk35\%-xl,body[screen] .bleed-padding.blk35\%-lg,body[screen] .bleed-padding.blk35\%-md,body[screen] .bleed-padding.blk35\%-sm,body[screen] .bleed-padding.blk35\%-xs,body[screen] .bleed-padding.blk35\%,body[screen] .bleed-padding.blk30\%-xl,body[screen] .bleed-padding.blk30\%-lg,body[screen] .bleed-padding.blk30\%-md,body[screen] .bleed-padding.blk30\%-sm,body[screen] .bleed-padding.blk30\%-xs,body[screen] .bleed-padding.blk30\%,body[screen] .bleed-padding.blk25\%-xl,body[screen] .bleed-padding.blk25\%-lg,body[screen] .bleed-padding.blk25\%-md,body[screen] .bleed-padding.blk25\%-sm,body[screen] .bleed-padding.blk25\%-xs,body[screen] .bleed-padding.blk25\%,body[screen] .bleed-padding.blk20\%-xl,body[screen] .bleed-padding.blk20\%-lg,body[screen] .bleed-padding.blk20\%-md,body[screen] .bleed-padding.blk20\%-sm,body[screen] .bleed-padding.blk20\%-xs,body[screen] .bleed-padding.blk20\%,body[screen] .bleed-padding.blk15\%-xl,body[screen] .bleed-padding.blk15\%-lg,body[screen] .bleed-padding.blk15\%-md,body[screen] .bleed-padding.blk15\%-sm,body[screen] .bleed-padding.blk15\%-xs,body[screen] .bleed-padding.blk15\%,body[screen] .bleed-padding.blk10\%-xl,body[screen] .bleed-padding.blk10\%-lg,body[screen] .bleed-padding.blk10\%-md,body[screen] .bleed-padding.blk10\%-sm,body[screen] .bleed-padding.blk10\%-xs,body[screen] .bleed-padding.blk10\%,body[screen] .bleed-padding.blk5\%-xl,body[screen] .bleed-padding.blk5\%-lg,body[screen] .bleed-padding.blk5\%-md,body[screen] .bleed-padding.blk5\%-sm,body[screen] .bleed-padding.blk5\%-xs,body[screen] .bleed-padding.blk5\%,body[screen=xl] .bleed-padding.blk10\/10-xl,body[screen=lg] .bleed-padding.blk10\/10-lg,body[screen=md] .bleed-padding.blk10\/10-md,body[screen=sm] .bleed-padding.blk10\/10-sm,body[screen=xs] .bleed-padding.blk10\/10-xs,.bleed-padding.blk10\/10,body[screen=xl] .bleed-padding.blk9\/10-xl,body[screen=lg] .bleed-padding.blk9\/10-lg,body[screen=md] .bleed-padding.blk9\/10-md,body[screen=sm] .bleed-padding.blk9\/10-sm,body[screen=xs] .bleed-padding.blk9\/10-xs,.bleed-padding.blk9\/10,body[screen=xl] .bleed-padding.blk8\/10-xl,body[screen=lg] .bleed-padding.blk8\/10-lg,body[screen=md] .bleed-padding.blk8\/10-md,body[screen=sm] .bleed-padding.blk8\/10-sm,body[screen=xs] .bleed-padding.blk8\/10-xs,.bleed-padding.blk8\/10,body[screen=xl] .bleed-padding.blk7\/10-xl,body[screen=lg] .bleed-padding.blk7\/10-lg,body[screen=md] .bleed-padding.blk7\/10-md,body[screen=sm] .bleed-padding.blk7\/10-sm,body[screen=xs] .bleed-padding.blk7\/10-xs,.bleed-padding.blk7\/10,body[screen=xl] .bleed-padding.blk6\/10-xl,body[screen=lg] .bleed-padding.blk6\/10-lg,body[screen=md] .bleed-padding.blk6\/10-md,body[screen=sm] .bleed-padding.blk6\/10-sm,body[screen=xs] .bleed-padding.blk6\/10-xs,.bleed-padding.blk6\/10,body[screen=xl] .bleed-padding.blk5\/10-xl,body[screen=lg] .bleed-padding.blk5\/10-lg,body[screen=md] .bleed-padding.blk5\/10-md,body[screen=sm] .bleed-padding.blk5\/10-sm,body[screen=xs] .bleed-padding.blk5\/10-xs,.bleed-padding.blk5\/10,body[screen=xl] .bleed-padding.blk4\/10-xl,body[screen=lg] .bleed-padding.blk4\/10-lg,body[screen=md] .bleed-padding.blk4\/10-md,body[screen=sm] .bleed-padding.blk4\/10-sm,body[screen=xs] .bleed-padding.blk4\/10-xs,.bleed-padding.blk4\/10,body[screen=xl] .bleed-padding.blk3\/10-xl,body[screen=lg] .bleed-padding.blk3\/10-lg,body[screen=md] .bleed-padding.blk3\/10-md,body[screen=sm] .bleed-padding.blk3\/10-sm,body[screen=xs] .bleed-padding.blk3\/10-xs,.bleed-padding.blk3\/10,body[screen=xl] .bleed-padding.blk2\/10-xl,body[screen=lg] .bleed-padding.blk2\/10-lg,body[screen=md] .bleed-padding.blk2\/10-md,body[screen=sm] .bleed-padding.blk2\/10-sm,body[screen=xs] .bleed-padding.blk2\/10-xs,.bleed-padding.blk2\/10,body[screen=xl] .bleed-padding.blk1\/10-xl,body[screen=lg] .bleed-padding.blk1\/10-lg,body[screen=md] .bleed-padding.blk1\/10-md,body[screen=sm] .bleed-padding.blk1\/10-sm,body[screen=xs] .bleed-padding.blk1\/10-xs,.bleed-padding.blk1\/10,body[screen=xl] .bleed-padding.blk9\/9-xl,body[screen=lg] .bleed-padding.blk9\/9-lg,body[screen=md] .bleed-padding.blk9\/9-md,body[screen=sm] .bleed-padding.blk9\/9-sm,body[screen=xs] .bleed-padding.blk9\/9-xs,.bleed-padding.blk9\/9,body[screen=xl] .bleed-padding.blk8\/9-xl,body[screen=lg] .bleed-padding.blk8\/9-lg,body[screen=md] .bleed-padding.blk8\/9-md,body[screen=sm] .bleed-padding.blk8\/9-sm,body[screen=xs] .bleed-padding.blk8\/9-xs,.bleed-padding.blk8\/9,body[screen=xl] .bleed-padding.blk7\/9-xl,body[screen=lg] .bleed-padding.blk7\/9-lg,body[screen=md] .bleed-padding.blk7\/9-md,body[screen=sm] .bleed-padding.blk7\/9-sm,body[screen=xs] .bleed-padding.blk7\/9-xs,.bleed-padding.blk7\/9,body[screen=xl] .bleed-padding.blk6\/9-xl,body[screen=lg] .bleed-padding.blk6\/9-lg,body[screen=md] .bleed-padding.blk6\/9-md,body[screen=sm] .bleed-padding.blk6\/9-sm,body[screen=xs] .bleed-padding.blk6\/9-xs,.bleed-padding.blk6\/9,body[screen=xl] .bleed-padding.blk5\/9-xl,body[screen=lg] .bleed-padding.blk5\/9-lg,body[screen=md] .bleed-padding.blk5\/9-md,body[screen=sm] .bleed-padding.blk5\/9-sm,body[screen=xs] .bleed-padding.blk5\/9-xs,.bleed-padding.blk5\/9,body[screen=xl] .bleed-padding.blk4\/9-xl,body[screen=lg] .bleed-padding.blk4\/9-lg,body[screen=md] .bleed-padding.blk4\/9-md,body[screen=sm] .bleed-padding.blk4\/9-sm,body[screen=xs] .bleed-padding.blk4\/9-xs,.bleed-padding.blk4\/9,body[screen=xl] .bleed-padding.blk3\/9-xl,body[screen=lg] .bleed-padding.blk3\/9-lg,body[screen=md] .bleed-padding.blk3\/9-md,body[screen=sm] .bleed-padding.blk3\/9-sm,body[screen=xs] .bleed-padding.blk3\/9-xs,.bleed-padding.blk3\/9,body[screen=xl] .bleed-padding.blk2\/9-xl,body[screen=lg] .bleed-padding.blk2\/9-lg,body[screen=md] .bleed-padding.blk2\/9-md,body[screen=sm] .bleed-padding.blk2\/9-sm,body[screen=xs] .bleed-padding.blk2\/9-xs,.bleed-padding.blk2\/9,body[screen=xl] .bleed-padding.blk1\/9-xl,body[screen=lg] .bleed-padding.blk1\/9-lg,body[screen=md] .bleed-padding.blk1\/9-md,body[screen=sm] .bleed-padding.blk1\/9-sm,body[screen=xs] .bleed-padding.blk1\/9-xs,.bleed-padding.blk1\/9,body[screen=xl] .bleed-padding.blk8\/8-xl,body[screen=lg] .bleed-padding.blk8\/8-lg,body[screen=md] .bleed-padding.blk8\/8-md,body[screen=sm] .bleed-padding.blk8\/8-sm,body[screen=xs] .bleed-padding.blk8\/8-xs,.bleed-padding.blk8\/8,body[screen=xl] .bleed-padding.blk7\/8-xl,body[screen=lg] .bleed-padding.blk7\/8-lg,body[screen=md] .bleed-padding.blk7\/8-md,body[screen=sm] .bleed-padding.blk7\/8-sm,body[screen=xs] .bleed-padding.blk7\/8-xs,.bleed-padding.blk7\/8,body[screen=xl] .bleed-padding.blk6\/8-xl,body[screen=lg] .bleed-padding.blk6\/8-lg,body[screen=md] .bleed-padding.blk6\/8-md,body[screen=sm] .bleed-padding.blk6\/8-sm,body[screen=xs] .bleed-padding.blk6\/8-xs,.bleed-padding.blk6\/8,body[screen=xl] .bleed-padding.blk5\/8-xl,body[screen=lg] .bleed-padding.blk5\/8-lg,body[screen=md] .bleed-padding.blk5\/8-md,body[screen=sm] .bleed-padding.blk5\/8-sm,body[screen=xs] .bleed-padding.blk5\/8-xs,.bleed-padding.blk5\/8,body[screen=xl] .bleed-padding.blk4\/8-xl,body[screen=lg] .bleed-padding.blk4\/8-lg,body[screen=md] .bleed-padding.blk4\/8-md,body[screen=sm] .bleed-padding.blk4\/8-sm,body[screen=xs] .bleed-padding.blk4\/8-xs,.bleed-padding.blk4\/8,body[screen=xl] .bleed-padding.blk3\/8-xl,body[screen=lg] .bleed-padding.blk3\/8-lg,body[screen=md] .bleed-padding.blk3\/8-md,body[screen=sm] .bleed-padding.blk3\/8-sm,body[screen=xs] .bleed-padding.blk3\/8-xs,.bleed-padding.blk3\/8,body[screen=xl] .bleed-padding.blk2\/8-xl,body[screen=lg] .bleed-padding.blk2\/8-lg,body[screen=md] .bleed-padding.blk2\/8-md,body[screen=sm] .bleed-padding.blk2\/8-sm,body[screen=xs] .bleed-padding.blk2\/8-xs,.bleed-padding.blk2\/8,body[screen=xl] .bleed-padding.blk1\/8-xl,body[screen=lg] .bleed-padding.blk1\/8-lg,body[screen=md] .bleed-padding.blk1\/8-md,body[screen=sm] .bleed-padding.blk1\/8-sm,body[screen=xs] .bleed-padding.blk1\/8-xs,.bleed-padding.blk1\/8,body[screen=xl] .bleed-padding.blk7\/7-xl,body[screen=lg] .bleed-padding.blk7\/7-lg,body[screen=md] .bleed-padding.blk7\/7-md,body[screen=sm] .bleed-padding.blk7\/7-sm,body[screen=xs] .bleed-padding.blk7\/7-xs,.bleed-padding.blk7\/7,body[screen=xl] .bleed-padding.blk6\/7-xl,body[screen=lg] .bleed-padding.blk6\/7-lg,body[screen=md] .bleed-padding.blk6\/7-md,body[screen=sm] .bleed-padding.blk6\/7-sm,body[screen=xs] .bleed-padding.blk6\/7-xs,.bleed-padding.blk6\/7,body[screen=xl] .bleed-padding.blk5\/7-xl,body[screen=lg] .bleed-padding.blk5\/7-lg,body[screen=md] .bleed-padding.blk5\/7-md,body[screen=sm] .bleed-padding.blk5\/7-sm,body[screen=xs] .bleed-padding.blk5\/7-xs,.bleed-padding.blk5\/7,body[screen=xl] .bleed-padding.blk4\/7-xl,body[screen=lg] .bleed-padding.blk4\/7-lg,body[screen=md] .bleed-padding.blk4\/7-md,body[screen=sm] .bleed-padding.blk4\/7-sm,body[screen=xs] .bleed-padding.blk4\/7-xs,.bleed-padding.blk4\/7,body[screen=xl] .bleed-padding.blk3\/7-xl,body[screen=lg] .bleed-padding.blk3\/7-lg,body[screen=md] .bleed-padding.blk3\/7-md,body[screen=sm] .bleed-padding.blk3\/7-sm,body[screen=xs] .bleed-padding.blk3\/7-xs,.bleed-padding.blk3\/7,body[screen=xl] .bleed-padding.blk2\/7-xl,body[screen=lg] .bleed-padding.blk2\/7-lg,body[screen=md] .bleed-padding.blk2\/7-md,body[screen=sm] .bleed-padding.blk2\/7-sm,body[screen=xs] .bleed-padding.blk2\/7-xs,.bleed-padding.blk2\/7,body[screen=xl] .bleed-padding.blk1\/7-xl,body[screen=lg] .bleed-padding.blk1\/7-lg,body[screen=md] .bleed-padding.blk1\/7-md,body[screen=sm] .bleed-padding.blk1\/7-sm,body[screen=xs] .bleed-padding.blk1\/7-xs,.bleed-padding.blk1\/7,body[screen=xl] .bleed-padding.blk6\/6-xl,body[screen=lg] .bleed-padding.blk6\/6-lg,body[screen=md] .bleed-padding.blk6\/6-md,body[screen=sm] .bleed-padding.blk6\/6-sm,body[screen=xs] .bleed-padding.blk6\/6-xs,.bleed-padding.blk6\/6,body[screen=xl] .bleed-padding.blk5\/6-xl,body[screen=lg] .bleed-padding.blk5\/6-lg,body[screen=md] .bleed-padding.blk5\/6-md,body[screen=sm] .bleed-padding.blk5\/6-sm,body[screen=xs] .bleed-padding.blk5\/6-xs,.bleed-padding.blk5\/6,body[screen=xl] .bleed-padding.blk4\/6-xl,body[screen=lg] .bleed-padding.blk4\/6-lg,body[screen=md] .bleed-padding.blk4\/6-md,body[screen=sm] .bleed-padding.blk4\/6-sm,body[screen=xs] .bleed-padding.blk4\/6-xs,.bleed-padding.blk4\/6,body[screen=xl] .bleed-padding.blk3\/6-xl,body[screen=lg] .bleed-padding.blk3\/6-lg,body[screen=md] .bleed-padding.blk3\/6-md,body[screen=sm] .bleed-padding.blk3\/6-sm,body[screen=xs] .bleed-padding.blk3\/6-xs,.bleed-padding.blk3\/6,body[screen=xl] .bleed-padding.blk2\/6-xl,body[screen=lg] .bleed-padding.blk2\/6-lg,body[screen=md] .bleed-padding.blk2\/6-md,body[screen=sm] .bleed-padding.blk2\/6-sm,body[screen=xs] .bleed-padding.blk2\/6-xs,.bleed-padding.blk2\/6,body[screen=xl] .bleed-padding.blk1\/6-xl,body[screen=lg] .bleed-padding.blk1\/6-lg,body[screen=md] .bleed-padding.blk1\/6-md,body[screen=sm] .bleed-padding.blk1\/6-sm,body[screen=xs] .bleed-padding.blk1\/6-xs,.bleed-padding.blk1\/6,body[screen=xl] .bleed-padding.blk5\/5-xl,body[screen=lg] .bleed-padding.blk5\/5-lg,body[screen=md] .bleed-padding.blk5\/5-md,body[screen=sm] .bleed-padding.blk5\/5-sm,body[screen=xs] .bleed-padding.blk5\/5-xs,.bleed-padding.blk5\/5,body[screen=xl] .bleed-padding.blk4\/5-xl,body[screen=lg] .bleed-padding.blk4\/5-lg,body[screen=md] .bleed-padding.blk4\/5-md,body[screen=sm] .bleed-padding.blk4\/5-sm,body[screen=xs] .bleed-padding.blk4\/5-xs,.bleed-padding.blk4\/5,body[screen=xl] .bleed-padding.blk3\/5-xl,body[screen=lg] .bleed-padding.blk3\/5-lg,body[screen=md] .bleed-padding.blk3\/5-md,body[screen=sm] .bleed-padding.blk3\/5-sm,body[screen=xs] .bleed-padding.blk3\/5-xs,.bleed-padding.blk3\/5,body[screen=xl] .bleed-padding.blk2\/5-xl,body[screen=lg] .bleed-padding.blk2\/5-lg,body[screen=md] .bleed-padding.blk2\/5-md,body[screen=sm] .bleed-padding.blk2\/5-sm,body[screen=xs] .bleed-padding.blk2\/5-xs,.bleed-padding.blk2\/5,body[screen=xl] .bleed-padding.blk1\/5-xl,body[screen=lg] .bleed-padding.blk1\/5-lg,body[screen=md] .bleed-padding.blk1\/5-md,body[screen=sm] .bleed-padding.blk1\/5-sm,body[screen=xs] .bleed-padding.blk1\/5-xs,.bleed-padding.blk1\/5,body[screen=xl] .bleed-padding.blk4\/4-xl,body[screen=lg] .bleed-padding.blk4\/4-lg,body[screen=md] .bleed-padding.blk4\/4-md,body[screen=sm] .bleed-padding.blk4\/4-sm,body[screen=xs] .bleed-padding.blk4\/4-xs,.bleed-padding.blk4\/4,body[screen=xl] .bleed-padding.blk3\/4-xl,body[screen=lg] .bleed-padding.blk3\/4-lg,body[screen=md] .bleed-padding.blk3\/4-md,body[screen=sm] .bleed-padding.blk3\/4-sm,body[screen=xs] .bleed-padding.blk3\/4-xs,.bleed-padding.blk3\/4,body[screen=xl] .bleed-padding.blk2\/4-xl,body[screen=lg] .bleed-padding.blk2\/4-lg,body[screen=md] .bleed-padding.blk2\/4-md,body[screen=sm] .bleed-padding.blk2\/4-sm,body[screen=xs] .bleed-padding.blk2\/4-xs,.bleed-padding.blk2\/4,body[screen=xl] .bleed-padding.blk1\/4-xl,body[screen=lg] .bleed-padding.blk1\/4-lg,body[screen=md] .bleed-padding.blk1\/4-md,body[screen=sm] .bleed-padding.blk1\/4-sm,body[screen=xs] .bleed-padding.blk1\/4-xs,.bleed-padding.blk1\/4,body[screen=xl] .bleed-padding.blk3\/3-xl,body[screen=lg] .bleed-padding.blk3\/3-lg,body[screen=md] .bleed-padding.blk3\/3-md,body[screen=sm] .bleed-padding.blk3\/3-sm,body[screen=xs] .bleed-padding.blk3\/3-xs,.bleed-padding.blk3\/3,body[screen=xl] .bleed-padding.blk2\/3-xl,body[screen=lg] .bleed-padding.blk2\/3-lg,body[screen=md] .bleed-padding.blk2\/3-md,body[screen=sm] .bleed-padding.blk2\/3-sm,body[screen=xs] .bleed-padding.blk2\/3-xs,.bleed-padding.blk2\/3,body[screen=xl] .bleed-padding.blk1\/3-xl,body[screen=lg] .bleed-padding.blk1\/3-lg,body[screen=md] .bleed-padding.blk1\/3-md,body[screen=sm] .bleed-padding.blk1\/3-sm,body[screen=xs] .bleed-padding.blk1\/3-xs,.bleed-padding.blk1\/3,body[screen=xl] .bleed-padding.blk2\/2-xl,body[screen=lg] .bleed-padding.blk2\/2-lg,body[screen=md] .bleed-padding.blk2\/2-md,body[screen=sm] .bleed-padding.blk2\/2-sm,body[screen=xs] .bleed-padding.blk2\/2-xs,.bleed-padding.blk2\/2,body[screen=xl] .bleed-padding.blk1\/2-xl,body[screen=lg] .bleed-padding.blk1\/2-lg,body[screen=md] .bleed-padding.blk1\/2-md,body[screen=sm] .bleed-padding.blk1\/2-sm,body[screen=xs] .bleed-padding.blk1\/2-xs,.bleed-padding.blk1\/2,body[screen=xl] .bleed-padding.blk1\/1-xl,body[screen=lg] .bleed-padding.blk1\/1-lg,body[screen=md] .bleed-padding.blk1\/1-md,body[screen=sm] .bleed-padding.blk1\/1-sm,body[screen=xs] .bleed-padding.blk1\/1-xs,.bleed-padding.blk1\/1{padding:0}body[screen] .blkcenter.blk100\%-xl,body[screen] .blkcenter.blk100\%-lg,body[screen] .blkcenter.blk100\%-md,body[screen] .blkcenter.blk100\%-sm,body[screen] .blkcenter.blk100\%-xs,body[screen] .blkcenter.blk100\%,body[screen] .blkcenter.blk95\%-xl,body[screen] .blkcenter.blk95\%-lg,body[screen] .blkcenter.blk95\%-md,body[screen] .blkcenter.blk95\%-sm,body[screen] .blkcenter.blk95\%-xs,body[screen] .blkcenter.blk95\%,body[screen] .blkcenter.blk90\%-xl,body[screen] .blkcenter.blk90\%-lg,body[screen] .blkcenter.blk90\%-md,body[screen] .blkcenter.blk90\%-sm,body[screen] .blkcenter.blk90\%-xs,body[screen] .blkcenter.blk90\%,body[screen] .blkcenter.blk85\%-xl,body[screen] .blkcenter.blk85\%-lg,body[screen] .blkcenter.blk85\%-md,body[screen] .blkcenter.blk85\%-sm,body[screen] .blkcenter.blk85\%-xs,body[screen] .blkcenter.blk85\%,body[screen] .blkcenter.blk80\%-xl,body[screen] .blkcenter.blk80\%-lg,body[screen] .blkcenter.blk80\%-md,body[screen] .blkcenter.blk80\%-sm,body[screen] .blkcenter.blk80\%-xs,body[screen] .blkcenter.blk80\%,body[screen] .blkcenter.blk75\%-xl,body[screen] .blkcenter.blk75\%-lg,body[screen] .blkcenter.blk75\%-md,body[screen] .blkcenter.blk75\%-sm,body[screen] .blkcenter.blk75\%-xs,body[screen] .blkcenter.blk75\%,body[screen] .blkcenter.blk70\%-xl,body[screen] .blkcenter.blk70\%-lg,body[screen] .blkcenter.blk70\%-md,body[screen] .blkcenter.blk70\%-sm,body[screen] .blkcenter.blk70\%-xs,body[screen] .blkcenter.blk70\%,body[screen] .blkcenter.blk65\%-xl,body[screen] .blkcenter.blk65\%-lg,body[screen] .blkcenter.blk65\%-md,body[screen] .blkcenter.blk65\%-sm,body[screen] .blkcenter.blk65\%-xs,body[screen] .blkcenter.blk65\%,body[screen] .blkcenter.blk60\%-xl,body[screen] .blkcenter.blk60\%-lg,body[screen] .blkcenter.blk60\%-md,body[screen] .blkcenter.blk60\%-sm,body[screen] .blkcenter.blk60\%-xs,body[screen] .blkcenter.blk60\%,body[screen] .blkcenter.blk55\%-xl,body[screen] .blkcenter.blk55\%-lg,body[screen] .blkcenter.blk55\%-md,body[screen] .blkcenter.blk55\%-sm,body[screen] .blkcenter.blk55\%-xs,body[screen] .blkcenter.blk55\%,body[screen] .blkcenter.blk50\%-xl,body[screen] .blkcenter.blk50\%-lg,body[screen] .blkcenter.blk50\%-md,body[screen] .blkcenter.blk50\%-sm,body[screen] .blkcenter.blk50\%-xs,body[screen] .blkcenter.blk50\%,body[screen] .blkcenter.blk45\%-xl,body[screen] .blkcenter.blk45\%-lg,body[screen] .blkcenter.blk45\%-md,body[screen] .blkcenter.blk45\%-sm,body[screen] .blkcenter.blk45\%-xs,body[screen] .blkcenter.blk45\%,body[screen] .blkcenter.blk40\%-xl,body[screen] .blkcenter.blk40\%-lg,body[screen] .blkcenter.blk40\%-md,body[screen] .blkcenter.blk40\%-sm,body[screen] .blkcenter.blk40\%-xs,body[screen] .blkcenter.blk40\%,body[screen] .blkcenter.blk35\%-xl,body[screen] .blkcenter.blk35\%-lg,body[screen] .blkcenter.blk35\%-md,body[screen] .blkcenter.blk35\%-sm,body[screen] .blkcenter.blk35\%-xs,body[screen] .blkcenter.blk35\%,body[screen] .blkcenter.blk30\%-xl,body[screen] .blkcenter.blk30\%-lg,body[screen] .blkcenter.blk30\%-md,body[screen] .blkcenter.blk30\%-sm,body[screen] .blkcenter.blk30\%-xs,body[screen] .blkcenter.blk30\%,body[screen] .blkcenter.blk25\%-xl,body[screen] .blkcenter.blk25\%-lg,body[screen] .blkcenter.blk25\%-md,body[screen] .blkcenter.blk25\%-sm,body[screen] .blkcenter.blk25\%-xs,body[screen] .blkcenter.blk25\%,body[screen] .blkcenter.blk20\%-xl,body[screen] .blkcenter.blk20\%-lg,body[screen] .blkcenter.blk20\%-md,body[screen] .blkcenter.blk20\%-sm,body[screen] .blkcenter.blk20\%-xs,body[screen] .blkcenter.blk20\%,body[screen] .blkcenter.blk15\%-xl,body[screen] .blkcenter.blk15\%-lg,body[screen] .blkcenter.blk15\%-md,body[screen] .blkcenter.blk15\%-sm,body[screen] .blkcenter.blk15\%-xs,body[screen] .blkcenter.blk15\%,body[screen] .blkcenter.blk10\%-xl,body[screen] .blkcenter.blk10\%-lg,body[screen] .blkcenter.blk10\%-md,body[screen] .blkcenter.blk10\%-sm,body[screen] .blkcenter.blk10\%-xs,body[screen] .blkcenter.blk10\%,body[screen] .blkcenter.blk5\%-xl,body[screen] .blkcenter.blk5\%-lg,body[screen] .blkcenter.blk5\%-md,body[screen] .blkcenter.blk5\%-sm,body[screen] .blkcenter.blk5\%-xs,body[screen] .blkcenter.blk5\%,body[screen] .blkcenter.blk10\/10-xl,body[screen] .blkcenter.blk10\/10-lg,body[screen] .blkcenter.blk10\/10-md,body[screen] .blkcenter.blk10\/10-sm,body[screen] .blkcenter.blk10\/10-xs,body[screen] .blkcenter.blk10\/10,body[screen] .blkcenter.blk9\/10-xl,body[screen] .blkcenter.blk9\/10-lg,body[screen] .blkcenter.blk9\/10-md,body[screen] .blkcenter.blk9\/10-sm,body[screen] .blkcenter.blk9\/10-xs,body[screen] .blkcenter.blk9\/10,body[screen] .blkcenter.blk8\/10-xl,body[screen] .blkcenter.blk8\/10-lg,body[screen] .blkcenter.blk8\/10-md,body[screen] .blkcenter.blk8\/10-sm,body[screen] .blkcenter.blk8\/10-xs,body[screen] .blkcenter.blk8\/10,body[screen] .blkcenter.blk7\/10-xl,body[screen] .blkcenter.blk7\/10-lg,body[screen] .blkcenter.blk7\/10-md,body[screen] .blkcenter.blk7\/10-sm,body[screen] .blkcenter.blk7\/10-xs,body[screen] .blkcenter.blk7\/10,body[screen] .blkcenter.blk6\/10-xl,body[screen] .blkcenter.blk6\/10-lg,body[screen] .blkcenter.blk6\/10-md,body[screen] .blkcenter.blk6\/10-sm,body[screen] .blkcenter.blk6\/10-xs,body[screen] .blkcenter.blk6\/10,body[screen] .blkcenter.blk5\/10-xl,body[screen] .blkcenter.blk5\/10-lg,body[screen] .blkcenter.blk5\/10-md,body[screen] .blkcenter.blk5\/10-sm,body[screen] .blkcenter.blk5\/10-xs,body[screen] .blkcenter.blk5\/10,body[screen] .blkcenter.blk4\/10-xl,body[screen] .blkcenter.blk4\/10-lg,body[screen] .blkcenter.blk4\/10-md,body[screen] .blkcenter.blk4\/10-sm,body[screen] .blkcenter.blk4\/10-xs,body[screen] .blkcenter.blk4\/10,body[screen] .blkcenter.blk3\/10-xl,body[screen] .blkcenter.blk3\/10-lg,body[screen] .blkcenter.blk3\/10-md,body[screen] .blkcenter.blk3\/10-sm,body[screen] .blkcenter.blk3\/10-xs,body[screen] .blkcenter.blk3\/10,body[screen] .blkcenter.blk2\/10-xl,body[screen] .blkcenter.blk2\/10-lg,body[screen] .blkcenter.blk2\/10-md,body[screen] .blkcenter.blk2\/10-sm,body[screen] .blkcenter.blk2\/10-xs,body[screen] .blkcenter.blk2\/10,body[screen] .blkcenter.blk1\/10-xl,body[screen] .blkcenter.blk1\/10-lg,body[screen] .blkcenter.blk1\/10-md,body[screen] .blkcenter.blk1\/10-sm,body[screen] .blkcenter.blk1\/10-xs,body[screen] .blkcenter.blk1\/10,body[screen] .blkcenter.blk9\/9-xl,body[screen] .blkcenter.blk9\/9-lg,body[screen] .blkcenter.blk9\/9-md,body[screen] .blkcenter.blk9\/9-sm,body[screen] .blkcenter.blk9\/9-xs,body[screen] .blkcenter.blk9\/9,body[screen] .blkcenter.blk8\/9-xl,body[screen] .blkcenter.blk8\/9-lg,body[screen] .blkcenter.blk8\/9-md,body[screen] .blkcenter.blk8\/9-sm,body[screen] .blkcenter.blk8\/9-xs,body[screen] .blkcenter.blk8\/9,body[screen] .blkcenter.blk7\/9-xl,body[screen] .blkcenter.blk7\/9-lg,body[screen] .blkcenter.blk7\/9-md,body[screen] .blkcenter.blk7\/9-sm,body[screen] .blkcenter.blk7\/9-xs,body[screen] .blkcenter.blk7\/9,body[screen] .blkcenter.blk6\/9-xl,body[screen] .blkcenter.blk6\/9-lg,body[screen] .blkcenter.blk6\/9-md,body[screen] .blkcenter.blk6\/9-sm,body[screen] .blkcenter.blk6\/9-xs,body[screen] .blkcenter.blk6\/9,body[screen] .blkcenter.blk5\/9-xl,body[screen] .blkcenter.blk5\/9-lg,body[screen] .blkcenter.blk5\/9-md,body[screen] .blkcenter.blk5\/9-sm,body[screen] .blkcenter.blk5\/9-xs,body[screen] .blkcenter.blk5\/9,body[screen] .blkcenter.blk4\/9-xl,body[screen] .blkcenter.blk4\/9-lg,body[screen] .blkcenter.blk4\/9-md,body[screen] .blkcenter.blk4\/9-sm,body[screen] .blkcenter.blk4\/9-xs,body[screen] .blkcenter.blk4\/9,body[screen] .blkcenter.blk3\/9-xl,body[screen] .blkcenter.blk3\/9-lg,body[screen] .blkcenter.blk3\/9-md,body[screen] .blkcenter.blk3\/9-sm,body[screen] .blkcenter.blk3\/9-xs,body[screen] .blkcenter.blk3\/9,body[screen] .blkcenter.blk2\/9-xl,body[screen] .blkcenter.blk2\/9-lg,body[screen] .blkcenter.blk2\/9-md,body[screen] .blkcenter.blk2\/9-sm,body[screen] .blkcenter.blk2\/9-xs,body[screen] .blkcenter.blk2\/9,body[screen] .blkcenter.blk1\/9-xl,body[screen] .blkcenter.blk1\/9-lg,body[screen] .blkcenter.blk1\/9-md,body[screen] .blkcenter.blk1\/9-sm,body[screen] .blkcenter.blk1\/9-xs,body[screen] .blkcenter.blk1\/9,body[screen] .blkcenter.blk8\/8-xl,body[screen] .blkcenter.blk8\/8-lg,body[screen] .blkcenter.blk8\/8-md,body[screen] .blkcenter.blk8\/8-sm,body[screen] .blkcenter.blk8\/8-xs,body[screen] .blkcenter.blk8\/8,body[screen] .blkcenter.blk7\/8-xl,body[screen] .blkcenter.blk7\/8-lg,body[screen] .blkcenter.blk7\/8-md,body[screen] .blkcenter.blk7\/8-sm,body[screen] .blkcenter.blk7\/8-xs,body[screen] .blkcenter.blk7\/8,body[screen] .blkcenter.blk6\/8-xl,body[screen] .blkcenter.blk6\/8-lg,body[screen] .blkcenter.blk6\/8-md,body[screen] .blkcenter.blk6\/8-sm,body[screen] .blkcenter.blk6\/8-xs,body[screen] .blkcenter.blk6\/8,body[screen] .blkcenter.blk5\/8-xl,body[screen] .blkcenter.blk5\/8-lg,body[screen] .blkcenter.blk5\/8-md,body[screen] .blkcenter.blk5\/8-sm,body[screen] .blkcenter.blk5\/8-xs,body[screen] .blkcenter.blk5\/8,body[screen] .blkcenter.blk4\/8-xl,body[screen] .blkcenter.blk4\/8-lg,body[screen] .blkcenter.blk4\/8-md,body[screen] .blkcenter.blk4\/8-sm,body[screen] .blkcenter.blk4\/8-xs,body[screen] .blkcenter.blk4\/8,body[screen] .blkcenter.blk3\/8-xl,body[screen] .blkcenter.blk3\/8-lg,body[screen] .blkcenter.blk3\/8-md,body[screen] .blkcenter.blk3\/8-sm,body[screen] .blkcenter.blk3\/8-xs,body[screen] .blkcenter.blk3\/8,body[screen] .blkcenter.blk2\/8-xl,body[screen] .blkcenter.blk2\/8-lg,body[screen] .blkcenter.blk2\/8-md,body[screen] .blkcenter.blk2\/8-sm,body[screen] .blkcenter.blk2\/8-xs,body[screen] .blkcenter.blk2\/8,body[screen] .blkcenter.blk1\/8-xl,body[screen] .blkcenter.blk1\/8-lg,body[screen] .blkcenter.blk1\/8-md,body[screen] .blkcenter.blk1\/8-sm,body[screen] .blkcenter.blk1\/8-xs,body[screen] .blkcenter.blk1\/8,body[screen] .blkcenter.blk7\/7-xl,body[screen] .blkcenter.blk7\/7-lg,body[screen] .blkcenter.blk7\/7-md,body[screen] .blkcenter.blk7\/7-sm,body[screen] .blkcenter.blk7\/7-xs,body[screen] .blkcenter.blk7\/7,body[screen] .blkcenter.blk6\/7-xl,body[screen] .blkcenter.blk6\/7-lg,body[screen] .blkcenter.blk6\/7-md,body[screen] .blkcenter.blk6\/7-sm,body[screen] .blkcenter.blk6\/7-xs,body[screen] .blkcenter.blk6\/7,body[screen] .blkcenter.blk5\/7-xl,body[screen] .blkcenter.blk5\/7-lg,body[screen] .blkcenter.blk5\/7-md,body[screen] .blkcenter.blk5\/7-sm,body[screen] .blkcenter.blk5\/7-xs,body[screen] .blkcenter.blk5\/7,body[screen] .blkcenter.blk4\/7-xl,body[screen] .blkcenter.blk4\/7-lg,body[screen] .blkcenter.blk4\/7-md,body[screen] .blkcenter.blk4\/7-sm,body[screen] .blkcenter.blk4\/7-xs,body[screen] .blkcenter.blk4\/7,body[screen] .blkcenter.blk3\/7-xl,body[screen] .blkcenter.blk3\/7-lg,body[screen] .blkcenter.blk3\/7-md,body[screen] .blkcenter.blk3\/7-sm,body[screen] .blkcenter.blk3\/7-xs,body[screen] .blkcenter.blk3\/7,body[screen] .blkcenter.blk2\/7-xl,body[screen] .blkcenter.blk2\/7-lg,body[screen] .blkcenter.blk2\/7-md,body[screen] .blkcenter.blk2\/7-sm,body[screen] .blkcenter.blk2\/7-xs,body[screen] .blkcenter.blk2\/7,body[screen] .blkcenter.blk1\/7-xl,body[screen] .blkcenter.blk1\/7-lg,body[screen] .blkcenter.blk1\/7-md,body[screen] .blkcenter.blk1\/7-sm,body[screen] .blkcenter.blk1\/7-xs,body[screen] .blkcenter.blk1\/7,body[screen] .blkcenter.blk6\/6-xl,body[screen] .blkcenter.blk6\/6-lg,body[screen] .blkcenter.blk6\/6-md,body[screen] .blkcenter.blk6\/6-sm,body[screen] .blkcenter.blk6\/6-xs,body[screen] .blkcenter.blk6\/6,body[screen] .blkcenter.blk5\/6-xl,body[screen] .blkcenter.blk5\/6-lg,body[screen] .blkcenter.blk5\/6-md,body[screen] .blkcenter.blk5\/6-sm,body[screen] .blkcenter.blk5\/6-xs,body[screen] .blkcenter.blk5\/6,body[screen] .blkcenter.blk4\/6-xl,body[screen] .blkcenter.blk4\/6-lg,body[screen] .blkcenter.blk4\/6-md,body[screen] .blkcenter.blk4\/6-sm,body[screen] .blkcenter.blk4\/6-xs,body[screen] .blkcenter.blk4\/6,body[screen] .blkcenter.blk3\/6-xl,body[screen] .blkcenter.blk3\/6-lg,body[screen] .blkcenter.blk3\/6-md,body[screen] .blkcenter.blk3\/6-sm,body[screen] .blkcenter.blk3\/6-xs,body[screen] .blkcenter.blk3\/6,body[screen] .blkcenter.blk2\/6-xl,body[screen] .blkcenter.blk2\/6-lg,body[screen] .blkcenter.blk2\/6-md,body[screen] .blkcenter.blk2\/6-sm,body[screen] .blkcenter.blk2\/6-xs,body[screen] .blkcenter.blk2\/6,body[screen] .blkcenter.blk1\/6-xl,body[screen] .blkcenter.blk1\/6-lg,body[screen] .blkcenter.blk1\/6-md,body[screen] .blkcenter.blk1\/6-sm,body[screen] .blkcenter.blk1\/6-xs,body[screen] .blkcenter.blk1\/6,body[screen] .blkcenter.blk5\/5-xl,body[screen] .blkcenter.blk5\/5-lg,body[screen] .blkcenter.blk5\/5-md,body[screen] .blkcenter.blk5\/5-sm,body[screen] .blkcenter.blk5\/5-xs,body[screen] .blkcenter.blk5\/5,body[screen] .blkcenter.blk4\/5-xl,body[screen] .blkcenter.blk4\/5-lg,body[screen] .blkcenter.blk4\/5-md,body[screen] .blkcenter.blk4\/5-sm,body[screen] .blkcenter.blk4\/5-xs,body[screen] .blkcenter.blk4\/5,body[screen] .blkcenter.blk3\/5-xl,body[screen] .blkcenter.blk3\/5-lg,body[screen] .blkcenter.blk3\/5-md,body[screen] .blkcenter.blk3\/5-sm,body[screen] .blkcenter.blk3\/5-xs,body[screen] .blkcenter.blk3\/5,body[screen] .blkcenter.blk2\/5-xl,body[screen] .blkcenter.blk2\/5-lg,body[screen] .blkcenter.blk2\/5-md,body[screen] .blkcenter.blk2\/5-sm,body[screen] .blkcenter.blk2\/5-xs,body[screen] .blkcenter.blk2\/5,body[screen] .blkcenter.blk1\/5-xl,body[screen] .blkcenter.blk1\/5-lg,body[screen] .blkcenter.blk1\/5-md,body[screen] .blkcenter.blk1\/5-sm,body[screen] .blkcenter.blk1\/5-xs,body[screen] .blkcenter.blk1\/5,body[screen] .blkcenter.blk4\/4-xl,body[screen] .blkcenter.blk4\/4-lg,body[screen] .blkcenter.blk4\/4-md,body[screen] .blkcenter.blk4\/4-sm,body[screen] .blkcenter.blk4\/4-xs,body[screen] .blkcenter.blk4\/4,body[screen] .blkcenter.blk3\/4-xl,body[screen] .blkcenter.blk3\/4-lg,body[screen] .blkcenter.blk3\/4-md,body[screen] .blkcenter.blk3\/4-sm,body[screen] .blkcenter.blk3\/4-xs,body[screen] .blkcenter.blk3\/4,body[screen] .blkcenter.blk2\/4-xl,body[screen] .blkcenter.blk2\/4-lg,body[screen] .blkcenter.blk2\/4-md,body[screen] .blkcenter.blk2\/4-sm,body[screen] .blkcenter.blk2\/4-xs,body[screen] .blkcenter.blk2\/4,body[screen] .blkcenter.blk1\/4-xl,body[screen] .blkcenter.blk1\/4-lg,body[screen] .blkcenter.blk1\/4-md,body[screen] .blkcenter.blk1\/4-sm,body[screen] .blkcenter.blk1\/4-xs,body[screen] .blkcenter.blk1\/4,body[screen] .blkcenter.blk3\/3-xl,body[screen] .blkcenter.blk3\/3-lg,body[screen] .blkcenter.blk3\/3-md,body[screen] .blkcenter.blk3\/3-sm,body[screen] .blkcenter.blk3\/3-xs,body[screen] .blkcenter.blk3\/3,body[screen] .blkcenter.blk2\/3-xl,body[screen] .blkcenter.blk2\/3-lg,body[screen] .blkcenter.blk2\/3-md,body[screen] .blkcenter.blk2\/3-sm,body[screen] .blkcenter.blk2\/3-xs,body[screen] .blkcenter.blk2\/3,body[screen] .blkcenter.blk1\/3-xl,body[screen] .blkcenter.blk1\/3-lg,body[screen] .blkcenter.blk1\/3-md,body[screen] .blkcenter.blk1\/3-sm,body[screen] .blkcenter.blk1\/3-xs,body[screen] .blkcenter.blk1\/3,body[screen] .blkcenter.blk2\/2-xl,body[screen] .blkcenter.blk2\/2-lg,body[screen] .blkcenter.blk2\/2-md,body[screen] .blkcenter.blk2\/2-sm,body[screen] .blkcenter.blk2\/2-xs,body[screen] .blkcenter.blk2\/2,body[screen] .blkcenter.blk1\/2-xl,body[screen] .blkcenter.blk1\/2-lg,body[screen] .blkcenter.blk1\/2-md,body[screen] .blkcenter.blk1\/2-sm,body[screen] .blkcenter.blk1\/2-xs,body[screen] .blkcenter.blk1\/2,body[screen] .blkcenter.blk1\/1-xl,body[screen] .blkcenter.blk1\/1-lg,body[screen] .blkcenter.blk1\/1-md,body[screen] .blkcenter.blk1\/1-sm,body[screen] .blkcenter.blk1\/1-xs,body[screen] .blkcenter.blk1\/1{margin-right:auto;margin-left:auto}body[screen] .flex-container.blk100\%-xl,body[screen] .flex-container.blk100\%-lg,body[screen] .flex-container.blk100\%-md,body[screen] .flex-container.blk100\%-sm,body[screen] .flex-container.blk100\%-xs,body[screen] .flex-container.blk100\%,body[screen] .flex-container.blk95\%-xl,body[screen] .flex-container.blk95\%-lg,body[screen] .flex-container.blk95\%-md,body[screen] .flex-container.blk95\%-sm,body[screen] .flex-container.blk95\%-xs,body[screen] .flex-container.blk95\%,body[screen] .flex-container.blk90\%-xl,body[screen] .flex-container.blk90\%-lg,body[screen] .flex-container.blk90\%-md,body[screen] .flex-container.blk90\%-sm,body[screen] .flex-container.blk90\%-xs,body[screen] .flex-container.blk90\%,body[screen] .flex-container.blk85\%-xl,body[screen] .flex-container.blk85\%-lg,body[screen] .flex-container.blk85\%-md,body[screen] .flex-container.blk85\%-sm,body[screen] .flex-container.blk85\%-xs,body[screen] .flex-container.blk85\%,body[screen] .flex-container.blk80\%-xl,body[screen] .flex-container.blk80\%-lg,body[screen] .flex-container.blk80\%-md,body[screen] .flex-container.blk80\%-sm,body[screen] .flex-container.blk80\%-xs,body[screen] .flex-container.blk80\%,body[screen] .flex-container.blk75\%-xl,body[screen] .flex-container.blk75\%-lg,body[screen] .flex-container.blk75\%-md,body[screen] .flex-container.blk75\%-sm,body[screen] .flex-container.blk75\%-xs,body[screen] .flex-container.blk75\%,body[screen] .flex-container.blk70\%-xl,body[screen] .flex-container.blk70\%-lg,body[screen] .flex-container.blk70\%-md,body[screen] .flex-container.blk70\%-sm,body[screen] .flex-container.blk70\%-xs,body[screen] .flex-container.blk70\%,body[screen] .flex-container.blk65\%-xl,body[screen] .flex-container.blk65\%-lg,body[screen] .flex-container.blk65\%-md,body[screen] .flex-container.blk65\%-sm,body[screen] .flex-container.blk65\%-xs,body[screen] .flex-container.blk65\%,body[screen] .flex-container.blk60\%-xl,body[screen] .flex-container.blk60\%-lg,body[screen] .flex-container.blk60\%-md,body[screen] .flex-container.blk60\%-sm,body[screen] .flex-container.blk60\%-xs,body[screen] .flex-container.blk60\%,body[screen] .flex-container.blk55\%-xl,body[screen] .flex-container.blk55\%-lg,body[screen] .flex-container.blk55\%-md,body[screen] .flex-container.blk55\%-sm,body[screen] .flex-container.blk55\%-xs,body[screen] .flex-container.blk55\%,body[screen] .flex-container.blk50\%-xl,body[screen] .flex-container.blk50\%-lg,body[screen] .flex-container.blk50\%-md,body[screen] .flex-container.blk50\%-sm,body[screen] .flex-container.blk50\%-xs,body[screen] .flex-container.blk50\%,body[screen] .flex-container.blk45\%-xl,body[screen] .flex-container.blk45\%-lg,body[screen] .flex-container.blk45\%-md,body[screen] .flex-container.blk45\%-sm,body[screen] .flex-container.blk45\%-xs,body[screen] .flex-container.blk45\%,body[screen] .flex-container.blk40\%-xl,body[screen] .flex-container.blk40\%-lg,body[screen] .flex-container.blk40\%-md,body[screen] .flex-container.blk40\%-sm,body[screen] .flex-container.blk40\%-xs,body[screen] .flex-container.blk40\%,body[screen] .flex-container.blk35\%-xl,body[screen] .flex-container.blk35\%-lg,body[screen] .flex-container.blk35\%-md,body[screen] .flex-container.blk35\%-sm,body[screen] .flex-container.blk35\%-xs,body[screen] .flex-container.blk35\%,body[screen] .flex-container.blk30\%-xl,body[screen] .flex-container.blk30\%-lg,body[screen] .flex-container.blk30\%-md,body[screen] .flex-container.blk30\%-sm,body[screen] .flex-container.blk30\%-xs,body[screen] .flex-container.blk30\%,body[screen] .flex-container.blk25\%-xl,body[screen] .flex-container.blk25\%-lg,body[screen] .flex-container.blk25\%-md,body[screen] .flex-container.blk25\%-sm,body[screen] .flex-container.blk25\%-xs,body[screen] .flex-container.blk25\%,body[screen] .flex-container.blk20\%-xl,body[screen] .flex-container.blk20\%-lg,body[screen] .flex-container.blk20\%-md,body[screen] .flex-container.blk20\%-sm,body[screen] .flex-container.blk20\%-xs,body[screen] .flex-container.blk20\%,body[screen] .flex-container.blk15\%-xl,body[screen] .flex-container.blk15\%-lg,body[screen] .flex-container.blk15\%-md,body[screen] .flex-container.blk15\%-sm,body[screen] .flex-container.blk15\%-xs,body[screen] .flex-container.blk15\%,body[screen] .flex-container.blk10\%-xl,body[screen] .flex-container.blk10\%-lg,body[screen] .flex-container.blk10\%-md,body[screen] .flex-container.blk10\%-sm,body[screen] .flex-container.blk10\%-xs,body[screen] .flex-container.blk10\%,body[screen] .flex-container.blk5\%-xl,body[screen] .flex-container.blk5\%-lg,body[screen] .flex-container.blk5\%-md,body[screen] .flex-container.blk5\%-sm,body[screen] .flex-container.blk5\%-xs,body[screen] .flex-container.blk5\%,body[screen] .flex-container.blk10\/10-xl,body[screen] .flex-container.blk10\/10-lg,body[screen] .flex-container.blk10\/10-md,body[screen] .flex-container.blk10\/10-sm,body[screen] .flex-container.blk10\/10-xs,body[screen] .flex-container.blk10\/10,body[screen] .flex-container.blk9\/10-xl,body[screen] .flex-container.blk9\/10-lg,body[screen] .flex-container.blk9\/10-md,body[screen] .flex-container.blk9\/10-sm,body[screen] .flex-container.blk9\/10-xs,body[screen] .flex-container.blk9\/10,body[screen] .flex-container.blk8\/10-xl,body[screen] .flex-container.blk8\/10-lg,body[screen] .flex-container.blk8\/10-md,body[screen] .flex-container.blk8\/10-sm,body[screen] .flex-container.blk8\/10-xs,body[screen] .flex-container.blk8\/10,body[screen] .flex-container.blk7\/10-xl,body[screen] .flex-container.blk7\/10-lg,body[screen] .flex-container.blk7\/10-md,body[screen] .flex-container.blk7\/10-sm,body[screen] .flex-container.blk7\/10-xs,body[screen] .flex-container.blk7\/10,body[screen] .flex-container.blk6\/10-xl,body[screen] .flex-container.blk6\/10-lg,body[screen] .flex-container.blk6\/10-md,body[screen] .flex-container.blk6\/10-sm,body[screen] .flex-container.blk6\/10-xs,body[screen] .flex-container.blk6\/10,body[screen] .flex-container.blk5\/10-xl,body[screen] .flex-container.blk5\/10-lg,body[screen] .flex-container.blk5\/10-md,body[screen] .flex-container.blk5\/10-sm,body[screen] .flex-container.blk5\/10-xs,body[screen] .flex-container.blk5\/10,body[screen] .flex-container.blk4\/10-xl,body[screen] .flex-container.blk4\/10-lg,body[screen] .flex-container.blk4\/10-md,body[screen] .flex-container.blk4\/10-sm,body[screen] .flex-container.blk4\/10-xs,body[screen] .flex-container.blk4\/10,body[screen] .flex-container.blk3\/10-xl,body[screen] .flex-container.blk3\/10-lg,body[screen] .flex-container.blk3\/10-md,body[screen] .flex-container.blk3\/10-sm,body[screen] .flex-container.blk3\/10-xs,body[screen] .flex-container.blk3\/10,body[screen] .flex-container.blk2\/10-xl,body[screen] .flex-container.blk2\/10-lg,body[screen] .flex-container.blk2\/10-md,body[screen] .flex-container.blk2\/10-sm,body[screen] .flex-container.blk2\/10-xs,body[screen] .flex-container.blk2\/10,body[screen] .flex-container.blk1\/10-xl,body[screen] .flex-container.blk1\/10-lg,body[screen] .flex-container.blk1\/10-md,body[screen] .flex-container.blk1\/10-sm,body[screen] .flex-container.blk1\/10-xs,body[screen] .flex-container.blk1\/10,body[screen] .flex-container.blk9\/9-xl,body[screen] .flex-container.blk9\/9-lg,body[screen] .flex-container.blk9\/9-md,body[screen] .flex-container.blk9\/9-sm,body[screen] .flex-container.blk9\/9-xs,body[screen] .flex-container.blk9\/9,body[screen] .flex-container.blk8\/9-xl,body[screen] .flex-container.blk8\/9-lg,body[screen] .flex-container.blk8\/9-md,body[screen] .flex-container.blk8\/9-sm,body[screen] .flex-container.blk8\/9-xs,body[screen] .flex-container.blk8\/9,body[screen] .flex-container.blk7\/9-xl,body[screen] .flex-container.blk7\/9-lg,body[screen] .flex-container.blk7\/9-md,body[screen] .flex-container.blk7\/9-sm,body[screen] .flex-container.blk7\/9-xs,body[screen] .flex-container.blk7\/9,body[screen] .flex-container.blk6\/9-xl,body[screen] .flex-container.blk6\/9-lg,body[screen] .flex-container.blk6\/9-md,body[screen] .flex-container.blk6\/9-sm,body[screen] .flex-container.blk6\/9-xs,body[screen] .flex-container.blk6\/9,body[screen] .flex-container.blk5\/9-xl,body[screen] .flex-container.blk5\/9-lg,body[screen] .flex-container.blk5\/9-md,body[screen] .flex-container.blk5\/9-sm,body[screen] .flex-container.blk5\/9-xs,body[screen] .flex-container.blk5\/9,body[screen] .flex-container.blk4\/9-xl,body[screen] .flex-container.blk4\/9-lg,body[screen] .flex-container.blk4\/9-md,body[screen] .flex-container.blk4\/9-sm,body[screen] .flex-container.blk4\/9-xs,body[screen] .flex-container.blk4\/9,body[screen] .flex-container.blk3\/9-xl,body[screen] .flex-container.blk3\/9-lg,body[screen] .flex-container.blk3\/9-md,body[screen] .flex-container.blk3\/9-sm,body[screen] .flex-container.blk3\/9-xs,body[screen] .flex-container.blk3\/9,body[screen] .flex-container.blk2\/9-xl,body[screen] .flex-container.blk2\/9-lg,body[screen] .flex-container.blk2\/9-md,body[screen] .flex-container.blk2\/9-sm,body[screen] .flex-container.blk2\/9-xs,body[screen] .flex-container.blk2\/9,body[screen] .flex-container.blk1\/9-xl,body[screen] .flex-container.blk1\/9-lg,body[screen] .flex-container.blk1\/9-md,body[screen] .flex-container.blk1\/9-sm,body[screen] .flex-container.blk1\/9-xs,body[screen] .flex-container.blk1\/9,body[screen] .flex-container.blk8\/8-xl,body[screen] .flex-container.blk8\/8-lg,body[screen] .flex-container.blk8\/8-md,body[screen] .flex-container.blk8\/8-sm,body[screen] .flex-container.blk8\/8-xs,body[screen] .flex-container.blk8\/8,body[screen] .flex-container.blk7\/8-xl,body[screen] .flex-container.blk7\/8-lg,body[screen] .flex-container.blk7\/8-md,body[screen] .flex-container.blk7\/8-sm,body[screen] .flex-container.blk7\/8-xs,body[screen] .flex-container.blk7\/8,body[screen] .flex-container.blk6\/8-xl,body[screen] .flex-container.blk6\/8-lg,body[screen] .flex-container.blk6\/8-md,body[screen] .flex-container.blk6\/8-sm,body[screen] .flex-container.blk6\/8-xs,body[screen] .flex-container.blk6\/8,body[screen] .flex-container.blk5\/8-xl,body[screen] .flex-container.blk5\/8-lg,body[screen] .flex-container.blk5\/8-md,body[screen] .flex-container.blk5\/8-sm,body[screen] .flex-container.blk5\/8-xs,body[screen] .flex-container.blk5\/8,body[screen] .flex-container.blk4\/8-xl,body[screen] .flex-container.blk4\/8-lg,body[screen] .flex-container.blk4\/8-md,body[screen] .flex-container.blk4\/8-sm,body[screen] .flex-container.blk4\/8-xs,body[screen] .flex-container.blk4\/8,body[screen] .flex-container.blk3\/8-xl,body[screen] .flex-container.blk3\/8-lg,body[screen] .flex-container.blk3\/8-md,body[screen] .flex-container.blk3\/8-sm,body[screen] .flex-container.blk3\/8-xs,body[screen] .flex-container.blk3\/8,body[screen] .flex-container.blk2\/8-xl,body[screen] .flex-container.blk2\/8-lg,body[screen] .flex-container.blk2\/8-md,body[screen] .flex-container.blk2\/8-sm,body[screen] .flex-container.blk2\/8-xs,body[screen] .flex-container.blk2\/8,body[screen] .flex-container.blk1\/8-xl,body[screen] .flex-container.blk1\/8-lg,body[screen] .flex-container.blk1\/8-md,body[screen] .flex-container.blk1\/8-sm,body[screen] .flex-container.blk1\/8-xs,body[screen] .flex-container.blk1\/8,body[screen] .flex-container.blk7\/7-xl,body[screen] .flex-container.blk7\/7-lg,body[screen] .flex-container.blk7\/7-md,body[screen] .flex-container.blk7\/7-sm,body[screen] .flex-container.blk7\/7-xs,body[screen] .flex-container.blk7\/7,body[screen] .flex-container.blk6\/7-xl,body[screen] .flex-container.blk6\/7-lg,body[screen] .flex-container.blk6\/7-md,body[screen] .flex-container.blk6\/7-sm,body[screen] .flex-container.blk6\/7-xs,body[screen] .flex-container.blk6\/7,body[screen] .flex-container.blk5\/7-xl,body[screen] .flex-container.blk5\/7-lg,body[screen] .flex-container.blk5\/7-md,body[screen] .flex-container.blk5\/7-sm,body[screen] .flex-container.blk5\/7-xs,body[screen] .flex-container.blk5\/7,body[screen] .flex-container.blk4\/7-xl,body[screen] .flex-container.blk4\/7-lg,body[screen] .flex-container.blk4\/7-md,body[screen] .flex-container.blk4\/7-sm,body[screen] .flex-container.blk4\/7-xs,body[screen] .flex-container.blk4\/7,body[screen] .flex-container.blk3\/7-xl,body[screen] .flex-container.blk3\/7-lg,body[screen] .flex-container.blk3\/7-md,body[screen] .flex-container.blk3\/7-sm,body[screen] .flex-container.blk3\/7-xs,body[screen] .flex-container.blk3\/7,body[screen] .flex-container.blk2\/7-xl,body[screen] .flex-container.blk2\/7-lg,body[screen] .flex-container.blk2\/7-md,body[screen] .flex-container.blk2\/7-sm,body[screen] .flex-container.blk2\/7-xs,body[screen] .flex-container.blk2\/7,body[screen] .flex-container.blk1\/7-xl,body[screen] .flex-container.blk1\/7-lg,body[screen] .flex-container.blk1\/7-md,body[screen] .flex-container.blk1\/7-sm,body[screen] .flex-container.blk1\/7-xs,body[screen] .flex-container.blk1\/7,body[screen] .flex-container.blk6\/6-xl,body[screen] .flex-container.blk6\/6-lg,body[screen] .flex-container.blk6\/6-md,body[screen] .flex-container.blk6\/6-sm,body[screen] .flex-container.blk6\/6-xs,body[screen] .flex-container.blk6\/6,body[screen] .flex-container.blk5\/6-xl,body[screen] .flex-container.blk5\/6-lg,body[screen] .flex-container.blk5\/6-md,body[screen] .flex-container.blk5\/6-sm,body[screen] .flex-container.blk5\/6-xs,body[screen] .flex-container.blk5\/6,body[screen] .flex-container.blk4\/6-xl,body[screen] .flex-container.blk4\/6-lg,body[screen] .flex-container.blk4\/6-md,body[screen] .flex-container.blk4\/6-sm,body[screen] .flex-container.blk4\/6-xs,body[screen] .flex-container.blk4\/6,body[screen] .flex-container.blk3\/6-xl,body[screen] .flex-container.blk3\/6-lg,body[screen] .flex-container.blk3\/6-md,body[screen] .flex-container.blk3\/6-sm,body[screen] .flex-container.blk3\/6-xs,body[screen] .flex-container.blk3\/6,body[screen] .flex-container.blk2\/6-xl,body[screen] .flex-container.blk2\/6-lg,body[screen] .flex-container.blk2\/6-md,body[screen] .flex-container.blk2\/6-sm,body[screen] .flex-container.blk2\/6-xs,body[screen] .flex-container.blk2\/6,body[screen] .flex-container.blk1\/6-xl,body[screen] .flex-container.blk1\/6-lg,body[screen] .flex-container.blk1\/6-md,body[screen] .flex-container.blk1\/6-sm,body[screen] .flex-container.blk1\/6-xs,body[screen] .flex-container.blk1\/6,body[screen] .flex-container.blk5\/5-xl,body[screen] .flex-container.blk5\/5-lg,body[screen] .flex-container.blk5\/5-md,body[screen] .flex-container.blk5\/5-sm,body[screen] .flex-container.blk5\/5-xs,body[screen] .flex-container.blk5\/5,body[screen] .flex-container.blk4\/5-xl,body[screen] .flex-container.blk4\/5-lg,body[screen] .flex-container.blk4\/5-md,body[screen] .flex-container.blk4\/5-sm,body[screen] .flex-container.blk4\/5-xs,body[screen] .flex-container.blk4\/5,body[screen] .flex-container.blk3\/5-xl,body[screen] .flex-container.blk3\/5-lg,body[screen] .flex-container.blk3\/5-md,body[screen] .flex-container.blk3\/5-sm,body[screen] .flex-container.blk3\/5-xs,body[screen] .flex-container.blk3\/5,body[screen] .flex-container.blk2\/5-xl,body[screen] .flex-container.blk2\/5-lg,body[screen] .flex-container.blk2\/5-md,body[screen] .flex-container.blk2\/5-sm,body[screen] .flex-container.blk2\/5-xs,body[screen] .flex-container.blk2\/5,body[screen] .flex-container.blk1\/5-xl,body[screen] .flex-container.blk1\/5-lg,body[screen] .flex-container.blk1\/5-md,body[screen] .flex-container.blk1\/5-sm,body[screen] .flex-container.blk1\/5-xs,body[screen] .flex-container.blk1\/5,body[screen] .flex-container.blk4\/4-xl,body[screen] .flex-container.blk4\/4-lg,body[screen] .flex-container.blk4\/4-md,body[screen] .flex-container.blk4\/4-sm,body[screen] .flex-container.blk4\/4-xs,body[screen] .flex-container.blk4\/4,body[screen] .flex-container.blk3\/4-xl,body[screen] .flex-container.blk3\/4-lg,body[screen] .flex-container.blk3\/4-md,body[screen] .flex-container.blk3\/4-sm,body[screen] .flex-container.blk3\/4-xs,body[screen] .flex-container.blk3\/4,body[screen] .flex-container.blk2\/4-xl,body[screen] .flex-container.blk2\/4-lg,body[screen] .flex-container.blk2\/4-md,body[screen] .flex-container.blk2\/4-sm,body[screen] .flex-container.blk2\/4-xs,body[screen] .flex-container.blk2\/4,body[screen] .flex-container.blk1\/4-xl,body[screen] .flex-container.blk1\/4-lg,body[screen] .flex-container.blk1\/4-md,body[screen] .flex-container.blk1\/4-sm,body[screen] .flex-container.blk1\/4-xs,body[screen] .flex-container.blk1\/4,body[screen] .flex-container.blk3\/3-xl,body[screen] .flex-container.blk3\/3-lg,body[screen] .flex-container.blk3\/3-md,body[screen] .flex-container.blk3\/3-sm,body[screen] .flex-container.blk3\/3-xs,body[screen] .flex-container.blk3\/3,body[screen] .flex-container.blk2\/3-xl,body[screen] .flex-container.blk2\/3-lg,body[screen] .flex-container.blk2\/3-md,body[screen] .flex-container.blk2\/3-sm,body[screen] .flex-container.blk2\/3-xs,body[screen] .flex-container.blk2\/3,body[screen] .flex-container.blk1\/3-xl,body[screen] .flex-container.blk1\/3-lg,body[screen] .flex-container.blk1\/3-md,body[screen] .flex-container.blk1\/3-sm,body[screen] .flex-container.blk1\/3-xs,body[screen] .flex-container.blk1\/3,body[screen] .flex-container.blk2\/2-xl,body[screen] .flex-container.blk2\/2-lg,body[screen] .flex-container.blk2\/2-md,body[screen] .flex-container.blk2\/2-sm,body[screen] .flex-container.blk2\/2-xs,body[screen] .flex-container.blk2\/2,body[screen] .flex-container.blk1\/2-xl,body[screen] .flex-container.blk1\/2-lg,body[screen] .flex-container.blk1\/2-md,body[screen] .flex-container.blk1\/2-sm,body[screen] .flex-container.blk1\/2-xs,body[screen] .flex-container.blk1\/2,body[screen] .flex-container.blk1\/1-xl,body[screen] .flex-container.blk1\/1-lg,body[screen] .flex-container.blk1\/1-md,body[screen] .flex-container.blk1\/1-sm,body[screen] .flex-container.blk1\/1-xs,body[screen] .flex-container.blk1\/1{display:flex}.clr,.clear{clear:both}.cf:before,.cf:after,.clearfix:before,.clearfix:after{content:" ";display:table}.cf:after,.clearfix:after{clear:both}.cf,.clearfix{*zoom:1}.float-left{float:left}.float-left.margins{margin-right:5px 5px 5px 5px 5px;margin-bottom:5px 5px 5px 5px 5px}.float-right{float:right}.float-right.margins{margin-left:5px 5px 5px 5px 5px;margin-bottom:5px 5px 5px 5px 5px}.hide,.off{display:none}.show,.on{display:inherit;display:unset}body:not(.mobile):not(.tablet):not(.phone) .desktop-hide{display:none}body:not(.mobile):not(.tablet):not(.phone) .desktop-show{display:inherit;display:unset}body.mobile .mobile-hide,body.mobile .tablet-hide,body.mobile .phone-hide{display:none}body.mobile .mobile-show,body.mobile .tablet-show,body.mobile .phone-show{display:inherit;display:unset}body.tablet .tablet-hide{display:none}body.tablet .tablet-show{display:inherit;display:unset}body.phone .phone-hide{display:none}body.phone .phone-show{display:inherit;display:unset}body.msie .msie-hide{display:none}body.msie .msie-show{display:inherit;display:unset}body.firefox .firefox-hide{display:none}body.firefox .firefox-show{display:inherit;display:unset}body.chrome .chrome-hide{display:none}body.chrome .chrome-show{display:inherit;display:unset}body.safari .safari-hide{display:none}body.safari .safari-show{display:inherit;display:unset}body.windows .windows-hide{display:none}body.windows .windows-show{display:inherit;display:unset}body.macosx .macosx-hide{display:none}body.macosx .macosx-show{display:inherit;display:unset}body.ios .ios-hide{display:none}body.ios .ios-show{display:inherit;display:unset}body.android .android-hide{display:none}body.android .android-show{display:inherit;display:unset}body.home .home-hide{display:none}body.home .home-show{display:inherit;display:unset}body[screen=xs] .xs-hide{display:none}body[screen=xs] .xs-show{display:inherit;display:unset}body[screen=sm] .sm-hide{display:none}body[screen=sm] .sm-show{display:inherit;display:unset}body[screen=md] .md-hide{display:none}body[screen=md] .md-show{display:inherit;display:unset}body[screen=lg] .lg-hide{display:none}body[screen=lg] .lg-show{display:inherit;display:unset}body[screen=xl] .xl-hide{display:none}body[screen=xl] .xl-show{display:inherit;display:unset}.font-serif{font-family:"Playfair Display",serif}.font-sans-serif{font-family:"Public Sans",sans-serif}.font-monospace{font-family:Consolas,"Courier New",Courier,monospace}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-demibold{font-weight:600}.font-bold{font-weight:700}.font-heavy{font-weight:800}.font-black{font-weight:900}.text-smallcaps{font-variant:small-caps}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-tighter{letter-spacing:-0.1em}.text-tight{letter-spacing:-0.05em}.text-loose{letter-spacing:.05em}.text-looser{letter-spacing:.1em}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-underline{text-decoration:underline}.text-strikeout{text-decoration:line-through}.text-overline{text-decoration:overline}.text-rtl{direction:rtl}.text-ltr{direction:ltr}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.font-tiny{font-size:.8rem;line-height:1.21}.font-small{font-size:1.6rem;line-height:1.1}.font-big{font-size:2.5rem;line-height:1.48}.font-huge{font-size:5rem;line-height:1.332}.font-historical-forms{font-variant-alternates:historical-forms}.font-all-small-caps{font-variant-caps:all-small-caps}.font-petite-caps{font-variant-caps:petite-caps}.font-all-petite-caps{font-variant-caps:all-petite-caps}.font-unicase{font-variant-caps:unicase}.font-tilting-caps{font-variant-caps:titling-caps}.font-ordinal{font-variant-numeric:ordinal}.font-slashed-zero{font-variant-numeric:slashed-zero}.font-oldstyle-nums{font-variant-numeric:oldstyle-nums}.font-tabular-nums{font-variant-numeric:tabular-nums}.font-diagonal-fractions{font-variant-numeric:diagonal-fractions}.font-stacked-fractions{font-variant-numeric:stacked-fractions}.font-superscript{font-variant-position:super}.font-subscript{font-variant-position:sub}.font-ligatures{font-variant-ligatures:normal}.font-common-ligatures{font-variant-ligatures:common-ligatures}.font-discretionary-ligatures{font-variant-ligatures:discretionary-ligatures}.font-historical-ligatures{font-variant-ligatures:historical-ligatures}.font-ligatures-contextual{font-variant-ligatures:contextual}.font-kerning{font-kerning:normal}.color-gray-darker{color:#324048}.color-gray-dark{color:#41535d}.color-gray{color:#999}.color-gray-light{color:#c2ced6}.color-gray-lighter{color:#f3f5f7}.color-bg{color:#fff}.color-copy{color:#2a363c}.color-primary{color:#008061}.color-secondary{color:#00664d}.color-accent-1{color:#c00}.color-accent-2{color:#2a8691}.color-accent-3{color:#95675d}.color-accent-4{color:#fc0}.color-accent-5{color:#d1a10d}body[screen=xs] .columns-1-xs{-moz-column-count:1;column-count:1;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-2-xs{-moz-column-count:2;column-count:2;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-3-xs{-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-4-xs{-moz-column-count:4;column-count:4;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-5-xs{-moz-column-count:5;column-count:5;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-6-xs{-moz-column-count:6;column-count:6;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-7-xs{-moz-column-count:7;column-count:7;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-8-xs{-moz-column-count:8;column-count:8;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-9-xs{-moz-column-count:9;column-count:9;-moz-column-gap:10px;column-gap:10px}body[screen=xs] .columns-10-xs{-moz-column-count:10;column-count:10;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-1-sm{-moz-column-count:1;column-count:1;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-2-sm{-moz-column-count:2;column-count:2;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-3-sm{-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-4-sm{-moz-column-count:4;column-count:4;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-5-sm{-moz-column-count:5;column-count:5;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-6-sm{-moz-column-count:6;column-count:6;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-7-sm{-moz-column-count:7;column-count:7;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-8-sm{-moz-column-count:8;column-count:8;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-9-sm{-moz-column-count:9;column-count:9;-moz-column-gap:10px;column-gap:10px}body[screen=sm] .columns-10-sm{-moz-column-count:10;column-count:10;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-1-md{-moz-column-count:1;column-count:1;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-2-md{-moz-column-count:2;column-count:2;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-3-md{-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-4-md{-moz-column-count:4;column-count:4;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-5-md{-moz-column-count:5;column-count:5;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-6-md{-moz-column-count:6;column-count:6;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-7-md{-moz-column-count:7;column-count:7;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-8-md{-moz-column-count:8;column-count:8;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-9-md{-moz-column-count:9;column-count:9;-moz-column-gap:10px;column-gap:10px}body[screen=md] .columns-10-md{-moz-column-count:10;column-count:10;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-1-lg{-moz-column-count:1;column-count:1;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-2-lg{-moz-column-count:2;column-count:2;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-3-lg{-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-4-lg{-moz-column-count:4;column-count:4;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-5-lg{-moz-column-count:5;column-count:5;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-6-lg{-moz-column-count:6;column-count:6;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-7-lg{-moz-column-count:7;column-count:7;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-8-lg{-moz-column-count:8;column-count:8;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-9-lg{-moz-column-count:9;column-count:9;-moz-column-gap:10px;column-gap:10px}body[screen=lg] .columns-10-lg{-moz-column-count:10;column-count:10;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-1-xl{-moz-column-count:1;column-count:1;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-2-xl{-moz-column-count:2;column-count:2;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-3-xl{-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-4-xl{-moz-column-count:4;column-count:4;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-5-xl{-moz-column-count:5;column-count:5;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-6-xl{-moz-column-count:6;column-count:6;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-7-xl{-moz-column-count:7;column-count:7;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-8-xl{-moz-column-count:8;column-count:8;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-9-xl{-moz-column-count:9;column-count:9;-moz-column-gap:10px;column-gap:10px}body[screen=xl] .columns-10-xl{-moz-column-count:10;column-count:10;-moz-column-gap:10px;column-gap:10px}.video-16-9,#lyqbox .content-wrapper .content .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-16-9 iframe,#lyqbox .content-wrapper .content .video-container iframe,.video-16-9 object,#lyqbox .content-wrapper .content .video-container object,.video-16-9 embed,#lyqbox .content-wrapper .content .video-container embed,.video-16-9 video,#lyqbox .content-wrapper .content .video-container video{position:absolute;top:0;left:0;width:100%;height:100%}.video-4-3{position:relative;padding-bottom:75%;height:0;overflow:hidden}.video-4-3 iframe,.video-4-3 object,.video-4-3 embed,.video-4-3 video{position:absolute;top:0;left:0;width:100%;height:100%}.icon:before,.icon-lg:before,.icon-xl:before,#lyqbox .zoom-out:before,#lyqbox .zoom-in:before,#lyqbox .next:before,#lyqbox .prev:before,#lyqbox .close:before{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-size:2rem}.icon-lg:before{font-size:4rem}.icon-xl:before,#lyqbox .zoom-out:before,#lyqbox .zoom-in:before,#lyqbox .next:before,#lyqbox .prev:before,#lyqbox .close:before{font-size:8rem}.rotate-0{transform:rotate(0)}.rotate-15{transform:rotate(15deg)}.rotate-30{transform:rotate(30deg)}.rotate-45{transform:rotate(45deg)}.rotate-60{transform:rotate(60deg)}.rotate-75{transform:rotate(75deg)}.rotate-90{transform:rotate(90deg)}.rotate-105{transform:rotate(105deg)}.rotate-120{transform:rotate(120deg)}.rotate-135{transform:rotate(135deg)}.rotate-150{transform:rotate(150deg)}.rotate-165{transform:rotate(165deg)}.rotate-180{transform:rotate(180deg)}.rotate-195{transform:rotate(195deg)}.rotate-210{transform:rotate(210deg)}.rotate-225{transform:rotate(225deg)}.rotate-240{transform:rotate(240deg)}.rotate-255{transform:rotate(255deg)}.rotate-270{transform:rotate(270deg)}.rotate-285{transform:rotate(285deg)}.rotate-300{transform:rotate(300deg)}.rotate-315{transform:rotate(315deg)}.rotate-330{transform:rotate(330deg)}.rotate-345{transform:rotate(345deg)}.rotate-360{transform:rotate(360deg)}.rotate-0-hover:hover{transform:rotate(0)}.rotate-15-hover:hover{transform:rotate(15deg)}.rotate-30-hover:hover{transform:rotate(30deg)}.rotate-45-hover:hover{transform:rotate(45deg)}.rotate-60-hover:hover{transform:rotate(60deg)}.rotate-75-hover:hover{transform:rotate(75deg)}.rotate-90-hover:hover{transform:rotate(90deg)}.rotate-105-hover:hover{transform:rotate(105deg)}.rotate-120-hover:hover{transform:rotate(120deg)}.rotate-135-hover:hover{transform:rotate(135deg)}.rotate-150-hover:hover{transform:rotate(150deg)}.rotate-165-hover:hover{transform:rotate(165deg)}.rotate-180-hover:hover{transform:rotate(180deg)}.rotate-195-hover:hover{transform:rotate(195deg)}.rotate-210-hover:hover{transform:rotate(210deg)}.rotate-225-hover:hover{transform:rotate(225deg)}.rotate-240-hover:hover{transform:rotate(240deg)}.rotate-255-hover:hover{transform:rotate(255deg)}.rotate-270-hover:hover{transform:rotate(270deg)}.rotate-285-hover:hover{transform:rotate(285deg)}.rotate-300-hover:hover{transform:rotate(300deg)}.rotate-315-hover:hover{transform:rotate(315deg)}.rotate-330-hover:hover{transform:rotate(330deg)}.rotate-345-hover:hover{transform:rotate(345deg)}.rotate-360-hover:hover{transform:rotate(360deg)}.scale-0{transform:scale(0)}.scale-5{transform:scale(0.05)}.scale-10{transform:scale(0.1)}.scale-15{transform:scale(0.15)}.scale-20{transform:scale(0.2)}.scale-25{transform:scale(0.25)}.scale-30{transform:scale(0.3)}.scale-35{transform:scale(0.35)}.scale-40{transform:scale(0.4)}.scale-45{transform:scale(0.45)}.scale-50{transform:scale(0.5)}.scale-55{transform:scale(0.55)}.scale-60{transform:scale(0.6)}.scale-65{transform:scale(0.65)}.scale-70{transform:scale(0.7)}.scale-75{transform:scale(0.75)}.scale-80{transform:scale(0.8)}.scale-85{transform:scale(0.85)}.scale-90{transform:scale(0.9)}.scale-95{transform:scale(0.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.scale-115{transform:scale(1.15)}.scale-120{transform:scale(1.2)}.scale-125{transform:scale(1.25)}.scale-130{transform:scale(1.3)}.scale-135{transform:scale(1.35)}.scale-140{transform:scale(1.4)}.scale-145{transform:scale(1.45)}.scale-150{transform:scale(1.5)}.scale-155{transform:scale(1.55)}.scale-160{transform:scale(1.6)}.scale-165{transform:scale(1.65)}.scale-170{transform:scale(1.7)}.scale-175{transform:scale(1.75)}.scale-180{transform:scale(1.8)}.scale-185{transform:scale(1.85)}.scale-190{transform:scale(1.9)}.scale-195{transform:scale(1.95)}.scale-200{transform:scale(2)}.scale-0-hover:hover{transform:scale(0)}.scale-5-hover:hover{transform:scale(0.05)}.scale-10-hover:hover{transform:scale(0.1)}.scale-15-hover:hover{transform:scale(0.15)}.scale-20-hover:hover{transform:scale(0.2)}.scale-25-hover:hover{transform:scale(0.25)}.scale-30-hover:hover{transform:scale(0.3)}.scale-35-hover:hover{transform:scale(0.35)}.scale-40-hover:hover{transform:scale(0.4)}.scale-45-hover:hover{transform:scale(0.45)}.scale-50-hover:hover{transform:scale(0.5)}.scale-55-hover:hover{transform:scale(0.55)}.scale-60-hover:hover{transform:scale(0.6)}.scale-65-hover:hover{transform:scale(0.65)}.scale-70-hover:hover{transform:scale(0.7)}.scale-75-hover:hover{transform:scale(0.75)}.scale-80-hover:hover{transform:scale(0.8)}.scale-85-hover:hover{transform:scale(0.85)}.scale-90-hover:hover{transform:scale(0.9)}.scale-95-hover:hover{transform:scale(0.95)}.scale-100-hover:hover{transform:scale(1)}.scale-105-hover:hover{transform:scale(1.05)}.scale-110-hover:hover{transform:scale(1.1)}.scale-115-hover:hover{transform:scale(1.15)}.scale-120-hover:hover{transform:scale(1.2)}.scale-125-hover:hover{transform:scale(1.25)}.scale-130-hover:hover{transform:scale(1.3)}.scale-135-hover:hover{transform:scale(1.35)}.scale-140-hover:hover{transform:scale(1.4)}.scale-145-hover:hover{transform:scale(1.45)}.scale-150-hover:hover{transform:scale(1.5)}.scale-155-hover:hover{transform:scale(1.55)}.scale-160-hover:hover{transform:scale(1.6)}.scale-165-hover:hover{transform:scale(1.65)}.scale-170-hover:hover{transform:scale(1.7)}.scale-175-hover:hover{transform:scale(1.75)}.scale-180-hover:hover{transform:scale(1.8)}.scale-185-hover:hover{transform:scale(1.85)}.scale-190-hover:hover{transform:scale(1.9)}.scale-195-hover:hover{transform:scale(1.95)}.scale-200-hover:hover{transform:scale(2)}.brightness-0{filter:brightness(0)}.brightness-5{filter:brightness(5%)}.brightness-10{filter:brightness(10%)}.brightness-15{filter:brightness(15%)}.brightness-20{filter:brightness(20%)}.brightness-25{filter:brightness(25%)}.brightness-30{filter:brightness(30%)}.brightness-35{filter:brightness(35%)}.brightness-40{filter:brightness(40%)}.brightness-45{filter:brightness(45%)}.brightness-50{filter:brightness(50%)}.brightness-55{filter:brightness(55%)}.brightness-60{filter:brightness(60%)}.brightness-65{filter:brightness(65%)}.brightness-70{filter:brightness(70%)}.brightness-75{filter:brightness(75%)}.brightness-80{filter:brightness(80%)}.brightness-85{filter:brightness(85%)}.brightness-90{filter:brightness(90%)}.brightness-95{filter:brightness(95%)}.brightness-100{filter:brightness(100%)}.brightness-0-hover:hover{filter:brightness(0)}.brightness-5-hover:hover{filter:brightness(5%)}.brightness-10-hover:hover{filter:brightness(10%)}.brightness-15-hover:hover{filter:brightness(15%)}.brightness-20-hover:hover{filter:brightness(20%)}.brightness-25-hover:hover{filter:brightness(25%)}.brightness-30-hover:hover{filter:brightness(30%)}.brightness-35-hover:hover{filter:brightness(35%)}.brightness-40-hover:hover{filter:brightness(40%)}.brightness-45-hover:hover{filter:brightness(45%)}.brightness-50-hover:hover{filter:brightness(50%)}.brightness-55-hover:hover{filter:brightness(55%)}.brightness-60-hover:hover{filter:brightness(60%)}.brightness-65-hover:hover{filter:brightness(65%)}.brightness-70-hover:hover{filter:brightness(70%)}.brightness-75-hover:hover{filter:brightness(75%)}.brightness-80-hover:hover{filter:brightness(80%)}.brightness-85-hover:hover{filter:brightness(85%)}.brightness-90-hover:hover{filter:brightness(90%)}.brightness-95-hover:hover{filter:brightness(95%)}.brightness-100-hover:hover{filter:brightness(100%)}.contrast-0{filter:contrast(0)}.contrast-5{filter:contrast(5%)}.contrast-10{filter:contrast(10%)}.contrast-15{filter:contrast(15%)}.contrast-20{filter:contrast(20%)}.contrast-25{filter:contrast(25%)}.contrast-30{filter:contrast(30%)}.contrast-35{filter:contrast(35%)}.contrast-40{filter:contrast(40%)}.contrast-45{filter:contrast(45%)}.contrast-50{filter:contrast(50%)}.contrast-55{filter:contrast(55%)}.contrast-60{filter:contrast(60%)}.contrast-65{filter:contrast(65%)}.contrast-70{filter:contrast(70%)}.contrast-75{filter:contrast(75%)}.contrast-80{filter:contrast(80%)}.contrast-85{filter:contrast(85%)}.contrast-90{filter:contrast(90%)}.contrast-95{filter:contrast(95%)}.contrast-100{filter:contrast(100%)}.contrast-0-hover:hover{filter:contrast(0)}.contrast-5-hover:hover{filter:contrast(5%)}.contrast-10-hover:hover{filter:contrast(10%)}.contrast-15-hover:hover{filter:contrast(15%)}.contrast-20-hover:hover{filter:contrast(20%)}.contrast-25-hover:hover{filter:contrast(25%)}.contrast-30-hover:hover{filter:contrast(30%)}.contrast-35-hover:hover{filter:contrast(35%)}.contrast-40-hover:hover{filter:contrast(40%)}.contrast-45-hover:hover{filter:contrast(45%)}.contrast-50-hover:hover{filter:contrast(50%)}.contrast-55-hover:hover{filter:contrast(55%)}.contrast-60-hover:hover{filter:contrast(60%)}.contrast-65-hover:hover{filter:contrast(65%)}.contrast-70-hover:hover{filter:contrast(70%)}.contrast-75-hover:hover{filter:contrast(75%)}.contrast-80-hover:hover{filter:contrast(80%)}.contrast-85-hover:hover{filter:contrast(85%)}.contrast-90-hover:hover{filter:contrast(90%)}.contrast-95-hover:hover{filter:contrast(95%)}.contrast-100-hover:hover{filter:contrast(100%)}.grayscale-0{filter:grayscale(0)}.grayscale-5{filter:grayscale(5%)}.grayscale-10{filter:grayscale(10%)}.grayscale-15{filter:grayscale(15%)}.grayscale-20{filter:grayscale(20%)}.grayscale-25{filter:grayscale(25%)}.grayscale-30{filter:grayscale(30%)}.grayscale-35{filter:grayscale(35%)}.grayscale-40{filter:grayscale(40%)}.grayscale-45{filter:grayscale(45%)}.grayscale-50{filter:grayscale(50%)}.grayscale-55{filter:grayscale(55%)}.grayscale-60{filter:grayscale(60%)}.grayscale-65{filter:grayscale(65%)}.grayscale-70{filter:grayscale(70%)}.grayscale-75{filter:grayscale(75%)}.grayscale-80{filter:grayscale(80%)}.grayscale-85{filter:grayscale(85%)}.grayscale-90{filter:grayscale(90%)}.grayscale-95{filter:grayscale(95%)}.grayscale-100{filter:grayscale(100%)}.grayscale-0-hover:hover{filter:grayscale(0)}.grayscale-5-hover:hover{filter:grayscale(5%)}.grayscale-10-hover:hover{filter:grayscale(10%)}.grayscale-15-hover:hover{filter:grayscale(15%)}.grayscale-20-hover:hover{filter:grayscale(20%)}.grayscale-25-hover:hover{filter:grayscale(25%)}.grayscale-30-hover:hover{filter:grayscale(30%)}.grayscale-35-hover:hover{filter:grayscale(35%)}.grayscale-40-hover:hover{filter:grayscale(40%)}.grayscale-45-hover:hover{filter:grayscale(45%)}.grayscale-50-hover:hover{filter:grayscale(50%)}.grayscale-55-hover:hover{filter:grayscale(55%)}.grayscale-60-hover:hover{filter:grayscale(60%)}.grayscale-65-hover:hover{filter:grayscale(65%)}.grayscale-70-hover:hover{filter:grayscale(70%)}.grayscale-75-hover:hover{filter:grayscale(75%)}.grayscale-80-hover:hover{filter:grayscale(80%)}.grayscale-85-hover:hover{filter:grayscale(85%)}.grayscale-90-hover:hover{filter:grayscale(90%)}.grayscale-95-hover:hover{filter:grayscale(95%)}.grayscale-100-hover:hover{filter:grayscale(100%)}.invert-0{filter:invert(0)}.invert-5{filter:invert(5%)}.invert-10{filter:invert(10%)}.invert-15{filter:invert(15%)}.invert-20{filter:invert(20%)}.invert-25{filter:invert(25%)}.invert-30{filter:invert(30%)}.invert-35{filter:invert(35%)}.invert-40{filter:invert(40%)}.invert-45{filter:invert(45%)}.invert-50{filter:invert(50%)}.invert-55{filter:invert(55%)}.invert-60{filter:invert(60%)}.invert-65{filter:invert(65%)}.invert-70{filter:invert(70%)}.invert-75{filter:invert(75%)}.invert-80{filter:invert(80%)}.invert-85{filter:invert(85%)}.invert-90{filter:invert(90%)}.invert-95{filter:invert(95%)}.invert-100{filter:invert(100%)}.invert-0-hover:hover{filter:invert(0)}.invert-5-hover:hover{filter:invert(5%)}.invert-10-hover:hover{filter:invert(10%)}.invert-15-hover:hover{filter:invert(15%)}.invert-20-hover:hover{filter:invert(20%)}.invert-25-hover:hover{filter:invert(25%)}.invert-30-hover:hover{filter:invert(30%)}.invert-35-hover:hover{filter:invert(35%)}.invert-40-hover:hover{filter:invert(40%)}.invert-45-hover:hover{filter:invert(45%)}.invert-50-hover:hover{filter:invert(50%)}.invert-55-hover:hover{filter:invert(55%)}.invert-60-hover:hover{filter:invert(60%)}.invert-65-hover:hover{filter:invert(65%)}.invert-70-hover:hover{filter:invert(70%)}.invert-75-hover:hover{filter:invert(75%)}.invert-80-hover:hover{filter:invert(80%)}.invert-85-hover:hover{filter:invert(85%)}.invert-90-hover:hover{filter:invert(90%)}.invert-95-hover:hover{filter:invert(95%)}.invert-100-hover:hover{filter:invert(100%)}.opacity-0{filter:opacity(0)}.opacity-5{filter:opacity(5%)}.opacity-10{filter:opacity(10%)}.opacity-15{filter:opacity(15%)}.opacity-20{filter:opacity(20%)}.opacity-25{filter:opacity(25%)}.opacity-30{filter:opacity(30%)}.opacity-35{filter:opacity(35%)}.opacity-40{filter:opacity(40%)}.opacity-45{filter:opacity(45%)}.opacity-50{filter:opacity(50%)}.opacity-55{filter:opacity(55%)}.opacity-60{filter:opacity(60%)}.opacity-65{filter:opacity(65%)}.opacity-70{filter:opacity(70%)}.opacity-75{filter:opacity(75%)}.opacity-80{filter:opacity(80%)}.opacity-85{filter:opacity(85%)}.opacity-90{filter:opacity(90%)}.opacity-95{filter:opacity(95%)}.opacity-100{filter:opacity(100%)}.opacity-0-hover:hover{filter:opacity(0)}.opacity-5-hover:hover{filter:opacity(5%)}.opacity-10-hover:hover{filter:opacity(10%)}.opacity-15-hover:hover{filter:opacity(15%)}.opacity-20-hover:hover{filter:opacity(20%)}.opacity-25-hover:hover{filter:opacity(25%)}.opacity-30-hover:hover{filter:opacity(30%)}.opacity-35-hover:hover{filter:opacity(35%)}.opacity-40-hover:hover{filter:opacity(40%)}.opacity-45-hover:hover{filter:opacity(45%)}.opacity-50-hover:hover{filter:opacity(50%)}.opacity-55-hover:hover{filter:opacity(55%)}.opacity-60-hover:hover{filter:opacity(60%)}.opacity-65-hover:hover{filter:opacity(65%)}.opacity-70-hover:hover{filter:opacity(70%)}.opacity-75-hover:hover{filter:opacity(75%)}.opacity-80-hover:hover{filter:opacity(80%)}.opacity-85-hover:hover{filter:opacity(85%)}.opacity-90-hover:hover{filter:opacity(90%)}.opacity-95-hover:hover{filter:opacity(95%)}.opacity-100-hover:hover{filter:opacity(100%)}.sepia-0{filter:sepia(0)}.sepia-5{filter:sepia(5%)}.sepia-10{filter:sepia(10%)}.sepia-15{filter:sepia(15%)}.sepia-20{filter:sepia(20%)}.sepia-25{filter:sepia(25%)}.sepia-30{filter:sepia(30%)}.sepia-35{filter:sepia(35%)}.sepia-40{filter:sepia(40%)}.sepia-45{filter:sepia(45%)}.sepia-50{filter:sepia(50%)}.sepia-55{filter:sepia(55%)}.sepia-60{filter:sepia(60%)}.sepia-65{filter:sepia(65%)}.sepia-70{filter:sepia(70%)}.sepia-75{filter:sepia(75%)}.sepia-80{filter:sepia(80%)}.sepia-85{filter:sepia(85%)}.sepia-90{filter:sepia(90%)}.sepia-95{filter:sepia(95%)}.sepia-100{filter:sepia(100%)}.sepia-0-hover:hover{filter:sepia(0)}.sepia-5-hover:hover{filter:sepia(5%)}.sepia-10-hover:hover{filter:sepia(10%)}.sepia-15-hover:hover{filter:sepia(15%)}.sepia-20-hover:hover{filter:sepia(20%)}.sepia-25-hover:hover{filter:sepia(25%)}.sepia-30-hover:hover{filter:sepia(30%)}.sepia-35-hover:hover{filter:sepia(35%)}.sepia-40-hover:hover{filter:sepia(40%)}.sepia-45-hover:hover{filter:sepia(45%)}.sepia-50-hover:hover{filter:sepia(50%)}.sepia-55-hover:hover{filter:sepia(55%)}.sepia-60-hover:hover{filter:sepia(60%)}.sepia-65-hover:hover{filter:sepia(65%)}.sepia-70-hover:hover{filter:sepia(70%)}.sepia-75-hover:hover{filter:sepia(75%)}.sepia-80-hover:hover{filter:sepia(80%)}.sepia-85-hover:hover{filter:sepia(85%)}.sepia-90-hover:hover{filter:sepia(90%)}.sepia-95-hover:hover{filter:sepia(95%)}.sepia-100-hover:hover{filter:sepia(100%)}.saturate-0{filter:saturate(0)}.saturate-5{filter:saturate(5%)}.saturate-10{filter:saturate(10%)}.saturate-15{filter:saturate(15%)}.saturate-20{filter:saturate(20%)}.saturate-25{filter:saturate(25%)}.saturate-30{filter:saturate(30%)}.saturate-35{filter:saturate(35%)}.saturate-40{filter:saturate(40%)}.saturate-45{filter:saturate(45%)}.saturate-50{filter:saturate(50%)}.saturate-55{filter:saturate(55%)}.saturate-60{filter:saturate(60%)}.saturate-65{filter:saturate(65%)}.saturate-70{filter:saturate(70%)}.saturate-75{filter:saturate(75%)}.saturate-80{filter:saturate(80%)}.saturate-85{filter:saturate(85%)}.saturate-90{filter:saturate(90%)}.saturate-95{filter:saturate(95%)}.saturate-100{filter:saturate(100%)}.saturate-105{filter:saturate(105%)}.saturate-110{filter:saturate(110%)}.saturate-115{filter:saturate(115%)}.saturate-120{filter:saturate(120%)}.saturate-125{filter:saturate(125%)}.saturate-130{filter:saturate(130%)}.saturate-135{filter:saturate(135%)}.saturate-140{filter:saturate(140%)}.saturate-145{filter:saturate(145%)}.saturate-150{filter:saturate(150%)}.saturate-155{filter:saturate(155%)}.saturate-160{filter:saturate(160%)}.saturate-165{filter:saturate(165%)}.saturate-170{filter:saturate(170%)}.saturate-175{filter:saturate(175%)}.saturate-180{filter:saturate(180%)}.saturate-185{filter:saturate(185%)}.saturate-190{filter:saturate(190%)}.saturate-195{filter:saturate(195%)}.saturate-200{filter:saturate(200%)}.saturate-0-hover:hover{filter:saturate(0)}.saturate-5-hover:hover{filter:saturate(5%)}.saturate-10-hover:hover{filter:saturate(10%)}.saturate-15-hover:hover{filter:saturate(15%)}.saturate-20-hover:hover{filter:saturate(20%)}.saturate-25-hover:hover{filter:saturate(25%)}.saturate-30-hover:hover{filter:saturate(30%)}.saturate-35-hover:hover{filter:saturate(35%)}.saturate-40-hover:hover{filter:saturate(40%)}.saturate-45-hover:hover{filter:saturate(45%)}.saturate-50-hover:hover{filter:saturate(50%)}.saturate-55-hover:hover{filter:saturate(55%)}.saturate-60-hover:hover{filter:saturate(60%)}.saturate-65-hover:hover{filter:saturate(65%)}.saturate-70-hover:hover{filter:saturate(70%)}.saturate-75-hover:hover{filter:saturate(75%)}.saturate-80-hover:hover{filter:saturate(80%)}.saturate-85-hover:hover{filter:saturate(85%)}.saturate-90-hover:hover{filter:saturate(90%)}.saturate-95-hover:hover{filter:saturate(95%)}.saturate-100-hover:hover{filter:saturate(100%)}.saturate-105-hover:hover{filter:saturate(105%)}.saturate-110-hover:hover{filter:saturate(110%)}.saturate-115-hover:hover{filter:saturate(115%)}.saturate-120-hover:hover{filter:saturate(120%)}.saturate-125-hover:hover{filter:saturate(125%)}.saturate-130-hover:hover{filter:saturate(130%)}.saturate-135-hover:hover{filter:saturate(135%)}.saturate-140-hover:hover{filter:saturate(140%)}.saturate-145-hover:hover{filter:saturate(145%)}.saturate-150-hover:hover{filter:saturate(150%)}.saturate-155-hover:hover{filter:saturate(155%)}.saturate-160-hover:hover{filter:saturate(160%)}.saturate-165-hover:hover{filter:saturate(165%)}.saturate-170-hover:hover{filter:saturate(170%)}.saturate-175-hover:hover{filter:saturate(175%)}.saturate-180-hover:hover{filter:saturate(180%)}.saturate-185-hover:hover{filter:saturate(185%)}.saturate-190-hover:hover{filter:saturate(190%)}.saturate-195-hover:hover{filter:saturate(195%)}.saturate-200-hover:hover{filter:saturate(200%)}.hue-rotate-0{filter:hue-rotate(0)}.hue-rotate-15{filter:hue-rotate(15deg)}.hue-rotate-30{filter:hue-rotate(30deg)}.hue-rotate-45{filter:hue-rotate(45deg)}.hue-rotate-60{filter:hue-rotate(60deg)}.hue-rotate-75{filter:hue-rotate(75deg)}.hue-rotate-90{filter:hue-rotate(90deg)}.hue-rotate-105{filter:hue-rotate(105deg)}.hue-rotate-120{filter:hue-rotate(120deg)}.hue-rotate-135{filter:hue-rotate(135deg)}.hue-rotate-150{filter:hue-rotate(150deg)}.hue-rotate-165{filter:hue-rotate(165deg)}.hue-rotate-180{filter:hue-rotate(180deg)}.hue-rotate-195{filter:hue-rotate(195deg)}.hue-rotate-210{filter:hue-rotate(210deg)}.hue-rotate-225{filter:hue-rotate(225deg)}.hue-rotate-240{filter:hue-rotate(240deg)}.hue-rotate-255{filter:hue-rotate(255deg)}.hue-rotate-270{filter:hue-rotate(270deg)}.hue-rotate-285{filter:hue-rotate(285deg)}.hue-rotate-300{filter:hue-rotate(300deg)}.hue-rotate-315{filter:hue-rotate(315deg)}.hue-rotate-330{filter:hue-rotate(330deg)}.hue-rotate-345{filter:hue-rotate(345deg)}.hue-rotate-360{filter:hue-rotate(360deg)}.hue-rotate-0-hover:hover{filter:hue-rotate(0)}.hue-rotate-15-hover:hover{filter:hue-rotate(15deg)}.hue-rotate-30-hover:hover{filter:hue-rotate(30deg)}.hue-rotate-45-hover:hover{filter:hue-rotate(45deg)}.hue-rotate-60-hover:hover{filter:hue-rotate(60deg)}.hue-rotate-75-hover:hover{filter:hue-rotate(75deg)}.hue-rotate-90-hover:hover{filter:hue-rotate(90deg)}.hue-rotate-105-hover:hover{filter:hue-rotate(105deg)}.hue-rotate-120-hover:hover{filter:hue-rotate(120deg)}.hue-rotate-135-hover:hover{filter:hue-rotate(135deg)}.hue-rotate-150-hover:hover{filter:hue-rotate(150deg)}.hue-rotate-165-hover:hover{filter:hue-rotate(165deg)}.hue-rotate-180-hover:hover{filter:hue-rotate(180deg)}.hue-rotate-195-hover:hover{filter:hue-rotate(195deg)}.hue-rotate-210-hover:hover{filter:hue-rotate(210deg)}.hue-rotate-225-hover:hover{filter:hue-rotate(225deg)}.hue-rotate-240-hover:hover{filter:hue-rotate(240deg)}.hue-rotate-255-hover:hover{filter:hue-rotate(255deg)}.hue-rotate-270-hover:hover{filter:hue-rotate(270deg)}.hue-rotate-285-hover:hover{filter:hue-rotate(285deg)}.hue-rotate-300-hover:hover{filter:hue-rotate(300deg)}.hue-rotate-315-hover:hover{filter:hue-rotate(315deg)}.hue-rotate-330-hover:hover{filter:hue-rotate(330deg)}.hue-rotate-345-hover:hover{filter:hue-rotate(345deg)}.hue-rotate-360-hover:hover{filter:hue-rotate(360deg)}.duotone-0{filter:sepia(100%) hue-rotate(0)}.duotone-15{filter:sepia(100%) hue-rotate(15deg)}.duotone-30{filter:sepia(100%) hue-rotate(30deg)}.duotone-45{filter:sepia(100%) hue-rotate(45deg)}.duotone-60{filter:sepia(100%) hue-rotate(60deg)}.duotone-75{filter:sepia(100%) hue-rotate(75deg)}.duotone-90{filter:sepia(100%) hue-rotate(90deg)}.duotone-105{filter:sepia(100%) hue-rotate(105deg)}.duotone-120{filter:sepia(100%) hue-rotate(120deg)}.duotone-135{filter:sepia(100%) hue-rotate(135deg)}.duotone-150{filter:sepia(100%) hue-rotate(150deg)}.duotone-165{filter:sepia(100%) hue-rotate(165deg)}.duotone-180{filter:sepia(100%) hue-rotate(180deg)}.duotone-195{filter:sepia(100%) hue-rotate(195deg)}.duotone-210{filter:sepia(100%) hue-rotate(210deg)}.duotone-225{filter:sepia(100%) hue-rotate(225deg)}.duotone-240{filter:sepia(100%) hue-rotate(240deg)}.duotone-255{filter:sepia(100%) hue-rotate(255deg)}.duotone-270{filter:sepia(100%) hue-rotate(270deg)}.duotone-285{filter:sepia(100%) hue-rotate(285deg)}.duotone-300{filter:sepia(100%) hue-rotate(300deg)}.duotone-315{filter:sepia(100%) hue-rotate(315deg)}.duotone-330{filter:sepia(100%) hue-rotate(330deg)}.duotone-345{filter:sepia(100%) hue-rotate(345deg)}.duotone-360{filter:sepia(100%) hue-rotate(360deg)}.duotone-0-hover:hover{filter:sepia(100%) hue-rotate(0)}.duotone-15-hover:hover{filter:sepia(100%) hue-rotate(15deg)}.duotone-30-hover:hover{filter:sepia(100%) hue-rotate(30deg)}.duotone-45-hover:hover{filter:sepia(100%) hue-rotate(45deg)}.duotone-60-hover:hover{filter:sepia(100%) hue-rotate(60deg)}.duotone-75-hover:hover{filter:sepia(100%) hue-rotate(75deg)}.duotone-90-hover:hover{filter:sepia(100%) hue-rotate(90deg)}.duotone-105-hover:hover{filter:sepia(100%) hue-rotate(105deg)}.duotone-120-hover:hover{filter:sepia(100%) hue-rotate(120deg)}.duotone-135-hover:hover{filter:sepia(100%) hue-rotate(135deg)}.duotone-150-hover:hover{filter:sepia(100%) hue-rotate(150deg)}.duotone-165-hover:hover{filter:sepia(100%) hue-rotate(165deg)}.duotone-180-hover:hover{filter:sepia(100%) hue-rotate(180deg)}.duotone-195-hover:hover{filter:sepia(100%) hue-rotate(195deg)}.duotone-210-hover:hover{filter:sepia(100%) hue-rotate(210deg)}.duotone-225-hover:hover{filter:sepia(100%) hue-rotate(225deg)}.duotone-240-hover:hover{filter:sepia(100%) hue-rotate(240deg)}.duotone-255-hover:hover{filter:sepia(100%) hue-rotate(255deg)}.duotone-270-hover:hover{filter:sepia(100%) hue-rotate(270deg)}.duotone-285-hover:hover{filter:sepia(100%) hue-rotate(285deg)}.duotone-300-hover:hover{filter:sepia(100%) hue-rotate(300deg)}.duotone-315-hover:hover{filter:sepia(100%) hue-rotate(315deg)}.duotone-330-hover:hover{filter:sepia(100%) hue-rotate(330deg)}.duotone-345-hover:hover{filter:sepia(100%) hue-rotate(345deg)}.duotone-360-hover:hover{filter:sepia(100%) hue-rotate(360deg)}.horizontal ul,.vertical ul{list-style:none;padding:0;margin:0}.horizontal li,.vertical li{position:relative}.horizontal li.parent>a,.horizontal li.menu-item-has-children>a,.vertical li.parent>a,.vertical li.menu-item-has-children>a{margin-right:2em}.horizontal li.parent:after,.horizontal li.menu-item-has-children:after,.vertical li.parent:after,.vertical li.menu-item-has-children:after{display:block;content:"▼";position:absolute;right:.5em;top:.5em}.horizontal li ul,.vertical li ul{position:absolute}.horizontal a,.vertical a{display:block}.horizontal ul.menu>li ul,.vertical ul.menu>li ul{display:none}.horizontal.level-2 ul.menu>li>ul>li>ul,.vertical.level-2 ul.menu>li>ul>li>ul{display:none}.horizontal ul.menu>li{float:left}.horizontal.level-3 ul.menu>li>ul>li>ul{left:100%;top:0}.horizontal.level-3.open-left ul.menu>li>ul>li>ul{left:auto;right:100%}.vertical.level-2 ul.menu{display:inline-block}.vertical.level-2 ul.menu>li>ul{left:100%;top:0}.vertical.level-2.open-left ul.menu>li>ul{left:auto;right:100%}.vertical.level-2.level-3 ul.menu>li>ul>li>ul{left:100%;top:0}.vertical.level-2.level-3.open-left ul.menu>li>ul>li>ul{left:auto;right:100%}.vertical.stacked.level-2 ul.menu>li>ul{position:static}.vertical.stacked.level-2.level-3 ul.menu>li>ul>li>ul{position:static}body:not(.mobile) .level-2 ul.menu>li:hover>ul{display:block}body:not(.mobile) .level-2.level-3 ul.menu>li:hover>ul>li:hover>ul{display:block}body.mobile .level-2 ul.menu>li.open>ul{display:block}body.mobile .level-2.level-3 ul.menu>li.open>ul>li.open>ul{display:block}.accordion{overflow:hidden;transition:height .5s}@media print{code,kbd,pre,samp,blockquote{page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}.page-break-before-always{page-break-before:always}.page-break-before-avoid{page-break-before:avoid}.page-break-after-always{page-break-after:always}.page-break-after-avoid{page-break-after:avoid}.page-break-inside-avoid{page-break-inside:avoid}@media print{.print-hide,.print-hide *,.print-hide *:before,.print-hide *:after,.print-hide *:first-letter ,.print-hide *:first-line {display:none !important}}@media print{.print-no-background,.print-no-background *,.print-no-background *:before,.print-no-background *:after,.print-no-background *:first-letter ,.print-no-background *:first-line {background:transparent !important;background-image:none !important}}@media print{.print-text-color-black,.print-text-color-black *,.print-text-color-black *:before,.print-text-color-black *:after,.print-text-color-black *:first-letter ,.print-text-color-black *:first-line {color:#000 !important}}@media print{.print-no-box-shadow,.print-no-box-shadow *,.print-no-box-shadow *:before,.print-no-box-shadow *:after,.print-no-box-shadow *:first-letter ,.print-no-box-shadow *:first-line {box-shadow:none !important}}@media print{.print-no-text-shadow,.print-no-text-shadow *,.print-no-text-shadow *:before,.print-no-text-shadow *:after,.print-no-text-shadow *:first-letter ,.print-no-text-shadow *:first-line {text-shadow:none !important}}@media print{.print-links-href:after,.print-links-href:visited:after,.print-links-href a:after,.print-links-href a:visited:after{content:" (" attr(href) ")"}.print-links-href[href^="#"]:after,.print-links-href[href^="#"]:visited:after,.print-links-href[href^="javascript:"]:after,.print-links-href[href^="javascript:"]:visited:after,.print-links-href a[href^="#"]:after,.print-links-href a[href^="#"]:visited:after,.print-links-href a[href^="javascript:"]:after,.print-links-href a[href^="javascript:"]:visited:after{content:""}}@media print{.print-abbr-title:after,.print-abbr-title abbr:after{content:" (" attr(title) ")"}}#lyqbox .zoom-out,#lyqbox .zoom-in,#lyqbox .next,#lyqbox .prev,#lyqbox .close{display:block;position:absolute;z-index:4;width:4rem;height:4rem;background:rgba(0,0,0,0.2);background-size:2em 2em;background-repeat:no-repeat;background-position:center}#lyqbox .zoom-out:hover,#lyqbox .zoom-in:hover,#lyqbox .next:hover,#lyqbox .prev:hover,#lyqbox .close:hover{cursor:pointer}#lyqbox .zoom-out:after,#lyqbox .zoom-in:after,#lyqbox .next:after,#lyqbox .prev:after,#lyqbox .close:after{font-size:2rem}#lyqbox{position:fixed;width:100%;height:100%;left:0;top:0;z-index:9999;transition:visibility 0s linear .5s,opacity .5s linear;background-color:rgba(0,0,0,0.85);visibility:hidden;opacity:0;color:#fff}#lyqbox.open{visibility:visible;opacity:1;transition-delay:0s}#lyqbox .content-wrapper{opacity:0;transition:opacity .5s;position:absolute;z-index:1;display:flex;width:90vw;height:90vh;margin:5vh 5vw}#lyqbox .content-wrapper.active{opacity:1;z-index:2}#lyqbox .content-wrapper .content{z-index:3;padding-right:.5rem;overflow:hidden;min-width:75%;min-height:unset}#lyqbox .content-wrapper .content .image-container{width:100%;height:100%;text-align:center}#lyqbox .content-wrapper .content .image-container img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:all .25s}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="0"]{transform:scale(1)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="1"]{transform:scale(1.5)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="2"]{transform:scale(2)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="3"]{transform:scale(3)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="4"]{transform:scale(5)}#lyqbox .content-wrapper .content .video-container iframe{border:0}#lyqbox .content-wrapper .content.html,#lyqbox .content-wrapper .content.alert{overflow:auto}#lyqbox .content-wrapper .info{z-index:3;min-width:25%;min-height:unset;padding-left:.5rem}#lyqbox .content-wrapper .info .title{font-size:3.4rem;font-family:"Public Sans",sans-serif;margin-bottom:.67em}#lyqbox .content-wrapper .info .caption{margin:1em 0}#lyqbox .content-wrapper .info .credit{margin:1em 0;font-size:.85em;color:#999}#lyqbox .content-wrapper .info.blank{display:none;min-width:unset}#lyqbox .close{right:0;top:0;background-image:url(/wp-content/themes/lyquix/images/icons/ios-close.svg)}#lyqbox .prev{bottom:0;right:4rem;background-image:url(/wp-content/themes/lyquix/images/icons/ios-arrow-back.svg)}#lyqbox .next{bottom:0;right:0;background-image:url(/wp-content/themes/lyquix/images/icons/ios-arrow-forward.svg)}#lyqbox .zoom-in{top:calc(50% - 2rem);right:0;background-image:url(/wp-content/themes/lyquix/images/icons/ios-add-circle-outline.svg)}#lyqbox .zoom-out{top:calc(50% + 2rem);right:0;background-image:url(/wp-content/themes/lyquix/images/icons/ios-remove-circle-outline.svg)}#lyqbox .counter{position:absolute;right:8rem;bottom:0;z-index:4;padding:1rem;font-size:1.6rem;background:rgba(0,0,0,0.2)}#lyqbox .thumbnails{position:absolute;bottom:0;left:0;z-index:4}#lyqbox .thumb{width:6rem;height:4rem;padding:.2rem;display:inline-block;cursor:pointer;overflow:hidden}#lyqbox .thumb img{-o-object-fit:cover;object-fit:cover}#lyqbox .loading{position:absolute;width:10rem;height:10rem;top:calc(50% - 5rem);left:calc(50% - 5rem);background-image:url(/wp-content/themes/lyquix/images/loaders/rings.svg);background-size:contain;z-index:5}#lyqbox .hide{display:none}body[screen=xs] #lyqbox .content-wrapper,body[screen=sm] #lyqbox .content-wrapper{flex-direction:column}body[screen=xs] #lyqbox .content-wrapper .content,body[screen=sm] #lyqbox .content-wrapper .content{min-height:75%;min-width:unset}body[screen=xs] #lyqbox .content-wrapper .info,body[screen=sm] #lyqbox .content-wrapper .info{min-height:25%;min-width:unset}h2.dark{color:#111618}h4{text-transform:uppercase;letter-spacing:1px;font-weight:400}body[screen=lg] h4,body[screen=md] h4,body[screen=sm] h4{font-size:1.45rem}body[screen=lg] p,body[screen=md] p,body[screen=sm] p{font-size:1.8rem;line-height:28px}body[screen=lg] ul li,body[screen=md] ul li,body[screen=sm] ul li{font-size:1.8rem;line-height:28px}body[screen=xs] h4{font-size:1.15rem}.dark-arrow{font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;padding-left:51px;position:relative}.dark-arrow:before{width:39px;left:0;content:" ";display:block;height:1px;background-color:#2a363c;position:absolute;top:50%;transform:translateY(-50%);visibility:visible;opacity:1;transition:visibility,opacity .5s}.dark-arrow:after{width:39px;height:10px;left:0;content:" ";display:block;position:absolute;top:50%;transform:translateY(-50%);background-image:url(/wp-content/themes/lyquix/images/icons/Link-arrow-dark.svg);background-size:100%;opacity:0;visibility:hidden;transition:visibility,opacity .5s}.dark-arrow:hover{text-decoration:none}.dark-arrow:hover:before{opacity:0;visibility:hidden}.dark-arrow:hover:after{visibility:visible;opacity:1}.light-arrow{z-index:1;position:relative;color:#f3f5f7;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;padding-left:51px}.light-arrow:before{content:" ";display:block;width:37px;height:1px;background-color:#fff;position:absolute;top:50%;left:0;transform:translateY(-50%)}.light-arrow:after{content:" ";display:block;width:37px;height:10px;position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;background-image:url(/wp-content/themes/lyquix/images/icons/buttonArrow.svg);background-size:37px 10px}.light-arrow:hover{color:#fff;text-decoration:none}.light-arrow:hover:before{opacity:0;visibility:hidden}.light-arrow:hover:after{opacity:1;visibility:visible}body[screen=xs] p{line-height:23px;font-size:1.6rem;font-weight:300}body[screen=sm] .dark-arrow,body[screen=xs] .dark-arrow{padding-left:20px;position:relative;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px}body[screen=sm] .dark-arrow:before,body[screen=xs] .dark-arrow:before{width:14px;left:0;content:" ";display:block;height:1px;background-color:#2a363c;position:absolute;top:50%;transform:translateY(-50%);visibility:visible;opacity:1;transition:visibility,opacity .5s}body[screen=sm] .dark-arrow:after,body[screen=xs] .dark-arrow:after{width:14px;height:3px;left:0;content:" ";display:block;position:absolute;top:50%;transform:translateY(-50%);background-image:url(/wp-content/themes/lyquix/images/icons/Link-arrow-dark.svg);background-size:100%;opacity:0;visibility:hidden;transition:visibility,opacity .5s}body[screen=sm] .dark-arrow:hover:before,body[screen=xs] .dark-arrow:hover:before{opacity:0;visibility:hidden}body[screen=sm] .dark-arrow:hover:after,body[screen=xs] .dark-arrow:hover:after{visibility:visible;opacity:1}body[screen=sm] .light-arrow,body[screen=xs] .light-arrow{padding-left:20px}body[screen=sm] .light-arrow:before,body[screen=xs] .light-arrow:before{width:14px;left:0;content:" ";display:block;height:1px;background-color:#fff;position:absolute;top:50%;transform:translateY(-50%);visibility:visible;opacity:1;transition:visibility,opacity .5s}body[screen=sm] .light-arrow:after,body[screen=xs] .light-arrow:after{width:14px;height:3px;left:0;content:" ";display:block;position:absolute;top:50%;transform:translateY(-50%);background-size:100%;opacity:0;visibility:hidden;transition:visibility,opacity .5s}body[screen=sm] .light-arrow:hover:before,body[screen=xs] .light-arrow:hover:before{opacity:0;visibility:hidden}body[screen=sm] .light-arrow:hover:after,body[screen=xs] .light-arrow:hover:after{visibility:visible;opacity:1}button[type=submit]:hover{background-color:#00664d;outline:0}button[type=submit]:focus,button[type=submit]:active{outline:0}.common-button{color:#f3f5f7;font-size:1.4rem;font-weight:500;letter-spacing:0;line-height:16px;background-color:#008061;padding:12px 28px;text-align:left;width:257px;transition:background-color .5s;position:relative}.common-button:before{content:" ";display:block;width:37px;height:1px;background-color:#fff;position:absolute;top:50%;left:-22px;transform:translateY(-50%);opacity:1;visibility:visible;transition:opacity .5s,visibility .5s}.common-button:after{content:" ";display:block;width:37px;height:10px;position:absolute;top:50%;left:-22px;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;background-image:url(/wp-content/themes/lyquix/images/icons/buttonArrow.svg);background-size:37px 10px}.common-button:hover{background-color:#00664d;color:#fff;text-decoration:none;cursor:pointer}.common-button:hover a{text-decoration:none;color:#f3f5f7}.common-button:hover:before{opacity:0;visibility:hidden}.common-button:hover:after{opacity:1;visibility:visible}.common-button.no-arrow:before,.common-button.no-arrow:after{display:none !important}body[screen=xs] .common-button{font-weight:300;letter-spacing:-0.21px;margin-left:8px;padding-left:20px}body[screen=xs] .common-button:before{width:14px;left:-8px;content:" ";display:block;height:1px;background-color:#fff;position:absolute;top:50%;transform:translateY(-50%);visibility:visible;opacity:1;transition:visibility,opacity .5s}body[screen=xs] .common-button:after{width:14px;height:3px;left:-8px;content:" ";display:block;position:absolute;top:50%;transform:translateY(-50%);background-size:100%;opacity:0;visibility:hidden;transition:visibility,opacity .5s}body[screen=xs] .common-button:hover:before{opacity:0;visibility:hidden}body[screen=xs] .common-button:hover:after{visibility:visible;opacity:1}body[screen=xs] .common-button.no-arrow{margin-left:0}header{background-color:rgba(33,43,48,0.95);display:flex;justify-content:space-between;align-items:center;padding:0 4.167vw;position:absolute;width:100%;top:0;left:0;z-index:97;height:152px}header .site-logo{padding-top:20px;width:199px;order:1;margin:0 auto 0 0}header .site-logo img{display:block;width:100%}header .site-logo img.fixed-logo{display:none}header nav{order:2;margin-left:auto;margin-right:26px}header .widget_nav_menu{display:none}header .widget_search{order:3;position:absolute;right:3.906vw;top:96px;border-radius:1px;background-color:rgba(33,43,48,0.95);width:282px;padding:20px 25px 28px 28px;display:none}header .widget_search label{font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;color:#c2ced6;-webkit-appearance:none}header .widget_search input{margin:0;width:calc(100% - 40px);border-radius:0;box-shadow:none;-webkit-appearance:none}header .widget_search button{margin:0;width:40px;padding:4px 7px 5px 11px;text-align:left;color:#f3f5f7;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px}header .widget_search button:focus{outline:0}header .widget_search button:hover{background-color:#00664d}header .widget_search.open{display:block}header .header-controls{order:3}header .header-controls .search-control{margin-top:28px;padding-bottom:23px;border-bottom:3px solid transparent;transition:border-bottom-color}header .header-controls .search-control:hover{cursor:pointer;border-bottom-color:rgba(0,128,97,0.4)}header .header-controls .search-control div{transition:background-image .5s;background-size:100%;background-repeat:no-repeat;height:100%;width:100%}header .header-controls .search-control .open{height:9px;width:9px;background-image:url(/wp-content/themes/lyquix/images/icons/search-white-natural.svg)}header .header-controls .search-control .open:hover{background-image:url(/wp-content/themes/lyquix/images/icons/search-white-active.svg)}header .header-controls .search-control .close{display:none;height:9px;width:9px;background-image:url(/wp-content/themes/lyquix/images/icons/x-white.svg)}header .header-controls .search-control.open .open{display:none}header .header-controls .search-control.open .close{display:block}header .header-controls .menu-control{position:relative;z-index:99}header .header-controls .menu-control div{transition:background-image .5s;background-size:100%;background-repeat:no-repeat;height:100%;width:100%}header .header-controls .menu-control .open{width:17px;height:11px;background-image:url(/wp-content/themes/lyquix/images/icons/hamburger-white.svg)}header .header-controls .menu-control .close{width:15px;height:14px;background-image:url(/wp-content/themes/lyquix/images/icons/x-white.svg);display:none}header .secondary-menu{position:absolute;display:none}header.menu-open .header-controls .menu-control .open{display:none}header.menu-open .header-controls .menu-control .close{display:block}header .close-projects{position:absolute;top:78px;right:4.167vw}header .close-projects .close{height:18.4px;width:20px;background-image:url(/wp-content/themes/lyquix/images/icons/x-white.svg);background-size:100%;background-repeat:no-repeat}header .close-projects .close:hover{cursor:pointer}header.fixed{background-color:#fff;padding:10px 43px 15px;position:fixed;top:0;left:0;width:100%;height:auto !important}header.fixed:after{display:none}header.fixed .site-logo{padding-top:0;width:136px}header.fixed .site-logo img.main-logo{display:none}header.fixed .site-logo img.fixed-logo{display:block}header.fixed .widget_search{right:4px;top:86px}header.fixed .widget_search label{color:#2a363c}header.fixed .widget_search input{border:1px solid #dbe2e6;-webkit-appearance:none}header.fixed .widget_search{background-color:#f3f5f7}header.fixed .header-controls{margin-top:10px}header.fixed .header-controls .search-control .open{background-image:url(/wp-content/themes/lyquix/images/icons/search-grey-natural.svg)}header.fixed .header-controls .search-control .open:hover{background-image:url(/wp-content/themes/lyquix/images/icons/search-grey-active.svg)}header.fixed .header-controls .search-control .close{background-image:url(/wp-content/themes/lyquix/images/icons/x-grey.svg)}header.fixed .header-controls .menu-control .open{background-image:url(/wp-content/themes/lyquix/images/icons/hamburger-grey.svg)}header.fixed .header-controls .menu-control .close{background-image:url(/wp-content/themes/lyquix/images/icons/x-grey.svg)}body[screen=lg] header:not(.fixed),body[screen=md] header:not(.fixed){align-items:flex-end}body[screen=lg] header:not(.fixed) nav,body[screen=lg] header:not(.fixed) .header-controls,body[screen=md] header:not(.fixed) nav,body[screen=md] header:not(.fixed) .header-controls{margin-bottom:44px}body[screen=lg] header{padding:0 8.318%}body[screen=lg] header .site-logo{width:179px;margin-bottom:14px}body[screen=lg] header .widget_search{right:5.859vw}body[screen=lg] header.fixed{padding:10px 39px 10px}body[screen=lg] header.fixed .site-logo{width:116px}body[screen=md] header{padding:0 4.167vw}body[screen=md] header .site-logo{width:158px;padding-bottom:27px}body[screen=md] header.fixed{padding:10px 29px 10px}body[screen=md] header.fixed .site-logo{width:116px;padding-bottom:0}body[screen=sm] header{padding:0 4.063vw;height:121px}body[screen=sm] header nav{margin-right:12px}body[screen=sm] header .site-logo{width:137px;padding-bottom:10px}body[screen=sm] header.fixed{padding:10px 29px 10px}body[screen=sm] header.fixed .site-logo{width:116px;padding-bottom:0}body[screen=sm] header .header-controls .menu-control{width:40px;height:40px;display:block;padding:14.5px 11.5px;margin-right:-11.5px}body[screen=sm] header .header-controls .menu-control .close{width:11px;height:10px}body[screen=sm] header .close-projects{top:59px}body[screen=sm] header.menu-open .secondary-menu{background-color:rgba(33,43,48,0.94);padding:12px 0;display:block;top:89px;right:0;width:282px;margin:0}body[screen=sm] header.menu-open .secondary-menu>div>ul>li{display:none;font-size:1.6rem;line-height:24px;margin:0;letter-spacing:.4px;padding:8px 28px}body[screen=sm] header.menu-open .secondary-menu>div>ul>li a{color:#c2ced6}body[screen=sm] header.menu-open .secondary-menu>div>ul>li:nth-of-type(n+5){display:block}body[screen=sm] header.menu-open .secondary-menu>div>ul>li:last-of-type{margin-bottom:0}body[screen=sm] header.menu-open .secondary-menu>div>ul>li:hover{background-color:rgba(25,32,36,0.44)}body[screen=sm] header.menu-open .secondary-menu>div>ul>li:hover a{text-decoration:none}body[screen=sm] header.menu-open .header-controls .menu-control{padding:15px 14.5px}body[screen=sm] header.menu-open .widget_search{top:193px;right:0;display:block;background-color:#2a363c}body[screen=sm] header.fixed.menu-open .secondary-menu{top:76px;background-color:#f3f5f7}body[screen=sm] header.fixed.menu-open .secondary-menu li a{color:#2a363c}body[screen=sm] header.fixed.menu-open .widget_search:before{content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#f3f5f7}body[screen=sm] header.fixed.menu-open .widget_search{top:180px;background-color:rgba(219,226,230,0.34)}body[screen=sm] header.fixed.menu-open .widget_search input{border:1px solid #dbe2e6}body[screen=sm] header.fixed.menu-open .widget_search label,body[screen=sm] header.fixed.menu-open .widget_search input,body[screen=sm] header.fixed.menu-open .widget_search button{position:relative;z-index:2}body[screen=xs].menu-open{height:100vh;overflow:hidden}body[screen=xs] header{padding:0 8.294vw;min-height:90px;height:90px}body[screen=xs] header.projects-open{background-color:transparent !important}body[screen=xs] header .site-logo{padding-top:7px;width:116px}body[screen=xs] header .header-controls{position:relative;z-index:99}body[screen=xs] header .header-controls .menu-control{width:40px;height:40px;padding:14.5px 11.5px;display:block;margin-right:-19.5px}body[screen=xs] header .close-projects{position:absolute;top:33px;right:4.167vw}body[screen=xs] header.menu-open{position:fixed;display:flex;flex-direction:column;align-items:flex-start;z-index:98;left:0;top:0;width:100%;height:100%;overflow-y:scroll;background-color:#212b30;padding:0}body[screen=xs] header.menu-open .site-logo{display:none}body[screen=xs] header.menu-open .header-controls{position:fixed;top:27px;right:15.5px}body[screen=xs] header.menu-open .header-controls .menu-control{padding:13px 12.5px;margin-right:0}body[screen=xs] header.menu-open .widget_search{display:block;width:100%;position:static;margin:auto 0 0;padding:26px 53px 50px;background-color:#2a363c;z-index:100;top:auto}#menu-top-menu li{font-size:18px;font-weight:300;letter-spacing:.45px;line-height:30px;margin-right:26px;position:relative;margin-top:19px;margin-bottom:0;padding-bottom:13px;border-bottom:3px solid transparent;transition:border-bottom-color}#menu-top-menu li a{color:#c2ced6;margin-right:0}#menu-top-menu li:hover{border-bottom-color:rgba(0,128,97,0.4)}#menu-top-menu li:hover>a{color:#f3f5f7;text-decoration:none}#menu-top-menu li.current-menu-item,#menu-top-menu li.current-page-ancestor,#menu-top-menu li.current-menu-parent{border-bottom-color:#008061}#menu-top-menu li.current-menu-item a,#menu-top-menu li.current-page-ancestor a,#menu-top-menu li.current-menu-parent a{color:#f3f5f7}#menu-top-menu li:last-of-type{margin-right:0}#menu-top-menu li.menu-item-has-children{padding-right:12px}#menu-top-menu li.menu-item-has-children:after{content:" ";width:7px;height:4px;display:block;position:absolute;right:0;top:14px;background-size:100%;background-repeat:no-repeat;background-image:url(/wp-content/themes/lyquix/images/icons/nav_arrow-white-natural.svg)}#menu-top-menu li.menu-item-has-children:hover ul,#menu-top-menu li.menu-item-has-children.open ul{display:block;position:absolute;width:282px;top:calc(100% + 3px);left:-27px;background-color:#212b30;padding:10px 0;margin:0;max-height:273px;overflow:hidden}#menu-top-menu li.menu-item-has-children:hover ul li,#menu-top-menu li.menu-item-has-children.open ul li{line-height:24px;margin:0;padding:10px 38px 10px 28px;border:0;width:100%;display:block}#menu-top-menu li.menu-item-has-children:hover ul li:hover,#menu-top-menu li.menu-item-has-children.open ul li:hover{background-color:rgba(25,32,36,0.44)}#menu-top-menu li.menu-item-has-children:hover ul li:last-of-type,#menu-top-menu li.menu-item-has-children.open ul li:last-of-type{margin-bottom:0}#menu-top-menu li.menu-item-has-children:hover ul .ps__rail-y,#menu-top-menu li.menu-item-has-children.open ul .ps__rail-y{right:14px !important;left:auto !important;width:5px;border:1px solid rgba(111,140,155,0.48);border-radius:4.5px;background-color:transparent;height:calc(100% - 47px) !important;margin:20px 0 27px;opacity:.6}#menu-top-menu li.menu-item-has-children:hover ul .ps__rail-y .ps__thumb-y,#menu-top-menu li.menu-item-has-children.open ul .ps__rail-y .ps__thumb-y{width:100%;right:0}header.fixed #menu-top-menu{margin-top:10px}header.fixed #menu-top-menu li{margin-top:0;padding-bottom:0}header.fixed #menu-top-menu li a{color:#324048}header.fixed #menu-top-menu li.menu-item-has-children:after{background-image:url(/wp-content/themes/lyquix/images/icons/nav_arrow-grey-natural.svg)}header.fixed #menu-top-menu li.menu-item-has-children:hover ul{background-color:#f3f5f7;margin-top:0}header.fixed #menu-top-menu li.menu-item-has-children:hover ul li{margin-top:0}header.fixed #menu-top-menu li.menu-item-has-children:hover ul li:hover{background-color:rgba(255,255,255,0.5)}header.fixed #menu-top-menu li.menu-item-has-children:hover ul li a{color:#2a363c}header.fixed .widget_text .search-control{margin-top:10.5px;padding-bottom:10.5px}body[screen=xl] header #menu-top-menu li.menu-item-has-children ul li:last-of-type,body[screen=lg] header #menu-top-menu li.menu-item-has-children ul li:last-of-type,body[screen=md] header #menu-top-menu li.menu-item-has-children ul li:last-of-type{display:none}body[screen=lg] header #menu-top-menu li,body[screen=md] header #menu-top-menu li{font-size:1.6rem}body[screen=md] header #menu-top-menu>li{margin-right:16px}body[screen=md] header #menu-top-menu>li:last-of-type{margin-right:0}body[screen=md] header.fixed #menu-top-menu>li{margin-right:24px}body[screen=md] header.fixed #menu-top-menu>li:last-of-type{margin-right:0}body[screen=sm] header #menu-top-menu li{font-size:1.6rem;margin-right:16px}body[screen=sm] header #menu-top-menu li:nth-of-type(4){margin-right:4.5px}body[screen=sm] header #menu-top-menu li:nth-of-type(n+5){display:none}body[screen=sm] header #menu-top-menu li:last-of-type{margin-right:0}body[screen=sm] header #menu-top-menu li.menu-item-has-children:hover ul{display:none}body[screen=sm] header #menu-top-menu li.menu-item-has-children.open ul{display:block !important}body[screen=sm] header #menu-top-menu li.menu-item-has-children:after{top:11px}body[screen=sm] header.fixed #menu-top-menu>li{padding-bottom:0}body[screen=xs] header nav{margin:0;padding:45px 53px}body[screen=xs] header #menu-top-menu{display:none}body[screen=xs] header #menu-top-menu li{font-size:1.6rem;line-height:24px;margin-right:0;margin-bottom:17px;margin-top:0;padding-bottom:0;border-bottom:0}body[screen=xs] header #menu-top-menu li.menu-item-has-children{padding-right:0}body[screen=xs] header #menu-top-menu li.menu-item-has-children ul{position:static;display:none;padding:11px 0 0}body[screen=xs] header #menu-top-menu li.menu-item-has-children ul li{font-size:1.4rem;line-height:17px;margin-bottom:0;padding:10px 21px}body[screen=xs] header #menu-top-menu li.menu-item-has-children ul li:last-of-type{margin-bottom:0}body[screen=xs] header #menu-top-menu li.menu-item-has-children.open ul{display:block}body[screen=xs] header #menu-top-menu li.menu-item-has-children:after{display:none}body[screen=xs] header #menu-top-menu li.menu-item-has-children:hover ul{width:auto;background-color:transparent}body[screen=xs] header #menu-top-menu li.menu-item-has-children>a{display:inline-block;padding-right:12px;position:relative;width:auto}body[screen=xs] header #menu-top-menu li.menu-item-has-children>a:after{content:" ";width:7px;height:4px;display:block;position:absolute;right:0;top:11px;background-size:100%;background-repeat:no-repeat;background-image:url(/wp-content/themes/lyquix/images/icons/nav_arrow-white-natural.svg)}body[screen=xs] header #menu-top-menu li:last-of-type{margin-bottom:0}body[screen=xs] header.menu-open #menu-top-menu{display:flex;flex-direction:column;align-items:flex-start}footer{background-color:#f3f5f7;padding:80px 0 96px}footer .copyright{padding-top:17px;border-top:1px solid #dbe2e6;margin-top:50px}footer .copyright h4{margin:0;font-size:14px;font-weight:300;letter-spacing:0;line-height:17px;text-transform:none}footer .copyright a{line-height:0;text-decoration:none}footer .copyright a:hover{text-decoration:underline}footer .copyright a img{display:block;width:100%}footer nav{width:calc(89.118% - 151px)}footer nav>div>ul{height:169px;display:flex;flex-direction:column;flex-wrap:wrap;padding:0;margin:0}footer nav>div>ul>li{font-size:20px;letter-spacing:0;line-height:37px;float:none;list-style:none;padding:0;margin-bottom:7px;margin-right:30px;width:289px;margin-top:0}footer nav>div>ul>li.menu-item-has-children ul{display:block;position:static;padding-left:0}footer nav>div>ul>li.menu-item-has-children ul li{padding:0;font-size:18px;font-weight:300;letter-spacing:0;line-height:23px;list-style:none;margin-left:0;margin:5px 0}footer nav>div>ul>li.menu-item-has-children ul li:last-of-type{display:none}footer nav>div>ul>li.menu-item-has-children:nth-of-type(3) ul{display:none}footer nav>div>ul>li:nth-of-type(6){margin-bottom:0}footer nav>div>ul>li:last-of-type{display:none}footer .widget_text{margin-right:10.881%}footer .widget_text h3{color:#2a363c;font-family:"Public Sans";font-size:20px;letter-spacing:0;line-height:37px;margin:0 0 7px;font-weight:400}footer .widget_text .social-icons{display:flex}footer .widget_text .social-icons a{display:block;width:32px;height:32px;margin-right:7px;background-color:#fff;border-radius:100%;background-size:100%;background-repeat:no-repeat;background-position:center center;transition:background-image .5s,background-color .5s}footer .widget_text .social-icons a:hover{background-color:#008061}footer .widget_text .social-icons a.facebook{background-image:url(/wp-content/themes/lyquix/images/icons/facebook.svg);background-size:7px 14px}footer .widget_text .social-icons a.facebook:hover{background-image:url(/wp-content/themes/lyquix/images/icons/facebook-hover.svg)}footer .widget_text .social-icons a.linkedin{background-image:url(/wp-content/themes/lyquix/images/icons/linkedin.svg);background-size:13px 13px}footer .widget_text .social-icons a.linkedin:hover{background-image:url(/wp-content/themes/lyquix/images/icons/linkedin-hover.svg)}footer .widget_text .social-icons a.youtube{background-image:url(/wp-content/themes/lyquix/images/icons/youtube.svg);background-size:35px 35px}footer .widget_text .social-icons a.youtube:hover{background-image:url(/wp-content/themes/lyquix/images/icons/youtube-hover.svg)}footer .widget_text .social-icons a.instagram{background-image:url(/wp-content/themes/lyquix/images/icons/instagram.svg);background-size:17px 17px}footer .widget_text .social-icons a.instagram:hover{background-image:url(/wp-content/themes/lyquix/images/icons/instagram-hover.svg)}footer .widget_text .social-icons a:last-of-type{margin-right:0}body[screen=lg] footer nav>div>ul>li,body[screen=md] footer nav>div>ul>li,body[screen=sm] footer nav>div>ul>li{font-size:1.8rem;line-height:28px}body[screen=lg] footer nav>div>ul>li ul li,body[screen=md] footer nav>div>ul>li ul li,body[screen=sm] footer nav>div>ul>li ul li{font-size:1.6rem;line-height:20px}body[screen=lg] footer .widget_text h3,body[screen=md] footer .widget_text h3,body[screen=sm] footer .widget_text h3{font-size:1.8rem;line-height:28px}body[screen=lg] footer{padding:73px 0 72px}body[screen=lg] footer .copyright{margin-top:44px}body[screen=lg] footer nav{width:calc(92.623% - 151px)}body[screen=lg] footer nav>div>ul{width:100%;height:136px}body[screen=lg] footer nav>div>ul>li{width:26.217%}body[screen=lg] footer .widget_text{margin-right:7.377%}body[screen=md] footer{padding:50px 0}body[screen=md] footer .copyright{margin-top:30px}body[screen=md] footer nav{max-width:calc(100% - 159px);width:100%}body[screen=md] footer nav>div>ul{width:100%;height:136px}body[screen=md] footer nav>div>ul>li{margin-right:22px;width:calc(33.333% - 22px);flex-shrink:1}body[screen=md] footer .widget_text{margin-right:8px}body[screen=sm] footer{padding:50px 0 45px}body[screen=sm] footer .copyright{margin-top:0}body[screen=sm] footer .container>.flex-container{position:relative;padding-bottom:95px}body[screen=sm] footer nav{width:100%}body[screen=sm] footer nav>div>ul{width:100%;height:160px}body[screen=sm] footer nav>div>ul>li{margin-right:22px;width:calc(33.333% - 18px)}body[screen=sm] footer nav>div>ul>li ul li{margin:14px 0}body[screen=sm] footer nav>div>ul>li ul li:first-of-type{margin-top:11px}body[screen=sm] footer nav>div>ul>li:nth-of-type(2){margin-bottom:24px}body[screen=sm] footer nav>div>ul>li:nth-of-type(n+3){margin-right:0}body[screen=sm] footer .widget_text{position:absolute;bottom:48px;left:calc(66.667% + 16px);margin-right:0}body[screen=xs] footer{padding:35px 0 20px}body[screen=xs] footer .copyright{margin-top:20.5px;flex-wrap:nowrap}body[screen=xs] footer .copyright h4{margin-right:7px}body[screen=xs] footer nav{width:100%}body[screen=xs] footer nav>div>ul{width:100%;align-items:flex-start;height:128px}body[screen=xs] footer nav>div>ul>li{width:50%;margin-right:0;font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px;margin-bottom:12px;position:relative}body[screen=xs] footer nav>div>ul>li:nth-of-type(4){margin-bottom:0}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2):after{content:" ";display:block;width:7px;height:4px;position:absolute;top:9px;left:73px;background-repeat:no-repeat;background-size:100%;background-image:url(/wp-content/themes/lyquix/images/icons/nav_arrow-grey-natural.svg)}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2):nth-of-type(2):after{left:69px}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2).open ul{display:block;padding-left:10px}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2).open ul li{font-size:15px;font-weight:300;letter-spacing:-0.2px;line-height:19px;padding-right:13px;margin:14px 0}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2).open ul li:first-of-type{margin-top:11px}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2).open ul li:last-of-type{margin-bottom:0}body[screen=xs] footer nav>div>ul>li.menu-item-has-children:nth-of-type(-n+2).open ul li a{color:#3b4b54}body[screen=xs] footer nav>div>ul>li ul{display:none}body[screen=xs] footer nav>div>ul>li ul li{width:auto}body[screen=xs] footer .container>.flex-container{position:relative}body[screen=xs] footer .widget_text{position:absolute;top:70px;left:50%;width:50%}body[screen=xs] footer .widget_text h3{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px;margin-bottom:12px}body[screen=xs] footer .widget_text .social-icons{display:flex}body[screen=xs] footer .widget_text .social-icons a{width:21px;height:21px;margin-right:11px}body[screen=xs] footer .widget_text .social-icons a.facebook{background-image:url(/wp-content/themes/lyquix/images/icons/facebook.svg);background-size:5px 10px}body[screen=xs] footer .widget_text .social-icons a.linkedin{background-image:url(/wp-content/themes/lyquix/images/icons/linkedin.svg);background-size:9px 9px}body[screen=xs] footer .widget_text .social-icons a.youtube{background-image:url(/wp-content/themes/lyquix/images/icons/youtube.svg);background-size:23px 23px}body[screen=xs] footer .widget_text .social-icons a.instagram{background-image:url(/wp-content/themes/lyquix/images/icons/instagram.svg);background-size:11px 11px}body[screen=xs] footer .widget_text .social-icons a:last-of-type{margin-right:0}html{margin-top:0 !important}.home{background-color:#f3f5f7}.home .markets{padding:80px 0;background-color:#212b30;width:83.3125%;position:relative;z-index:1}.home .markets .flex-container .left{width:52.513%;margin-right:7.427%}.home .markets .flex-container .left h4{text-transform:uppercase;margin:0 0 14px 37.976%;letter-spacing:1.14px;color:#c2ced6}.home .markets .flex-container .left h4 a{color:#c2ced6}.home .markets .flex-container .left h2{margin:0 0 50px 37.976%;font-size:46px;font-weight:300;letter-spacing:-0.84px}.home .markets .flex-container .left h2 a{color:#f3f5f7}.home .markets .flex-container .left .image{width:100%;line-height:0}.home .markets .flex-container .left .image img{width:100%}.home .markets .flex-container .right{width:33.908%;padding-top:31px}.home .markets .flex-container .right ul{margin:0;padding-left:0}.home .markets .flex-container .right ul li{margin:0 0 7px;list-style:none;font-size:2rem;line-height:37px}.home .markets .flex-container .right ul li a{color:#f3f5f7}.home .markets .flex-container .right ul li:last-of-type{margin-bottom:0}.home .markets .flex-container .right>a{display:none}body[screen=lg].home .markets{padding:80px 0}body[screen=lg].home .markets .flex-container .left h2,body[screen=lg].home .markets .flex-container .left h4{margin-left:38.434%}body[screen=lg].home .markets .flex-container .left h2{line-height:56px}body[screen=lg].home .markets .flex-container .left h4{letter-spacing:1px}body[screen=lg].home .markets .flex-container .right{padding-top:41px}body[screen=lg].home .markets .flex-container .right ul li{font-size:1.8rem;line-height:28px;margin-bottom:11px}body[screen=md].home .markets{width:91.667%;padding:50px 0}body[screen=md].home .markets .flex-container .left{width:48.977%;margin-right:5.568%}body[screen=md].home .markets .flex-container .left h2{margin-bottom:32px;line-height:56px}body[screen=md].home .markets .flex-container .left h2,body[screen=md].home .markets .flex-container .left h4{margin-left:37.123%}body[screen=md].home .markets .flex-container .left h4{letter-spacing:1px}body[screen=md].home .markets .flex-container .right{padding-top:41px;width:27.272%}body[screen=md].home .markets .flex-container .right ul li{font-size:1.8rem;line-height:28px;margin-bottom:16px}body[screen=md].home .markets .flex-container .right ul li:last-of-type{margin-bottom:0}body[screen=sm].home .markets{width:100%;padding:50px 0}body[screen=sm].home .markets .flex-container .left{width:48.437%;margin-right:5.156%}body[screen=sm].home .markets .flex-container .left h2{font-size:4rem;line-height:50px;margin-bottom:28px}body[screen=sm].home .markets .flex-container .left h2,body[screen=sm].home .markets .flex-container .left h4{margin-left:18.467%}body[screen=sm].home .markets .flex-container .left h4{letter-spacing:1px}body[screen=sm].home .markets .flex-container .right{width:41.562%}body[screen=sm].home .markets .flex-container .right ul li{margin-bottom:25px;font-size:1.8rem;line-height:28px}body[screen=sm].home .markets .flex-container .right ul li:last-of-type{margin-bottom:0}body[screen=xs].home .markets{width:100%;padding:35px 0}body[screen=xs].home .markets .flex-container .left{width:100%;margin-right:0}body[screen=xs].home .markets .flex-container .left h2{font-size:27px;letter-spacing:-0.54px;line-height:34px;margin-bottom:13px;max-width:452px}body[screen=xs].home .markets .flex-container .left h2,body[screen=xs].home .markets .flex-container .left h4,body[screen=xs].home .markets .flex-container .left .image{margin-left:8.125%}body[screen=xs].home .markets .flex-container .left .image{width:91.875%;max-width:452px}body[screen=xs].home .markets .flex-container .left h2,body[screen=xs].home .markets .flex-container .left h4{margin-right:8.125%}body[screen=xs].home .markets .flex-container .left h4{margin-bottom:8px;letter-spacing:.4px}body[screen=xs].home .markets .flex-container .right{width:100%;padding:12px 8.125% 0}body[screen=xs].home .markets .flex-container .right ul li{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:22px;margin-bottom:12px}body[screen=xs].home .markets .flex-container .right ul li:nth-of-type(n+6){display:none}body[screen=xs].home .markets .flex-container .right ul li:last-of-type{margin-bottom:0}body[screen=xs].home .markets .flex-container .right>a{display:inline-block;position:relative;color:#f3f5f7;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;padding-left:21px}body[screen=xs].home .markets .flex-container .right>a:before{content:" ";display:block;width:14px;height:1px;background-color:#f3f5f7;position:absolute;top:50%;left:0;transform:translateY(-50%)}body[screen=xs].home .markets .flex-container .right>a:after{content:" ";display:block;width:14px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;background-image:url(/wp-content/themes/lyquix/images/icons/buttonArrow.svg);background-size:37px 10px}.about-us-links .flex-container{max-width:1280px;margin:0 auto 40px;position:relative;z-index:1}.about-us-links .flex-container .left{width:50%;padding-right:10.156%}.about-us-links .flex-container .left h4{text-transform:uppercase;margin:0 0 14px}.about-us-links .flex-container .left h2{margin:0;font-size:46px;line-height:56px;font-weight:300;letter-spacing:-0.84px}.about-us-links .flex-container .right{padding-top:41px;width:50%}.about-us-links .flex-container .right p{margin:0}.about-us-links .links{display:flex}.about-us-links .links .images{position:relative;z-index:1;width:52.5%;height:27.083vw}.about-us-links .links .images .image{position:absolute;top:0;left:0;visibility:hidden;opacity:0;transition:visibility,opacity .5s;background-position:center;background-size:cover;width:100%;height:100%}.about-us-links .links .images .image.active{visibility:visible;opacity:1}.about-us-links .links .links{padding-left:20px;padding-top:50px;position:relative;z-index:1}.about-us-links .links .links ul{padding:0;margin:0}.about-us-links .links .links ul li{list-style:none;padding:0;font-size:24.5px;letter-spacing:0;line-height:35px;position:relative;margin:23px 0}.about-us-links .links .links ul li:first-of-type{margin-top:0}.about-us-links .links .links ul li:last-of-type{margin-bottom:0}.about-us-links .links .links ul li a{color:#324048}.about-us-links .links .links ul li a:before{content:" ";display:block;width:39px;height:1px;background-color:#2a363c;position:absolute;top:50%;transform:translateY(-50%);left:-51px;visibility:visible;opacity:1;transition:visibility,opacity .5s}.about-us-links .links .links ul li a:after{content:" ";display:block;width:39px;height:10px;position:absolute;top:50%;transform:translateY(-50%);left:-51px;background-image:url(/wp-content/themes/lyquix/images/icons/Link-arrow-dark.svg);background-size:100%;opacity:0;visibility:hidden;transition:visibility,opacity .5s}.about-us-links .links .links ul li a:hover:before{opacity:0;visibility:hidden}.about-us-links .links .links ul li a:hover:after{visibility:visible;opacity:1}body[screen=lg].home .about-us-links .flex-container{max-width:100%;margin:0 auto 50px}body[screen=lg].home .about-us-links .flex-container .left{padding-right:8.281%}body[screen=lg].home .about-us-links .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=md].home .about-us-links .container{width:66.667%;margin:0 auto}body[screen=md].home .about-us-links .container .flex-container{max-width:100%;margin:0 auto 30px}body[screen=md].home .about-us-links .container .flex-container .left{padding-right:8.088%}body[screen=md].home .about-us-links .container .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=md].home .about-us-links .container .links .images{width:54.688%;height:35.208vw}body[screen=md].home .about-us-links .container .links .links{padding-top:22px;width:45.312%;padding-left:51px}body[screen=sm].home .about-us-links .container{width:83.125%;margin:0 auto}body[screen=sm].home .about-us-links .container .flex-container{max-width:100%;margin:0 auto 28px}body[screen=sm].home .about-us-links .container .flex-container .left{padding-right:4.511%}body[screen=sm].home .about-us-links .container .flex-container .left h2{font-size:4rem;line-height:50px}body[screen=sm].home .about-us-links .container .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=sm].home .about-us-links .container .links .images{width:53.947%;height:53.281vw;max-height:341px}body[screen=sm].home .about-us-links .container .links .links{padding-top:12px;width:calc(45.312% + 21px);margin-left:-21px;padding-left:51px}body[screen=xs].home .about-us-links .container{width:57.903%;margin:0 8.764% 0 auto}body[screen=xs].home .about-us-links .container .flex-container{max-width:100%;margin:0 auto 12px}body[screen=xs].home .about-us-links .container .flex-container .left{width:100%;padding-right:0}body[screen=xs].home .about-us-links .container .flex-container .left h4{margin-bottom:8px;line-height:14px}body[screen=xs].home .about-us-links .container .flex-container .left h2{font-size:27px;letter-spacing:-0.54px;line-height:34px;margin-bottom:12px;font-weight:400}body[screen=xs].home .about-us-links .container .flex-container .right{padding-top:0;width:100%}body[screen=xs].home .about-us-links .container .flex-container .right p{font-size:1.6rem;line-height:23px;font-weight:300}body[screen=xs].home .about-us-links .container .links .images{width:25%;height:21.875vw;max-height:341px;position:absolute;top:35px;left:0}body[screen=xs].home .about-us-links .container .links .links{padding-top:0;width:100%;padding-left:0}body[screen=xs].home .about-us-links .container .links .links li{font-size:18px;letter-spacing:0;line-height:25px}body[screen=xs].home .about-us-links .container .links .links li a{padding-left:20px;display:inline-block}body[screen=xs].home .about-us-links .container .links .links li a:before{width:14px;left:0;top:12.5px}body[screen=xs].home .about-us-links .container .links .links li a:after{width:14px;height:3px;left:0;top:11px}.home .services{position:relative;padding:0}.home .services .background{left:0}.home .services .indicator{position:fixed;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;justify-content:space-evenly;height:100%;opacity:0;visibility:hidden;transition:visibility .5s,opacity .5s}.home .services .indicator .line{width:20px;height:2px;background-color:#2a363c;transition:width .5s,height .5s,background-color .5s}.home .services .indicator .line.active{width:40px;height:4px;background-color:#008061}.home .services .items{position:relative}.home .services .items .item{padding:80px 0}.home .services .items .item>.flex-container{max-width:83.333%;margin:0 auto;position:relative}.home .services .items .item{position:relative;width:100%}.home .services .items .item .image{width:41.75%;height:26.875vw;background-size:cover;background-repeat:no-repeat;margin-right:8.3125%}.home .services .items .item .text{width:39.938%;padding-top:48px}.home .services .items .item .text .info{align-items:center;margin-bottom:14px}.home .services .items .item .text .info h4{text-transform:uppercase;margin:0 16px 0 0}.home .services .items .item .text .info h4 a{color:#41535d}.home .services .items .item .text .info h4 a:hover{color:#41535d}.home .services .items .item .text .info span{font-size:15.5px;font-weight:200;letter-spacing:1.07px;line-height:18px;display:inline-block}.home .services .items .item .text h2{margin:0 0 16px;font-size:46px;font-weight:300;letter-spacing:-0.84px}.home .services .items .item .text p{font-size:20px;letter-spacing:0;line-height:37px;margin:0}.home .services .items .item:nth-of-type(odd){background-color:#fff}.home .services .items .item:nth-of-type(even){background-color:#f3f5f7}.home:not(.services-open) .services .items .item:last-of-type{bottom:0;top:auto}.home.services-open .services .background{position:fixed;top:98px}.home.services-open .services .item.active{top:calc(50% + 49px);left:50%;width:83.333%;transform:translate(-50%,-50%);position:fixed}body[screen=lg].home .services{min-height:40vw}body[screen=lg].home .services .items>.flex-container{width:83.047%}body[screen=lg].home .services .items .item .image{width:42.897%;height:27.5vw;margin-right:7.244%}body[screen=lg].home .services .items .item .text{width:39.793%}body[screen=lg].home .services .items .item .text p{font-size:18px;line-height:28px}body[screen=lg].home.services-open .services .background{position:fixed;top:98px}body[screen=lg].home.services-open .services .item.active{width:83.047%}body[screen=md].home .services{min-height:52.604vw;padding:0}body[screen=md].home .services .items>.flex-container{width:83.438%}body[screen=md].home .services .items .item{padding:50px 0}body[screen=md].home .services .items .item .image{width:43.82%;height:28.125vw;margin-right:6.242%}body[screen=md].home .services .items .item .text{padding-top:22px;width:39.95%}body[screen=md].home .services .items .item .text p{font-size:18px;line-height:28px}body[screen=sm].home .services,body[screen=xs].home .services{padding:0}body[screen=sm].home .services .items,body[screen=xs].home .services .items{min-height:0}body[screen=sm].home .services .items .item,body[screen=xs].home .services .items .item{position:relative;visibility:visible;opacity:1}body[screen=sm].home .services .items .item:nth-of-type(odd),body[screen=xs].home .services .items .item:nth-of-type(odd){background-color:#f3f5f7}body[screen=sm].home .services .items .item:nth-of-type(even),body[screen=xs].home .services .items .item:nth-of-type(even){background-color:#fff}body[screen=sm].home .services{min-height:0;height:auto}body[screen=sm].home .services .indicator{display:none}body[screen=sm].home .services .items{width:100;margin:0 0 0 auto}body[screen=sm].home .services .items .item{display:flex;margin-left:auto;margin-right:0}body[screen=sm].home .services .items .item>.flex-container{max-width:83.437%;margin:0 0 0 auto;padding:61px 10.112% 50px 20.224%}body[screen=sm].home .services .items .item .image{position:absolute;top:49px;left:-9.844%;width:23.596%;height:15.156vw;margin-right:0}body[screen=sm].home .services .items .item .text{padding-top:0;width:100%}body[screen=sm].home .services .items .item .text .info span{display:none}body[screen=sm].home .services .items .item .text h2{font-size:4rem;line-height:50px}body[screen=sm].home .services .items .item .text p{font-size:1.8rem;line-height:28px;margin-bottom:20px}body[screen=sm].home .services .items .item .background{height:100%}body[screen=sm].home .services .items .item .background .image{width:100%;height:100%}body[screen=sm].home .services .background{width:16.563%}body[screen=xs].home header{background-color:rgba(33,43,48,0.9)}body[screen=xs].home header.menu-open{background-color:#212b30}body[screen=xs] .services{min-height:0;height:auto}body[screen=xs] .services .indicator{display:none}body[screen=xs] .services .items .item{padding:0}body[screen=xs] .services .items .item .background{height:100%;width:16.563%}body[screen=xs] .services .items .item .background .image{width:100%;height:100%}body[screen=xs] .services .items .item>.flex-container{max-width:83.437%;margin:0 0 0 auto;padding:35px 9.408% 35px 18.816%}body[screen=xs] .services .items .item .image{position:absolute;top:35px;left:-22.649%;width:34.188%;height:21.875vw;margin-right:0}body[screen=xs] .services .items .item .text{padding-top:0;width:100%}body[screen=xs] .services .items .item .text .info span{display:none}body[screen=xs] .services .items .item .text h4{font-size:11.5px;letter-spacing:.4px;line-height:14px}body[screen=xs] .services .items .item .text h2{font-size:27px;letter-spacing:-0.54px;line-height:34px}body[screen=xs] .services .items .item .text p{display:none}#services-overlay{width:100%;height:100%;z-index:-1;position:fixed;top:0;left:0}#services-overlay .fake-content{height:200vh}#services-overlay .ps__rail-y{opacity:0 !important}body.services-open #services-overlay{z-index:100}body.services-open .services .indicator{opacity:1;visibility:visible}.widget_text .textwidget p:first-child:last-child{margin:0}.msie.home .services .indicator{justify-content:space-around}.entry-header{padding:253px 16.625% 140px;position:relative;background-size:cover;background-repeat:no-repeat}.entry-header:before{content:" ";display:block;width:100%;height:calc(100% - 152px);position:absolute;bottom:0;left:0;background-color:rgba(33,43,48,0.95);z-index:1}.entry-header>*{position:relative;z-index:1}.entry-header h4{color:#c2ced6;margin:0 0 25px;letter-spacing:.4px;font-weight:500}.entry-header h4 a{padding-right:24px;position:relative;color:#c2ced6}.entry-header h4 a:before{content:" ";width:7px;height:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%) rotate(-90deg);background-image:url(/wp-content/themes/lyquix/images/icons/nav_arrow-white-active.svg)}.entry-header h4 a:last-of-type{padding-right:0}.entry-header h4 a:last-of-type:before{display:none}.entry-header h1{margin:0;color:#f3f5f7;font-size:50px;letter-spacing:-0.99px;line-height:60px}.entry-header .common-button{margin-top:40px;margin-left:22px;display:inline-block;width:auto}body[screen=lg] .entry-header{padding:253px 16.641% 100px}body[screen=md] .entry-header{padding:253px 16.667% 100px}body[screen=sm] .entry-header:before{top:120.86px;height:calc(100% - 120.86px)}body[screen=sm] .entry-header{padding:199px 16.563% 100px}body[screen=sm] .entry-header h1{line-height:56px}.entry-content{padding:80px 0;background-color:#f3f5f7}.entry-content h2{color:#2a363c}.entry-content h2:nth-of-type(n+2),.entry-content h2:nth-child(n+2){margin-top:44px}.entry-content .content>*:first-child{margin-top:0}.entry-content .content>*:last-child{margin-bottom:0}.entry-content .content>.common-button{width:auto}body[screen=md] .entry-content,body[screen=sm] .entry-content{padding:50px 0}body[screen=md] h2:nth-of-type(n+2),body[screen=md] h2:nth-child(n+2),body[screen=sm] h2:nth-of-type(n+2),body[screen=sm] h2:nth-child(n+2){margin-top:30px}body[screen=xs] .entry-content{padding:36px 0}body[screen=xs] .entry-content h2{font-weight:500;margin-bottom:12px}body[screen=xs] .entry-content h2:nth-child(n+2){margin-top:22px}body[screen=xs] .entry-content p,body[screen=xs] .entry-content ul li{line-height:23px;font-weight:300}body[screen=xs] .entry-header:before{top:90px;height:calc(100% - 90px)}body[screen=xs] .entry-header{height:auto;padding:118px 16.875% 35px 8.125%}body[screen=xs] .entry-header h4{margin-bottom:7px;font-weight:400}body[screen=xs] .entry-header h1{font-size:3.2rem;line-height:39px}.page-about-us .entry-header:not(.featured-projects).expanding-text .foreground-image{background-position:left center}.page-about-us .entry-content{background-color:#fff}.page-about-us .entry-content .video-link:hover{cursor:pointer}body[screen=sm].page-disclaimer .entry-content .container{margin:0 16.563%}.page-careers .blurry-images-sidebar .item.no-links .flex-container{align-items:flex-start}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text h4{margin-top:0}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text h3{margin-bottom:0;font-size:24.5px;line-height:35px}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text h3:first-of-type{margin-top:0}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text h2{margin-bottom:10px}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text p{margin:6px 0 28px}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text .positions-list p{margin:2em 0 .5em 0}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text .positions-list h3{font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;margin-bottom:22px;margin-top:0}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text .positions-list h3 a{border-bottom:1px solid #2a363c}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text .positions-list h3:hover a{border-bottom-color:transparent}.page-careers .blurry-images-sidebar .item.no-links .flex-container .text .positions-list h3:last-of-type{margin-bottom:0}.page-careers .related-positions .bottom .flex-container .image{height:auto}.page-careers .social-media-widgets{padding:80px 0;background-color:#2a363c}.page-careers .social-media-widgets .cff-text,.page-careers .social-media-widgets .cff-post-text,.page-careers .social-media-widgets .ctf-tweet-text{font-size:2rem;line-height:1.85 !important}.page-careers .social-media-widgets .flex-container{justify-content:space-between}.page-careers .social-media-widgets .flex-container .top{width:100%}.page-careers .social-media-widgets .flex-container .cff-wrapper,.page-careers .social-media-widgets .flex-container #ctf,.page-careers .social-media-widgets .flex-container #sb_instagram{background-color:#fff;width:47.5% !important}.page-careers .social-media-widgets .flex-container #cff{padding:0}.page-careers .social-media-widgets .flex-container #cff .cff-posts-wrap{padding:10px}.page-careers .social-media-widgets .flex-container .cff-likebox{margin-top:0;height:71px !important;margin-bottom:0}.page-careers .social-media-widgets .flex-container .fb_iframe_widget{width:100%;display:block}.page-careers .social-media-widgets .flex-container .fb_iframe_widget>span{width:100% !important}.page-careers .social-media-widgets .flex-container .fb_iframe_widget>span>iframe{width:100% !important}.page-careers .social-media-widgets .flex-container .fb_iframe_widget>span>iframe ._2p3a{width:100% !important}.page-careers .social-media-widgets .flex-container .fb_iframe_widget>span>iframe .uiScaledImageContainer{width:100% !important}.page-careers .social-media-widgets .flex-container .cff-wrapper{margin-bottom:0}.page-careers .social-media-widgets .flex-container .left{width:463px}.page-careers .social-media-widgets .flex-container .right{width:calc(100% - 526px)}.page-careers .social-media-widgets .top h4{color:#c2ced6}.page-careers .social-media-widgets .top h2{color:#f3f5f7}body[screen=lg].page-careers .blurry-images-sidebar .item.no-links .flex-container{width:83.906%;align-items:flex-start}body[screen=lg].page-careers .blurry-images-sidebar .item.no-links .flex-container .image{width:42.458%}body[screen=lg].page-careers .blurry-images-sidebar .item.no-links .flex-container .text{width:49.628%}body[screen=lg].page-careers .social-media-widgets .flex-container .left{width:370px}body[screen=lg].page-careers .social-media-widgets .flex-container .left .cff-wrapper .cff-wrapper-ctn{height:376px !important}body[screen=lg].page-careers .social-media-widgets .flex-container .left #sb_instagram{height:444px !important}body[screen=lg].page-careers .social-media-widgets .flex-container .right{width:calc(100% - 433px)}body[screen=lg].page-careers .social-media-widgets .flex-container .right #ctf{height:870px !important}body[screen=lg].page-careers .social-media-widgets .cff-text,body[screen=lg].page-careers .social-media-widgets .cff-post-text,body[screen=lg].page-careers .social-media-widgets .ctf-tweet-text,body[screen=md].page-careers .social-media-widgets .cff-text,body[screen=md].page-careers .social-media-widgets .cff-post-text,body[screen=md].page-careers .social-media-widgets .ctf-tweet-text,body[screen=sm].page-careers .social-media-widgets .cff-text,body[screen=sm].page-careers .social-media-widgets .cff-post-text,body[screen=sm].page-careers .social-media-widgets .ctf-tweet-text{font-size:1.8rem;line-height:28px !important}body[screen=md].page-careers .social-media-widgets .left{width:278px}body[screen=md].page-careers .social-media-widgets .left .cff-wrapper .cff-wrapper-ctn{height:282px !important}body[screen=md].page-careers .social-media-widgets .left .cff-wrapper{margin-bottom:37px}body[screen=md].page-careers .social-media-widgets .left .fb_iframe_widget{height:130px !important}body[screen=md].page-careers .social-media-widgets .left #sb_instagram{height:333px !important}body[screen=md].page-careers .social-media-widgets .right{width:calc(100% - 315px)}body[screen=md].page-careers .social-media-widgets .right #ctf{height:652px !important}body[screen=md].page-careers .social-media-widgets,body[screen=sm].page-careers .social-media-widgets{padding:50px 0}body[screen=sm].page-careers .social-media-widgets .flex-container .left{width:43.258%}body[screen=sm].page-careers .social-media-widgets .flex-container .left .cff-wrapper .cff-wrapper-ctn{height:235px !important}body[screen=sm].page-careers .social-media-widgets .flex-container .left .cff-wrapper{margin-bottom:30px}body[screen=sm].page-careers .social-media-widgets .flex-container .left #sb_instagram{height:288px !important}body[screen=sm].page-careers .social-media-widgets .flex-container .right{width:49.813%}body[screen=sm].page-careers .social-media-widgets .flex-container .right #ctf{height:548px !important}body[screen=xs].page-careers .blurry-images-sidebar .item .flex-container .text h2{margin-bottom:12px}body[screen=xs].page-careers .blurry-images-sidebar .item .flex-container .text h3{font-size:18px;line-height:25px;margin-top:0}body[screen=xs].page-careers .blurry-images-sidebar .item .flex-container .text p{margin-bottom:12px}body[screen=xs].page-careers .social-media-widgets{padding:36px 0}body[screen=xs].page-careers .social-media-widgets .cff-text,body[screen=xs].page-careers .social-media-widgets .cff-post-text,body[screen=xs].page-careers .social-media-widgets .ctf-tweet-text{font-size:1.6rem;line-height:23px !important}body[screen=xs].page-careers .social-media-widgets .flex-container .cff-wrapper{max-width:463px;width:100% !important}body[screen=xs].page-careers .social-media-widgets .flex-container .cff-wrapper .cff-wrapper-ctn{height:272px !important}body[screen=xs].page-careers .social-media-widgets .flex-container .cff-wrapper{margin-bottom:12px}body[screen=xs].page-careers .social-media-widgets .flex-container #sb_instagram{height:333px !important;width:100% !important;max-width:463px;margin:0}body[screen=xs].page-careers .social-media-widgets .flex-container .left{width:100%}body[screen=xs].page-careers .social-media-widgets .flex-container .right{margin-top:12px;width:100%}body[screen=xs].page-careers .social-media-widgets .flex-container .right #ctf{height:300px !important;max-width:463px}.blurry-images-sidebar .item{position:relative;overflow:hidden}.blurry-images-sidebar .item .background-image{position:absolute;z-index:0;background-size:cover;height:100%;width:16.625%;overflow:hidden}.blurry-images-sidebar .item .background-image:before{content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(243,245,247,0.86);z-index:1}.blurry-images-sidebar .item .background-image .image{width:calc(100% + 20px);height:calc(100% + 20px);position:absolute;top:-10px;left:-10px;filter:blur(10px);background-size:cover;background-repeat:none;background-image:url(/wp-content/themes/lyquix/images/aboutUs-blurryimagemodule.jpg);z-index:0}.blurry-images-sidebar .item .flex-container{width:82.062%;margin:0 17.938% 0 0;padding:80px 0;position:relative;align-items:flex-start;z-index:1}.blurry-images-sidebar .item .flex-container .image{width:29.283%;margin-right:7.098%;height:18.813vw;background-size:cover;background-position:center;position:relative}.blurry-images-sidebar .item .flex-container .image .common-button{position:absolute;right:0;bottom:-11px;font-size:1.6rem;line-height:24px}.blurry-images-sidebar .item .flex-container .text{width:63.619%;padding-top:22px;flex-wrap:wrap;display:flex;align-items:flex-start}.blurry-images-sidebar .item .flex-container .text h2{margin-top:0;width:100%;margin-bottom:22px;font-weight:300;color:#111618}.blurry-images-sidebar .item .flex-container .text h3{color:#324048;font-size:24.5px;font-weight:400;letter-spacing:0;line-height:35px}.blurry-images-sidebar .item .flex-container .text h3:nth-of-type(n+2){margin-top:0}.blurry-images-sidebar .item .flex-container .text h4{margin-top:4px}.blurry-images-sidebar .item .flex-container .text h3,.blurry-images-sidebar .item .flex-container .text h4{width:100%}.blurry-images-sidebar .item .flex-container .text p{margin:16px 0}.blurry-images-sidebar .item .flex-container .text ul{margin:0 0 16px}.blurry-images-sidebar .item .flex-container .text ul li:first-of-type{margin-top:0}.blurry-images-sidebar .item .flex-container .text ul li:last-of-type{margin-bottom:0}.blurry-images-sidebar .item .flex-container .text .content{width:66.46%;margin-right:5.046%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.blurry-images-sidebar .item .flex-container .text .content p{margin-top:0;width:100%}.blurry-images-sidebar .item .flex-container .text .content .common-button{margin-top:16px}.blurry-images-sidebar .item .flex-container .links{width:26.412%}.blurry-images-sidebar .item .flex-container .links ul{margin:0;padding-left:0}.blurry-images-sidebar .item .flex-container .links ul li{font-size:1.6rem;line-height:24px;margin:0 0 17px;list-style:none;letter-spacing:.4px}.blurry-images-sidebar .item .flex-container .links ul li:last-of-type{margin-bottom:0}.blurry-images-sidebar .item .flex-container .links ul li a{text-decoration:none;color:#2a363c;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;border-bottom:1px solid #2a363c}.blurry-images-sidebar .item .flex-container .links ul li a:hover{text-decoration:none;border-bottom-color:transparent}.blurry-images-sidebar .item:nth-of-type(odd){background-color:#f3f5f7}body[screen=xl] .blurry-images-sidebar .item.no-links .background-image{width:33.375%}body[screen=xl] .blurry-images-sidebar .item.no-links .flex-container{width:75.125%;margin-left:8.25%;margin-right:16.625%;justify-content:space-between}body[screen=xl] .blurry-images-sidebar .item.no-links .flex-container .image{width:47.255%;height:27.562vw;margin-right:0}body[screen=xl] .blurry-images-sidebar .item.no-links .flex-container .text{width:44.426%}body[screen=xl] .blurry-images-sidebar .item.no-links .flex-container .text .content{width:100%}body[screen=lg] .blurry-images-sidebar .item .background-image{width:16.641%}body[screen=lg] .blurry-images-sidebar .item .flex-container{width:91.641%;margin-right:8.359%}body[screen=lg] .blurry-images-sidebar .item .flex-container .image{width:29.838%;height:19.14vw;margin-right:6.479%}body[screen=lg] .blurry-images-sidebar .item .flex-container .text{width:63.682%}body[screen=lg] .blurry-images-sidebar .item .flex-container .text p{font-size:1.8rem;line-height:28px}body[screen=lg] .blurry-images-sidebar .item .flex-container .text .content{width:65.462%;margin-right:6.291%}body[screen=lg] .blurry-images-sidebar .item .flex-container .text .links{width:28.246%}body[screen=lg] .blurry-images-sidebar .item.no-links .background-image{width:33.359%}body[screen=lg] .blurry-images-sidebar .item.no-links .flex-container{width:75.156%;margin-left:8.281%;margin-right:16.563%;justify-content:space-between}body[screen=lg] .blurry-images-sidebar .item.no-links .flex-container .text{width:44.595%}body[screen=lg] .blurry-images-sidebar .item.no-links .flex-container .text .content{width:100%}body[screen=lg] .blurry-images-sidebar .item.no-links .flex-container .image{width:47.401%;height:27.5vw;margin-right:0}body[screen=md] .blurry-images-sidebar .item .background-image{width:16.667%}body[screen=md] .blurry-images-sidebar .item .flex-container{width:91.875%;margin-right:8.125%;padding:50px 0}body[screen=md] .blurry-images-sidebar .item .flex-container .image{width:30.612%;height:19.688vw;margin-right:5.669%}body[screen=md] .blurry-images-sidebar .item .flex-container .image .common-button{width:220px}body[screen=md] .blurry-images-sidebar .item .flex-container .text{width:63.719%}body[screen=md] .blurry-images-sidebar .item .flex-container .text p{font-size:1.8rem;line-height:28px}body[screen=md] .blurry-images-sidebar .item .flex-container .text .content{width:65.836%;margin-right:5.338%}body[screen=md] .blurry-images-sidebar .item .flex-container .text .links{width:28.825%}body[screen=md] .blurry-images-sidebar .item.no-links .background-image{width:33.333%}body[screen=md] .blurry-images-sidebar .item.no-links .flex-container{margin-left:8.333%;margin-right:16.667%;width:75%;justify-content:space-between}body[screen=md] .blurry-images-sidebar .item.no-links .flex-container .text{width:44.444%}body[screen=md] .blurry-images-sidebar .item.no-links .flex-container .text .content{width:100%}body[screen=md] .blurry-images-sidebar .item.no-links .flex-container .image{width:48.611%;height:28.854vw;margin-right:0}body[screen=sm] .blurry-images-sidebar .item .background-image{width:8.281%}body[screen=sm] .blurry-images-sidebar .item .flex-container{width:91.819%;margin-right:8.281%;padding:50px 0}body[screen=sm] .blurry-images-sidebar .item .flex-container .image{width:21.465%;height:13.75vw;margin-right:5.669%}body[screen=sm] .blurry-images-sidebar .item .flex-container .text{width:72.742%;padding-top:0}body[screen=sm] .blurry-images-sidebar .item .flex-container .text .content{margin-right:7.025%;width:55.269%}body[screen=sm] .blurry-images-sidebar .item .flex-container .text .content p{font-size:1.8rem;line-height:28px}body[screen=sm] .blurry-images-sidebar .item .flex-container .text .content .dark-arrow{display:inline-block;clear:left}body[screen=sm] .blurry-images-sidebar .item .flex-container .text .links{width:37.705%}body[screen=sm] .blurry-images-sidebar .item.no-links .flex-container .text .content{width:100%}body[screen=xs] .blurry-images-sidebar .item .background-image{width:8.438%}body[screen=xs] .blurry-images-sidebar .item .flex-container{width:89.655%;margin-right:10.345%;padding:35px 0}body[screen=xs] .blurry-images-sidebar .item .flex-container .image{width:18.275%;height:14.375vw;margin-right:9.31%}body[screen=xs] .blurry-images-sidebar .item .flex-container .text{width:72.413%;padding-top:0}body[screen=xs] .blurry-images-sidebar .item .flex-container .text h2{margin-bottom:12px;font-weight:400}body[screen=xs] .blurry-images-sidebar .item .flex-container .text h3{font-size:18px;font-weight:400;line-height:25px}body[screen=xs] .blurry-images-sidebar .item .flex-container .text p{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px}body[screen=xs] .blurry-images-sidebar .item .flex-container .text .content{margin-right:0;width:100%}body[screen=xs] .blurry-images-sidebar .item .flex-container .text .content .dark-arrow{display:inline-block;clear:left}body[screen=xs] .blurry-images-sidebar .item .flex-container .text .links{display:none}body[screen=xs] .blurry-images-sidebar .item.no-links .flex-container .text .content{width:100%}.page-about-us\/mission-vision-and-values .entry-header{height:auto !important;padding-bottom:140px}.page-about-us\/mission-vision-and-values .blurry-images-sidebar .item:nth-of-type(odd){background-color:#fff}.page-about-us\/mission-vision-and-values .blurry-images-sidebar .item:nth-of-type(even){background-color:#f3f5f7}body[screen=lg].page-about-us\/mission-vision-and-values .entry-header{padding-bottom:140px}body[screen=md].page-about-us\/mission-vision-and-values .entry-header{padding-bottom:140px}body[screen=sm].page-about-us\/mission-vision-and-values .entry-header{padding-bottom:100px}body[screen=xs].page-about-us\/mission-vision-and-values .entry-header{padding-bottom:35px}.page-projects .entry-content .container>.flex-container{justify-content:space-between}.page-projects .entry-content .container>.flex-container .left{width:43.258%}.page-projects .entry-content .container>.flex-container .left h2{margin:0}.page-projects .entry-content .container>.flex-container .right{width:49.906%;margin-top:10px}.page-projects .entry-content .container>.flex-container .right p{margin-top:0;margin-bottom:0}.page-projects .entry-content .container>.flex-container .right .filters{margin-top:28px}.page-projects .entry-content .container>.flex-container .right .filters>div{width:calc(50% - 10px);margin-right:10px;position:relative;z-index:1}.page-projects .entry-content .container>.flex-container .right .filters>div span{padding:0 32px 6px 6px;border-bottom:2px solid #3b4b54;color:#3b4b54;font-size:20px;font-weight:500;line-height:30px;position:relative;display:block;background-image:url(/wp-content/themes/lyquix/images/icons/filter-arrow.svg);background-position:calc(100% - 5.5px) center;background-size:11px 6px;background-repeat:no-repeat;overflow:hidden}.page-projects .entry-content .container>.flex-container .right .filters>div span:hover{cursor:pointer}.page-projects .entry-content .container>.flex-container .right .filters>div ul{display:none;height:274px;width:283px;border:1px solid #dbe2e6;border-radius:1px;background-color:#f3f5f7;margin:0;padding:10.25px 0;position:absolute;top:calc(100% + 3px);left:0;overflow:hidden;z-index:2}.page-projects .entry-content .container>.flex-container .right .filters>div ul .ps__rail-y{border:1px solid #c2ced6;border-radius:4.5px;opacity:1 !important;display:block;width:6px;margin:19px 0 37px;right:12px;left:auto !important;height:218px}.page-projects .entry-content .container>.flex-container .right .filters>div ul .ps__rail-y .ps__thumb-y{width:3px;left:50%;height:167px !important;transform:translateX(-50%);border-radius:4.5px;background-color:#c2ced6}.page-projects .entry-content .container>.flex-container .right .filters>div ul li{list-style:none;margin:0;padding:10.25px 38.5px 10.25px 28.5px;color:#2a363c;font-size:16px;font-weight:300;line-height:24px}.page-projects .entry-content .container>.flex-container .right .filters>div ul li:hover{cursor:pointer;background-color:rgba(255,255,255,0.5)}.page-projects .entry-content .container>.flex-container .right .filters>div.open span{border-bottom-color:#008061}.page-projects .entry-content .container>.flex-container .right .filters>div.open ul{display:block}.page-projects .entry-content .container>.flex-container .right .filters>div.active span{border-bottom-color:#008061;color:#008061}.page-projects .featured-projects-grid{background-color:#f3f5f7}.page-projects .featured-projects-grid:before{display:none}.page-projects .featured-projects-grid .projects{justify-content:flex-start}.page-projects .featured-projects-grid .projects .project{max-height:431px}.page-projects .featured-projects-grid .projects .project .info{background-color:rgba(0,128,97,0.95)}.page-projects .featured-projects-grid .projects .project.no-image{background-image:url(/wp-content/themes/lyquix/images/abstract-banner.jpg) !important}.page-projects .featured-projects-grid .projects .project.no-image .info:not(:hover){background:rgba(33,43,48,0.95);opacity:1;visibility:visible}.page-projects .featured-projects-grid .projects .project.no-image .info:not(:hover) h3 a{color:#c2ced6}.page-projects .featured-projects-grid .projects .project.no-image .info:not(:hover) .light-arrow{color:#c2ced6}.page-projects .featured-projects-grid .projects .project.no-image .info{transition:background .5s}body[screen=lg].page-projects .entry-content .container>.flex-container{justify-content:space-between}body[screen=lg].page-projects .entry-content .container>.flex-container .left{width:37.119%}body[screen=lg].page-projects .entry-content .container>.flex-container .right{width:49.882%}body[screen=lg].page-projects .entry-content .container>.flex-container .right .flex-container>div{width:calc(50% - 14px);margin-right:14px}body[screen=md].page-projects .entry-content .container>.flex-container{justify-content:space-between}body[screen=md].page-projects .entry-content .container>.flex-container .left{width:31.562%}body[screen=md].page-projects .entry-content .container>.flex-container .right{width:62.5%}body[screen=md].page-projects .entry-content .container>.flex-container .right .flex-container>div{width:calc(50% - 14px);margin-right:14px}body[screen=sm].page-projects .featured-projects-grid .projects .project .info,body[screen=xs].page-projects .featured-projects-grid .projects .project .info{background-color:transparent;background:linear-gradient(136.41deg,rgba(22,29,32,0.9) 0,rgba(33,43,48,0.57) 87.63%,rgba(33,43,48,0.45) 100%)}body[screen=sm].page-projects .entry-content .container{width:87.031%;margin-left:8.281%;margin-right:4.688%}body[screen=sm].page-projects .entry-content .container>.flex-container{justify-content:space-between}body[screen=sm].page-projects .entry-content .container>.flex-container .left{width:33.214%}body[screen=sm].page-projects .entry-content .container>.flex-container .right{width:61.964%}body[screen=sm].page-projects .entry-content .container>.flex-container .right .flex-container>div{width:calc(50% - 11px);margin-right:11px}body[screen=xs].page-projects .entry-content .container>.flex-container{justify-content:space-between}body[screen=xs].page-projects .entry-content .container>.flex-container .left{width:100%}body[screen=xs].page-projects .entry-content .container>.flex-container .right{margin-top:5px;width:100%}body[screen=xs].page-projects .entry-content .container>.flex-container .right .filters{margin-top:22px}body[screen=xs].page-projects .entry-content .container>.flex-container .right .flex-container>div{width:calc(50% - 8px);margin-right:16px}body[screen=xs].page-projects .entry-content .container>.flex-container .right .flex-container>div span{max-height:32px;padding:0 32px 0 3px;font-size:1.7rem}body[screen=xs].page-projects .entry-content .container>.flex-container .right .flex-container>div:last-of-type{margin-right:0}.page-careers\/job-openings .entry-content .flex-container{width:66.641%;margin:0 auto;justify-content:space-between}.page-careers\/job-openings .entry-content .flex-container .left{width:42.321%}.page-careers\/job-openings .entry-content .flex-container .left h2{margin:0}.page-careers\/job-openings .entry-content .flex-container .right{width:50%;margin-top:10px}.page-careers\/job-openings .entry-content .flex-container .right p{margin:0}.page-careers\/job-openings .entry-content .flex-container .right .common-button{width:auto;display:inline-block;margin-top:32px;padding:12px 28px;font-size:1.6rem;line-height:28px}.page-careers\/job-openings .entry-content .flex-container .right .common-button:before,.page-careers\/job-openings .entry-content .flex-container .right .common-button:after{display:none}body[screen=md].page-careers\/job-openings .entry-content .flex-container{width:66.354%}body[screen=md].page-careers\/job-openings .entry-content .flex-container .left{width:36.892%}body[screen=md].page-careers\/job-openings .entry-content .flex-container .right{width:50.864%}body[screen=md].page-careers\/job-openings .entry-content .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=sm].page-careers\/job-openings .entry-content .flex-container{width:83.438%}body[screen=sm].page-careers\/job-openings .entry-content .flex-container .left{width:30.898%}body[screen=sm].page-careers\/job-openings .entry-content .flex-container .left h2{margin-bottom:12px}body[screen=sm].page-careers\/job-openings .entry-content .flex-container .right{width:60.673%}body[screen=sm].page-careers\/job-openings .entry-content .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=xs].page-careers\/job-openings .entry-content .flex-container{width:83.124%;margin:0 auto}body[screen=xs].page-careers\/job-openings .entry-content .flex-container .left,body[screen=xs].page-careers\/job-openings .entry-content .flex-container .right{width:100%}body[screen=xs].page-careers\/job-openings .entry-content .flex-container .right{margin-top:12px}body[screen=xs].page-careers\/job-openings .entry-content .flex-container .right .common-button{margin-top:12px;line-height:22px;margin-left:0}.page-about-us\/our-team .entry-header{background-position:center}.page-about-us\/our-team .entry-header .video-link{margin-top:28px;display:inline-block}.page-about-us\/our-team .entry-header .video-link:hover{cursor:pointer}.team-members{background-color:#f3f5f7;padding:80px 0}.team-members .flex-container{margin-bottom:50px}.team-members .flex-container:last-of-type{margin-bottom:0}.team-members h2{margin:0 0 25px}.team-members .item{width:calc(16.667% - 6px);margin-bottom:32px;margin:3px 3px 20px}.team-members .item .image{line-height:0;position:relative}.team-members .item .image .overlay{z-index:1;position:absolute;width:100%;height:100%;padding:30px;display:flex;align-items:center;background-color:rgba(0,128,97,0.95);transition:opacity .5s,visibility .5s;visibility:hidden;opacity:0}.team-members .item .image:hover .overlay{visibility:visible;opacity:1}.team-members .item .image img{position:relative;z-index:0;width:100%}.team-members .item .text{padding:14px 13px 0}.team-members .item .text h3{font-size:1.6rem;line-height:24px;margin:0}body[screen=lg] .team-members .item{width:calc(20% - 6px)}body[screen=lg] .team-members .item .text{padding:12px 12px 0}body[screen=md] .team-members{padding:50px 0}body[screen=md] .team-members .item{width:calc(20% - 6px)}body[screen=md] .team-members .item .image .overlay{padding-left:23px;padding-right:19px}body[screen=md] .team-members .item .text{padding:9px 9px 0}body[screen=sm] .team-members{padding:50px 0}body[screen=sm] .team-members .flex-container{margin-bottom:30px}body[screen=sm] .team-members .flex-container:last-of-type{margin-bottom:0}body[screen=sm] .team-members .item{width:calc(25% - 6px)}body[screen=sm] .team-members .item .image .overlay{padding-left:18px;padding-right:14px}body[screen=sm] .team-members .item .text{padding:7.5px 7.5px 0}body[screen=xs] .team-members{padding:36px 0}body[screen=xs] .team-members .flex-container{margin-bottom:19px}body[screen=xs] .team-members .flex-container:last-of-type{margin-bottom:0}body[screen=xs] .team-members h2{margin-bottom:12px}body[screen=xs] .team-members .item{width:100%;margin:0 0 3px;display:flex;align-items:flex-start}body[screen=xs] .team-members .item .image{width:87px}body[screen=xs] .team-members .item .text{padding:12px 0 0 12px;width:calc(100% - 87px)}body[screen=xs] .team-members .item .text h3{font-weight:300}.single-bio .entry-header{padding-bottom:80px;padding-top:209px}.single-bio .entry-header>.flex-container{justify-content:space-between}.single-bio .entry-header>.flex-container .headshot{width:27.809%}.single-bio .entry-header>.flex-container .text{padding-top:44px;width:62.453%}.single-bio .entry-header>.flex-container .text h1{margin:15px 0 28px}.single-bio .entry-header>.flex-container .text .links a{color:#fff;margin-right:40px;position:relative;font-size:1.6rem;line-height:24px;letter-spacing:.4px;border-bottom:1px solid #fff}.single-bio .entry-header>.flex-container .text .links a:hover{text-decoration:none;border-bottom-color:transparent}.single-bio .entry-header>.flex-container .text .links a:before{content:" ";display:block;width:1px;height:18px;position:absolute;top:50%;right:-19.5px;transform:translateY(-50%);background-color:#4b616c}.single-bio .entry-header>.flex-container .text .links a:last-of-type{margin-right:0}.single-bio .entry-header>.flex-container .text .links a:last-of-type:before{display:none}.single-bio .entry-content{padding:80px 0;background-color:#f3f5f7}.single-bio .entry-content .container .flex-container{margin-bottom:28px}.single-bio .entry-content .container .flex-container h3{color:#324048;font-size:2.2rem;font-weight:500;line-height:24px;margin:0 0 12px}.single-bio .entry-content .container .flex-container h4{margin:0}.single-bio .entry-content .container .flex-container .left{width:50%}.single-bio .entry-content .container .flex-container .right{width:50%}.single-bio .entry-content .container>*:first-child{margin-top:0}.single-bio .entry-content .container>* h2{margin-bottom:28px}.single-bio .entry-content .container>*:last-child{margin-bottom:0}.single-bio .entry-content .container .content{overflow:hidden;transition:max-height .5s}.single-bio .entry-content .container .content>*:first-child{margin-top:0}.single-bio .entry-content .container .content>*:last-child{margin-bottom:0}.single-bio .entry-content .container .controls{margin-top:12px;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;position:relative;padding-left:16px}.single-bio .entry-content .container .controls:before{content:"+";position:absolute;left:0;top:50%;transform:translateY(-50%);transition:transform .5s}.single-bio .entry-content .container .controls:hover{cursor:pointer}.single-bio .entry-content.open .container .content{max-height:10000px !important}.single-bio .entry-content.open .container .controls:before{transform:translateY(-50%) rotate(45deg)}body[screen=lg].single-bio .entry-header{padding-top:209px;padding-bottom:80px}body[screen=lg].single-bio .entry-header>.flex-container .headshot{width:28.638%}body[screen=lg].single-bio .entry-header>.flex-container .text{padding-top:60px;width:62.412%}body[screen=lg].single-bio .entry-content .container .flex-container h3{font-size:20px;font-weight:500;letter-spacing:0;line-height:24px}body[screen=md].single-bio .entry-header{padding-top:195px;height:auto;padding-bottom:80px}body[screen=md].single-bio .entry-header>.flex-container .headshot{width:29.688%}body[screen=md].single-bio .entry-header>.flex-container .text{padding-top:30px;width:62.5%}body[screen=md].single-bio .entry-header>.flex-container .text h4{margin-bottom:15px}body[screen=md].single-bio .entry-header>.flex-container .text h1{margin-bottom:18px}body[screen=md].single-bio .entry-content{padding:50px 0}body[screen=md].single-bio .entry-content .container .flex-container h3{font-size:20px;font-weight:500;letter-spacing:0;line-height:24px}body[screen=sm].single-bio .entry-header{padding:168px 8.438% 80px 16.563%}body[screen=sm].single-bio .entry-header>.flex-container .headshot{width:28.542%}body[screen=sm].single-bio .entry-header>.flex-container .text{padding-top:30px;width:66.667%}body[screen=sm].single-bio .entry-header>.flex-container .text h4{margin-bottom:15px}body[screen=sm].single-bio .entry-header>.flex-container .text h1{margin-bottom:28px}body[screen=sm].single-bio .entry-header>.flex-container .text .links{display:flex;flex-direction:column}body[screen=sm].single-bio .entry-header>.flex-container .text .links a{margin-right:0;margin-bottom:17px}body[screen=sm].single-bio .entry-header>.flex-container .text .links a:last-of-type{margin-bottom:0}body[screen=sm].single-bio .entry-header>.flex-container .text .links a:before{display:none}body[screen=sm].single-bio .entry-content{padding:50px 0}body[screen=sm].single-bio .entry-content .flex-container h3{font-size:20px;font-weight:500;letter-spacing:0;line-height:24px}body[screen=sm].single-bio .entry-content .flex-container .left,body[screen=sm].single-bio .entry-content .flex-container .right{padding-right:54px}body[screen=sm].single-bio .entry-content .container .content{transition:max-height .5s}body[screen=sm].single-bio .entry-content.open .container .content{max-height:100000px}body[screen=xs].single-bio .entry-header{padding:118px 0 35px 8.438%}body[screen=xs].single-bio .entry-header>.flex-container .text{padding-top:0;width:100%}body[screen=xs].single-bio .entry-header>.flex-container .text h4{margin-bottom:7px;letter-spacing:.4px}body[screen=xs].single-bio .entry-header>.flex-container .text h1{margin-bottom:22px;padding-right:9.215%}body[screen=xs].single-bio .entry-header>.flex-container .text img{width:100%}body[screen=xs].single-bio .entry-header>.flex-container .text .links{margin-top:12px;display:flex;align-items:flex-start;flex-direction:column}body[screen=xs].single-bio .entry-header>.flex-container .text .links a{margin-right:0;margin-bottom:17px;line-height:22px;letter-spacing:-0.21px}body[screen=xs].single-bio .entry-header>.flex-container .text .links a:last-of-type{margin-bottom:0}body[screen=xs].single-bio .entry-header>.flex-container .text .links a:before{display:none}body[screen=xs].single-bio .entry-content{padding:36px 0}body[screen=xs].single-bio .entry-content h2{margin-bottom:12px;font-weight:400}body[screen=xs].single-bio .entry-content .flex-container{margin-bottom:17px}body[screen=xs].single-bio .entry-content .flex-container h3{font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px;margin-bottom:3px}body[screen=xs].single-bio .entry-content .flex-container .left,body[screen=xs].single-bio .entry-content .flex-container .right{width:100%}body[screen=xs].single-bio .entry-content .flex-container .left{margin-bottom:12px}body[screen=xs].single-bio .entry-content .flex-container .right{margin-bottom:0}.single-project .projects-banner{height:754px;position:relative;overflow:hidden;background-color:rgba(33,43,48,0.95)}.single-project .projects-banner.no-image:before{width:100%}.single-project .projects-banner .images{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.single-project .projects-banner .images .image{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center;z-index:0;filter:blur(4px)}.single-project .projects-banner .images .foreground-image{background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;width:51.875%;bottom:0;left:0;height:calc(100% - 152px);z-index:1}.single-project .projects-banner .images .foreground-image:before{content:" ";display:block;width:100%;height:100%;position:absolute;bottom:0;left:0;background:linear-gradient(134.11deg,rgba(33,43,48,0.46) 0,rgba(33,43,48,0.02) 100%);z-index:2}.single-project .projects-banner .projects{position:absolute;z-index:1;width:48.125%;height:calc(100% - 152px);top:152px;right:0;padding:88px 8.375% 80px 6.438%}.single-project .projects-banner .projects .project{width:100%}.single-project .projects-banner .projects .project:after{content:" ";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(33,43,48,0.95);z-index:1;transition:width .5s,left .5s,background-image .5s}.single-project .projects-banner .projects .project .info{align-items:center;margin-bottom:14px;position:relative;z-index:2}.single-project .projects-banner .projects .project .info h4{color:#c2ced6;margin-right:11px;text-transform:uppercase;letter-spacing:1px;margin:0}.single-project .projects-banner .projects .project .info span{color:#c2ced6;font-size:1.3rem;font-weight:200;letter-spacing:.9px;line-height:15px;text-transform:uppercase}.single-project .projects-banner .projects .project h1{margin:0 0 40px;position:relative;z-index:2}.single-project .projects-banner .projects .project h1 a{color:#f3f5f7}.single-project .projects-banner .projects .project p{color:#c2ced6;margin:0}.single-project .projects-banner .projects .project .common-button{display:inline-block;width:auto;font-family:"Public Sans";font-size:18px;letter-spacing:0;line-height:28px;padding:8px 14px 9px;font-weight:400;position:relative;z-index:2;margin-bottom:8px;margin-right:8px}.single-project .projects-banner .projects .project .common-button a{color:#fff}.single-project .projects-banner .projects .project .common-button a:hover{text-decoration:underline}.single-project .projects-banner .projects .project .common-button:before{display:none}.single-project .projects-banner .projects .project .common-button:after{display:none}.single-project .entry-content .highlights{margin:28px 0;gap:14px}.single-project .entry-content .highlights .field{width:254px}.single-project .entry-content .highlights .field h3{color:#324048;font-size:2.2rem;font-weight:500;line-height:24px;margin:0 0 12px}.single-project .entry-content .highlights .field h4{margin:0}.single-project .project-images{position:relative;width:100%;height:calc(32vw + 160px);overflow:hidden}.single-project .project-images .prev,.single-project .project-images .next{width:20px;height:39px;position:absolute;top:50%;transform:translateY(-50%);transition:background-image .5s;background-size:100%;background-repeat:no-repeat;z-index:1}.single-project .project-images .prev:hover,.single-project .project-images .next:hover{cursor:pointer}.single-project .project-images .prev{left:8.5%;background-image:url(/wp-content/themes/lyquix/images/icons/photogallery-leftarrow.svg)}.single-project .project-images .prev:hover{background-image:url(/wp-content/themes/lyquix/images/icons/photogallery-leftarrow-hover.svg)}.single-project .project-images .next{right:8.5%;background-image:url(/wp-content/themes/lyquix/images/icons/photogallery-rightarrow.svg)}.single-project .project-images .next:hover{background-image:url(/wp-content/themes/lyquix/images/icons/photogallery-rightarrow-hover.svg)}.single-project .project-images .item{padding:80px 0;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:0;transition:opacity .5s,visibility .5s}.single-project .project-images .item.active{opacity:1;visibility:visible}.single-project .project-images .item .background-image{width:41.625%;position:absolute;top:0;left:0;height:100%;opacity:.8;z-index:0;overflow:hidden}.single-project .project-images .item .background-image .image{background-size:cover;background-repeat:no-repeat;filter:blur(10px);transition:background-image .5s;width:100%;height:100%}.single-project .project-images .item .background-image:before{content:" ";width:100%;height:100%;opacity:.8;background-color:#f3f5f7;position:absolute;top:0;left:0;z-index:1}.single-project .project-images .item .flex-container{position:relative;z-index:1;justify-content:space-between}.single-project .project-images .item .image{width:72.097%;height:32vw;background-size:contain;background-repeat:no-repeat;background-position:center}.single-project .project-images .item .text{width:24.906%;padding-top:47px}.single-project .project-images .item .text h4{margin:0 0 29px;font-size:1.3rem;line-height:15px}body[screen=lg].single-project .projects-banner .projects h1,body[screen=md].single-project .projects-banner .projects h1{font-size:5rem;letter-spacing:-0.91px;font-weight:400}body[screen=lg].single-project .projects-banner .foreground-image{width:52.344%;top:151px;height:calc(100% - 151px)}body[screen=lg].single-project .projects-banner .projects{width:47.656%;padding:104px 8.281% 80px 6.016%}body[screen=lg].single-project .projects-banner .projects h1{line-height:60px}body[screen=md].single-project .projects-banner .foreground-image{width:53.229%;top:151px;height:calc(100% - 151px)}body[screen=md].single-project .projects-banner .projects{width:46.771%;padding:104px 8.333% 80px 5.104%}body[screen=md].single-project .projects-banner .projects h1{line-height:56px}body[screen=sm].single-project .projects-banner .images .foreground-image{width:46.406%;top:121px;height:calc(100% - 121px)}body[screen=sm].single-project .projects-banner .images .foreground-image.active:after{top:0}body[screen=sm].single-project .projects-banner .projects{width:53.594%;padding:55px 6.875% 50px 3.593%;top:121px;height:calc(100% - 121px)}body[screen=sm].single-project .projects-banner .projects h1{letter-spacing:-0.91px;line-height:56px;font-weight:400}body[screen=sm].single-project .projects-banner:before{width:212px;height:calc(100% - 120px);top:120px}body[screen=sm].single-project .projects-banner.no-image:before{width:100%}body[screen=xs].single-project .projects-banner{min-height:392px;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}body[screen=xs].single-project .projects-banner:before{width:100%;height:calc(100% - 90px);top:90px;background-color:rgba(33,43,48,0.9)}body[screen=xs].single-project .projects-banner .images{order:2;position:static}body[screen=xs].single-project .projects-banner .images:before{content:" ";display:block;width:100%;height:calc(100% - 90px);top:90px;left:0;background-color:rgba(33,43,48,0.9);position:absolute;z-index:1}body[screen=xs].single-project .projects-banner .images .foreground-image{margin-left:8.125%;left:auto;width:91.875%;height:68.438vw;top:auto;position:relative}body[screen=xs].single-project .projects-banner .images .foreground-image:after{display:none}body[screen=xs].single-project .projects-banner .projects{padding:0 8.125% 0 0;width:100%;order:1}body[screen=xs].single-project .projects-banner .projects .project:after{display:none}body[screen=xs].single-project .projects-banner .projects .project .info{padding-right:9.589%}body[screen=xs].single-project .projects-banner .projects .project h1{margin-bottom:22px;font-size:32px;letter-spacing:-0.64px;line-height:39px}body[screen=xs].single-project .projects-banner .projects .project .common-button{display:none}body[screen=xs].single-project article>.common-button{display:inline-block;width:100%;font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:22px;padding:6px 8.75%;margin:0}body[screen=xs].single-project article>.common-button a{color:#fff}body[screen=xs].single-project article>.common-button:before,body[screen=xs].single-project article>.common-button:after{display:none}body[screen=lg].single-project .project-images{height:calc(31.64vw + 160px)}body[screen=lg].single-project .project-images .prev,body[screen=lg].single-project .project-images .next{height:19px;width:10px}body[screen=lg].single-project .project-images .prev{left:8.203%}body[screen=lg].single-project .project-images .next{right:8.203%}body[screen=lg].single-project .project-images .item .background-image{width:41.625%}body[screen=lg].single-project .project-images .item .container .image{width:71.311%;height:31.64vw}body[screen=lg].single-project .project-images .item .text{width:24.473%;padding-top:47px}body[screen=md].single-project .project-images{height:calc(25.521vw + 100px)}body[screen=md].single-project .project-images .prev,body[screen=md].single-project .project-images .next{height:19px;width:10px}body[screen=md].single-project .project-images .prev{left:8.646%}body[screen=md].single-project .project-images .next{right:8.646%}body[screen=md].single-project .project-images .item{padding:50px 0}body[screen=md].single-project .project-images .item .background-image{width:41.667%}body[screen=md].single-project .project-images .item .container .image{width:57.477%;height:25.521vw}body[screen=md].single-project .project-images .item .text{width:37.383%;padding-top:19px}body[screen=md].single-project .project-images .item .text h4{margin-bottom:12px}body[screen=sm].single-project .project-images{height:calc(36.562vw + 100px)}body[screen=sm].single-project .project-images .prev{left:8.646%}body[screen=sm].single-project .project-images .next{right:8.646%}body[screen=sm].single-project .project-images .item{padding:50px 0}body[screen=sm].single-project .project-images .item .background-image{width:25%}body[screen=sm].single-project .project-images .item .container .image{width:54.409%;height:30.156vw}body[screen=sm].single-project .project-images .item .text{width:36.773%;padding-top:11px}body[screen=sm].single-project .project-images .item .text h4{margin-bottom:12px}body[screen=sm].single-project .project-images .item .text h4 .prev,body[screen=sm].single-project .project-images .item .text h4 .next{margin-top:1px;height:14px;width:7px;display:inline-block;position:static;transform:none}body[screen=sm].single-project .project-images .item .text h4 .prev{margin-right:23px}body[screen=sm].single-project .project-images .item .text h4 .next{margin-left:23px}body[screen=sm].single-project .project-images .item .text p{margin:0}body[screen=sm].single-project .entry-content .highlights .field{width:146px}body[screen=sm].single-project .entry-content .highlights .field h3{margin-bottom:13px;font-size:2rem;font-weight:500;letter-spacing:0;line-height:24px}body[screen=sm].single-project .entry-content .highlights .field:last-of-type{margin-bottom:0}body[screen=xs].single-project header{background-color:rgba(33,43,48,0.9)}body[screen=xs].single-project header.menu-open{background-color:#212b30}body[screen=xs].single-project .projects-banner{padding:112px 0 0;height:auto}body[screen=xs].single-project .projects-banner .projects{position:relative;top:0;left:0;z-index:2;margin-left:8.75%}body[screen=xs].single-project .projects-banner .projects .project{position:static;padding-right:9.215%}body[screen=xs].single-project .projects-banner.no-image{padding-bottom:35px}body[screen=xs].single-project .projects-banner.no-image .projects .project h1{margin-bottom:0}body[screen=xs].single-project .project-images{min-height:0;height:auto}body[screen=xs].single-project .project-images .prev{left:8.646%}body[screen=xs].single-project .project-images .next{right:8.646%}body[screen=xs].single-project .project-images .item{padding:33.5px 0 36px;opacity:1;visibility:visible;position:relative;display:none}body[screen=xs].single-project .project-images .item .background-image{width:100%;height:43.75%}body[screen=xs].single-project .project-images .item .container .image{width:100%;height:55.313vw}body[screen=xs].single-project .project-images .item .text{width:100%;padding-top:20px}body[screen=xs].single-project .project-images .item .text h4{font-size:11.5px;font-weight:300;letter-spacing:.4px;line-height:14px;margin-bottom:12px}body[screen=xs].single-project .project-images .item .text h4 .prev,body[screen=xs].single-project .project-images .item .text h4 .next{height:10px;width:5px;margin-top:2px;display:inline-block;position:static;transform:none}body[screen=xs].single-project .project-images .item .text h4 .prev{margin-right:15px}body[screen=xs].single-project .project-images .item .text h4 .next{margin-left:15px}body[screen=xs].single-project .project-images .item .text p{margin:0;line-height:23px}body[screen=xs].single-project .project-images .item.active{display:block}body[screen=xs].single-project .entry-content h2:first-child{margin-top:0;margin-bottom:12px;letter-spacing:-0.48px;font-weight:400}body[screen=xs].single-project .entry-content .highlights{margin:12px 0;gap:13px}body[screen=xs].single-project .entry-content .highlights .field{width:100%}body[screen=xs].single-project .entry-content .highlights .field h3{margin-bottom:3px;font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px}body[screen=xs].single-project .entry-content .highlights .field:last-of-type{margin-bottom:0}.single-market .entry-header h1{margin-bottom:28px}.single-market .entry-header p{font-size:18px;letter-spacing:0;line-height:28px;color:#f3f5f7}.single-news_item .entry-header .background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;z-index:0}.single-news_item .entry-header .text h1{margin-bottom:28px}.single-news_item .entry-header .text h4{color:#c2ced6;font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px}.single-news_item .entry-header .text h4 a{color:#c2ced6;text-decoration:none}.single-news_item .entry-header .text h4 a:hover{text-decoration:underline}.single-news_item .entry-header .text>p{color:#f3f5f7}.single-news_item .entry-header .text>a{text-decoration:underline;color:#fff;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px}.single-news_item .entry-header .text>a:hover{text-decoration:none}.single-news_item .entry-header.has-image{position:relative;height:755px;padding:0}.single-news_item .entry-header.has-image .foreground-image{width:51.875%;height:calc(100% - 165px);background-size:cover;background-position:center;position:absolute;top:165px;left:0}.single-news_item .entry-header.has-image .text{width:48.125%;margin:0 0 0 auto;padding:255px 8.375% 80px 6.438%}.single-news_item .entry-header.has-image .text h4{margin-bottom:15px}.single-news_item .entry-header.has-video{padding:0;height:auto;background-color:#f3f5f7}.single-news_item .entry-header.has-video:before{height:calc(100% - 202px);bottom:50px;z-index:1}.single-news_item .entry-header.has-video .background-image{height:calc(100% - 50px)}.single-news_item .entry-header.has-video .text{padding:253px 16.625% 0}.single-news_item .entry-header.has-video .text h1{margin-bottom:0}.single-news_item .entry-header.has-video .video{width:83.234%;height:46.785vw;margin:40px auto 0;position:relative}.single-news_item .entry-header.has-video .video iframe{position:absolute;width:100%;height:100%;top:0;left:0;border:0}.single-news_item .entry-content .article-info{margin-bottom:28px;justify-content:space-between}.single-news_item .entry-content .article-info>*{margin:0}.single-news_item .entry-content .article-info h3{font-size:2rem;line-height:24px}.single-news_item .entry-content .content img{height:auto !important}.single-news_item .related-content>div{padding:80px 0;border-top:1px solid #dbe2e6}.single-news_item .related-content>div:nth-of-type(even){background-color:#f3f5f7}.single-news_item .related-content>div .flex-container{justify-content:space-between}.single-news_item .related-content>div .flex-container .left{width:32.772%}.single-news_item .related-content>div .flex-container .left h4{font-weight:500;margin:0 0 14px}.single-news_item .related-content>div .flex-container .left h2{margin:0;font-weight:300}.single-news_item .related-content>div .flex-container .right{width:50%;padding-top:41px}.single-news_item .related-content>div .flex-container .right>P{margin:0}.single-news_item .related-content>div .flex-container .right h3{font-size:2rem;line-height:24px}.single-news_item .related-content>div .flex-container .right ul{margin:30px 0 0;padding:0}.single-news_item .related-content>div .flex-container .right ul li{margin-bottom:9px;font-size:1.6rem;line-height:24px;list-style:none}.single-news_item .related-content>div .flex-container .right ul li a{text-decoration:none;color:#2a363c;font-family:"Public Sans";font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;border-bottom:1px solid #2a363c}.single-news_item .related-content>div .flex-container .right ul li a:hover{text-decoration:none;border-bottom-color:transparent}.single-news_item .related-content>div .flex-container .right .item{margin-bottom:43px}.single-news_item .related-content>div .flex-container .right .item:last-of-type{margin-bottom:0}.single-news_item .related-content>div .flex-container .right .item h3{margin:0 0 10px}.single-news_item .related-content>div .flex-container .right .item p{font-size:1.8rem;line-height:28px;margin:0}.single-news_item .related-content>div .flex-container .right .item a{display:inline-block;margin-top:12px;border-bottom:1px solid #2a363c;font-size:1.6rem;letter-spacing:.4px;font-weight:300;line-height:24px}.single-news_item .related-content>div .flex-container .right .item a:hover{text-decoration:none;border-bottom-color:transparent}body[screen=lg].single-news_item .entry-header.has-image{height:755px;padding:0}body[screen=lg].single-news_item .entry-header.has-image .foreground-image{width:52.344%;top:151px;height:calc(100% - 151px)}body[screen=lg].single-news_item .entry-header.has-image .text{width:47.656%;padding:255px 8.281% 80px 6.016%}body[screen=lg].single-news_item .entry-header.has-video{height:auto;padding:0}body[screen=lg].single-news_item .entry-header.has-video .text{padding:253px 16.625% 0}body[screen=lg].single-news_item .entry-header.has-video .video{width:83.438%;height:46.785vw;margin:40px auto 0}body[screen=lg].single-news_item .related-content>div .flex-container .left{width:37.119%}body[screen=lg].single-news_item .related-content>div .flex-container .right{width:49.882%}body[screen=md].single-news_item .entry-content.has-image{height:755px;padding:0}body[screen=md].single-news_item .entry-content.has-image .foreground-image{width:53.229%;top:151px;height:calc(100% - 151px)}body[screen=md].single-news_item .entry-content.has-image .text{width:46.771%;padding:255px 8.333% 80px 5.104%}body[screen=md].single-news_item .entry-content.has-video{height:auto;padding:0}body[screen=md].single-news_item .entry-content.has-video .text{padding:253px 16.667% 0}body[screen=md].single-news_item .entry-content.has-video .video{width:83.333%;height:46.829%;position:relative;margin:40px auto 0}body[screen=md].single-news_item .entry-content .article-info{flex-direction:column}body[screen=md].single-news_item .entry-content .article-info h4{order:1}body[screen=md].single-news_item .entry-content .article-info h3{order:2}body[screen=md].single-news_item .related-content>div{padding:50px 0}body[screen=md].single-news_item .related-content>div .flex-container .left{width:31.562%}body[screen=md].single-news_item .related-content>div .flex-container .right{width:62.5%}body[screen=sm].single-news_item .entry-header.has-image{padding:0}body[screen=sm].single-news_item .entry-header.has-image .foreground-image{width:46.406%;top:144px;height:calc(100% - 144px)}body[screen=sm].single-news_item .entry-header.has-image .text{width:53.594%;padding:199px 6.875% 50px 3.593%}body[screen=sm].single-news_item .entry-header.has-video{height:auto;padding:0}body[screen=sm].single-news_item .entry-header.has-video:before{top:auto;height:calc(100% - 171px)}body[screen=sm].single-news_item .entry-header.has-video .text{padding:199px 16.563% 0}body[screen=sm].single-news_item .entry-header.has-video .video{width:83.438%;height:46.875vw;margin:40px auto 0}body[screen=sm].single-news_item .entry-content .article-info{flex-direction:column}body[screen=sm].single-news_item .entry-content .article-info h4{order:1}body[screen=sm].single-news_item .entry-content .article-info h3{order:2}body[screen=sm].single-news_item .related-content>div{padding:50px 0}body[screen=sm].single-news_item .related-content>div .flex-container .left{width:36.892%}body[screen=sm].single-news_item .related-content>div .flex-container .right{width:60.673%}body[screen=sm].single-news_item .related-content>div .flex-container .right ul{margin-top:0}body[screen=sm].single-news_item .related-content>div .flex-container .right ul li:first-of-type{margin-top:0}body[screen=sm].single-news_item .related-content>div .flex-container .right .item{margin-bottom:38px}body[screen=sm].single-news_item .related-content>div .flex-container .right .item:last-of-type{margin-bottom:0}body[screen=xs].single-news_item .entry-header .text h4{font-size:11.5px;letter-spacing:.4px;line-height:14px}body[screen=xs].single-news_item .entry-header.has-image{padding:118px 0 0;min-height:0;height:auto;flex-wrap:wrap}body[screen=xs].single-news_item .entry-header.has-image>*{width:100%}body[screen=xs].single-news_item .entry-header.has-image .top{padding:0 8.125%;margin-bottom:22px;display:block}body[screen=xs].single-news_item .entry-header.has-image .top h4{margin:0 0 7px}body[screen=xs].single-news_item .entry-header.has-image .top h1{margin:0 0 22px}body[screen=xs].single-news_item .entry-header.has-image .text{padding:0 8.125% 35px;width:100%}body[screen=xs].single-news_item .entry-header.has-image .text h4,body[screen=xs].single-news_item .entry-header.has-image .text h1{display:none}body[screen=xs].single-news_item .entry-header.has-image .text .content{margin-top:22px;max-height:66px;margin-bottom:12px}body[screen=xs].single-news_item .entry-header.has-image .text .content p{font-size:1.6rem;line-height:22px}body[screen=xs].single-news_item .entry-header.has-image .foreground-image{margin-left:8.125%;width:91.875%;height:68.438vw;margin-bottom:12px;top:auto;position:relative}body[screen=xs].single-news_item .entry-header.has-video{height:auto;padding:0}body[screen=xs].single-news_item .entry-header.has-video:before{top:auto;bottom:21px;height:calc(100% - 111px)}body[screen=xs].single-news_item .entry-header.has-video .background-image{height:calc(100% - 21px)}body[screen=xs].single-news_item .entry-header.has-video .text{padding:118px 16.875% 0 8.125%}body[screen=xs].single-news_item .entry-header.has-video .video{width:83.438%;height:46.875vw;margin:21px auto 0}body[screen=xs].single-news_item .entry-content .article-info{flex-direction:column}body[screen=xs].single-news_item .entry-content .article-info h4{order:1}body[screen=xs].single-news_item .entry-content .article-info h3{order:2}body[screen=xs].single-news_item .related-content>div{padding:36px 0}body[screen=xs].single-news_item .related-content>div .flex-container .left{width:100%;padding-top:0}body[screen=xs].single-news_item .related-content>div .flex-container .left h4{margin:0 0 5px}body[screen=xs].single-news_item .related-content>div .flex-container .right{padding-top:0;width:100%}body[screen=xs].single-news_item .related-content>div .flex-container .right ul{margin-top:12px}body[screen=xs].single-news_item .related-content>div .flex-container .right ul li:first-of-type{margin-top:0}body[screen=xs].single-news_item .related-content>div .flex-container .right .item{margin-bottom:22px}body[screen=xs].single-news_item .related-content>div .flex-container .right .item>h3{margin-top:12px;font-size:1.65rem;line-height:25px;margin-bottom:5px}body[screen=xs].single-news_item .related-content>div .flex-container .right .item:last-of-type{margin-bottom:0}body[screen=xs].single-news_item .related-content>div .flex-container .right .item p{font-size:1.6rem;line-height:24px}body[screen=xs].single-news_item .related-content>div .flex-container .right .item a{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px}.page-news-blog .featured-news-item,.taxonomy-news_type .featured-news-item{min-height:695px;padding-top:253px;padding-bottom:140px;position:relative;background-size:cover;background-repeat:no-repeat}.page-news-blog .featured-news-item:before,.taxonomy-news_type .featured-news-item:before{content:" ";display:block;width:100%;height:calc(100% - 152px);position:absolute;bottom:0;left:0;background-color:rgba(33,43,48,0.95);z-index:0}.page-news-blog .featured-news-item>*,.taxonomy-news_type .featured-news-item>*{position:relative;z-index:1}.page-news-blog .featured-news-item h4,.taxonomy-news_type .featured-news-item h4{color:#c2ced6;margin:0 0 25px}.page-news-blog .featured-news-item h1,.taxonomy-news_type .featured-news-item h1{margin:0 0 28px;color:#f3f5f7;font-size:50px;letter-spacing:-0.99px;line-height:60px}.page-news-blog .featured-news-item h1 a,.taxonomy-news_type .featured-news-item h1 a{color:#f3f5f7}.page-news-blog .featured-news-item p,.taxonomy-news_type .featured-news-item p{color:#f3f5f7;margin:0 0 40px}.page-news-blog .featured-news-item .common-button,.taxonomy-news_type .featured-news-item .common-button{font-size:1.6rem;line-height:24px;display:inline-block;width:auto;font-weight:300}.page-news-blog .entry-content .container>.flex-container,.taxonomy-news_type .entry-content .container>.flex-container{justify-content:space-between}.page-news-blog .entry-content .container>.flex-container .left,.taxonomy-news_type .entry-content .container>.flex-container .left{width:43.258%}.page-news-blog .entry-content .container>.flex-container .left h2,.taxonomy-news_type .entry-content .container>.flex-container .left h2{margin:0}.page-news-blog .entry-content .container>.flex-container .right,.taxonomy-news_type .entry-content .container>.flex-container .right{width:49.906%;margin-top:10px}.page-news-blog .entry-content .container>.flex-container .right p,.taxonomy-news_type .entry-content .container>.flex-container .right p{margin-top:0;margin-bottom:0}.page-news-blog .entry-content .container>.flex-container .right .filters,.taxonomy-news_type .entry-content .container>.flex-container .right .filters{margin-top:28px}.page-news-blog .entry-content .container>.flex-container .right .filters>div,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div{width:100%;margin-right:0;position:relative;z-index:1}.page-news-blog .entry-content .container>.flex-container .right .filters>div span,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div span{padding:0 32px 6px 6px;border-bottom:2px solid #3b4b54;color:#3b4b54;font-size:20px;font-weight:500;line-height:30px;position:relative;display:block;background-image:url(/wp-content/themes/lyquix/images/icons/filter-arrow.svg);background-position:calc(100% - 5.5px) center;background-size:11px 6px;background-repeat:no-repeat;overflow:hidden}.page-news-blog .entry-content .container>.flex-container .right .filters>div span:hover,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div span:hover{cursor:pointer}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul{display:none;height:274px;width:283px;border:1px solid #dbe2e6;border-radius:1px;background-color:#f3f5f7;margin:0;padding:10.25px 0;position:absolute;top:calc(100% + 3px);left:0;overflow:hidden;z-index:2}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul .ps__rail-y,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul .ps__rail-y{border:1px solid #c2ced6;border-radius:4.5px;opacity:1;width:6px;margin:19px 0 37px;right:12px;left:auto !important}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul .ps__rail-y .ps__thumb-y,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul .ps__rail-y .ps__thumb-y{width:3px;left:50%;transform:translateX(-50%);border-radius:4.5px;background-color:#c2ced6}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul li,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul li{list-style:none;margin:0;color:#2a363c;font-size:16px;font-weight:300;line-height:24px}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul li a,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul li a{padding:10.25px 38.5px 10.25px 28.5px;display:block}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul li:hover,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul li:hover{cursor:pointer;background-color:rgba(255,255,255,0.5)}.page-news-blog .entry-content .container>.flex-container .right .filters>div ul li:hover a,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div ul li:hover a{text-decoration:none}.page-news-blog .entry-content .container>.flex-container .right .filters>div.open span,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div.open span{border-bottom-color:#008061}.page-news-blog .entry-content .container>.flex-container .right .filters>div.open ul,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div.open ul{display:block}.page-news-blog .entry-content .container>.flex-container .right .filters>div.active span,.taxonomy-news_type .entry-content .container>.flex-container .right .filters>div.active span{border-bottom-color:#008061;color:#008061;background-image:url(/wp-content/themes/lyquix/images/icons/filter-arrow-active.svg)}.page-news-blog .news-items-grid,.taxonomy-news_type .news-items-grid{background-color:#f3f5f7}.page-news-blog .news-items-grid .news-items,.taxonomy-news_type .news-items-grid .news-items{display:flex;flex-wrap:wrap}.page-news-blog .news-items-grid .news-items .item,.taxonomy-news_type .news-items-grid .news-items .item{width:calc(33.333% - 2px);height:26.938vw;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin-bottom:3px;margin-right:3px}.page-news-blog .news-items-grid .news-items .item:nth-of-type(3n),.taxonomy-news_type .news-items-grid .news-items .item:nth-of-type(3n){margin-right:0}.page-news-blog .news-items-grid .news-items .item .info,.taxonomy-news_type .news-items-grid .news-items .item .info{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(33,43,48,0.95);transition:opacity .5s,visibility .5s,background-color .5s}.page-news-blog .news-items-grid .news-items .item .info p,.page-news-blog .news-items-grid .news-items .item .info h3 a,.taxonomy-news_type .news-items-grid .news-items .item .info p,.taxonomy-news_type .news-items-grid .news-items .item .info h3 a{color:#f3f5f7}.page-news-blog .news-items-grid .news-items .item .info,.taxonomy-news_type .news-items-grid .news-items .item .info{padding:80px 46px 0}.page-news-blog .news-items-grid .news-items .item .info p,.taxonomy-news_type .news-items-grid .news-items .item .info p{font-size:20px;letter-spacing:0;line-height:37px;margin:0 0 5px}.page-news-blog .news-items-grid .news-items .item .info h4,.taxonomy-news_type .news-items-grid .news-items .item .info h4{color:#c2ced6;font-size:16.5px;font-weight:500;letter-spacing:1.14px;line-height:20px;margin:0 0 37px}.page-news-blog .news-items-grid .news-items .item .info h3,.taxonomy-news_type .news-items-grid .news-items .item .info h3{margin:0 0 50px;font-weight:400}.page-news-blog .news-items-grid .news-items .item:hover .info,.taxonomy-news_type .news-items-grid .news-items .item:hover .info{background-color:rgba(0,128,97,0.95)}.page-news-blog .navigation.pagination,.taxonomy-news_type .navigation.pagination{display:flex;justify-content:center;background-color:#f3f5f7}.page-news-blog .navigation.pagination h2,.taxonomy-news_type .navigation.pagination h2{display:none}.page-news-blog .navigation.pagination .nav-links,.taxonomy-news_type .navigation.pagination .nav-links{padding:50px 0;display:flex;align-items:center}.page-news-blog .navigation.pagination .nav-links .current,.taxonomy-news_type .navigation.pagination .nav-links .current{width:30px;height:30px;background-color:#008061;color:#fff;font-size:1.8rem;line-height:30px;text-align:center;border-radius:100%;margin:0 21.5px}.page-news-blog .navigation.pagination .nav-links a,.taxonomy-news_type .navigation.pagination .nav-links a{display:inline-block;width:auto;font-size:1.8rem;line-height:28px;color:#2a363c;margin:1px 12px;width:30px;height:30px;background-color:transparent;border-radius:100%;text-align:center;transition:background-color .5s}.page-news-blog .navigation.pagination .nav-links a:hover,.taxonomy-news_type .navigation.pagination .nav-links a:hover{text-decoration:none;background-color:#fff}.page-news-blog .navigation.pagination .nav-links .prev,.page-news-blog .navigation.pagination .nav-links .next,.taxonomy-news_type .navigation.pagination .nav-links .prev,.taxonomy-news_type .navigation.pagination .nav-links .next{background-size:7px 14px;background-position:center;display:block;background-repeat:no-repeat;transition:background-image .5s}.page-news-blog .navigation.pagination .nav-links .prev:hover,.page-news-blog .navigation.pagination .nav-links .next:hover,.taxonomy-news_type .navigation.pagination .nav-links .prev:hover,.taxonomy-news_type .navigation.pagination .nav-links .next:hover{text-decoration:none}.page-news-blog .navigation.pagination .nav-links .prev,.taxonomy-news_type .navigation.pagination .nav-links .prev{background-image:url(/wp-content/themes/lyquix/images/icons/left-pagination-arrow.svg)}.page-news-blog .navigation.pagination .nav-links .prev:hover,.taxonomy-news_type .navigation.pagination .nav-links .prev:hover{background-image:url(/wp-content/themes/lyquix/images/icons/left-pagination-arrow-hover.svg)}.page-news-blog .navigation.pagination .nav-links .next,.taxonomy-news_type .navigation.pagination .nav-links .next{background-image:url(/wp-content/themes/lyquix/images/icons/right-pagination-arrow.svg)}.page-news-blog .navigation.pagination .nav-links .next:hover,.taxonomy-news_type .navigation.pagination .nav-links .next:hover{background-image:url(/wp-content/themes/lyquix/images/icons/right-pagination-arrow-hover.svg)}body[screen=lg].page-news-blog .featured-news-item,body[screen=lg].taxonomy-news_type .featured-news-item{min-height:617px}body[screen=lg].page-news-blog .featured-news-item h4,body[screen=lg].taxonomy-news_type .featured-news-item h4{margin-bottom:15px}body[screen=lg].page-news-blog .entry-content .container>.flex-container,body[screen=lg].taxonomy-news_type .entry-content .container>.flex-container{justify-content:space-between}body[screen=lg].page-news-blog .entry-content .container>.flex-container .left,body[screen=lg].taxonomy-news_type .entry-content .container>.flex-container .left{width:37.119%}body[screen=lg].page-news-blog .entry-content .container>.flex-container .right,body[screen=lg].taxonomy-news_type .entry-content .container>.flex-container .right{width:49.882%}body[screen=lg].page-news-blog .news-items-grid .news-items .item,body[screen=lg].taxonomy-news_type .news-items-grid .news-items .item{height:29.296vw}body[screen=lg].page-news-blog .news-items-grid .news-items .item .info,body[screen=lg].taxonomy-news_type .news-items-grid .news-items .item .info{padding-top:60px}body[screen=lg].page-news-blog .news-items-grid .news-items .item .info p,body[screen=lg].taxonomy-news_type .news-items-grid .news-items .item .info p{font-size:1.8rem;line-height:28px;margin-bottom:9px}body[screen=lg].page-news-blog .news-items-grid .news-items .item .info h4,body[screen=lg].taxonomy-news_type .news-items-grid .news-items .item .info h4{font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;margin-bottom:42px}body[screen=lg].page-news-blog .news-items-grid .news-items .item .info h3,body[screen=lg].taxonomy-news_type .news-items-grid .news-items .item .info h3{font-size:24.5px;letter-spacing:0;line-height:35px}body[screen=md].page-news-blog .featured-news-item,body[screen=md].taxonomy-news_type .featured-news-item{min-height:677px;padding-bottom:120px}body[screen=md].page-news-blog .entry-content .container>.flex-container,body[screen=md].taxonomy-news_type .entry-content .container>.flex-container{justify-content:space-between}body[screen=md].page-news-blog .entry-content .container>.flex-container .left,body[screen=md].taxonomy-news_type .entry-content .container>.flex-container .left{width:31.562%}body[screen=md].page-news-blog .entry-content .container>.flex-container .right,body[screen=md].taxonomy-news_type .entry-content .container>.flex-container .right{width:62.5%}body[screen=md].page-news-blog .news-items-grid .news-items .item,body[screen=md].taxonomy-news_type .news-items-grid .news-items .item{height:35.52vw}body[screen=md].page-news-blog .news-items-grid .news-items .item .info,body[screen=md].taxonomy-news_type .news-items-grid .news-items .item .info{padding:50px 10.798% 0}body[screen=md].page-news-blog .news-items-grid .news-items .item .info h3,body[screen=md].taxonomy-news_type .news-items-grid .news-items .item .info h3{margin-bottom:15px;font-size:24.5px;letter-spacing:0;line-height:35px}body[screen=md].page-news-blog .news-items-grid .news-items .item .info h4,body[screen=md].taxonomy-news_type .news-items-grid .news-items .item .info h4{font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;margin-bottom:29px}body[screen=md].page-news-blog .news-items-grid .news-items .item .info p,body[screen=md].taxonomy-news_type .news-items-grid .news-items .item .info p{font-size:1.8rem;line-height:28px;margin-bottom:9px}body[screen=md].page-news-blog .navigation.pagination .nav-links,body[screen=md].taxonomy-news_type .navigation.pagination .nav-links{padding:30px 0}body[screen=sm].page-news-blog .featured-news-item:before,body[screen=sm].taxonomy-news_type .featured-news-item:before{top:120.86px;height:calc(100% - 120.86px)}body[screen=sm].page-news-blog .featured-news-item,body[screen=sm].taxonomy-news_type .featured-news-item{min-height:677px;padding:199px 0 120px}body[screen=sm].page-news-blog .featured-news-item h1,body[screen=sm].taxonomy-news_type .featured-news-item h1{line-height:56px}body[screen=sm].page-news-blog .entry-content .container,body[screen=sm].taxonomy-news_type .entry-content .container{width:87.031%;margin-left:8.281%;margin-right:4.688%}body[screen=sm].page-news-blog .entry-content .container>.flex-container,body[screen=sm].taxonomy-news_type .entry-content .container>.flex-container{justify-content:space-between}body[screen=sm].page-news-blog .entry-content .container>.flex-container .left,body[screen=sm].taxonomy-news_type .entry-content .container>.flex-container .left{width:33.214%}body[screen=sm].page-news-blog .entry-content .container>.flex-container .right,body[screen=sm].taxonomy-news_type .entry-content .container>.flex-container .right{width:61.964%}body[screen=sm].page-news-blog .news-items-grid .news-items .item,body[screen=sm].taxonomy-news_type .news-items-grid .news-items .item{height:341px;width:calc(50% - 1px);margin-bottom:2px;margin-right:2px}body[screen=sm].page-news-blog .news-items-grid .news-items .item:nth-of-type(3n),body[screen=sm].taxonomy-news_type .news-items-grid .news-items .item:nth-of-type(3n){margin-right:2px}body[screen=sm].page-news-blog .news-items-grid .news-items .item:nth-of-type(even),body[screen=sm].taxonomy-news_type .news-items-grid .news-items .item:nth-of-type(even){margin-right:0}body[screen=sm].page-news-blog .news-items-grid .news-items .item .info,body[screen=sm].taxonomy-news_type .news-items-grid .news-items .item .info{opacity:1;visibility:visible;padding:48px 37px}body[screen=sm].page-news-blog .news-items-grid .news-items .item .info h3,body[screen=sm].taxonomy-news_type .news-items-grid .news-items .item .info h3{margin-bottom:12px}body[screen=sm].page-news-blog .news-items-grid .news-items .item .info h4,body[screen=sm].taxonomy-news_type .news-items-grid .news-items .item .info h4{font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;margin-bottom:29px}body[screen=sm].page-news-blog .navigation.pagination .nav-links,body[screen=sm].taxonomy-news_type .navigation.pagination .nav-links{padding:30px 0}body[screen=xs].page-news-blog .featured-news-item .container,body[screen=xs].taxonomy-news_type .featured-news-item .container{margin-right:16.875%;margin-left:8.125%}body[screen=xs].page-news-blog .featured-news-item:before,body[screen=xs].taxonomy-news_type .featured-news-item:before{top:90px;height:calc(100% - 90px)}body[screen=xs].page-news-blog .featured-news-item,body[screen=xs].taxonomy-news_type .featured-news-item{min-height:477px;padding:118px 0 35px}body[screen=xs].page-news-blog .featured-news-item h4,body[screen=xs].taxonomy-news_type .featured-news-item h4{margin-bottom:7px}body[screen=xs].page-news-blog .featured-news-item h1,body[screen=xs].taxonomy-news_type .featured-news-item h1{font-size:3.2rem;line-height:39px}body[screen=xs].page-news-blog .featured-news-item p,body[screen=xs].taxonomy-news_type .featured-news-item p{font-weight:300;line-height:23px}body[screen=xs].page-news-blog .featured-news-item .common-button,body[screen=xs].taxonomy-news_type .featured-news-item .common-button{padding:6px 12px;line-height:22px}body[screen=xs].page-news-blog .entry-content .container>.flex-container,body[screen=xs].taxonomy-news_type .entry-content .container>.flex-container{justify-content:space-between}body[screen=xs].page-news-blog .entry-content .container>.flex-container .left,body[screen=xs].taxonomy-news_type .entry-content .container>.flex-container .left{width:100%}body[screen=xs].page-news-blog .entry-content .container>.flex-container .right,body[screen=xs].taxonomy-news_type .entry-content .container>.flex-container .right{margin-top:5px;width:100%}body[screen=xs].page-news-blog .entry-content .container>.flex-container .right .filters,body[screen=xs].taxonomy-news_type .entry-content .container>.flex-container .right .filters{margin-top:22px}body[screen=xs].page-news-blog .entry-content .container>.flex-container .right .flex-container>div span,body[screen=xs].taxonomy-news_type .entry-content .container>.flex-container .right .flex-container>div span{max-height:32px;padding:0 32px 0 3px;font-size:1.7rem}body[screen=xs].page-news-blog .entry-content .container>.flex-container .right .flex-container>div:last-of-type,body[screen=xs].taxonomy-news_type .entry-content .container>.flex-container .right .flex-container>div:last-of-type{margin-right:0}body[screen=xs].page-news-blog .news-items-grid .news-items .item,body[screen=xs].taxonomy-news_type .news-items-grid .news-items .item{height:auto;width:100%;margin-bottom:2px;margin-right:0}body[screen=xs].page-news-blog .news-items-grid .news-items .item:nth-of-type(3n),body[screen=xs].taxonomy-news_type .news-items-grid .news-items .item:nth-of-type(3n){margin-right:0}body[screen=xs].page-news-blog .news-items-grid .news-items .item .info,body[screen=xs].taxonomy-news_type .news-items-grid .news-items .item .info{padding:35px 8.438% 35px;width:auto;height:auto;position:static}body[screen=xs].page-news-blog .news-items-grid .news-items .item .info p,body[screen=xs].taxonomy-news_type .news-items-grid .news-items .item .info p{display:none}body[screen=xs].page-news-blog .news-items-grid .news-items .item .info h4,body[screen=xs].taxonomy-news_type .news-items-grid .news-items .item .info h4{font-size:11.5px;letter-spacing:.4px;line-height:14px;font-weight:400;margin-bottom:5px}body[screen=xs].page-news-blog .news-items-grid .news-items .item .info h3,body[screen=xs].taxonomy-news_type .news-items-grid .news-items .item .info h3{margin-bottom:12px}body[screen=xs].page-news-blog .navigation.pagination .nav-links,body[screen=xs].taxonomy-news_type .navigation.pagination .nav-links{padding:22px 0}body[screen=xs].page-news-blog .navigation.pagination .nav-links a,body[screen=xs].taxonomy-news_type .navigation.pagination .nav-links a{margin:0 7.5px}body[screen=xs].page-news-blog .navigation.pagination .nav-links .current,body[screen=xs].taxonomy-news_type .navigation.pagination .nav-links .current{margin:0 7.5px}.page-careers\/job-openings\/job-application .wp-block-contact-form-7-contact-form-selector input:not([type=submit]):not([type=file]),.page-careers\/job-openings\/job-application .wp-block-contact-form-7-contact-form-selector textarea{width:71.428%}body[screen=xs].page-careers\/job-openings\/job-application .wp-block-contact-form-7-contact-form-selector input:not([type=submit]):not([type=file]),body[screen=xs].page-careers\/job-openings\/job-application .wp-block-contact-form-7-contact-form-selector textarea{width:100%}#lyqbox .content-wrapper.active .content.video .video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75%}.bottom-cta{padding:80px 0;border-top:1px solid #dbe2e6;background-color:#fff}.bottom-cta .left{width:62.57%}.bottom-cta .left h4{text-transform:uppercase;margin:0 0 11px;letter-spacing:1.14px;font-weight:500}.bottom-cta .left h2{margin:11px 0 27px;letter-spacing:-0.86px}.bottom-cta .left p{margin:0;font-size:20px;letter-spacing:0;line-height:37px}.bottom-cta .right{margin-left:109px}.bottom-cta .right .links{margin-top:41px}.bottom-cta .right .links a{display:inline-block;padding-left:51px;position:relative;font-size:24.5px;letter-spacing:0;line-height:35px}.bottom-cta .right .links a:before{content:" ";display:block;height:1px;width:38px;background-color:#2a363c;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:0;opacity:1;visibility:visible;transition:opacity .5s,visibility .5s}.bottom-cta .right .links a:after{content:" ";display:block;width:39px;height:10px;background-image:none;transition:background-image .5s;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:0;opacity:0;visibility:hidden;background-size:100%;background-position:0 0;background-image:url(/wp-content/themes/lyquix/images/icons/Link-arrow-dark.svg);transition:opacity .5s,visibility .5s}.bottom-cta .right .links a:first-of-type{margin-bottom:21px}.bottom-cta .right .links a:hover{text-decoration:none}.bottom-cta .right .links a:hover:after{opacity:1;visibility:visible}.bottom-cta .right .links a:hover:before{background-color:transparent;opacity:0;visibility:hidden}body[screen=lg] .bottom-cta .left h4,body[screen=md] .bottom-cta .left h4,body[screen=sm] .bottom-cta .left h4{letter-spacing:1px}body[screen=lg] .bottom-cta .left{width:62.231%}body[screen=lg] .bottom-cta .left p{font-size:18px;line-height:28px}body[screen=lg] .bottom-cta .right{margin-left:85px}body[screen=md] .bottom-cta{padding:50px 0}body[screen=md] .bottom-cta .left{width:62.696%}body[screen=md] .bottom-cta .left h2{margin-bottom:16px}body[screen=md] .bottom-cta .left p{font-size:18px;line-height:28px}body[screen=md] .bottom-cta .right{margin-left:4.367%;margin-right:-19px}body[screen=md] .bottom-cta .left p,body[screen=sm] .bottom-cta .left p{margin:0;font-size:1.8rem;letter-spacing:0;line-height:28px}body[screen=sm] .bottom-cta{padding:50px 0}body[screen=sm] .bottom-cta .flex-container{justify-content:space-between}body[screen=sm] .bottom-cta .left h4{margin-bottom:14px}body[screen=sm] .bottom-cta .left h2{margin:14px 0 16px}body[screen=sm] .bottom-cta .left p{width:89.688%}body[screen=sm] .bottom-cta .left{width:52.434%;min-width:320px}body[screen=sm] .bottom-cta .right .links{margin-top:101px}body[screen=sm] .bottom-cta .right{margin-right:-16px;margin-left:0}body[screen=xs] .bottom-cta{padding:35px 0}body[screen=xs] .bottom-cta .flex-container{flex-wrap:wrap}body[screen=xs] .bottom-cta .flex-container .left,body[screen=xs] .bottom-cta .flex-container .right{width:100%;margin-left:0;margin-right:0}body[screen=xs] .bottom-cta .flex-container .left p{font-size:1.6rem;font-weight:300;letter-spacing:-0.21px;line-height:23px}body[screen=xs] .bottom-cta .flex-container .left h2{margin-bottom:5px;letter-spacing:-0.54px;font-size:2.7rem;line-height:34px;font-weight:400}body[screen=xs] .bottom-cta .flex-container .left h4{letter-spacing:.4px;font-weight:400}body[screen=xs] .bottom-cta .flex-container .right{margin-top:22px}body[screen=xs] .bottom-cta .flex-container .right .links{margin-top:0}body[screen=xs] .bottom-cta .flex-container .right a{font-size:1.8rem;letter-spacing:0;line-height:25px;padding-left:20px}body[screen=xs] .bottom-cta .flex-container .right a:before{width:13px}body[screen=xs] .bottom-cta .flex-container .right a:after{width:13px;height:3px}.featured-projects{height:754px;position:relative;overflow:hidden;background-color:rgba(33,43,48,0.95)}.featured-projects:before{content:" ";display:block;width:33.333%;height:calc(100% - 152px);position:absolute;left:0;top:152px;background-color:rgba(33,43,48,0.95);z-index:1}.featured-projects .anim-overlay{position:absolute;top:152px;left:100%;width:66.667%;height:calc(100% - 152px);transition:width .5s,left .5s;background-color:rgba(0,128,97,0.9);z-index:1}.featured-projects .anim-overlay.stage-1,.featured-projects .anim-overlay.stage-2{left:33.333%}.featured-projects .anim-overlay.stage-2{width:0}.featured-projects .fake-image{width:66.667%;height:calc(100% - 152px);position:absolute;left:33.333%;top:152px;z-index:3}.featured-projects .intro{position:absolute;width:100%;height:100%;z-index:2;opacity:0;visibility:hidden}.featured-projects .intro .text{width:58.333%;position:relative;margin-top:254px;margin-left:16.667%;transition:width .5s,opacity .5s,visibility .5s;overflow:hidden;opacity:0;visibility:hidden}.featured-projects .intro h4 a{padding-right:24px;position:relative;color:#c2ced6}.featured-projects .intro h4 a:before{content:" ";width:7px;height:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%) rotate(-90deg);background-image:url(/wp-content/themes/lyquix/images/icons/nav_arrow-white-active.svg)}.featured-projects .intro h4 a:last-of-type{padding-right:0}.featured-projects .intro h4 a:last-of-type:before{display:none}.featured-projects .intro h1{margin:0;opacity:0;transition:.5s}.featured-projects .intro h1.loaded{opacity:1}.featured-projects .intro .start{position:absolute;left:33.333%;bottom:140px;z-index:3;font-weight:300;letter-spacing:.4px;font-size:1.6rem;line-height:24px;width:auto}.featured-projects .intro .start:before{content:" ";display:block;width:37px;height:1px;background-color:#fff;position:absolute;top:50%;left:-22px;transform:translateY(-50%);opacity:1;visibility:visible;transition:opacity .5s,visibility .5s}.featured-projects .intro .start:after{content:" ";display:block;width:37px;height:10px;position:absolute;top:50%;left:-22px;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;background-image:url(/wp-content/themes/lyquix/images/icons/buttonArrow.svg);background-size:37px 10px;background-repeat:no-repeat;background-position:center}.featured-projects .intro .start:hover:before{opacity:0;visibility:hidden}.featured-projects .intro .start:hover:after{opacity:1;visibility:visible}.featured-projects .intro.active{z-index:2;opacity:1;visibility:visible}.featured-projects .intro.active .text{opacity:1;visibility:visible}.featured-projects .project-images{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.featured-projects .project-images .image{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center;opacity:0;z-index:0;visibility:hidden;transition:opacity .5s,visibility .5s;filter:blur(4px)}.featured-projects .project-images .image.active{opacity:1;visibility:visible}.featured-projects .project-images .foreground-image{background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;opacity:0;visibility:hidden;width:66.667%;bottom:0;right:0;height:calc(100% - 152px);z-index:1;transition:opacity .5s,visibility .5s}.featured-projects .project-images .foreground-image.active{opacity:1;visibility:visible}.featured-projects .project-images .foreground-image:after{content:" ";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-image:linear-gradient(51deg,rgba(26,34,38,0.77) 0,rgba(33,43,48,0.48) 100%);background-size:cover;background-position:left center;z-index:1;transition:width .5s,left .5s,background-image .5s}.featured-projects .project-images .foreground-image.stage-1:after{width:0}.featured-projects .project-images .foreground-image.stage-2:after{left:100%}.featured-projects .project-images .foreground-image.end-stage-1:after{left:100%}.featured-projects .project-images .foreground-image.end-stage-2:after{width:0;left:0;transition:none}.featured-projects .projects{position:absolute;z-index:1;width:62.422%;top:243px;left:16.667%;opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.featured-projects .projects .project{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.featured-projects .projects .project .info{align-items:center;margin-bottom:14px}.featured-projects .projects .project .info h4{color:#c2ced6;margin-right:11px;text-transform:uppercase;letter-spacing:1px}.featured-projects .projects .project .info span{color:#c2ced6;font-size:1.3rem;font-weight:200;letter-spacing:.9px;line-height:15px;text-transform:uppercase}.featured-projects .projects .project h1{margin:0 0 27px}.featured-projects .projects .project h1 a{color:#f3f5f7}.featured-projects .projects .project p{color:#c2ced6;margin:0}.featured-projects .projects .project>a{display:inline-block;color:#f3f5f7;margin-top:40px;padding-left:49px;position:relative;font-weight:300;letter-spacing:.4px;font-size:1.6rem;line-height:24px}.featured-projects .projects .project>a:before{content:" ";display:block;width:37px;height:1px;background-color:#fff;position:absolute;top:50%;left:0;transform:translateY(-50%)}.featured-projects .projects .project>a:after{content:" ";display:block;width:37px;height:10px;position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;background-image:url(/wp-content/themes/lyquix/images/icons/buttonArrow.svg);background-size:37px 10px}.featured-projects .projects .project>a:hover:before{opacity:0;visibility:hidden}.featured-projects .projects .project>a:hover:after{opacity:1;visibility:visible}.featured-projects .projects.active{opacity:1;visibility:visible}.featured-projects .projects.active .project.active{opacity:1;visibility:visible}.featured-projects .controls{position:absolute;bottom:0;right:-272px;z-index:1;background-color:rgba(0,128,97,0.9);color:#fff;font-family:"Public Sans";font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;padding:12px 106px 12px 28px;transition:right .5s}.featured-projects .controls span.inactive{color:rgba(255,255,255,0.5)}.featured-projects .controls span:not(.inactive):hover{cursor:pointer;text-decoration:underline}.featured-projects .controls a{color:#fff}.featured-projects .controls.active{right:0}.featured-projects.fake-hover .intro .text{width:0;opacity:0;visibility:hidden}.featured-projects.fake-hover .intro .text .text h1{opacity:0}.featured-projects.fake-hover .project-images .foreground-image:after{width:0}.featured-projects.projects-open .fake-image{z-index:-1}.featured-projects.projects-open .intro .text{width:0}.featured-projects.projects-open .project-images .foreground-image:after{background-image:linear-gradient(50deg,rgba(33,43,48,0.83) 0,rgba(33,43,48,0.24) 80%,rgba(33,43,48,0.01) 100%)}.featured-projects.projects-open:after{width:100% !important}body[screen=lg] .featured-projects .intro h1,body[screen=lg] .featured-projects .projects h1,body[screen=md] .featured-projects .intro h1,body[screen=md] .featured-projects .projects h1{font-size:5rem;letter-spacing:-0.91px;font-weight:400}body[screen=lg] .featured-projects .intro h1,body[screen=lg] .featured-projects .projects h1{line-height:60px}body[screen=lg] .featured-projects .intro .text{width:58.348%}body[screen=lg] .featured-projects .projects{width:58.348%}body[screen=md] .featured-projects .intro h1,body[screen=md] .featured-projects .projects h1{line-height:56px}body[screen=md] .featured-projects .intro .text{width:58.203%}body[screen=md] .featured-projects .start{bottom:100px}body[screen=md] .featured-projects .projects{width:58.203%}body[screen=sm] .featured-projects .intro .text{width:58.394%;margin-top:200px}body[screen=sm] .featured-projects .intro h1{letter-spacing:-0.91px;line-height:56px;font-weight:400}body[screen=sm] .featured-projects .intro .start{left:212px;bottom:120px}body[screen=sm] .featured-projects .project-images .foreground-image{top:121px;height:calc(100% - 121px);min-width:calc(100% - 212px)}body[screen=sm] .featured-projects .project-images .foreground-image.active:after{top:0}body[screen=sm] .featured-projects .projects{width:58.394%;top:200px}body[screen=sm] .featured-projects .projects h1{letter-spacing:-0.91px;line-height:56px;font-weight:400}body[screen=sm] .featured-projects:before{width:212px;height:calc(100% - 120px);top:120px}body[screen=sm] .featured-projects .anim-overlay{max-width:calc(100% - 212px);top:120px;height:calc(100% - 120px)}body[screen=sm] .featured-projects .anim-overlay.stage-1,body[screen=sm] .featured-projects .anim-overlay.stage-2{left:212px}body[screen=sm] .featured-projects:after{height:calc(100% - 120px);top:120px}body[screen=xs] .featured-projects{height:483px}body[screen=xs] .featured-projects:before{width:100%;height:calc(100% - 90px);top:90px;background-color:rgba(33,43,48,0.9)}body[screen=xs] .featured-projects .intro h1,body[screen=xs] .featured-projects .projects h1{font-size:32px;letter-spacing:-0.64px;line-height:39px}body[screen=xs] .featured-projects .intro .text{width:74.961%;margin-top:132px}body[screen=xs] .featured-projects .intro .start{margin-left:8px;padding:8px 11px 8px 13px;width:auto;position:relative;left:0;bottom:0;margin-top:30px;display:inline-block;margin-left:16.667%}body[screen=xs] .featured-projects .intro .start:before{width:14px;left:-7px}body[screen=xs] .featured-projects .intro .start:after{width:14px;left:-7px;background-size:14px 4px}body[screen=xs] .featured-projects .project-images .foreground-image{display:none}body[screen=xs] .featured-projects .projects{width:74.961%;top:132px}body[screen=xs] .featured-projects .projects .project .info{align-items:center;margin-bottom:12px}body[screen=xs] .featured-projects .projects .project .info h4{margin-top:0;margin-bottom:0;margin-right:6px}body[screen=xs] .featured-projects .projects .project .info span{font-size:11.5px;letter-spacing:.4px;line-height:14px}body[screen=xs] .featured-projects .projects .project h1{margin-bottom:36px}body[screen=xs] .featured-projects .projects .project>a{margin-top:0;padding:6px 11px 4px 13px;background-color:#008061}body[screen=xs] .featured-projects .projects .project>a:before{width:14px;left:-8px}body[screen=xs] .featured-projects .projects .project>a:hover:after{width:14px;height:3px;left:-8px}body[screen=xs] .featured-projects .projects .project p{display:none}body[screen=xs] .featured-projects.projects-open:before{height:100%;top:0;display:none}body[screen=xs] .featured-projects.projects-open .projects{top:75px}body[screen=xs] .featured-projects.projects-open .project-images:before{content:" ";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(33,43,48,0.95);z-index:1}body[screen=xs] .featured-projects.projects-open .project-images .foreground-image{display:block;height:55.313vw;bottom:84px;z-indeX:1}body[screen=xs] .featured-projects.projects-open .project-images .foreground-image:after{width:100%;background:linear-gradient(153.06deg,rgba(33,43,48,0.83) 0,rgba(33,43,48,0.24) 79.97%,rgba(33,43,48,0.02) 99.61%,rgba(33,43,48,0.01) 100%)}body[screen=xs] .featured-projects.projects-open .controls{width:100%;height:84px;background-color:transparent;padding:9px 8.4375%;text-align:right;justify-content:flex-end}body[screen=xs].has-featured-projects header{background-color:rgba(33,43,48,0.9)}body[screen=xs].has-featured-projects header.menu-open{background-color:#212b30}.featured-projects-grid{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;z-index:0}.featured-projects-grid:before{content:" ";display:block;width:100%;height:100%;background-color:rgba(33,43,48,0.95);position:absolute;top:0;left:0;z-index:0}.featured-projects-grid .top,.featured-projects-grid .projects{position:relative;z-index:1}.featured-projects-grid .top{padding:81px 0 80px}.featured-projects-grid .top .flex-container{width:66.75%;margin:0 auto;justify-content:space-between}.featured-projects-grid .top .flex-container .left{width:32.772%;margin-top:6.5px}.featured-projects-grid .top .flex-container .left h4{margin:0;color:#c2ced6;font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;text-transform:uppercase}.featured-projects-grid .top .flex-container .left h2{margin:12px 0 0}.featured-projects-grid .top .flex-container .right{width:50%;display:flex;align-items:flex-end;padding-bottom:3px}.featured-projects-grid .top .flex-container .right p{color:#f3f5f7;font-size:20px;letter-spacing:0;line-height:37px;margin:0 0 12px}.featured-projects-grid .projects{display:flex;flex-wrap:wrap}.featured-projects-grid .projects .project{width:calc(33.333% - 2px);height:26.938vw;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin-bottom:2px;margin-right:1px;margin-left:1px}.featured-projects-grid .projects .project .info{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,128,97,0.95);transition:opacity .5s,visibility .5s}.featured-projects-grid .projects .project .info p,.featured-projects-grid .projects .project .info h3 a{color:#f3f5f7}.featured-projects-grid .projects .project .info{padding:184px 46px 0}.featured-projects-grid .projects .project .info p{font-size:18px;letter-spacing:0;line-height:28px;margin:0 0 9px}.featured-projects-grid .projects .project .info h3{margin:0 0 61px}.featured-projects-grid .projects .project:hover .info{opacity:1;visibility:visible}.featured-projects-grid .projects.one-item .project{width:91.688%;height:500px;margin-right:0;margin-left:auto}.featured-projects-grid .projects.one-item .project .info{padding-left:9.066%;padding-top:120px}.featured-projects-grid .projects.two-items .project{width:calc(50% - 2px);height:431px;margin-right:2px}.featured-projects-grid .projects.two-items .project .info{padding-left:16.521%;padding-top:120px}.featured-projects-grid .projects.two-items .project:nth-of-type(even){margin-right:0}body[screen=lg] .featured-projects-grid .top .flex-container{width:66.719}body[screen=lg] .featured-projects-grid .top .flex-container .left{width:40.983%}body[screen=lg] .featured-projects-grid .top .flex-container .right{width:49.649%}body[screen=lg] .featured-projects-grid .projects .info{padding-top:99px}body[screen=lg] .featured-projects-grid .projects.one-item .project{width:91.719%;height:490px;margin-right:0;margin-left:auto}body[screen=lg] .featured-projects-grid .projects.one-item .project .info{padding-left:9.114%;padding-top:120px}body[screen=lg] .featured-projects-grid .projects.two-items .project{width:calc(50% - 1px);height:341px;margin-right:2px}body[screen=lg] .featured-projects-grid .projects.two-items .project .info{padding-left:16.432%;padding-top:100px}body[screen=lg] .featured-projects-grid .projects.two-items .project:nth-of-type(even){margin-right:0}body[screen=md] .featured-projects-grid .top{padding:50px 0 50px}body[screen=md] .featured-projects-grid .top .flex-container{margin:0 8.333% 0 17.188%;width:74.479%}body[screen=md] .featured-projects-grid .top .flex-container .left{width:33.566%}body[screen=md] .featured-projects-grid .top .flex-container .right{width:55.944%}body[screen=md] .featured-projects-grid .top .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=md] .featured-projects-grid .projects .project{height:35.52vw}body[screen=md] .featured-projects-grid .projects .project .info{padding:99px 10.798% 0}body[screen=md] .featured-projects-grid .projects .project .info h3{margin-bottom:51px}body[screen=md] .featured-projects-grid .projects.one-item .project{width:91.667%;height:341px;margin-right:0;margin-left:auto}body[screen=md] .featured-projects-grid .projects.one-item .project .info{padding-left:9.091%;padding-top:80px}body[screen=md] .featured-projects-grid .projects.two-items .project{width:calc(50% - 1px);height:341px;margin-right:2px}body[screen=md] .featured-projects-grid .projects.two-items .project .info{padding-left:16.318%;padding-top:100px}body[screen=md] .featured-projects-grid .projects.two-items .project:nth-of-type(even){margin-right:0}body[screen=sm] .featured-projects-grid{background-image:none !important}body[screen=sm] .featured-projects-grid:before{display:none}body[screen=sm] .featured-projects-grid .top{padding:50px 0 50px;background-size:cover;background-repeat:no-repeat;background-position:center;margin-bottom:2px}body[screen=sm] .featured-projects-grid .top:before{content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:rgba(33,43,48,0.95)}body[screen=sm] .featured-projects-grid .top .flex-container{margin:0 auto;width:82.5%;position:relative;z-index:1}body[screen=sm] .featured-projects-grid .top .flex-container .left{width:31.25%}body[screen=sm] .featured-projects-grid .top .flex-container .right{width:60.606%}body[screen=sm] .featured-projects-grid .top .flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=sm] .featured-projects-grid .projects .project{height:341px;width:calc(50% - 1px);margin-bottom:2px;margin-right:2px}body[screen=sm] .featured-projects-grid .projects .project:nth-of-type(3n){margin-right:2px}body[screen=sm] .featured-projects-grid .projects .project:nth-of-type(even){margin-right:0}body[screen=sm] .featured-projects-grid .projects .project .info{padding:99px 10.798% 0;background:linear-gradient(136.41deg,rgba(22,29,32,0.9) 0,rgba(33,43,48,0.57) 87.63%,rgba(33,43,48,0.45) 100%);opacity:1;visibility:visible;padding:52px 37px}body[screen=sm] .featured-projects-grid .projects .project .info h3{margin-bottom:12px}body[screen=sm] .featured-projects-grid .projects.one-item .project{width:100%;height:341px;margin-right:0;margin-left:auto;margin-top:2px}body[screen=sm] .featured-projects-grid .projects.one-item .project .info{padding-left:8.281%;padding-top:50.5px}body[screen=sm] .featured-projects-grid .projects.two-items .project{width:calc(50% - 1px);height:341px;margin-right:2px}body[screen=sm] .featured-projects-grid .projects.two-items .project .info{padding-left:16.614%;padding-top:51.5px}body[screen=sm] .featured-projects-grid .projects.two-items .project:nth-of-type(even){margin-right:0}body[screen=xl] .featured-projects-grid .top,body[screen=lg] .featured-projects-grid .top,body[screen=md] .featured-projects-grid .top{background-image:none !important}body[screen=xs] .featured-projects-grid{background-color:#fff;background-image:none !important}body[screen=xs] .featured-projects-grid:before{display:none}body[screen=xs] .featured-projects-grid .top{padding:36px 0 36px;background-size:cover;background-repeat:no-repeat;background-position:center;margin-bottom:2px;position:relative}body[screen=xs] .featured-projects-grid .top:before{content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(33,43,48,0.95)}body[screen=xs] .featured-projects-grid .top .flex-container{margin:0 auto;width:83.125%;position:relative;z-index:1}body[screen=xs] .featured-projects-grid .top .flex-container .left h4{font-size:11.5px;letter-spacing:.4px;line-height:14px}body[screen=xs] .featured-projects-grid .top .flex-container .left h2{font-size:24px;letter-spacing:-0.48px;line-height:30px;margin-top:6px}body[screen=xs] .featured-projects-grid .top .flex-container .left{width:100%;margin-bottom:12px}body[screen=xs] .featured-projects-grid .top .flex-container .right{width:100%}body[screen=xs] .featured-projects-grid .top .flex-container .right p{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:22px}body[screen=xs] .featured-projects-grid .projects .project{height:auto;width:100%;margin-bottom:2px;margin-right:0}body[screen=xs] .featured-projects-grid .projects .project:nth-of-type(3n){margin-right:0}body[screen=xs] .featured-projects-grid .projects .project .info{padding:35px 8.438% 35px;width:auto;height:auto;background-color:transparent;background:linear-gradient(136.41deg,rgba(22,29,32,0.9) 0,rgba(33,43,48,0.57) 87.63%,rgba(33,43,48,0.45) 100%);opacity:1;visibility:visible;position:static}body[screen=xs] .featured-projects-grid .projects .project .info p{display:none}body[screen=xs] .featured-projects-grid .projects .project .info h3{margin-bottom:12px}.industry-partners .partner-list{margin:0 -3px}.industry-partners .item{width:calc(20% - 6px);margin:3px 3px 20px}.industry-partners .item .image{line-height:0;position:relative;background-color:#fff;height:13.097vw;display:flex;align-items:center;padding:20px}.industry-partners .item .image img{width:100%}.industry-partners .item .text{padding:5px 5px 0}.industry-partners .item .text h3{font-size:1.6rem;line-height:24px;margin:0}body[screen=sm] .industry-partners .item{width:calc(25% - 6px)}body[screen=sm] .industry-partners .item .image{height:20.438vw}body[screen=xs] .industry-partners{padding:0}body[screen=xs] .industry-partners .flex-container{margin-bottom:19px}body[screen=xs] .industry-partners .flex-container:last-of-type{margin-bottom:0}body[screen=xs] .industry-partners h2{margin-bottom:12px;font-weight:300}body[screen=xs] .industry-partners h2:first-child{margin-top:0}body[screen=xs] .industry-partners .item{width:100%;margin:0 0 3px;display:flex;align-items:flex-start}body[screen=xs] .industry-partners .item .image{width:87px;height:87px;padding:3px 5px}body[screen=xs] .industry-partners .item .text{padding:12px 0 0 12px;width:calc(100% - 87px)}body[screen=xs] .industry-partners .item .text h3{font-weight:300}.blurred-images{position:relative;padding:80px 0}.blurred-images .background{width:33.333%;position:absolute;top:0;left:0;height:100%;opacity:.8;z-index:0;overflow:hidden;transition:background-image .5s}.blurred-images .background .image{width:calc(100% + 20px);height:calc(100% + 20px);position:absolute;top:-10px;left:-10px;background-size:cover;filter:blur(10px);background-repeat:none;background-image:url(/wp-content/themes/lyquix/images/logo-on-hard-hat-05-13.jpg);z-index:0}.blurred-images .background:before{content:" ";width:100%;height:100%;opacity:.8;background-color:#f3f5f7;position:absolute;top:0;left:0;z-index:1}body[screen=md] .blurred-images,body[screen=sm] .blurred-images{padding:50px 0}body[screen=xs] .blurred-images{padding:35px 0}body[screen=xs] .blurred-images .background{width:16.588%}.related-news .container,.home-news .container{max-width:83.333%;display:flex}.related-news,.home-news{background-image:url(/wp-content/themes/lyquix/images/news-module-background-images.jpg);background-size:cover;background-repeat:no-repeat;position:relative;padding:80px 0}.related-news:before,.home-news:before{content:" ";display:block;width:100%;height:calc(100% - 111px);position:absolute;top:0;left:0;background-color:rgba(33,43,48,0.95)}.related-news .left,.home-news .left{width:42.313%;margin-right:8.313%}.related-news .left .list,.home-news .left .list{display:flex;flex-direction:column}.related-news .left .list .item,.home-news .left .list .item{position:relative;padding:50px 36px;margin-bottom:2px;background-size:cover;background-repeat:no-repeat}.related-news .left .list .item:nth-of-type(1),.home-news .left .list .item:nth-of-type(1){background-image:url(/wp-content/themes/lyquix/images/news-1.jpg)}.related-news .left .list .item:nth-of-type(2),.home-news .left .list .item:nth-of-type(2){background-image:url(/wp-content/themes/lyquix/images/news-2.jpg)}.related-news .left .list .item:nth-of-type(3),.home-news .left .list .item:nth-of-type(3){background-image:url(/wp-content/themes/lyquix/images/news-3.jpg)}.related-news .left .list .item:after,.home-news .left .list .item:after{content:" ";display:block;background-color:rgba(0,128,97,0.95);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;transition:background-color .5s}.related-news .left .list .item h4,.home-news .left .list .item h4{color:#c2ced6;text-transform:uppercase;font-size:16.5px;font-weight:500;letter-spacing:1.14px;line-height:20px;margin:0 0 14px;position:relative;z-index:2}.related-news .left .list .item h3,.home-news .left .list .item h3{margin:0 0 16px;position:relative;z-index:1;font-weight:400}.related-news .left .list .item h3 a,.home-news .left .list .item h3 a{color:#f3f5f7}.related-news .left .list .item:last-of-type,.home-news .left .list .item:last-of-type{margin-bottom:0}.related-news .left .list .item:hover:after,.home-news .left .list .item:hover:after{background-color:rgba(0,102,77,0.95)}.related-news .right,.home-news .right{width:40%;position:relative;z-index:1;padding-top:50px}.related-news .right h4,.home-news .right h4{color:#c2ced6;text-transform:uppercase;letter-spacing:1.14px;margin:0 0 14px;line-height:20px}.related-news .right h4 a,.home-news .right h4 a{color:#c2ced6}.related-news .right h2 a,.home-news .right h2 a{margin:0 0 16px;color:#f3f5f7}.related-news .right p,.home-news .right p{color:#f3f5f7;margin:0;line-height:28px}.related-news.one-item:before,.home-news.one-item:before{content:" ";height:calc(100% - 111px)}.related-news.one-item .left .list,.home-news.one-item .left .list{height:100%}.related-news.one-item .left .list .item,.home-news.one-item .left .list .item{height:100%}.related-news.one-item .right,.home-news.one-item .right{padding-bottom:111px}.home-news .container .right h2{font-size:46px;font-weight:300;line-height:56px;letter-spacing:-0.84px}body[screen=lg] .related-news .container,body[screen=lg] .home-news .container{max-width:79.792%;margin-right:10.39%;margin-left:10.39%}body[screen=lg] .related-news .left .list .item h3,body[screen=lg] .home-news .left .list .item h3{font-size:24.5px;letter-spacing:0;line-height:35px}body[screen=lg] .related-news .left .list .item h4,body[screen=lg] .home-news .left .list .item h4{font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;margin-bottom:12px}body[screen=md] .related-news,body[screen=md] .home-news{padding:50px 0}body[screen=md] .related-news .container,body[screen=md] .home-news .container{max-width:83.268%;margin-right:8.366%;margin-left:8.366%}body[screen=md] .related-news .left,body[screen=md] .home-news .left{width:42.816%;margin-right:7.136%}body[screen=md] .related-news .left .list .item,body[screen=md] .home-news .left .list .item{padding:40px 37px 23px}body[screen=md] .related-news .left .list .item h3,body[screen=md] .home-news .left .list .item h3{font-size:24.5px;letter-spacing:0;line-height:35px}body[screen=md] .related-news .left .list .item h4,body[screen=md] .home-news .left .list .item h4{font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;margin-bottom:12px}body[screen=md] .related-news .right,body[screen=md] .home-news .right{padding-top:22px;width:49.812%}body[screen=md] .related-news .right h4,body[screen=md] .home-news .right h4{margin-bottom:14px}body[screen=md] .related-news .right h2,body[screen=md] .home-news .right h2{margin-bottom:16px}body[screen=md] .related-news:before,body[screen=md] .home-news:before{height:calc(100% - 81px)}body[screen=md] .related-news.one-item .right,body[screen=md] .home-news.one-item .right{padding-bottom:81px}body[screen=sm] .related-news,body[screen=sm] .home-news{padding:50px 0}body[screen=sm] .related-news:before,body[screen=sm] .home-news:before{height:calc(100% - 81px)}body[screen=sm] .related-news .container,body[screen=sm] .home-news .container{max-width:90.85%;margin-right:9.925%;margin-left:9.925%}body[screen=sm] .related-news .container .above,body[screen=sm] .home-news .container .above{width:100%;position:relative;z-index:1}body[screen=sm] .related-news .container .above h4,body[screen=sm] .home-news .container .above h4{text-transform:uppercase;color:#c2ced6;margin:0 0 14px}body[screen=sm] .related-news .container .above h4 a,body[screen=sm] .home-news .container .above h4 a{color:#c2ced6}body[screen=sm] .related-news .container .above h2,body[screen=sm] .home-news .container .above h2{margin:0 0 33px;color:#f3f5f7;font-size:4rem;line-height:50px;margin-bottom:28px}body[screen=sm] .related-news .container .above h2 a,body[screen=sm] .home-news .container .above h2 a{color:#f3f5f7}body[screen=sm] .related-news .container .left,body[screen=sm] .home-news .container .left{width:63.858%;margin-right:5.993%}body[screen=sm] .related-news .container .left .list .item,body[screen=sm] .home-news .container .left .list .item{padding:40px 33px 30px}body[screen=sm] .related-news .container .left .list h4,body[screen=sm] .home-news .container .left .list h4{font-size:14.5px;font-weight:500;letter-spacing:1px;line-height:17px;margin-bottom:12px}body[screen=sm] .related-news .container .right,body[screen=sm] .home-news .container .right{padding-top:0;width:29.963%}body[screen=sm] .related-news .container .right .light-arrow,body[screen=sm] .home-news .container .right .light-arrow{display:inline-block;padding-left:77px}body[screen=sm] .related-news .container .right .light-arrow:before,body[screen=sm] .home-news .container .right .light-arrow:before{width:56px;height:2px;top:13px}body[screen=sm] .related-news .container .right .light-arrow:after,body[screen=sm] .home-news .container .right .light-arrow:after{width:56px;height:16px;top:12px}body[screen=sm] .related-news.one-item .right,body[screen=sm] .home-news.one-item .right{padding-bottom:81px}body[screen=xs] .related-news,body[screen=xs] .home-news{padding:35px 0}body[screen=xs] .related-news:before,body[screen=xs] .home-news:before{height:calc(100% - 80px)}body[screen=xs] .related-news .container,body[screen=xs] .home-news .container{max-width:83.412%;margin-right:8.294%;margin-left:8.294%}body[screen=xs] .related-news .container .right,body[screen=xs] .related-news .container .left,body[screen=xs] .home-news .container .right,body[screen=xs] .home-news .container .left{width:100%}body[screen=xs] .related-news .container .right,body[screen=xs] .home-news .container .right{order:1;padding-top:0;padding-bottom:0}body[screen=xs] .related-news .container .right h2,body[screen=xs] .related-news .container .right h4,body[screen=xs] .home-news .container .right h2,body[screen=xs] .home-news .container .right h4{margin-bottom:12px}body[screen=xs] .related-news .container .right h4,body[screen=xs] .home-news .container .right h4{letter-spacing:.4px}body[screen=xs] .related-news .container .right h2,body[screen=xs] .home-news .container .right h2{font-size:27px;letter-spacing:-0.54px;line-height:34px}body[screen=xs] .related-news .container .right p,body[screen=xs] .home-news .container .right p{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px}body[screen=xs] .related-news .container .left,body[screen=xs] .home-news .container .left{order:2;margin-top:22px;margin-left:0;margin-right:-9.925%}body[screen=xs] .related-news .container .left .list,body[screen=xs] .home-news .container .left .list{width:109.859%}body[screen=xs] .related-news .container .left .list .item,body[screen=xs] .home-news .container .left .list .item{padding:22px 26px 15px}body[screen=xs] .related-news .container .left .list .item h4,body[screen=xs] .home-news .container .left .list .item h4{font-size:11.5px;letter-spacing:.4px;line-height:14px;font-weight:400;margin-bottom:12px}body[screen=xs] .related-news .container .left .list .item h3,body[screen=xs] .home-news .container .left .list .item h3{margin-bottom:5px}body[screen=xs] .related-news .container .left .list .item>a,body[screen=xs] .home-news .container .left .list .item>a{padding-left:21px}body[screen=xs] .related-news .container .left .list .item>a:before,body[screen=xs] .home-news .container .left .list .item>a:before{width:14px}body[screen=xs] .related-news .container .left .list .item>a:after,body[screen=xs] .home-news .container .left .list .item>a:after{width:14px;height:3px;background-size:14px 3px}.paragraph-module{margin:8px 0}.paragraph-module .flex-container{justify-content:space-between}.paragraph-module .flex-container .text .content{margin-bottom:12px;margin-top:19px}.paragraph-module .flex-container .text .controls{font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;position:relative;padding-left:16px;margin-top:22px}.paragraph-module .flex-container .text .controls:hover{cursor:pointer}.paragraph-module .flex-container .text .controls:before{content:"+";position:absolute;left:0;top:50%;transform:translateY(-50%);transition:transform .5s}.paragraph-module .flex-container .text .accordion .accordion-header>*:first-child{margin-top:0}.paragraph-module .flex-container .text ul{padding:0 0 0 40px;margin:0}.paragraph-module .flex-container .text ul li{font-size:18px;letter-spacing:0;line-height:28px;margin:0 0 16px}.paragraph-module .flex-container .text.open .controls:before{transform:translateY(-50%) rotate(45deg)}.paragraph-module .flex-container .text.no-image{width:100% !important}.paragraph-module .flex-container .image{background-size:cover;background-position:center;line-height:0}.paragraph-module h2{color:#2a363c}body[screen=xl] .paragraph-module .flex-container .text{width:46.917%}body[screen=xl] .paragraph-module .flex-container .image{width:44.417%}body[screen=lg] .paragraph-module .flex-container .text{width:55.986%}body[screen=lg] .paragraph-module .flex-container .text .content{margin-top:12px}body[screen=lg] .paragraph-module .flex-container .image{width:37.793%}body[screen=md] .paragraph-module .flex-container .text{width:54.859%}body[screen=md] .paragraph-module .flex-container .text .content{margin-top:0}body[screen=md] .paragraph-module .flex-container .image{width:37.618%}body[screen=sm] .paragraph-module .flex-container .text{width:65.543%}body[screen=sm] .paragraph-module .flex-container .text .content{margin-top:0}body[screen=sm] .paragraph-module .flex-container .image{width:29.963%}body[screen=xs] .paragraph-module .flex-container .text{width:100%;order:2;margin-top:12px}body[screen=xs] .paragraph-module .flex-container .text .content{margin-top:0}body[screen=xs] .paragraph-module .flex-container .text .content h3{font-weight:400}body[screen=xs] .paragraph-module .flex-container .image{order:1;width:100%;margin-bottom:0}.related-team-members{padding:80px 0 60px;border-top:1px solid #dbe2e6;background-color:#f3f5f7}.related-team-members>.flex-container{width:66.75%;margin:0 auto;justify-content:space-between}.related-team-members>.flex-container .left{width:32.772%}.related-team-members>.flex-container .left h4{margin:0 0 14px}.related-team-members>.flex-container .left h2{margin:0 0 16px}.related-team-members>.flex-container .left p{margin:0}.related-team-members>.flex-container .right{width:50%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:41px}.related-team-members>.flex-container .right .item{width:calc(33.333% - 2px);margin-bottom:32px;margin-right:3px}.related-team-members>.flex-container .right .item:nth-of-type(3n){margin-right:0}.related-team-members>.flex-container .right .item .image{line-height:0;position:relative}.related-team-members>.flex-container .right .item .image img{width:100%}.related-team-members>.flex-container .right .item .image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,128,97,0.95);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.related-team-members>.flex-container .right .item .image:hover .overlay{opacity:1;visibility:visible}.related-team-members>.flex-container .right .item .image:hover .overlay a:before{opacity:0;visibility:hidden}.related-team-members>.flex-container .right .item .image:hover .overlay a:after{visibility:visible;opacity:1}.related-team-members>.flex-container .right .item .text{padding:5px 5px 0}.related-team-members>.flex-container .right .item .text h3{font-size:1.6rem;line-height:24px;margin:0}.related-team-members>.flex-container .right.less-items .item{width:100%;display:flex;margin-bottom:22px}.related-team-members>.flex-container .right.less-items .item .image{margin-right:30px;width:31.461%}.related-team-members>.flex-container .right.less-items .item .text{width:calc(68.539% - 30px);padding:0}.related-team-members>.flex-container .right.less-items .item .text h3{font-size:2.2rem;line-height:24px;font-weight:500}.related-team-members>.flex-container .right.less-items .item .text p{font-size:2rem;line-height:37px;margin:12px 0}.related-team-members>.flex-container .right.less-items .item .text>a{font-size:1.6rem;line-height:24px;font-weight:300;border-bottom:1px solid #2a363c}.related-team-members>.flex-container .right.less-items .item .text>a:hover{border-bottom-color:transparent}body[screen=lg] .related-team-members>.flex-container{width:66.719}body[screen=lg] .related-team-members>.flex-container .left{width:40.983%}body[screen=lg] .related-team-members>.flex-container .left p{margin:0;font-size:1.8rem;line-height:28px}body[screen=lg] .related-team-members>.flex-container .right{width:49.649%}body[screen=lg] .related-team-members>.flex-container .right.less-items .item .image{width:32.093%}body[screen=lg] .related-team-members>.flex-container .right.less-items .item .text{width:calc(67.907% - 30px)}body[screen=lg] .related-team-members>.flex-container .right.less-items .item .text h3{font-size:2rem}body[screen=lg] .related-team-members>.flex-container .right.less-items .item .text p{font-size:1.8rem;line-height:28px}body[screen=md] .related-team-members{padding:50px 0 33px}body[screen=md] .related-team-members>.flex-container{margin:0 16.458% 0 17.188%;width:66.354%}body[screen=md] .related-team-members>.flex-container .left{width:36.892%}body[screen=md] .related-team-members>.flex-container .left p{font-size:1.8rem;line-height:28px}body[screen=md] .related-team-members>.flex-container .right{width:50.864%}body[screen=md] .related-team-members>.flex-container .right .item{margin-bottom:17px}body[screen=md] .related-team-members>.flex-container .right .item .image .item{padding:4px 4px 0}body[screen=md] .related-team-members>.flex-container .right.less-items .item .image{width:34.259%;margin-right:20px}body[screen=md] .related-team-members>.flex-container .right.less-items .item .text{width:calc(65.741% - 20px)}body[screen=md] .related-team-members>.flex-container .right.less-items .item .text h3{font-size:2rem}body[screen=md] .related-team-members>.flex-container .right.less-items .item .text p{font-size:1.8rem;line-height:28px}body[screen=sm] .related-team-members{padding:50px 0 33px}body[screen=sm] .related-team-members>.flex-container{margin:0 8.281%;width:83.438%}body[screen=sm] .related-team-members>.flex-container .left{width:30.898%}body[screen=sm] .related-team-members>.flex-container .left h2{margin-bottom:12px}body[screen=sm] .related-team-members>.flex-container .left p{font-size:1.8rem;line-height:28px}body[screen=sm] .related-team-members>.flex-container .right{width:60.673%}body[screen=sm] .related-team-members>.flex-container .right .item{margin-bottom:17px}body[screen=sm] .related-team-members>.flex-container .right .item .text{padding:4px 4px 0}body[screen=sm] .related-team-members>.flex-container .right.less-items .item{padding:0}body[screen=sm] .related-team-members>.flex-container .right.less-items .item .image{width:26.235%;margin-right:20px}body[screen=sm] .related-team-members>.flex-container .right.less-items .item .text{width:calc(73.765% - 20px)}body[screen=sm] .related-team-members>.flex-container .right.less-items .item .text h3{font-size:2rem}body[screen=sm] .related-team-members>.flex-container .right.less-items .item .text p{font-size:1.8rem;line-height:28px}body[screen=xs] .related-team-members{padding:36px 0}body[screen=xs] .related-team-members>.flex-container{width:83.124%;margin:0 8.437%}body[screen=xs] .related-team-members>.flex-container .left,body[screen=xs] .related-team-members>.flex-container .right{width:100%}body[screen=xs] .related-team-members>.flex-container .left h4{margin-bottom:5px}body[screen=xs] .related-team-members>.flex-container .left h2{margin-bottom:0}body[screen=xs] .related-team-members>.flex-container .left p{line-height:23px;font-weight:300}body[screen=xs] .related-team-members>.flex-container .right{margin-top:12px;display:block}body[screen=xs] .related-team-members>.flex-container .right .item{width:100%;margin:0 0 3px;display:flex;align-items:flex-start}body[screen=xs] .related-team-members>.flex-container .right .item .image{width:87px}body[screen=xs] .related-team-members>.flex-container .right .item .image .overlay{display:none}body[screen=xs] .related-team-members>.flex-container .right .item .text{padding:12px 0 0 12px;width:calc(100% - 99px)}body[screen=xs] .related-team-members>.flex-container .right .item .text h3{font-weight:300;line-height:23px}body[screen=xs] .related-team-members>.flex-container .right.less-items .item{padding:0;margin-bottom:12px}body[screen=xs] .related-team-members>.flex-container .right.less-items .item:last-of-type{margin-bottom:0}body[screen=xs] .related-team-members>.flex-container .right.less-items .item .image{width:87px;margin-right:12px}body[screen=xs] .related-team-members>.flex-container .right.less-items .item .text{width:calc(100% - 99px);padding:0}body[screen=xs] .related-team-members>.flex-container .right.less-items .item .text h3{font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px}body[screen=xs] .related-team-members>.flex-container .right.less-items .item .text p{font-size:1.6rem;line-height:23px;font-weight:300;letter-spacing:-0.21px;margin:3px 0 5px}body[screen=xs] .related-team-members>.flex-container .right.less-items .item .text a{letter-spacing:-0.21px}.related-positions,.page-careers .benefits{padding:80px 0;border-top:1px solid #dbe2e6;width:100%}.related-positions .top>.flex-container,.page-careers .benefits .top>.flex-container{width:66.75%;margin:0 auto;justify-content:space-between}.related-positions .top>.flex-container .left,.page-careers .benefits .top>.flex-container .left{width:32.772%}.related-positions .top>.flex-container .left h4,.page-careers .benefits .top>.flex-container .left h4{margin:0 0 14px}.related-positions .top>.flex-container .left h2,.page-careers .benefits .top>.flex-container .left h2{margin:0}.related-positions .top>.flex-container .right,.page-careers .benefits .top>.flex-container .right{margin-top:41px;width:50%}.related-positions .top>.flex-container .right p,.page-careers .benefits .top>.flex-container .right p{margin:0}.related-positions .bottom .flex-container,.page-careers .benefits .bottom .flex-container{width:76.25%;margin:50px auto 0 0;justify-content:space-between}.related-positions .bottom .flex-container .image,.page-careers .benefits .bottom .flex-container .image{width:67.869%;background-size:cover;background-repeat:no-repeat;background-image:url(/wp-content/themes/lyquix/images/related-positions-crop.jpg);background-position:center}.related-positions .bottom .flex-container .list,.page-careers .benefits .bottom .flex-container .list{width:26.148%;margin-top:4px}.related-positions .bottom .flex-container .list p:first-child,.page-careers .benefits .bottom .flex-container .list p:first-child{margin-top:0}.related-positions .bottom .flex-container .list h3,.page-careers .benefits .bottom .flex-container .list h3{font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;margin-bottom:22px;margin-top:0}.related-positions .bottom .flex-container .list h3 a,.page-careers .benefits .bottom .flex-container .list h3 a{border-bottom:1px solid #2a363c}.related-positions .bottom .flex-container .list h3:hover a,.page-careers .benefits .bottom .flex-container .list h3:hover a{border-bottom-color:transparent}.related-positions .bottom .flex-container .list h3:last-of-type,.page-careers .benefits .bottom .flex-container .list h3:last-of-type{margin-bottom:0}.related-positions .bottom .flex-container.no-image,.page-careers .benefits .bottom .flex-container.no-image{width:66.75%;margin:0 auto 22px}.related-positions .bottom .flex-container.no-image .list,.page-careers .benefits .bottom .flex-container.no-image .list{margin-left:auto;margin-right:0;width:50%}body[screen=lg] .related-positions,body[screen=lg].page-careers .benefits{padding:80px 0}body[screen=lg] .related-positions .top>.flex-container,body[screen=lg].page-careers .benefits .top>.flex-container{width:66.719}body[screen=lg] .related-positions .top>.flex-container .left,body[screen=lg].page-careers .benefits .top>.flex-container .left{width:40.983%}body[screen=lg] .related-positions .top>.flex-container .right,body[screen=lg].page-careers .benefits .top>.flex-container .right{width:49.649%}body[screen=lg] .related-positions .top>.flex-container .right p,body[screen=lg].page-careers .benefits .top>.flex-container .right p{margin:0;font-size:1.8rem;line-height:28px}body[screen=lg] .related-positions .bottom .flex-container,body[screen=lg].page-careers .benefits .bottom .flex-container{width:80.781%}body[screen=lg] .related-positions .bottom .flex-container .image,body[screen=lg].page-careers .benefits .bottom .flex-container .image{width:64.797%}body[screen=lg] .related-positions .bottom .flex-container .list,body[screen=lg].page-careers .benefits .bottom .flex-container .list{margin-top:0;width:30.851%}body[screen=lg] .related-positions .bottom .flex-container.no-image,body[screen=lg].page-careers .benefits .bottom .flex-container.no-image{width:66.719%;margin:0 auto 22px}body[screen=lg] .related-positions .bottom .flex-container.no-image .list,body[screen=lg].page-careers .benefits .bottom .flex-container.no-image .list{margin-left:auto;margin-right:0;width:49.649%}body[screen=md] .related-positions,body[screen=md].page-careers .benefits{padding:50px 0}body[screen=md] .related-positions .top>.flex-container,body[screen=md].page-careers .benefits .top>.flex-container{width:66.354%}body[screen=md] .related-positions .top>.flex-container .left,body[screen=md].page-careers .benefits .top>.flex-container .left{width:100%}body[screen=md] .related-positions .top>.flex-container .right,body[screen=md].page-careers .benefits .top>.flex-container .right{width:50.864%}body[screen=md] .related-positions .top>.flex-container .right p,body[screen=md].page-careers .benefits .top>.flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=md] .related-positions .bottom .flex-container,body[screen=md].page-careers .benefits .bottom .flex-container{width:88.333%}body[screen=md] .related-positions .bottom .flex-container .image,body[screen=md].page-careers .benefits .bottom .flex-container .image{width:60.142%}body[screen=md] .related-positions .bottom .flex-container .list,body[screen=md].page-careers .benefits .bottom .flex-container .list{margin-top:0;width:37.618%}body[screen=md] .related-positions .bottom .flex-container.no-image,body[screen=md].page-careers .benefits .bottom .flex-container.no-image{width:66.354%;margin:0 auto 22px}body[screen=md] .related-positions .bottom .flex-container.no-image .list,body[screen=md].page-careers .benefits .bottom .flex-container.no-image .list{margin-left:auto;margin-right:0;width:50.864%}body[screen=sm] .related-positions,body[screen=sm].page-careers .benefits{padding:50px 0}body[screen=sm] .related-positions .top>.flex-container,body[screen=sm].page-careers .benefits .top>.flex-container{margin:0 auto;width:83.438%}body[screen=sm] .related-positions .top>.flex-container .left,body[screen=sm].page-careers .benefits .top>.flex-container .left{width:100%}body[screen=sm] .related-positions .top>.flex-container .left h2,body[screen=sm].page-careers .benefits .top>.flex-container .left h2{margin-bottom:12px}body[screen=sm] .related-positions .top>.flex-container .right,body[screen=sm].page-careers .benefits .top>.flex-container .right{width:60.673%}body[screen=sm] .related-positions .top>.flex-container .right p,body[screen=sm].page-careers .benefits .top>.flex-container .right p{font-size:1.8rem;line-height:28px}body[screen=sm] .related-positions .bottom .flex-container,body[screen=sm].page-careers .benefits .bottom .flex-container{width:91.563%;margin-top:30px}body[screen=sm] .related-positions .bottom .flex-container .image,body[screen=sm].page-careers .benefits .bottom .flex-container .image{background-position:left center;height:258px;width:50.512%}body[screen=sm] .related-positions .bottom .flex-container .list,body[screen=sm].page-careers .benefits .bottom .flex-container .list{width:45.222%}body[screen=sm] .related-positions .bottom .flex-container.no-image,body[screen=sm].page-careers .benefits .bottom .flex-container.no-image{width:83.438%;margin:0 auto 2px}body[screen=sm] .related-positions .bottom .flex-container.no-image .list,body[screen=sm].page-careers .benefits .bottom .flex-container.no-image .list{margin-left:auto;margin-right:0;width:100%}body[screen=sm] .related-positions.no-image,body[screen=sm].page-careers .benefits.no-image{display:flex;width:83.438%;justify-content:space-between;margin-left:8.281%;margin-right:8.281%}body[screen=sm] .related-positions.no-image .top,body[screen=sm].page-careers .benefits.no-image .top{width:39.327%}body[screen=sm] .related-positions.no-image .top>.flex-container,body[screen=sm].page-careers .benefits.no-image .top>.flex-container{width:100%}body[screen=sm] .related-positions.no-image .bottom,body[screen=sm].page-careers .benefits.no-image .bottom{padding-top:41px;width:60.673%}body[screen=sm] .related-positions.no-image .bottom>.flex-container,body[screen=sm].page-careers .benefits.no-image .bottom>.flex-container{width:100%}body[screen=xs] .related-positions,body[screen=xs].page-careers .benefits{padding:36px 0}body[screen=xs] .related-positions .top>.flex-container,body[screen=xs].page-careers .benefits .top>.flex-container{width:83.124%;margin:0 auto}body[screen=xs] .related-positions .top>.flex-container .left,body[screen=xs] .related-positions .top>.flex-container .right,body[screen=xs].page-careers .benefits .top>.flex-container .left,body[screen=xs].page-careers .benefits .top>.flex-container .right{width:100%}body[screen=xs] .related-positions .top>.flex-container .left h4,body[screen=xs].page-careers .benefits .top>.flex-container .left h4{margin-bottom:5px}body[screen=xs] .related-positions .top>.flex-container .right,body[screen=xs].page-careers .benefits .top>.flex-container .right{margin-top:12px}body[screen=xs] .related-positions .top>.flex-container .right p,body[screen=xs].page-careers .benefits .top>.flex-container .right p{line-height:23px;font-weight:300}body[screen=xs] .related-positions .bottom .flex-container,body[screen=xs].page-careers .benefits .bottom .flex-container{width:83.124%;margin:0 auto 0}body[screen=xs] .related-positions .bottom .flex-container .image,body[screen=xs].page-careers .benefits .bottom .flex-container .image{display:none}body[screen=xs] .related-positions .bottom .flex-container .list,body[screen=xs].page-careers .benefits .bottom .flex-container .list{width:100%;margin-top:12px}body[screen=xs] .related-positions .bottom .flex-container .list h3,body[screen=xs].page-careers .benefits .bottom .flex-container .list h3{margin-bottom:14px;font-weight:300;line-height:23px;letter-spacing:-0.21px}body[screen=xs] .related-positions .bottom .flex-container .list h3:last-of-type,body[screen=xs].page-careers .benefits .bottom .flex-container .list h3:last-of-type{margin-bottom:0}.child-pages{border-bottom:1px solid #dbe2e6}.child-pages .tab-group{position:relative;display:flex}.child-pages .tab-nav{width:35.25%;background-color:#f3f5f7;padding:63.5px 0 104.5px 8.703%}.child-pages .tab-nav div{padding:16.5px 20px 22.5px 20px;list-style:none;border-bottom:1px solid rgba(194,206,214,0.33);margin:0;background-color:transparent;transition:background-color .5s}.child-pages .tab-nav div.open{background-color:#fff}.child-pages .tab-nav div:hover{background-color:#fff;cursor:pointer}.child-pages .tab-nav div h3{color:#324048;font-size:2.2rem;font-weight:500;letter-spacing:0;line-height:24px;margin:0}.child-pages .tab-content{width:64.75%;position:relative}.child-pages .tab-content .tab-panel{padding:98px 12.947% 66px 22.705%;opacity:0;visibility:hidden;position:absolute;top:0;left:0;transition:visibility .5s,opacity .5s;display:flex;flex-direction:column;align-items:flex-start;width:100%}.child-pages .tab-content .tab-panel .icon{position:absolute;top:95px;left:10.144%;width:55px;height:55px;background-repeat:no-repeat;background-size:100%}.child-pages .tab-content .tab-panel h2{margin:0 0 12px;width:100%}.child-pages .tab-content .tab-panel p{margin:0;width:100%}.child-pages .tab-content .tab-panel .common-button{width:auto;display:inline-block;margin-top:32px;padding:12px 28px;font-size:1.6rem;font-weight:300;letter-spacing:.4px;line-height:28px}.child-pages .tab-content .tab-panel .common-button:before,.child-pages .tab-content .tab-panel .common-button:after{display:none}.child-pages .tab-content .tab-panel.open{opacity:1;visibility:visible}.child-pages .tab-content .tab-panel .dark-arrow{clear:left;display:inline-block}.child-pages .tab-content .tab-panel .dark-arrow:first-of-type{margin-top:32px}.child-pages .tab-content .tab-panel .dark-arrow:last-of-type{margin-top:22px}.child-pages.fixed-markets .tab-content{position:sticky;right:0;top:116px;background-color:#fff}body[screen=lg] .child-pages .tab-nav{width:35.703%;padding-left:3.828%}body[screen=lg] .child-pages .tab-nav>div{padding:17px 20px 21px 20px}body[screen=lg] .child-pages .tab-nav>div h3{font-size:2rem}body[screen=lg] .child-pages .tab-content{width:64.297%}body[screen=lg] .child-pages .tab-content .tab-panel{padding-right:13.001%;padding-left:22.235%}body[screen=lg] .child-pages .tab-content .tab-panel .icon{left:10.207%}body[screen=lg] .child-pages.fixed-markets .tab-content{top:98px}body[screen=md] .child-pages .tab-nav{width:36.459%;padding-left:4.167%}body[screen=md] .child-pages .tab-nav>div h3{font-size:2rem}body[screen=md] .child-pages .tab-content{width:63.541%}body[screen=md] .child-pages .tab-content .tab-panel{padding-right:13.115%;padding-left:21.311%;padding-bottom:80px}body[screen=md] .child-pages .tab-content .tab-panel .icon{left:8.689%;width:45px;height:45px}body[screen=md] .child-pages .tab-content .tab-panel p{font-size:1.8rem;line-height:28px}body[screen=sm] .child-pages .tab-nav{width:33.281%;padding-top:38.5px;padding-left:4.062%}body[screen=sm] .child-pages .tab-nav>div{padding:11.5px 21px 11.5px 5px}body[screen=sm] .child-pages .tab-nav>div h3{font-size:2rem}body[screen=sm] .child-pages .tab-content{width:66.719%}body[screen=sm] .child-pages .tab-content .tab-panel{padding-top:50px;padding-right:8.438%;padding-left:8.281%;padding-bottom:50px}body[screen=sm] .child-pages .tab-content .tab-panel .icon{display:none}body[screen=sm] .child-pages .tab-content .tab-panel p{font-size:1.8rem;line-height:28px}body[screen=sm] .child-pages .tab-content .tab-panel a:last-of-type{margin-top:17px}body[screen=xs] .child-pages .tab-group{display:none}body[screen=xs] .child-pages .accordion{padding:0 8.125% 0}body[screen=xs] .child-pages .accordion h3{padding-left:19px;font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px;margin-top:17px;margin-bottom:18px;position:relative;transition:margin-bottom .5s}body[screen=xs] .child-pages .accordion h3:before{content:"+";font-size:16.5px;font-weight:500;line-height:25px;position:absolute;left:1px;top:50%;transform:translateY(-50%);transition:transform .5s}body[screen=xs] .child-pages .accordion h3 .common-button{letter-spacing:-0.21px;font-weight:300;margin-left:0}body[screen=xs] .child-pages .accordion h4{padding-left:19px}body[screen=xs] .child-pages .accordion .accordion-content{padding-left:19px}body[screen=xs] .child-pages .accordion .accordion-content p{color:#2a363c;font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px}body[screen=xs] .child-pages .accordion .accordion-content p:first-of-type{margin-top:0}body[screen=xs] .child-pages .accordion .accordion-content>a:not(.common-button){display:block;letter-spacing:-0.21px;margin-bottom:13px}body[screen=xs] .child-pages .accordion.open h3{margin-bottom:4px}body[screen=xs] .child-pages .accordion.open h3:before{transform:translateY(-50%) rotate(45deg)}body[screen=xs] .child-pages .accordion:nth-of-type(odd){background-color:#f3f5f7}body[screen=xs] .child-pages .accordion:nth-of-type(even){background-color:#fff}.entry-header:not(.featured-projects).expanding-text{position:relative;min-height:755px;height:auto;transition:height .5s;display:flex;padding:165px 0 0}.entry-header:not(.featured-projects).expanding-text .foreground-image{width:51.875%;height:calc(100% - 165px);background-size:cover;background-position:center;position:absolute;top:165px;left:0}.entry-header:not(.featured-projects).expanding-text .foreground-image:after{content:" ";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(134.11deg,rgba(33,43,48,0.46) 0,rgba(33,43,48,0.02) 100%)}.entry-header:not(.featured-projects).expanding-text .text{width:48.125%;margin:0 0 0 auto;padding:88px 8.375% 80px 6.438%}.entry-header:not(.featured-projects).expanding-text .text h4{margin:0 0 15px;color:#c2ced6}.entry-header:not(.featured-projects).expanding-text .text h2{margin:0 0 28px}.entry-header:not(.featured-projects).expanding-text .text .content{margin-top:28px;margin-bottom:28px;max-height:84px;overflow:hidden;transition:max-height .5s}.entry-header:not(.featured-projects).expanding-text .text .content>*{color:#f3f5f7}.entry-header:not(.featured-projects).expanding-text .text .content>*:first-of-type{margin-top:0}.entry-header:not(.featured-projects).expanding-text .text .content>*:last-of-type{margin-bottom:0}.entry-header:not(.featured-projects).expanding-text .text .content p{font-size:18px;letter-spacing:0;line-height:28px}.entry-header:not(.featured-projects).expanding-text .text .controls{margin-top:28px;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;color:#fff;position:relative;padding-left:16px}.entry-header:not(.featured-projects).expanding-text .text .controls:before{content:"+";position:absolute;left:0;top:50%;transform:translateY(-50%);transition:transform .5s}.entry-header:not(.featured-projects).expanding-text .text .controls:hover{cursor:pointer}.entry-header:not(.featured-projects).expanding-text.open .text .content{max-height:10000px !important}.entry-header:not(.featured-projects).expanding-text.open .text .controls:before{transform:translateY(-50%) rotate(45deg)}body[screen=lg] .entry-header.expanding-text{padding:151px 0 0;min-height:755px;height:auto}body[screen=lg] .entry-header.expanding-text .foreground-image{width:52.344%;top:151px;height:calc(100% - 151px)}body[screen=lg] .entry-header.expanding-text .text{width:47.656%;padding:104px 8.281% 80px 6.016%}body[screen=md] .entry-header.expanding-text{padding:151px 0 0;min-height:755px;height:auto}body[screen=md] .entry-header.expanding-text .foreground-image{width:53.229%;top:151px;height:calc(100% - 151px)}body[screen=md] .entry-header.expanding-text .text{width:46.771%;padding:104px 8.333% 80px 5.104%}body[screen=sm] .entry-header.expanding-text{padding:144px 0 0;min-height:755px;height:auto}body[screen=sm] .entry-header.expanding-text .foreground-image{width:46.406%;top:144px;height:calc(100% - 144px)}body[screen=sm] .entry-header.expanding-text .text{width:53.594%;padding:55px 6.875% 50px 3.593%}body[screen=xs] .entry-header.expanding-text{padding:118px 0 0;min-height:670px;height:auto;flex-wrap:wrap}body[screen=xs] .entry-header.expanding-text>*{width:100%}body[screen=xs] .entry-header.expanding-text .top{padding:0 8.125%;margin-bottom:22px;z-index:2}body[screen=xs] .entry-header.expanding-text .top h4{margin:0 0 7px}body[screen=xs] .entry-header.expanding-text .top h2{margin:0 0 22px}body[screen=xs] .entry-header.expanding-text .text{padding:0 8.125% 35px;width:100%}body[screen=xs] .entry-header.expanding-text .text .content{margin-top:0;max-height:66px;margin-bottom:12px}body[screen=xs] .entry-header.expanding-text .text .content p{font-size:1.6rem;line-height:22px}body[screen=xs] .entry-header.expanding-text .foreground-image{margin-left:8.125%;width:91.875%;height:68.438vw;margin-bottom:12px;top:auto;position:static}.page-contact .entry-content .flex-container{justify-content:space-between}.page-contact .entry-content .flex-container .left{width:62.172%}.page-contact .entry-content .flex-container .right{width:31.835%}.page-contact .entry-content .flex-container .right .item h4{margin:0 0 12px;font-weight:500}.page-contact .entry-content .flex-container .right .item p{color:#2a363c;font-size:20px;letter-spacing:0;line-height:37px;margin:0}.page-contact .entry-content .flex-container .right .item p a{color:#2a363c}.page-contact .entry-content .flex-container .right .item>a{display:inline-block;margin-top:12px;text-decoration:none;font-size:1.6rem;line-height:24px;border-bottom:1px solid #2a363c;font-weight:400}.page-contact .entry-content .flex-container .right .item>a:hover{text-decoration:none;border-bottom-color:transparent}.page-contact .entry-content .flex-container .right .item{margin-bottom:50px}.wpcf7 p{color:#324048;font-size:20px;font-weight:500;line-height:24px;margin-bottom:28px}.wpcf7 p:first-of-type{margin-top:0}.wpcf7 p:last-of-type{margin-bottom:0}.wpcf7 input:not([type=submit]):not([type=file]),.wpcf7 textarea{color:#2a363c;font-size:18px;line-height:28px;padding:9px 18.5px;border:1px solid #dbe2e6;margin:11.5px 0 0;width:100%}.wpcf7 input:not([type=submit]):not([type=file]):focus,.wpcf7 textarea:focus{border-color:#4b616c}.wpcf7 input:not([type=submit]):not([type=file])[aria-invalid=true],.wpcf7 textarea[aria-invalid=true]{border-color:#ff0909}.wpcf7:not([value=""]){border-color:#4b616c}.wpcf7 input[type=submit]{color:#fff;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:24px;width:auto;padding:12px 28px;margin:0;border:0}.wpcf7 input[type=submit]:active{border:0}.wpcf7 input[type=submit]:focus{border:0}.wpcf7 input[type=submit]:hover{background-color:#00664d;cursor:pointer}.wpcf7 input[type=file]{margin:0;padding-left:0;padding-right:0}.wpcf7.has-error{color:#ff0909}body[screen=lg].page-contact .entry-content .flex-container .right .item h4{margin:0 0 12px}body[screen=lg].page-contact .entry-content .flex-container .right .item p{font-size:18px;line-height:28px}body[screen=lg].page-contact .entry-content .flex-container .right .item{margin-bottom:43px}body[screen=md].page-contact .entry-content .flex-container .left{width:62.853%}body[screen=md].page-contact .entry-content .flex-container .right{width:29.624%}body[screen=md].page-contact .entry-content .flex-container .right .item h4{margin:0 0 12px;line-height:17px}body[screen=md].page-contact .entry-content .flex-container .right .item p{font-size:18px;line-height:28px}body[screen=md].page-contact .entry-content .flex-container .right .item{margin-bottom:38px}body[screen=sm].page-contact .entry-content .flex-container .left{width:60.377%}body[screen=sm].page-contact .entry-content .flex-container .right{width:35.66%}body[screen=sm].page-contact .entry-content .flex-container .right .item h4{margin:0 0 12px;line-height:17px}body[screen=sm].page-contact .entry-content .flex-container .right .item p{font-size:18px;line-height:28px}body[screen=sm].page-contact .entry-content .flex-container .right .item{margin-bottom:38px}body[screen=xs].page-contact .entry-content .flex-container .left{width:100%}body[screen=xs].page-contact .entry-content .flex-container .left p{font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px;margin-bottom:17px}body[screen=xs].page-contact .entry-content .flex-container .left p:last-of-type{margin-bottom:0}body[screen=xs].page-contact .entry-content .flex-container .right{width:100%;margin-top:36px}body[screen=xs].page-contact .entry-content .flex-container .right .item h4{margin:0 0 13px;font-size:11.5px;letter-spacing:.4px;line-height:14px;font-weight:400}body[screen=xs].page-contact .entry-content .flex-container .right .item a{font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px;margin-top:5px}body[screen=xs].page-contact .entry-content .flex-container .right .item{margin-bottom:22px}body[screen=xs] .wpcf7 p{font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px;margin-bottom:17px}body[screen=xs] .wpcf7 input:not([type=submit]),body[screen=xs] .wpcf7 textarea{margin-top:4.5px;font-size:16px;font-weight:300;letter-spacing:-0.21px;line-height:23px;padding:5.5px 9.5px;display:block}body[screen=xs] .wpcf7 input[type=file]{padding:0;width:100%}body[screen=xs] .wpcf7 .wpcf7-form-control-wrap{display:block}body[screen=xs].page-careers\/job-openings\/job-application .entry-content{padding-top:30px}.search .entry-header{padding-bottom:50px}.search .entry-header form{margin-top:46px}.search .entry-header form input{margin:0;width:531px;padding:5px 11.5px;border-radius:0;box-shadow:none;-webkit-appearance:none}.search .entry-header form input::-moz-placeholder{color:#2a363c}.search .entry-header form input::placeholder{color:#2a363c}.search .entry-header form button{width:59px;margin:0;padding:9px 0;text-align:center;font-size:20px;font-weight:500;letter-spacing:-0.56px;line-height:30px}.search .entry-content .item{margin-bottom:50px}.search .entry-content .item h2{margin-top:0;margin-bottom:19px}.search .entry-content .item h2 a{text-decoration:underline}.search .entry-content .item h2 a:hover{text-decoration:none}.search .entry-content .item:last-of-type{margin-bottom:0}body[screen=lg].search .entry-header{padding-bottom:50px}body[screen=md].search .entry-header{padding-bottom:50px}body[screen=md].search .entry-header form input{width:400px}body[screen=md].search .entry-content .item,body[screen=sm].search .entry-content .item{margin-bottom:30px}body[screen=md].search .entry-content .item h2,body[screen=sm].search .entry-content .item h2{margin-top:0;margin-bottom:12px}body[screen=md].search .entry-content .item:last-of-type,body[screen=sm].search .entry-content .item:last-of-type{margin-bottom:0}body[screen=sm].search .entry-header{padding-bottom:28px}body[screen=sm].search .entry-header form{margin-top:25px}body[screen=sm].search .entry-header form input{width:267px}body[screen=sm].search .entry-content .container{margin:0 16.563%}body[screen=xs].search .entry-header{height:auto;padding-bottom:26px}body[screen=xs].search .entry-header form{margin-top:12px}body[screen=xs].search .entry-header form input{width:214px}body[screen=xs].search .entry-content .item{margin-bottom:22px}body[screen=xs].search .entry-content .item h2{margin-top:0;margin-bottom:12px}body[screen=xs].search .entry-content .item:last-of-type{margin-bottom:0}.error-404 .entry-header{padding-bottom:140px}.error-404 .entry-content{padding-bottom:120px}.error-404 .entry-content p{margin:0}.error-404 .entry-content h3{font-size:22px;font-weight:500;letter-spacing:0;line-height:24px;margin:0 0 11.5px}.error-404 .entry-content .form{margin:80px 0 28px}.error-404 .entry-content .form input{margin:0;width:531px;padding:5px 11.5px;border-radius:0;box-shadow:none;-webkit-appearance:none}.error-404 .entry-content .form button{width:59px;margin:0;padding:9px 0;text-align:center;font-size:20px;font-weight:500;letter-spacing:-0.56px;line-height:30px}.error-404 .entry-content a{text-decoration:underline}.error-404 .entry-content a:hover{text-decoration:none}body[screen=md].error-404 .entry-content{padding-bottom:120px}body[screen=md].error-404 .entry-content p{margin:0}body[screen=md].error-404 .entry-content h3{font-size:20px;font-weight:500;letter-spacing:0;line-height:24px}body[screen=md].error-404 .entry-content .form{margin:50px 0 28px}body[screen=md].error-404 .entry-content .form input{width:400px}body[screen=md].error-404 .entry-content .form input::-moz-placeholder{color:#2a363c}body[screen=md].error-404 .entry-content .form input::placeholder{color:#2a363c}body[screen=sm].error-404 .entry-header{padding-bottom:100px}body[screen=sm].error-404 .entry-content{padding:30px 0 80px}body[screen=sm].error-404 .entry-content .container{margin:0 16.563%}body[screen=sm].error-404 .entry-content p{margin:0}body[screen=sm].error-404 .entry-content h3{font-size:20px;font-weight:500;letter-spacing:0;line-height:24px}body[screen=sm].error-404 .entry-content .form{margin:30px 0 30px}body[screen=sm].error-404 .entry-content .form input{width:267px}body[screen=xs].error-404 .entry-header{padding-bottom:35px;height:auto}body[screen=xs].error-404 .entry-content{padding:35px 0 65px}body[screen=xs].error-404 .entry-content p{margin:0}body[screen=xs].error-404 .entry-content h3{margin:0 0 10.5px;font-size:16.5px;font-weight:500;letter-spacing:0;line-height:25px}body[screen=xs].error-404 .entry-content .form{margin:32px 0 16px}body[screen=xs].error-404 .entry-content .form input{width:215px}body[screen=xs].error-404 .entry-content .form button{width:53px}


